2023-11-15T05:23:37.071 INFO:root:teuthology version: 0.0.1.dev203+g6899cd2 2023-11-15T05:23:37.074 DEBUG:teuthology.run:Teuthology command: teuthology --name yuriw-2023-11-14_20:45:49-rados-wip-yuri4-testing-2023-11-13-0820-pacific-distro-default-smithi --verbose --owner scheduled_yuriw@teuthology --archive /home/teuthworker/archive/yuriw-2023-11-14_20:45:49-rados-wip-yuri4-testing-2023-11-13-0820-pacific-distro-default-smithi/7458506 --description rados/cephadm/smoke-roleless/{0-distro/ubuntu_18.04 0-nvme-loop 1-start 2-services/nfs-ingress2 3-final} -- /home/teuthworker/archive/yuriw-2023-11-14_20:45:49-rados-wip-yuri4-testing-2023-11-13-0820-pacific-distro-default-smithi/7458506/orig.config.yaml 2023-11-15T05:23:37.118 DEBUG:teuthology.report:Pushing job info to https://paddles.front.sepia.ceph.com/ 2023-11-15T05:23:37.204 INFO:teuthology.run:Config: archive_path: /home/teuthworker/archive/yuriw-2023-11-14_20:45:49-rados-wip-yuri4-testing-2023-11-13-0820-pacific-distro-default-smithi/7458506 branch: wip-yuri4-testing-2023-11-13-0820-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: '7458506' kernel: kdb: true sha1: distro last_in_suite: false machine_type: smithi name: yuriw-2023-11-14_20:45:49-rados-wip-yuri4-testing-2023-11-13-0820-pacific-distro-default-smithi no_nested_subset: false nuke-on-error: true openstack: - volumes: count: 4 size: 10 os_type: ubuntu os_version: '18.04' overrides: admin_socket: branch: wip-yuri4-testing-2023-11-13-0820-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: 620f25c1794f62207424fc9319427943fb8d1fae ceph-deploy: conf: client: log file: /var/log/ceph/ceph-$name.$pid.log mon: {} install: ceph: flavor: default sha1: 620f25c1794f62207424fc9319427943fb8d1fae workunit: branch: wip-yuri4-testing-2023-11-13-0820-pacific sha1: 620f25c1794f62207424fc9319427943fb8d1fae owner: scheduled_yuriw@teuthology priority: 75 repo: https://github.com/ceph/ceph-ci.git roles: - - host.a - client.0 - - host.b - client.1 seed: 4886 sha1: 620f25c1794f62207424fc9319427943fb8d1fae sleep_before_teardown: 0 subset: 111/120000 suite: rados suite_branch: wip-yuri4-testing-2023-11-13-0820-pacific suite_path: /home/teuthworker/src/github.com_ceph_ceph-c_620f25c1794f62207424fc9319427943fb8d1fae/qa suite_relpath: qa suite_repo: https://github.com/ceph/ceph-ci.git suite_sha1: 620f25c1794f62207424fc9319427943fb8d1fae targets: smithi116.front.sepia.ceph.com: ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBHSAlWjESMc0Gra5f/6dvvbjuYJc2qVK13Ztw1gt4S0hdg9pLl/eAcLsaHQz3OAGEzcbKS0DF4bknjuwe5HHhPE= smithi152.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: 6899cd26fceddb2fec83dc1a1349394b28c8998e timestamp: 2023-11-14_20:45:49 tube: smithi user: yuriw verbose: true worker_log: /home/teuthworker/archive/worker_logs/dispatcher.smithi.3590714 2023-11-15T05:23:37.204 INFO:teuthology.run:suite_path is set to /home/teuthworker/src/github.com_ceph_ceph-c_620f25c1794f62207424fc9319427943fb8d1fae/qa; will attempt to use it 2023-11-15T05:23:37.206 INFO:teuthology.run:Found tasks at /home/teuthworker/src/github.com_ceph_ceph-c_620f25c1794f62207424fc9319427943fb8d1fae/qa/tasks 2023-11-15T05:23:37.206 INFO:teuthology.run_tasks:Running task internal.check_packages... 2023-11-15T05:23:37.208 INFO:teuthology.task.internal:Checking packages... 2023-11-15T05:23:37.236 INFO:teuthology.task.internal:Checking packages for os_type 'ubuntu', flavor 'default' and ceph hash '620f25c1794f62207424fc9319427943fb8d1fae' 2023-11-15T05:23:37.236 WARNING:teuthology.packaging:More than one of ref, tag, branch, or sha1 supplied; using branch 2023-11-15T05:23:37.237 INFO:teuthology.packaging:ref: None 2023-11-15T05:23:37.237 INFO:teuthology.packaging:tag: None 2023-11-15T05:23:37.237 INFO:teuthology.packaging:branch: wip-yuri4-testing-2023-11-13-0820-pacific 2023-11-15T05:23:37.238 INFO:teuthology.packaging:sha1: 620f25c1794f62207424fc9319427943fb8d1fae 2023-11-15T05:23:37.238 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=ubuntu%2F18.04%2Fx86_64&ref=wip-yuri4-testing-2023-11-13-0820-pacific 2023-11-15T05:23:37.377 INFO:teuthology.task.internal:Found packages for ceph version 16.2.14-170-g620f25c1-1bionic 2023-11-15T05:23:37.378 INFO:teuthology.run_tasks:Running task internal.buildpackages_prep... 2023-11-15T05:23:37.385 INFO:teuthology.task.internal:no buildpackages task found 2023-11-15T05:23:37.385 INFO:teuthology.run_tasks:Running task internal.save_config... 2023-11-15T05:23:37.399 INFO:teuthology.task.internal:Saving configuration 2023-11-15T05:23:37.417 INFO:teuthology.run_tasks:Running task internal.check_lock... 2023-11-15T05:23:37.469 INFO:teuthology.task.internal.check_lock:Checking locks... 2023-11-15T05:23:37.495 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi116.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/yuriw-2023-11-14_20:45:49-rados-wip-yuri4-testing-2023-11-13-0820-pacific-distro-default-smithi/7458506', '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': '2023-11-15 05:17:55.039430', 'locked_by': 'scheduled_yuriw@teuthology', 'mac_address': None, 'ssh_pub_key': 'ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAII4U6ItCfOdoN1WdROC3KO40lcw/kzXeIM8M8q950kfL'} 2023-11-15T05:23:37.519 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi152.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/yuriw-2023-11-14_20:45:49-rados-wip-yuri4-testing-2023-11-13-0820-pacific-distro-default-smithi/7458506', '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': '2023-11-15 05:17:55.037889', 'locked_by': 'scheduled_yuriw@teuthology', 'mac_address': None, 'ssh_pub_key': 'ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAII4U6ItCfOdoN1WdROC3KO40lcw/kzXeIM8M8q950kfL'} 2023-11-15T05:23:37.519 INFO:teuthology.run_tasks:Running task internal.add_remotes... 2023-11-15T05:23:37.526 INFO:teuthology.task.internal:roles: ubuntu@smithi116.front.sepia.ceph.com - ['host.a', 'client.0'] 2023-11-15T05:23:37.526 INFO:teuthology.task.internal:roles: ubuntu@smithi152.front.sepia.ceph.com - ['host.b', 'client.1'] 2023-11-15T05:23:37.526 INFO:teuthology.run_tasks:Running task console_log... 2023-11-15T05:23:37.610 DEBUG:teuthology.exit:Installing handler: Handler(exiter=, func=.kill_console_loggers at 0x7f01e9234b80>, signals=[15]) 2023-11-15T05:23:37.611 INFO:teuthology.run_tasks:Running task internal.connect... 2023-11-15T05:23:37.618 INFO:teuthology.task.internal:Opening connections... 2023-11-15T05:23:37.618 DEBUG:teuthology.task.internal:connecting to ubuntu@smithi116.front.sepia.ceph.com 2023-11-15T05:23:37.621 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi116.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-11-15T05:23:37.690 DEBUG:teuthology.task.internal:connecting to ubuntu@smithi152.front.sepia.ceph.com 2023-11-15T05:23:37.691 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi152.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-11-15T05:23:37.764 INFO:teuthology.run_tasks:Running task internal.push_inventory... 2023-11-15T05:23:37.770 DEBUG:teuthology.orchestra.run.smithi116:> uname -m 2023-11-15T05:23:37.811 INFO:teuthology.orchestra.run.smithi116.stdout:x86_64 2023-11-15T05:23:37.811 DEBUG:teuthology.orchestra.run.smithi116:> cat /etc/os-release 2023-11-15T05:23:37.861 INFO:teuthology.orchestra.run.smithi116.stdout:NAME="Ubuntu" 2023-11-15T05:23:37.861 INFO:teuthology.orchestra.run.smithi116.stdout:VERSION="18.04.6 LTS (Bionic Beaver)" 2023-11-15T05:23:37.862 INFO:teuthology.orchestra.run.smithi116.stdout:ID=ubuntu 2023-11-15T05:23:37.862 INFO:teuthology.orchestra.run.smithi116.stdout:ID_LIKE=debian 2023-11-15T05:23:37.862 INFO:teuthology.orchestra.run.smithi116.stdout:PRETTY_NAME="Ubuntu 18.04.6 LTS" 2023-11-15T05:23:37.863 INFO:teuthology.orchestra.run.smithi116.stdout:VERSION_ID="18.04" 2023-11-15T05:23:37.863 INFO:teuthology.orchestra.run.smithi116.stdout:HOME_URL="https://www.ubuntu.com/" 2023-11-15T05:23:37.863 INFO:teuthology.orchestra.run.smithi116.stdout:SUPPORT_URL="https://help.ubuntu.com/" 2023-11-15T05:23:37.863 INFO:teuthology.orchestra.run.smithi116.stdout:BUG_REPORT_URL="https://bugs.launchpad.net/ubuntu/" 2023-11-15T05:23:37.863 INFO:teuthology.orchestra.run.smithi116.stdout:PRIVACY_POLICY_URL="https://www.ubuntu.com/legal/terms-and-policies/privacy-policy" 2023-11-15T05:23:37.864 INFO:teuthology.orchestra.run.smithi116.stdout:VERSION_CODENAME=bionic 2023-11-15T05:23:37.864 INFO:teuthology.orchestra.run.smithi116.stdout:UBUNTU_CODENAME=bionic 2023-11-15T05:23:37.864 INFO:teuthology.lock.ops:Updating smithi116.front.sepia.ceph.com on lock server 2023-11-15T05:23:37.889 DEBUG:teuthology.orchestra.run.smithi152:> uname -m 2023-11-15T05:23:37.896 INFO:teuthology.orchestra.run.smithi152.stdout:x86_64 2023-11-15T05:23:37.896 DEBUG:teuthology.orchestra.run.smithi152:> cat /etc/os-release 2023-11-15T05:23:37.942 INFO:teuthology.orchestra.run.smithi152.stdout:NAME="Ubuntu" 2023-11-15T05:23:37.942 INFO:teuthology.orchestra.run.smithi152.stdout:VERSION="18.04.6 LTS (Bionic Beaver)" 2023-11-15T05:23:37.943 INFO:teuthology.orchestra.run.smithi152.stdout:ID=ubuntu 2023-11-15T05:23:37.943 INFO:teuthology.orchestra.run.smithi152.stdout:ID_LIKE=debian 2023-11-15T05:23:37.943 INFO:teuthology.orchestra.run.smithi152.stdout:PRETTY_NAME="Ubuntu 18.04.6 LTS" 2023-11-15T05:23:37.943 INFO:teuthology.orchestra.run.smithi152.stdout:VERSION_ID="18.04" 2023-11-15T05:23:37.943 INFO:teuthology.orchestra.run.smithi152.stdout:HOME_URL="https://www.ubuntu.com/" 2023-11-15T05:23:37.944 INFO:teuthology.orchestra.run.smithi152.stdout:SUPPORT_URL="https://help.ubuntu.com/" 2023-11-15T05:23:37.944 INFO:teuthology.orchestra.run.smithi152.stdout:BUG_REPORT_URL="https://bugs.launchpad.net/ubuntu/" 2023-11-15T05:23:37.944 INFO:teuthology.orchestra.run.smithi152.stdout:PRIVACY_POLICY_URL="https://www.ubuntu.com/legal/terms-and-policies/privacy-policy" 2023-11-15T05:23:37.944 INFO:teuthology.orchestra.run.smithi152.stdout:VERSION_CODENAME=bionic 2023-11-15T05:23:37.944 INFO:teuthology.orchestra.run.smithi152.stdout:UBUNTU_CODENAME=bionic 2023-11-15T05:23:37.945 INFO:teuthology.lock.ops:Updating smithi152.front.sepia.ceph.com on lock server 2023-11-15T05:23:37.963 INFO:teuthology.run_tasks:Running task internal.serialize_remote_roles... 2023-11-15T05:23:37.974 INFO:teuthology.run_tasks:Running task internal.check_conflict... 2023-11-15T05:23:37.989 INFO:teuthology.task.internal:Checking for old test directory... 2023-11-15T05:23:37.990 DEBUG:teuthology.orchestra.run.smithi116:> test '!' -e /home/ubuntu/cephtest 2023-11-15T05:23:37.993 DEBUG:teuthology.orchestra.run.smithi152:> test '!' -e /home/ubuntu/cephtest 2023-11-15T05:23:37.999 INFO:teuthology.run_tasks:Running task internal.check_ceph_data... 2023-11-15T05:23:38.052 INFO:teuthology.task.internal:Checking for non-empty /var/lib/ceph... 2023-11-15T05:23:38.052 DEBUG:teuthology.orchestra.run.smithi116:> test -z $(ls -A /var/lib/ceph) 2023-11-15T05:23:38.054 DEBUG:teuthology.orchestra.run.smithi152:> test -z $(ls -A /var/lib/ceph) 2023-11-15T05:23:38.078 INFO:teuthology.run_tasks:Running task internal.vm_setup... 2023-11-15T05:23:38.142 INFO:teuthology.run_tasks:Running task kernel... 2023-11-15T05:23:38.162 INFO:teuthology.task.kernel:normalize config orig: {'kdb': True, 'sha1': 'distro'} 2023-11-15T05:23:38.163 INFO:teuthology.task.kernel:config {'host.a': {'kdb': True, 'sha1': 'distro'}, 'host.b': {'kdb': True, 'sha1': 'distro'}}, timeout 300 2023-11-15T05:23:38.163 DEBUG:teuthology.orchestra.run.smithi116:> test -f /run/.containerenv -o -f /.dockerenv 2023-11-15T05:23:38.164 DEBUG:teuthology.orchestra.run.smithi152:> test -f /run/.containerenv -o -f /.dockerenv 2023-11-15T05:23:38.169 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-11-15T05:23:38.170 DEBUG:teuthology.orchestra.run.smithi116:> uname -r 2023-11-15T05:23:38.170 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-11-15T05:23:38.171 DEBUG:teuthology.orchestra.run.smithi152:> uname -r 2023-11-15T05:23:38.217 INFO:teuthology.orchestra.run.smithi116.stdout:4.15.0-200-generic 2023-11-15T05:23:38.217 INFO:teuthology.task.kernel:Running kernel on smithi116: 4.15.0-200-generic 2023-11-15T05:23:38.217 DEBUG:teuthology.orchestra.run.smithi116:> sudo apt-get clean 2023-11-15T05:23:38.219 INFO:teuthology.orchestra.run.smithi152.stdout:4.15.0-200-generic 2023-11-15T05:23:38.219 INFO:teuthology.task.kernel:Running kernel on smithi152: 4.15.0-200-generic 2023-11-15T05:23:38.219 DEBUG:teuthology.orchestra.run.smithi152:> sudo apt-get clean 2023-11-15T05:23:38.317 DEBUG:teuthology.orchestra.run.smithi152:> sudo apt-get update 2023-11-15T05:23:38.320 DEBUG:teuthology.orchestra.run.smithi116:> sudo apt-get update 2023-11-15T05:23:38.606 INFO:teuthology.orchestra.run.smithi116.stdout:Get:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] 2023-11-15T05:23:38.625 INFO:teuthology.orchestra.run.smithi152.stdout:Hit:1 http://archive.ubuntu.com/ubuntu bionic InRelease 2023-11-15T05:23:38.625 INFO:teuthology.orchestra.run.smithi152.stdout:Get:2 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] 2023-11-15T05:23:38.688 INFO:teuthology.orchestra.run.smithi152.stdout:Get:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] 2023-11-15T05:23:39.010 INFO:teuthology.orchestra.run.smithi152.stdout:Get:4 http://archive.ubuntu.com/ubuntu bionic-backports InRelease [83.3 kB] 2023-11-15T05:23:39.070 INFO:teuthology.orchestra.run.smithi152.stdout:Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [2,717 kB] 2023-11-15T05:23:39.133 INFO:teuthology.orchestra.run.smithi116.stdout:Get:2 http://security.ubuntu.com/ubuntu bionic-security/main i386 Packages [1,379 kB] 2023-11-15T05:23:39.208 INFO:teuthology.orchestra.run.smithi152.stdout:Get:6 http://archive.ubuntu.com/ubuntu bionic-updates/main i386 Packages [1,665 kB] 2023-11-15T05:23:39.325 INFO:teuthology.orchestra.run.smithi116.stdout:Hit:3 http://archive.ubuntu.com/ubuntu bionic InRelease 2023-11-15T05:23:39.343 INFO:teuthology.orchestra.run.smithi116.stdout:Get:4 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] 2023-11-15T05:23:39.410 INFO:teuthology.orchestra.run.smithi116.stdout:Get:5 http://archive.ubuntu.com/ubuntu bionic-backports InRelease [83.3 kB] 2023-11-15T05:23:39.599 INFO:teuthology.orchestra.run.smithi116.stdout:Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [2,717 kB] 2023-11-15T05:23:39.615 INFO:teuthology.orchestra.run.smithi116.stdout:Get:7 http://archive.ubuntu.com/ubuntu bionic-updates/main i386 Packages [1,665 kB] 2023-11-15T05:23:39.617 INFO:teuthology.orchestra.run.smithi152.stdout:Get:7 http://security.ubuntu.com/ubuntu bionic-security/main i386 Packages [1,379 kB] 2023-11-15T05:23:39.646 INFO:teuthology.orchestra.run.smithi152.stdout:Get:8 http://security.ubuntu.com/ubuntu bionic-security/main Translation-en [467 kB] 2023-11-15T05:23:39.653 INFO:teuthology.orchestra.run.smithi152.stdout:Get:9 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [3,045 kB] 2023-11-15T05:23:39.655 INFO:teuthology.orchestra.run.smithi152.stdout:Get:10 http://security.ubuntu.com/ubuntu bionic-security/restricted i386 Packages [33.0 kB] 2023-11-15T05:23:39.656 INFO:teuthology.orchestra.run.smithi152.stdout:Get:11 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [1,317 kB] 2023-11-15T05:23:39.707 INFO:teuthology.orchestra.run.smithi152.stdout:Get:12 http://security.ubuntu.com/ubuntu bionic-security/restricted Translation-en [182 kB] 2023-11-15T05:23:39.710 INFO:teuthology.orchestra.run.smithi116.stdout:Get:8 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [3,045 kB] 2023-11-15T05:23:39.712 INFO:teuthology.orchestra.run.smithi152.stdout:Get:13 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1,303 kB] 2023-11-15T05:23:39.733 INFO:teuthology.orchestra.run.smithi116.stdout:Get:9 http://security.ubuntu.com/ubuntu bionic-security/main Translation-en [467 kB] 2023-11-15T05:23:39.738 INFO:teuthology.orchestra.run.smithi152.stdout:Get:14 http://security.ubuntu.com/ubuntu bionic-security/universe i386 Packages [1,078 kB] 2023-11-15T05:23:39.744 INFO:teuthology.orchestra.run.smithi116.stdout:Get:10 http://archive.ubuntu.com/ubuntu bionic-updates/main Translation-en [553 kB] 2023-11-15T05:23:39.749 INFO:teuthology.orchestra.run.smithi116.stdout:Get:11 http://security.ubuntu.com/ubuntu bionic-security/restricted i386 Packages [33.0 kB] 2023-11-15T05:23:39.749 INFO:teuthology.orchestra.run.smithi116.stdout:Get:12 http://archive.ubuntu.com/ubuntu bionic-updates/restricted i386 Packages [39.7 kB] 2023-11-15T05:23:39.750 INFO:teuthology.orchestra.run.smithi116.stdout:Get:13 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [1,317 kB] 2023-11-15T05:23:39.750 INFO:teuthology.orchestra.run.smithi116.stdout:Get:14 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [1,347 kB] 2023-11-15T05:23:39.759 INFO:teuthology.orchestra.run.smithi152.stdout:Get:15 http://security.ubuntu.com/ubuntu bionic-security/universe Translation-en [308 kB] 2023-11-15T05:23:39.763 INFO:teuthology.orchestra.run.smithi116.stdout:Get:15 http://archive.ubuntu.com/ubuntu bionic-updates/restricted Translation-en [187 kB] 2023-11-15T05:23:39.765 INFO:teuthology.orchestra.run.smithi116.stdout:Get:16 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1,914 kB] 2023-11-15T05:23:39.781 INFO:teuthology.orchestra.run.smithi152.stdout:Get:16 http://archive.ubuntu.com/ubuntu bionic-updates/main Translation-en [553 kB] 2023-11-15T05:23:39.784 INFO:teuthology.orchestra.run.smithi116.stdout:Get:17 http://security.ubuntu.com/ubuntu bionic-security/restricted Translation-en [182 kB] 2023-11-15T05:23:39.784 INFO:teuthology.orchestra.run.smithi152.stdout:Get:17 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [19.8 kB] 2023-11-15T05:23:39.786 INFO:teuthology.orchestra.run.smithi116.stdout:Get:18 http://security.ubuntu.com/ubuntu bionic-security/universe i386 Packages [1,078 kB] 2023-11-15T05:23:39.787 INFO:teuthology.orchestra.run.smithi116.stdout:Get:19 http://archive.ubuntu.com/ubuntu bionic-updates/universe i386 Packages [1,663 kB] 2023-11-15T05:23:39.798 INFO:teuthology.orchestra.run.smithi152.stdout:Get:18 http://archive.ubuntu.com/ubuntu bionic-updates/restricted i386 Packages [39.7 kB] 2023-11-15T05:23:39.799 INFO:teuthology.orchestra.run.smithi152.stdout:Get:19 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [1,347 kB] 2023-11-15T05:23:39.802 INFO:teuthology.orchestra.run.smithi116.stdout:Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/universe Translation-en [421 kB] 2023-11-15T05:23:39.806 INFO:teuthology.orchestra.run.smithi116.stdout:Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse i386 Packages [11.2 kB] 2023-11-15T05:23:39.807 INFO:teuthology.orchestra.run.smithi116.stdout:Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [25.6 kB] 2023-11-15T05:23:39.807 INFO:teuthology.orchestra.run.smithi116.stdout:Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse Translation-en [6,088 B] 2023-11-15T05:23:39.807 INFO:teuthology.orchestra.run.smithi116.stdout:Get:24 http://archive.ubuntu.com/ubuntu bionic-backports/main amd64 Packages [53.3 kB] 2023-11-15T05:23:39.808 INFO:teuthology.orchestra.run.smithi116.stdout:Get:25 http://archive.ubuntu.com/ubuntu bionic-backports/main i386 Packages [53.2 kB] 2023-11-15T05:23:39.809 INFO:teuthology.orchestra.run.smithi116.stdout:Get:26 http://archive.ubuntu.com/ubuntu bionic-backports/universe i386 Packages [18.1 kB] 2023-11-15T05:23:39.809 INFO:teuthology.orchestra.run.smithi116.stdout:Get:27 http://archive.ubuntu.com/ubuntu bionic-backports/universe amd64 Packages [18.2 kB] 2023-11-15T05:23:39.823 INFO:teuthology.orchestra.run.smithi116.stdout:Get:28 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1,303 kB] 2023-11-15T05:23:39.833 INFO:teuthology.orchestra.run.smithi152.stdout:Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/restricted Translation-en [187 kB] 2023-11-15T05:23:39.837 INFO:teuthology.orchestra.run.smithi152.stdout:Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1,914 kB] 2023-11-15T05:23:39.861 INFO:teuthology.orchestra.run.smithi116.stdout:Get:29 http://security.ubuntu.com/ubuntu bionic-security/universe Translation-en [308 kB] 2023-11-15T05:23:39.864 INFO:teuthology.orchestra.run.smithi116.stdout:Get:30 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [19.8 kB] 2023-11-15T05:23:39.901 INFO:teuthology.orchestra.run.smithi152.stdout:Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/universe i386 Packages [1,663 kB] 2023-11-15T05:23:39.948 INFO:teuthology.orchestra.run.smithi152.stdout:Get:23 http://security.ubuntu.com/ubuntu bionic-security/multiverse i386 Packages [6,008 B] 2023-11-15T05:23:40.028 INFO:teuthology.orchestra.run.smithi116.stdout:Get:31 http://security.ubuntu.com/ubuntu bionic-security/multiverse i386 Packages [6,008 B] 2023-11-15T05:23:40.033 INFO:teuthology.orchestra.run.smithi152.stdout:Get:24 http://security.ubuntu.com/ubuntu bionic-security/multiverse Translation-en [3,928 B] 2023-11-15T05:23:40.106 INFO:teuthology.orchestra.run.smithi152.stdout:Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/universe Translation-en [421 kB] 2023-11-15T05:23:40.110 INFO:teuthology.orchestra.run.smithi116.stdout:Get:32 http://security.ubuntu.com/ubuntu bionic-security/multiverse Translation-en [3,928 B] 2023-11-15T05:23:40.621 INFO:teuthology.orchestra.run.smithi152.stdout:Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse i386 Packages [11.2 kB] 2023-11-15T05:23:40.622 INFO:teuthology.orchestra.run.smithi152.stdout:Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [25.6 kB] 2023-11-15T05:23:40.625 INFO:teuthology.orchestra.run.smithi152.stdout:Get:28 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse Translation-en [6,088 B] 2023-11-15T05:23:40.626 INFO:teuthology.orchestra.run.smithi152.stdout:Get:29 http://archive.ubuntu.com/ubuntu bionic-backports/main amd64 Packages [53.3 kB] 2023-11-15T05:23:40.634 INFO:teuthology.orchestra.run.smithi152.stdout:Get:30 http://archive.ubuntu.com/ubuntu bionic-backports/main i386 Packages [53.2 kB] 2023-11-15T05:23:40.641 INFO:teuthology.orchestra.run.smithi152.stdout:Get:31 http://archive.ubuntu.com/ubuntu bionic-backports/universe amd64 Packages [18.2 kB] 2023-11-15T05:23:40.645 INFO:teuthology.orchestra.run.smithi152.stdout:Get:32 http://archive.ubuntu.com/ubuntu bionic-backports/universe i386 Packages [18.1 kB] 2023-11-15T05:23:42.325 INFO:teuthology.orchestra.run.smithi152.stdout:Fetched 20.1 MB in 4s (5,388 kB/s) 2023-11-15T05:23:42.537 INFO:teuthology.orchestra.run.smithi116.stdout:Fetched 20.1 MB in 4s (5,407 kB/s) 2023-11-15T05:23:44.018 INFO:teuthology.orchestra.run.smithi152.stdout:Reading package lists... 2023-11-15T05:23:44.069 DEBUG:teuthology.orchestra.run.smithi152:> sudo DEBIAN_FRONTEND=noninteractive apt-get -y install linux-image-generic 2023-11-15T05:23:44.149 INFO:teuthology.orchestra.run.smithi152.stdout:Reading package lists... 2023-11-15T05:23:44.242 INFO:teuthology.orchestra.run.smithi116.stdout:Reading package lists... 2023-11-15T05:23:44.295 DEBUG:teuthology.orchestra.run.smithi116:> sudo DEBIAN_FRONTEND=noninteractive apt-get -y install linux-image-generic 2023-11-15T05:23:44.379 INFO:teuthology.orchestra.run.smithi116.stdout:Reading package lists... 2023-11-15T05:23:44.414 INFO:teuthology.orchestra.run.smithi152.stdout:Building dependency tree... 2023-11-15T05:23:44.415 INFO:teuthology.orchestra.run.smithi152.stdout:Reading state information... 2023-11-15T05:23:44.630 INFO:teuthology.orchestra.run.smithi152.stdout:The following additional packages will be installed: 2023-11-15T05:23:44.631 INFO:teuthology.orchestra.run.smithi152.stdout: linux-generic linux-headers-4.15.0-213 linux-headers-4.15.0-213-generic 2023-11-15T05:23:44.631 INFO:teuthology.orchestra.run.smithi152.stdout: linux-headers-generic linux-image-4.15.0-213-generic 2023-11-15T05:23:44.631 INFO:teuthology.orchestra.run.smithi152.stdout: linux-modules-4.15.0-213-generic linux-modules-extra-4.15.0-213-generic 2023-11-15T05:23:44.633 INFO:teuthology.orchestra.run.smithi152.stdout:Suggested packages: 2023-11-15T05:23:44.633 INFO:teuthology.orchestra.run.smithi152.stdout: fdutils linux-doc-4.15.0 | linux-source-4.15.0 linux-tools 2023-11-15T05:23:44.633 INFO:teuthology.orchestra.run.smithi152.stdout:Recommended packages: 2023-11-15T05:23:44.634 INFO:teuthology.orchestra.run.smithi152.stdout: thermald 2023-11-15T05:23:44.667 INFO:teuthology.orchestra.run.smithi116.stdout:Building dependency tree... 2023-11-15T05:23:44.668 INFO:teuthology.orchestra.run.smithi116.stdout:Reading state information... 2023-11-15T05:23:44.706 INFO:teuthology.orchestra.run.smithi152.stdout:The following NEW packages will be installed: 2023-11-15T05:23:44.707 INFO:teuthology.orchestra.run.smithi152.stdout: linux-headers-4.15.0-213 linux-headers-4.15.0-213-generic 2023-11-15T05:23:44.707 INFO:teuthology.orchestra.run.smithi152.stdout: linux-image-4.15.0-213-generic linux-modules-4.15.0-213-generic 2023-11-15T05:23:44.707 INFO:teuthology.orchestra.run.smithi152.stdout: linux-modules-extra-4.15.0-213-generic 2023-11-15T05:23:44.710 INFO:teuthology.orchestra.run.smithi152.stdout:The following packages will be upgraded: 2023-11-15T05:23:44.710 INFO:teuthology.orchestra.run.smithi152.stdout: linux-generic linux-headers-generic linux-image-generic 2023-11-15T05:23:44.767 INFO:teuthology.orchestra.run.smithi152.stdout:3 upgraded, 5 newly installed, 0 to remove and 164 not upgraded. 2023-11-15T05:23:44.767 INFO:teuthology.orchestra.run.smithi152.stdout:Need to get 67.4 MB of archives. 2023-11-15T05:23:44.768 INFO:teuthology.orchestra.run.smithi152.stdout:After this operation, 351 MB of additional disk space will be used. 2023-11-15T05:23:44.768 INFO:teuthology.orchestra.run.smithi152.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] 2023-11-15T05:23:44.883 INFO:teuthology.orchestra.run.smithi116.stdout:The following additional packages will be installed: 2023-11-15T05:23:44.883 INFO:teuthology.orchestra.run.smithi116.stdout: linux-generic linux-headers-4.15.0-213 linux-headers-4.15.0-213-generic 2023-11-15T05:23:44.883 INFO:teuthology.orchestra.run.smithi116.stdout: linux-headers-generic linux-image-4.15.0-213-generic 2023-11-15T05:23:44.884 INFO:teuthology.orchestra.run.smithi116.stdout: linux-modules-4.15.0-213-generic linux-modules-extra-4.15.0-213-generic 2023-11-15T05:23:44.885 INFO:teuthology.orchestra.run.smithi116.stdout:Suggested packages: 2023-11-15T05:23:44.885 INFO:teuthology.orchestra.run.smithi116.stdout: fdutils linux-doc-4.15.0 | linux-source-4.15.0 linux-tools 2023-11-15T05:23:44.886 INFO:teuthology.orchestra.run.smithi116.stdout:Recommended packages: 2023-11-15T05:23:44.886 INFO:teuthology.orchestra.run.smithi116.stdout: thermald 2023-11-15T05:23:44.952 INFO:teuthology.orchestra.run.smithi116.stdout:The following NEW packages will be installed: 2023-11-15T05:23:44.952 INFO:teuthology.orchestra.run.smithi116.stdout: linux-headers-4.15.0-213 linux-headers-4.15.0-213-generic 2023-11-15T05:23:44.953 INFO:teuthology.orchestra.run.smithi116.stdout: linux-image-4.15.0-213-generic linux-modules-4.15.0-213-generic 2023-11-15T05:23:44.953 INFO:teuthology.orchestra.run.smithi116.stdout: linux-modules-extra-4.15.0-213-generic 2023-11-15T05:23:44.955 INFO:teuthology.orchestra.run.smithi116.stdout:The following packages will be upgraded: 2023-11-15T05:23:44.956 INFO:teuthology.orchestra.run.smithi116.stdout: linux-generic linux-headers-generic linux-image-generic 2023-11-15T05:23:45.063 INFO:teuthology.orchestra.run.smithi152.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] 2023-11-15T05:23:45.140 INFO:teuthology.orchestra.run.smithi116.stdout:3 upgraded, 5 newly installed, 0 to remove and 164 not upgraded. 2023-11-15T05:23:45.140 INFO:teuthology.orchestra.run.smithi116.stdout:Need to get 67.4 MB of archives. 2023-11-15T05:23:45.141 INFO:teuthology.orchestra.run.smithi116.stdout:After this operation, 351 MB of additional disk space will be used. 2023-11-15T05:23:45.141 INFO:teuthology.orchestra.run.smithi116.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] 2023-11-15T05:23:45.172 INFO:teuthology.orchestra.run.smithi152.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] 2023-11-15T05:23:45.571 INFO:teuthology.orchestra.run.smithi152.stdout:Get:4 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 linux-generic amd64 4.15.0.213.196 [1,864 B] 2023-11-15T05:23:45.571 INFO:teuthology.orchestra.run.smithi152.stdout:Get:5 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 linux-image-generic amd64 4.15.0.213.196 [2,460 B] 2023-11-15T05:23:45.572 INFO:teuthology.orchestra.run.smithi152.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] 2023-11-15T05:23:45.701 INFO:teuthology.orchestra.run.smithi152.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] 2023-11-15T05:23:45.715 INFO:teuthology.orchestra.run.smithi152.stdout:Get:8 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 linux-headers-generic amd64 4.15.0.213.196 [2,360 B] 2023-11-15T05:23:46.189 INFO:teuthology.orchestra.run.smithi116.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] 2023-11-15T05:23:46.358 INFO:teuthology.orchestra.run.smithi152.stdout:Fetched 67.4 MB in 1s (68.3 MB/s) 2023-11-15T05:23:46.439 INFO:teuthology.orchestra.run.smithi116.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] 2023-11-15T05:23:46.544 INFO:teuthology.orchestra.run.smithi152.stdout:Selecting previously unselected package linux-modules-4.15.0-213-generic. 2023-11-15T05:23:47.454 INFO:teuthology.orchestra.run.smithi116.stdout:Get:4 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 linux-generic amd64 4.15.0.213.196 [1,864 B] 2023-11-15T05:23:47.454 INFO:teuthology.orchestra.run.smithi116.stdout:Get:5 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 linux-image-generic amd64 4.15.0.213.196 [2,460 B] 2023-11-15T05:23:47.455 INFO:teuthology.orchestra.run.smithi116.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] 2023-11-15T05:23:47.571 INFO:teuthology.orchestra.run.smithi152.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.) 2023-11-15T05:23:47.575 INFO:teuthology.orchestra.run.smithi152.stdout:Preparing to unpack .../0-linux-modules-4.15.0-213-generic_4.15.0-213.224_amd64.deb ... 2023-11-15T05:23:47.685 INFO:teuthology.orchestra.run.smithi152.stdout:Unpacking linux-modules-4.15.0-213-generic (4.15.0-213.224) ... 2023-11-15T05:23:47.776 INFO:teuthology.orchestra.run.smithi116.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] 2023-11-15T05:23:47.810 INFO:teuthology.orchestra.run.smithi116.stdout:Get:8 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 linux-headers-generic amd64 4.15.0.213.196 [2,360 B] 2023-11-15T05:23:48.485 INFO:teuthology.orchestra.run.smithi116.stdout:Fetched 67.4 MB in 3s (23.8 MB/s) 2023-11-15T05:23:48.696 INFO:teuthology.orchestra.run.smithi116.stdout:Selecting previously unselected package linux-modules-4.15.0-213-generic. 2023-11-15T05:23:49.377 INFO:teuthology.orchestra.run.smithi152.stdout:Selecting previously unselected package linux-image-4.15.0-213-generic. 2023-11-15T05:23:49.394 INFO:teuthology.orchestra.run.smithi152.stdout:Preparing to unpack .../1-linux-image-4.15.0-213-generic_4.15.0-213.224_amd64.deb ... 2023-11-15T05:23:49.498 INFO:teuthology.orchestra.run.smithi152.stdout:Unpacking linux-image-4.15.0-213-generic (4.15.0-213.224) ... 2023-11-15T05:23:49.686 INFO:teuthology.orchestra.run.smithi116.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.) 2023-11-15T05:23:49.689 INFO:teuthology.orchestra.run.smithi116.stdout:Preparing to unpack .../0-linux-modules-4.15.0-213-generic_4.15.0-213.224_amd64.deb ... 2023-11-15T05:23:49.735 INFO:teuthology.orchestra.run.smithi116.stdout:Unpacking linux-modules-4.15.0-213-generic (4.15.0-213.224) ... 2023-11-15T05:23:50.006 INFO:teuthology.orchestra.run.smithi152.stdout:Selecting previously unselected package linux-modules-extra-4.15.0-213-generic. 2023-11-15T05:23:50.019 INFO:teuthology.orchestra.run.smithi152.stdout:Preparing to unpack .../2-linux-modules-extra-4.15.0-213-generic_4.15.0-213.224_amd64.deb ... 2023-11-15T05:23:50.056 INFO:teuthology.orchestra.run.smithi152.stdout:Unpacking linux-modules-extra-4.15.0-213-generic (4.15.0-213.224) ... 2023-11-15T05:23:51.394 INFO:teuthology.orchestra.run.smithi116.stdout:Selecting previously unselected package linux-image-4.15.0-213-generic. 2023-11-15T05:23:51.409 INFO:teuthology.orchestra.run.smithi116.stdout:Preparing to unpack .../1-linux-image-4.15.0-213-generic_4.15.0-213.224_amd64.deb ... 2023-11-15T05:23:51.509 INFO:teuthology.orchestra.run.smithi116.stdout:Unpacking linux-image-4.15.0-213-generic (4.15.0-213.224) ... 2023-11-15T05:23:52.014 INFO:teuthology.orchestra.run.smithi116.stdout:Selecting previously unselected package linux-modules-extra-4.15.0-213-generic. 2023-11-15T05:23:52.030 INFO:teuthology.orchestra.run.smithi116.stdout:Preparing to unpack .../2-linux-modules-extra-4.15.0-213-generic_4.15.0-213.224_amd64.deb ... 2023-11-15T05:23:52.064 INFO:teuthology.orchestra.run.smithi116.stdout:Unpacking linux-modules-extra-4.15.0-213-generic (4.15.0-213.224) ... 2023-11-15T05:23:53.883 INFO:teuthology.orchestra.run.smithi152.stdout:Preparing to unpack .../3-linux-generic_4.15.0.213.196_amd64.deb ... 2023-11-15T05:23:53.982 INFO:teuthology.orchestra.run.smithi152.stdout:Unpacking linux-generic (4.15.0.213.196) over (4.15.0.200.183) ... 2023-11-15T05:23:54.293 INFO:teuthology.orchestra.run.smithi152.stdout:Preparing to unpack .../4-linux-image-generic_4.15.0.213.196_amd64.deb ... 2023-11-15T05:23:54.419 INFO:teuthology.orchestra.run.smithi152.stdout:Unpacking linux-image-generic (4.15.0.213.196) over (4.15.0.200.183) ... 2023-11-15T05:23:54.773 INFO:teuthology.orchestra.run.smithi152.stdout:Selecting previously unselected package linux-headers-4.15.0-213. 2023-11-15T05:23:54.788 INFO:teuthology.orchestra.run.smithi152.stdout:Preparing to unpack .../5-linux-headers-4.15.0-213_4.15.0-213.224_all.deb ... 2023-11-15T05:23:54.823 INFO:teuthology.orchestra.run.smithi152.stdout:Unpacking linux-headers-4.15.0-213 (4.15.0-213.224) ... 2023-11-15T05:23:55.949 INFO:teuthology.orchestra.run.smithi116.stdout:Preparing to unpack .../3-linux-generic_4.15.0.213.196_amd64.deb ... 2023-11-15T05:23:56.076 INFO:teuthology.orchestra.run.smithi116.stdout:Unpacking linux-generic (4.15.0.213.196) over (4.15.0.200.183) ... 2023-11-15T05:23:56.385 INFO:teuthology.orchestra.run.smithi116.stdout:Preparing to unpack .../4-linux-image-generic_4.15.0.213.196_amd64.deb ... 2023-11-15T05:23:56.513 INFO:teuthology.orchestra.run.smithi116.stdout:Unpacking linux-image-generic (4.15.0.213.196) over (4.15.0.200.183) ... 2023-11-15T05:23:56.866 INFO:teuthology.orchestra.run.smithi116.stdout:Selecting previously unselected package linux-headers-4.15.0-213. 2023-11-15T05:23:56.881 INFO:teuthology.orchestra.run.smithi116.stdout:Preparing to unpack .../5-linux-headers-4.15.0-213_4.15.0-213.224_all.deb ... 2023-11-15T05:23:56.924 INFO:teuthology.orchestra.run.smithi116.stdout:Unpacking linux-headers-4.15.0-213 (4.15.0-213.224) ... 2023-11-15T05:23:59.513 INFO:teuthology.orchestra.run.smithi152.stdout:Selecting previously unselected package linux-headers-4.15.0-213-generic. 2023-11-15T05:23:59.539 INFO:teuthology.orchestra.run.smithi152.stdout:Preparing to unpack .../6-linux-headers-4.15.0-213-generic_4.15.0-213.224_amd64.deb ... 2023-11-15T05:23:59.580 INFO:teuthology.orchestra.run.smithi152.stdout:Unpacking linux-headers-4.15.0-213-generic (4.15.0-213.224) ... 2023-11-15T05:24:01.572 INFO:teuthology.orchestra.run.smithi116.stdout:Selecting previously unselected package linux-headers-4.15.0-213-generic. 2023-11-15T05:24:01.597 INFO:teuthology.orchestra.run.smithi116.stdout:Preparing to unpack .../6-linux-headers-4.15.0-213-generic_4.15.0-213.224_amd64.deb ... 2023-11-15T05:24:01.639 INFO:teuthology.orchestra.run.smithi116.stdout:Unpacking linux-headers-4.15.0-213-generic (4.15.0-213.224) ... 2023-11-15T05:24:01.976 INFO:teuthology.orchestra.run.smithi152.stdout:Preparing to unpack .../7-linux-headers-generic_4.15.0.213.196_amd64.deb ... 2023-11-15T05:24:02.104 INFO:teuthology.orchestra.run.smithi152.stdout:Unpacking linux-headers-generic (4.15.0.213.196) over (4.15.0.200.183) ... 2023-11-15T05:24:02.481 INFO:teuthology.orchestra.run.smithi152.stdout:Setting up linux-modules-4.15.0-213-generic (4.15.0-213.224) ... 2023-11-15T05:24:03.078 INFO:teuthology.orchestra.run.smithi152.stdout:Setting up linux-image-4.15.0-213-generic (4.15.0-213.224) ... 2023-11-15T05:24:03.588 INFO:teuthology.orchestra.run.smithi152.stdout:I: /vmlinuz.old is now a symlink to boot/vmlinuz-4.15.0-200-generic 2023-11-15T05:24:03.589 INFO:teuthology.orchestra.run.smithi152.stdout:I: /initrd.img.old is now a symlink to boot/initrd.img-4.15.0-200-generic 2023-11-15T05:24:03.589 INFO:teuthology.orchestra.run.smithi152.stdout:I: /vmlinuz is now a symlink to boot/vmlinuz-4.15.0-213-generic 2023-11-15T05:24:03.589 INFO:teuthology.orchestra.run.smithi152.stdout:I: /initrd.img is now a symlink to boot/initrd.img-4.15.0-213-generic 2023-11-15T05:24:03.730 INFO:teuthology.orchestra.run.smithi152.stdout:Setting up linux-modules-extra-4.15.0-213-generic (4.15.0-213.224) ... 2023-11-15T05:24:03.993 INFO:teuthology.orchestra.run.smithi116.stdout:Preparing to unpack .../7-linux-headers-generic_4.15.0.213.196_amd64.deb ... 2023-11-15T05:24:04.119 INFO:teuthology.orchestra.run.smithi116.stdout:Unpacking linux-headers-generic (4.15.0.213.196) over (4.15.0.200.183) ... 2023-11-15T05:24:04.273 INFO:teuthology.orchestra.run.smithi152.stdout:Setting up linux-headers-4.15.0-213 (4.15.0-213.224) ... 2023-11-15T05:24:04.416 INFO:teuthology.orchestra.run.smithi152.stdout:Setting up linux-image-generic (4.15.0.213.196) ... 2023-11-15T05:24:04.428 INFO:teuthology.orchestra.run.smithi116.stdout:Setting up linux-modules-4.15.0-213-generic (4.15.0-213.224) ... 2023-11-15T05:24:04.541 INFO:teuthology.orchestra.run.smithi152.stdout:Setting up linux-headers-4.15.0-213-generic (4.15.0-213.224) ... 2023-11-15T05:24:04.667 INFO:teuthology.orchestra.run.smithi152.stdout:Setting up linux-headers-generic (4.15.0.213.196) ... 2023-11-15T05:24:04.793 INFO:teuthology.orchestra.run.smithi152.stdout:Setting up linux-generic (4.15.0.213.196) ... 2023-11-15T05:24:04.919 INFO:teuthology.orchestra.run.smithi152.stdout:Processing triggers for linux-image-4.15.0-213-generic (4.15.0-213.224) ... 2023-11-15T05:24:05.040 INFO:teuthology.orchestra.run.smithi116.stdout:Setting up linux-image-4.15.0-213-generic (4.15.0-213.224) ... 2023-11-15T05:24:05.145 INFO:teuthology.orchestra.run.smithi152.stdout:/etc/kernel/postinst.d/initramfs-tools: 2023-11-15T05:24:05.146 INFO:teuthology.orchestra.run.smithi152.stdout:update-initramfs: Generating /boot/initrd.img-4.15.0-213-generic 2023-11-15T05:24:05.516 INFO:teuthology.orchestra.run.smithi116.stdout:I: /vmlinuz.old is now a symlink to boot/vmlinuz-4.15.0-200-generic 2023-11-15T05:24:05.517 INFO:teuthology.orchestra.run.smithi116.stdout:I: /initrd.img.old is now a symlink to boot/initrd.img-4.15.0-200-generic 2023-11-15T05:24:05.517 INFO:teuthology.orchestra.run.smithi116.stdout:I: /vmlinuz is now a symlink to boot/vmlinuz-4.15.0-213-generic 2023-11-15T05:24:05.517 INFO:teuthology.orchestra.run.smithi116.stdout:I: /initrd.img is now a symlink to boot/initrd.img-4.15.0-213-generic 2023-11-15T05:24:05.659 INFO:teuthology.orchestra.run.smithi116.stdout:Setting up linux-modules-extra-4.15.0-213-generic (4.15.0-213.224) ... 2023-11-15T05:24:06.194 INFO:teuthology.orchestra.run.smithi116.stdout:Setting up linux-headers-4.15.0-213 (4.15.0-213.224) ... 2023-11-15T05:24:06.311 INFO:teuthology.orchestra.run.smithi116.stdout:Setting up linux-image-generic (4.15.0.213.196) ... 2023-11-15T05:24:06.429 INFO:teuthology.orchestra.run.smithi116.stdout:Setting up linux-headers-4.15.0-213-generic (4.15.0-213.224) ... 2023-11-15T05:24:06.538 INFO:teuthology.orchestra.run.smithi116.stdout:Setting up linux-headers-generic (4.15.0.213.196) ... 2023-11-15T05:24:06.664 INFO:teuthology.orchestra.run.smithi116.stdout:Setting up linux-generic (4.15.0.213.196) ... 2023-11-15T05:24:06.924 INFO:teuthology.orchestra.run.smithi116.stdout:Processing triggers for linux-image-4.15.0-213-generic (4.15.0-213.224) ... 2023-11-15T05:24:07.108 INFO:teuthology.orchestra.run.smithi116.stdout:/etc/kernel/postinst.d/initramfs-tools: 2023-11-15T05:24:07.108 INFO:teuthology.orchestra.run.smithi116.stdout:update-initramfs: Generating /boot/initrd.img-4.15.0-213-generic 2023-11-15T05:24:21.075 INFO:teuthology.orchestra.run.smithi152.stdout:/etc/kernel/postinst.d/zz-update-grub: 2023-11-15T05:24:21.076 INFO:teuthology.orchestra.run.smithi152.stdout:Sourcing file `/etc/default/grub' 2023-11-15T05:24:21.124 INFO:teuthology.orchestra.run.smithi152.stdout:Generating grub configuration file ... 2023-11-15T05:24:21.573 INFO:teuthology.orchestra.run.smithi152.stdout:Found linux image: /boot/vmlinuz-4.15.0-213-generic 2023-11-15T05:24:21.611 INFO:teuthology.orchestra.run.smithi152.stdout:Found initrd image: /boot/initrd.img-4.15.0-213-generic 2023-11-15T05:24:22.052 INFO:teuthology.orchestra.run.smithi152.stdout:Found linux image: /boot/vmlinuz-4.15.0-200-generic 2023-11-15T05:24:22.081 INFO:teuthology.orchestra.run.smithi152.stdout:Found initrd image: /boot/initrd.img-4.15.0-200-generic 2023-11-15T05:24:22.156 INFO:teuthology.orchestra.run.smithi152.stdout:Found linux image: /boot/vmlinuz-4.15.0-194-generic 2023-11-15T05:24:22.185 INFO:teuthology.orchestra.run.smithi152.stdout:Found initrd image: /boot/initrd.img-4.15.0-194-generic 2023-11-15T05:24:23.611 INFO:teuthology.orchestra.run.smithi152.stdout:done 2023-11-15T05:24:23.616 INFO:teuthology.orchestra.run.smithi116.stdout:/etc/kernel/postinst.d/zz-update-grub: 2023-11-15T05:24:23.617 INFO:teuthology.orchestra.run.smithi116.stdout:Sourcing file `/etc/default/grub' 2023-11-15T05:24:23.643 INFO:teuthology.orchestra.run.smithi116.stdout:Generating grub configuration file ... 2023-11-15T05:24:23.996 INFO:teuthology.orchestra.run.smithi116.stdout:Found linux image: /boot/vmlinuz-4.15.0-213-generic 2023-11-15T05:24:24.050 INFO:teuthology.orchestra.run.smithi116.stdout:Found initrd image: /boot/initrd.img-4.15.0-213-generic 2023-11-15T05:24:24.117 DEBUG:teuthology.orchestra.run.smithi152:> dpkg -s linux-image-generic 2023-11-15T05:24:24.139 INFO:teuthology.orchestra.run.smithi152.stdout:Package: linux-image-generic 2023-11-15T05:24:24.139 INFO:teuthology.orchestra.run.smithi152.stdout:Status: install ok installed 2023-11-15T05:24:24.139 INFO:teuthology.orchestra.run.smithi152.stdout:Priority: optional 2023-11-15T05:24:24.140 INFO:teuthology.orchestra.run.smithi152.stdout:Section: kernel 2023-11-15T05:24:24.140 INFO:teuthology.orchestra.run.smithi152.stdout:Installed-Size: 18 2023-11-15T05:24:24.140 INFO:teuthology.orchestra.run.smithi152.stdout:Maintainer: Ubuntu Kernel Team 2023-11-15T05:24:24.140 INFO:teuthology.orchestra.run.smithi152.stdout:Architecture: amd64 2023-11-15T05:24:24.140 INFO:teuthology.orchestra.run.smithi152.stdout:Source: linux-meta 2023-11-15T05:24:24.141 INFO:teuthology.orchestra.run.smithi152.stdout:Version: 4.15.0.213.196 2023-11-15T05:24:24.141 INFO:teuthology.orchestra.run.smithi152.stdout:Provides: wireguard-modules (= 1.0.20201112-1~18.04.4), zfs-modules (= 0.7.5-1ubuntu16.12) 2023-11-15T05:24:24.141 INFO:teuthology.orchestra.run.smithi152.stdout:Depends: linux-image-4.15.0-213-generic, linux-modules-extra-4.15.0-213-generic, linux-firmware, intel-microcode, amd64-microcode 2023-11-15T05:24:24.141 INFO:teuthology.orchestra.run.smithi152.stdout:Recommends: thermald 2023-11-15T05:24:24.142 INFO:teuthology.orchestra.run.smithi152.stdout:Description: Generic Linux kernel image 2023-11-15T05:24:24.142 INFO:teuthology.orchestra.run.smithi152.stdout: This package will always depend on the latest generic kernel image 2023-11-15T05:24:24.142 INFO:teuthology.orchestra.run.smithi152.stdout: available. 2023-11-15T05:24:24.142 INFO:teuthology.task.kernel:Not newest distro kernel. Current: 4.15.0-200-generic Expected: 4.15.0-213-generic 2023-11-15T05:24:24.143 INFO:teuthology.task.kernel:Skipping firmware on distro kernel 2023-11-15T05:24:24.143 DEBUG:teuthology.task.kernel:src is distro, skipping download 2023-11-15T05:24:24.143 INFO:teuthology.task.kernel:Installing distro kernel on host.b... 2023-11-15T05:24:24.144 DEBUG:teuthology.task.kernel:install_kernel(remote=ubuntu@smithi152.front.sepia.ceph.com, path=None, version=distro) 2023-11-15T05:24:24.144 DEBUG:teuthology.orchestra.run.smithi152:> sudo apt-get clean 2023-11-15T05:24:24.254 DEBUG:teuthology.orchestra.run.smithi152:> sudo apt-get update 2023-11-15T05:24:24.381 INFO:teuthology.orchestra.run.smithi116.stdout:Found linux image: /boot/vmlinuz-4.15.0-200-generic 2023-11-15T05:24:24.387 INFO:teuthology.orchestra.run.smithi152.stdout:Hit:1 http://archive.ubuntu.com/ubuntu bionic InRelease 2023-11-15T05:24:24.397 INFO:teuthology.orchestra.run.smithi152.stdout:Hit:2 http://security.ubuntu.com/ubuntu bionic-security InRelease 2023-11-15T05:24:24.397 INFO:teuthology.orchestra.run.smithi152.stdout:Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease 2023-11-15T05:24:24.416 INFO:teuthology.orchestra.run.smithi152.stdout:Hit:4 http://archive.ubuntu.com/ubuntu bionic-backports InRelease 2023-11-15T05:24:24.419 INFO:teuthology.orchestra.run.smithi116.stdout:Found initrd image: /boot/initrd.img-4.15.0-200-generic 2023-11-15T05:24:24.495 INFO:teuthology.orchestra.run.smithi116.stdout:Found linux image: /boot/vmlinuz-4.15.0-194-generic 2023-11-15T05:24:24.521 INFO:teuthology.orchestra.run.smithi116.stdout:Found initrd image: /boot/initrd.img-4.15.0-194-generic 2023-11-15T05:24:25.870 INFO:teuthology.orchestra.run.smithi116.stdout:done 2023-11-15T05:24:26.331 DEBUG:teuthology.orchestra.run.smithi116:> dpkg -s linux-image-generic 2023-11-15T05:24:26.351 INFO:teuthology.orchestra.run.smithi116.stdout:Package: linux-image-generic 2023-11-15T05:24:26.352 INFO:teuthology.orchestra.run.smithi116.stdout:Status: install ok installed 2023-11-15T05:24:26.352 INFO:teuthology.orchestra.run.smithi116.stdout:Priority: optional 2023-11-15T05:24:26.352 INFO:teuthology.orchestra.run.smithi116.stdout:Section: kernel 2023-11-15T05:24:26.352 INFO:teuthology.orchestra.run.smithi116.stdout:Installed-Size: 18 2023-11-15T05:24:26.353 INFO:teuthology.orchestra.run.smithi116.stdout:Maintainer: Ubuntu Kernel Team 2023-11-15T05:24:26.353 INFO:teuthology.orchestra.run.smithi116.stdout:Architecture: amd64 2023-11-15T05:24:26.353 INFO:teuthology.orchestra.run.smithi116.stdout:Source: linux-meta 2023-11-15T05:24:26.353 INFO:teuthology.orchestra.run.smithi116.stdout:Version: 4.15.0.213.196 2023-11-15T05:24:26.354 INFO:teuthology.orchestra.run.smithi116.stdout:Provides: wireguard-modules (= 1.0.20201112-1~18.04.4), zfs-modules (= 0.7.5-1ubuntu16.12) 2023-11-15T05:24:26.354 INFO:teuthology.orchestra.run.smithi116.stdout:Depends: linux-image-4.15.0-213-generic, linux-modules-extra-4.15.0-213-generic, linux-firmware, intel-microcode, amd64-microcode 2023-11-15T05:24:26.354 INFO:teuthology.orchestra.run.smithi116.stdout:Recommends: thermald 2023-11-15T05:24:26.354 INFO:teuthology.orchestra.run.smithi116.stdout:Description: Generic Linux kernel image 2023-11-15T05:24:26.354 INFO:teuthology.orchestra.run.smithi116.stdout: This package will always depend on the latest generic kernel image 2023-11-15T05:24:26.355 INFO:teuthology.orchestra.run.smithi116.stdout: available. 2023-11-15T05:24:26.355 INFO:teuthology.task.kernel:Not newest distro kernel. Current: 4.15.0-200-generic Expected: 4.15.0-213-generic 2023-11-15T05:24:26.355 INFO:teuthology.task.kernel:Skipping firmware on distro kernel 2023-11-15T05:24:26.356 DEBUG:teuthology.task.kernel:src is distro, skipping download 2023-11-15T05:24:26.356 INFO:teuthology.task.kernel:Installing distro kernel on host.a... 2023-11-15T05:24:26.356 DEBUG:teuthology.task.kernel:install_kernel(remote=ubuntu@smithi116.front.sepia.ceph.com, path=None, version=distro) 2023-11-15T05:24:26.356 DEBUG:teuthology.orchestra.run.smithi116:> sudo apt-get clean 2023-11-15T05:24:26.440 DEBUG:teuthology.orchestra.run.smithi116:> sudo apt-get update 2023-11-15T05:24:26.481 INFO:teuthology.orchestra.run.smithi152.stdout:Reading package lists... 2023-11-15T05:24:26.535 DEBUG:teuthology.orchestra.run.smithi152:> sudo DEBIAN_FRONTEND=noninteractive apt-get -y install linux-image-generic 2023-11-15T05:24:26.565 INFO:teuthology.orchestra.run.smithi116.stdout:Hit:1 http://archive.ubuntu.com/ubuntu bionic InRelease 2023-11-15T05:24:26.571 INFO:teuthology.orchestra.run.smithi116.stdout:Hit:2 http://archive.ubuntu.com/ubuntu bionic-updates InRelease 2023-11-15T05:24:26.588 INFO:teuthology.orchestra.run.smithi116.stdout:Hit:3 http://archive.ubuntu.com/ubuntu bionic-backports InRelease 2023-11-15T05:24:26.616 INFO:teuthology.orchestra.run.smithi152.stdout:Reading package lists... 2023-11-15T05:24:26.932 INFO:teuthology.orchestra.run.smithi152.stdout:Building dependency tree... 2023-11-15T05:24:26.932 INFO:teuthology.orchestra.run.smithi152.stdout:Reading state information... 2023-11-15T05:24:27.140 INFO:teuthology.orchestra.run.smithi152.stdout:linux-image-generic is already the newest version (4.15.0.213.196). 2023-11-15T05:24:27.140 INFO:teuthology.orchestra.run.smithi152.stdout:The following packages were automatically installed and are no longer required: 2023-11-15T05:24:27.141 INFO:teuthology.orchestra.run.smithi152.stdout: linux-headers-4.15.0-194 linux-headers-4.15.0-194-generic 2023-11-15T05:24:27.141 INFO:teuthology.orchestra.run.smithi152.stdout: linux-image-4.15.0-194-generic linux-modules-4.15.0-194-generic 2023-11-15T05:24:27.141 INFO:teuthology.orchestra.run.smithi152.stdout: linux-modules-extra-4.15.0-194-generic 2023-11-15T05:24:27.142 INFO:teuthology.orchestra.run.smithi152.stdout:Use 'sudo apt autoremove' to remove them. 2023-11-15T05:24:27.193 INFO:teuthology.orchestra.run.smithi152.stdout:0 upgraded, 0 newly installed, 0 to remove and 164 not upgraded. 2023-11-15T05:24:27.195 DEBUG:teuthology.orchestra.run.smithi152:> dpkg -s linux-image-generic 2023-11-15T05:24:27.215 INFO:teuthology.orchestra.run.smithi152.stdout:Package: linux-image-generic 2023-11-15T05:24:27.216 INFO:teuthology.orchestra.run.smithi152.stdout:Status: install ok installed 2023-11-15T05:24:27.216 INFO:teuthology.orchestra.run.smithi152.stdout:Priority: optional 2023-11-15T05:24:27.216 INFO:teuthology.orchestra.run.smithi152.stdout:Section: kernel 2023-11-15T05:24:27.216 INFO:teuthology.orchestra.run.smithi152.stdout:Installed-Size: 18 2023-11-15T05:24:27.217 INFO:teuthology.orchestra.run.smithi152.stdout:Maintainer: Ubuntu Kernel Team 2023-11-15T05:24:27.217 INFO:teuthology.orchestra.run.smithi152.stdout:Architecture: amd64 2023-11-15T05:24:27.217 INFO:teuthology.orchestra.run.smithi152.stdout:Source: linux-meta 2023-11-15T05:24:27.217 INFO:teuthology.orchestra.run.smithi152.stdout:Version: 4.15.0.213.196 2023-11-15T05:24:27.217 INFO:teuthology.orchestra.run.smithi152.stdout:Provides: wireguard-modules (= 1.0.20201112-1~18.04.4), zfs-modules (= 0.7.5-1ubuntu16.12) 2023-11-15T05:24:27.218 INFO:teuthology.orchestra.run.smithi152.stdout:Depends: linux-image-4.15.0-213-generic, linux-modules-extra-4.15.0-213-generic, linux-firmware, intel-microcode, amd64-microcode 2023-11-15T05:24:27.218 INFO:teuthology.orchestra.run.smithi152.stdout:Recommends: thermald 2023-11-15T05:24:27.218 INFO:teuthology.orchestra.run.smithi152.stdout:Description: Generic Linux kernel image 2023-11-15T05:24:27.218 INFO:teuthology.orchestra.run.smithi152.stdout: This package will always depend on the latest generic kernel image 2023-11-15T05:24:27.218 INFO:teuthology.orchestra.run.smithi152.stdout: available. 2023-11-15T05:24:27.219 DEBUG:teuthology.orchestra.run.smithi152:> mktemp 2023-11-15T05:24:27.263 INFO:teuthology.orchestra.run.smithi152.stdout:/tmp/tmp.bEs5ds6pbr 2023-11-15T05:24:27.264 DEBUG:teuthology.orchestra.run.smithi152:> sudo cp /boot/grub/grub.cfg /tmp/tmp.bEs5ds6pbr 2023-11-15T05:24:27.319 DEBUG:teuthology.orchestra.run.smithi152:> sudo chmod 0666 /tmp/tmp.bEs5ds6pbr 2023-11-15T05:24:27.469 DEBUG:teuthology.orchestra.remote:smithi152:/tmp/tmp.bEs5ds6pbr is 10KB 2023-11-15T05:24:27.518 DEBUG:teuthology.orchestra.run.smithi152:> rm -fr /tmp/tmp.bEs5ds6pbr 2023-11-15T05:24:27.527 DEBUG:teuthology.orchestra.run.smithi152:> sudo rm -f -- /etc/grub.d/01_ceph_kernel 2023-11-15T05:24:27.583 DEBUG:teuthology.orchestra.run.smithi152:> set -ex 2023-11-15T05:24:27.583 DEBUG:teuthology.orchestra.run.smithi152:> sudo dd of=/etc/grub.d/01_ceph_kernel 2023-11-15T05:24:27.584 DEBUG:teuthology.orchestra.run.smithi152:> sudo chmod 755 /etc/grub.d/01_ceph_kernel 2023-11-15T05:24:27.656 INFO:teuthology.task.kernel:Distro Kernel Version: 4.15.0-213-generic 2023-11-15T05:24:27.656 DEBUG:teuthology.orchestra.run.smithi152:> sudo update-grub 2023-11-15T05:24:27.990 INFO:teuthology.orchestra.run.smithi116.stdout:Hit:4 http://security.ubuntu.com/ubuntu bionic-security InRelease 2023-11-15T05:24:29.164 INFO:teuthology.orchestra.run.smithi152.stderr:Sourcing file `/etc/default/grub' 2023-11-15T05:24:29.175 INFO:teuthology.orchestra.run.smithi152.stderr:Generating grub configuration file ... 2023-11-15T05:24:29.462 INFO:teuthology.orchestra.run.smithi152.stderr:Found linux image: /boot/vmlinuz-4.15.0-213-generic 2023-11-15T05:24:29.474 INFO:teuthology.orchestra.run.smithi152.stderr:Found initrd image: /boot/initrd.img-4.15.0-213-generic 2023-11-15T05:24:29.713 INFO:teuthology.orchestra.run.smithi116.stdout:Reading package lists... 2023-11-15T05:24:29.765 DEBUG:teuthology.orchestra.run.smithi116:> sudo DEBIAN_FRONTEND=noninteractive apt-get -y install linux-image-generic 2023-11-15T05:24:29.823 INFO:teuthology.orchestra.run.smithi152.stderr:Found linux image: /boot/vmlinuz-4.15.0-200-generic 2023-11-15T05:24:29.834 INFO:teuthology.orchestra.run.smithi152.stderr:Found initrd image: /boot/initrd.img-4.15.0-200-generic 2023-11-15T05:24:29.845 INFO:teuthology.orchestra.run.smithi116.stdout:Reading package lists... 2023-11-15T05:24:29.911 INFO:teuthology.orchestra.run.smithi152.stderr:Found linux image: /boot/vmlinuz-4.15.0-194-generic 2023-11-15T05:24:29.924 INFO:teuthology.orchestra.run.smithi152.stderr:Found initrd image: /boot/initrd.img-4.15.0-194-generic 2023-11-15T05:24:30.111 INFO:teuthology.orchestra.run.smithi116.stdout:Building dependency tree... 2023-11-15T05:24:30.111 INFO:teuthology.orchestra.run.smithi116.stdout:Reading state information... 2023-11-15T05:24:30.317 INFO:teuthology.orchestra.run.smithi116.stdout:linux-image-generic is already the newest version (4.15.0.213.196). 2023-11-15T05:24:30.318 INFO:teuthology.orchestra.run.smithi116.stdout:The following packages were automatically installed and are no longer required: 2023-11-15T05:24:30.318 INFO:teuthology.orchestra.run.smithi116.stdout: linux-headers-4.15.0-194 linux-headers-4.15.0-194-generic 2023-11-15T05:24:30.318 INFO:teuthology.orchestra.run.smithi116.stdout: linux-image-4.15.0-194-generic linux-modules-4.15.0-194-generic 2023-11-15T05:24:30.318 INFO:teuthology.orchestra.run.smithi116.stdout: linux-modules-extra-4.15.0-194-generic 2023-11-15T05:24:30.319 INFO:teuthology.orchestra.run.smithi116.stdout:Use 'sudo apt autoremove' to remove them. 2023-11-15T05:24:30.369 INFO:teuthology.orchestra.run.smithi116.stdout:0 upgraded, 0 newly installed, 0 to remove and 164 not upgraded. 2023-11-15T05:24:30.370 DEBUG:teuthology.orchestra.run.smithi116:> dpkg -s linux-image-generic 2023-11-15T05:24:30.395 INFO:teuthology.orchestra.run.smithi116.stdout:Package: linux-image-generic 2023-11-15T05:24:30.395 INFO:teuthology.orchestra.run.smithi116.stdout:Status: install ok installed 2023-11-15T05:24:30.396 INFO:teuthology.orchestra.run.smithi116.stdout:Priority: optional 2023-11-15T05:24:30.396 INFO:teuthology.orchestra.run.smithi116.stdout:Section: kernel 2023-11-15T05:24:30.396 INFO:teuthology.orchestra.run.smithi116.stdout:Installed-Size: 18 2023-11-15T05:24:30.396 INFO:teuthology.orchestra.run.smithi116.stdout:Maintainer: Ubuntu Kernel Team 2023-11-15T05:24:30.396 INFO:teuthology.orchestra.run.smithi116.stdout:Architecture: amd64 2023-11-15T05:24:30.397 INFO:teuthology.orchestra.run.smithi116.stdout:Source: linux-meta 2023-11-15T05:24:30.397 INFO:teuthology.orchestra.run.smithi116.stdout:Version: 4.15.0.213.196 2023-11-15T05:24:30.397 INFO:teuthology.orchestra.run.smithi116.stdout:Provides: wireguard-modules (= 1.0.20201112-1~18.04.4), zfs-modules (= 0.7.5-1ubuntu16.12) 2023-11-15T05:24:30.397 INFO:teuthology.orchestra.run.smithi116.stdout:Depends: linux-image-4.15.0-213-generic, linux-modules-extra-4.15.0-213-generic, linux-firmware, intel-microcode, amd64-microcode 2023-11-15T05:24:30.398 INFO:teuthology.orchestra.run.smithi116.stdout:Recommends: thermald 2023-11-15T05:24:30.398 INFO:teuthology.orchestra.run.smithi116.stdout:Description: Generic Linux kernel image 2023-11-15T05:24:30.398 INFO:teuthology.orchestra.run.smithi116.stdout: This package will always depend on the latest generic kernel image 2023-11-15T05:24:30.398 INFO:teuthology.orchestra.run.smithi116.stdout: available. 2023-11-15T05:24:30.399 DEBUG:teuthology.orchestra.run.smithi116:> mktemp 2023-11-15T05:24:30.441 INFO:teuthology.orchestra.run.smithi116.stdout:/tmp/tmp.2WwHxeZA4X 2023-11-15T05:24:30.442 DEBUG:teuthology.orchestra.run.smithi116:> sudo cp /boot/grub/grub.cfg /tmp/tmp.2WwHxeZA4X 2023-11-15T05:24:30.505 DEBUG:teuthology.orchestra.run.smithi116:> sudo chmod 0666 /tmp/tmp.2WwHxeZA4X 2023-11-15T05:24:30.649 DEBUG:teuthology.orchestra.remote:smithi116:/tmp/tmp.2WwHxeZA4X is 10KB 2023-11-15T05:24:30.662 DEBUG:teuthology.orchestra.run.smithi116:> rm -fr /tmp/tmp.2WwHxeZA4X 2023-11-15T05:24:30.668 DEBUG:teuthology.orchestra.run.smithi116:> sudo rm -f -- /etc/grub.d/01_ceph_kernel 2023-11-15T05:24:30.726 DEBUG:teuthology.orchestra.run.smithi116:> set -ex 2023-11-15T05:24:30.727 DEBUG:teuthology.orchestra.run.smithi116:> sudo dd of=/etc/grub.d/01_ceph_kernel 2023-11-15T05:24:30.730 DEBUG:teuthology.orchestra.run.smithi116:> sudo chmod 755 /etc/grub.d/01_ceph_kernel 2023-11-15T05:24:30.806 INFO:teuthology.task.kernel:Distro Kernel Version: 4.15.0-213-generic 2023-11-15T05:24:30.807 DEBUG:teuthology.orchestra.run.smithi116:> sudo update-grub 2023-11-15T05:24:30.990 INFO:teuthology.orchestra.run.smithi152.stderr:done 2023-11-15T05:24:30.992 DEBUG:teuthology.orchestra.run.smithi152:> sudo shutdown -r now 2023-11-15T05:24:32.244 INFO:teuthology.orchestra.run.smithi116.stderr:Sourcing file `/etc/default/grub' 2023-11-15T05:24:32.257 INFO:teuthology.orchestra.run.smithi116.stderr:Generating grub configuration file ... 2023-11-15T05:24:32.549 INFO:teuthology.orchestra.run.smithi116.stderr:Found linux image: /boot/vmlinuz-4.15.0-213-generic 2023-11-15T05:24:32.561 INFO:teuthology.orchestra.run.smithi116.stderr:Found initrd image: /boot/initrd.img-4.15.0-213-generic 2023-11-15T05:24:32.879 INFO:teuthology.orchestra.run.smithi116.stderr:Found linux image: /boot/vmlinuz-4.15.0-200-generic 2023-11-15T05:24:32.892 INFO:teuthology.orchestra.run.smithi116.stderr:Found initrd image: /boot/initrd.img-4.15.0-200-generic 2023-11-15T05:24:32.970 INFO:teuthology.orchestra.run.smithi116.stderr:Found linux image: /boot/vmlinuz-4.15.0-194-generic 2023-11-15T05:24:32.984 INFO:teuthology.orchestra.run.smithi116.stderr:Found initrd image: /boot/initrd.img-4.15.0-194-generic 2023-11-15T05:24:33.898 INFO:teuthology.orchestra.run.smithi116.stderr:done 2023-11-15T05:24:33.899 DEBUG:teuthology.orchestra.run.smithi116:> sudo shutdown -r now 2023-11-15T05:25:01.018 INFO:teuthology.task.kernel:Checking client host.b for new kernel version... 2023-11-15T05:25:01.019 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi152.front.sepia.ceph.com' 2023-11-15T05:25:01.020 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi152.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-11-15T05:25:03.945 INFO:teuthology.task.kernel:Checking client host.a for new kernel version... 2023-11-15T05:25:03.946 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi116.front.sepia.ceph.com' 2023-11-15T05:25:03.946 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi116.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-11-15T05:25:19.354 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.152 2023-11-15T05:25:22.430 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.116 2023-11-15T05:25:28.360 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi152.front.sepia.ceph.com' 2023-11-15T05:25:28.361 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi152.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-11-15T05:25:31.418 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.152 2023-11-15T05:25:31.431 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi116.front.sepia.ceph.com' 2023-11-15T05:25:31.432 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi116.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-11-15T05:25:34.490 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.116 2023-11-15T05:25:43.428 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi152.front.sepia.ceph.com' 2023-11-15T05:25:43.429 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi152.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-11-15T05:25:46.494 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi116.front.sepia.ceph.com' 2023-11-15T05:25:46.495 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi116.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-11-15T05:26:18.063 DEBUG:teuthology.orchestra.run.smithi116:> true 2023-11-15T05:26:18.343 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi116.front.sepia.ceph.com' 2023-11-15T05:26:18.343 INFO:teuthology.task.kernel:Checking kernel version of host.a, want "4.15.0-213-generic"... 2023-11-15T05:26:18.344 DEBUG:teuthology.orchestra.run.smithi116:> uname -r 2023-11-15T05:26:18.392 INFO:teuthology.orchestra.run.smithi116.stdout:4.15.0-213-generic 2023-11-15T05:26:18.392 DEBUG:teuthology.task.kernel:current kernel version is 4.15.0-213-generic vs 4.15.0-213-generic 2023-11-15T05:26:18.392 DEBUG:teuthology.task.kernel:utsrelease strings match, do not need to install 2023-11-15T05:26:18.393 DEBUG:teuthology.task.kernel:Distro of this test job: ubuntu 2023-11-15T05:26:19.394 INFO:teuthology.task.kernel:Enabling kdb on host.a... 2023-11-15T05:26:19.394 DEBUG:teuthology.orchestra.run.smithi116:> echo ttyS1 | sudo tee /sys/module/kgdboc/parameters/kgdboc 2023-11-15T05:26:19.419 INFO:teuthology.orchestra.run.smithi116.stdout:ttyS1 2023-11-15T05:26:19.436 DEBUG:teuthology.parallel:result is None 2023-11-15T05:26:43.432 DEBUG:teuthology.orchestra.remote:timed out 2023-11-15T05:26:58.434 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi152.front.sepia.ceph.com' 2023-11-15T05:26:58.434 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi152.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-11-15T05:26:58.523 DEBUG:teuthology.orchestra.run.smithi152:> true 2023-11-15T05:26:58.831 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi152.front.sepia.ceph.com' 2023-11-15T05:26:58.832 INFO:teuthology.task.kernel:Checking kernel version of host.b, want "4.15.0-213-generic"... 2023-11-15T05:26:58.832 DEBUG:teuthology.orchestra.run.smithi152:> uname -r 2023-11-15T05:26:58.880 INFO:teuthology.orchestra.run.smithi152.stdout:4.15.0-213-generic 2023-11-15T05:26:58.882 DEBUG:teuthology.task.kernel:current kernel version is 4.15.0-213-generic vs 4.15.0-213-generic 2023-11-15T05:26:58.883 DEBUG:teuthology.task.kernel:utsrelease strings match, do not need to install 2023-11-15T05:26:58.883 DEBUG:teuthology.task.kernel:Distro of this test job: ubuntu 2023-11-15T05:26:59.883 INFO:teuthology.task.kernel:Enabling kdb on host.b... 2023-11-15T05:26:59.884 DEBUG:teuthology.orchestra.run.smithi152:> echo ttyS1 | sudo tee /sys/module/kgdboc/parameters/kgdboc 2023-11-15T05:26:59.920 INFO:teuthology.orchestra.run.smithi152.stdout:ttyS1 2023-11-15T05:26:59.956 DEBUG:teuthology.parallel:result is None 2023-11-15T05:26:59.957 INFO:teuthology.run_tasks:Running task internal.base... 2023-11-15T05:26:59.964 INFO:teuthology.task.internal:Creating test directory... 2023-11-15T05:26:59.965 DEBUG:teuthology.orchestra.run.smithi116:> mkdir -p -m0755 -- /home/ubuntu/cephtest 2023-11-15T05:26:59.968 DEBUG:teuthology.orchestra.run.smithi152:> mkdir -p -m0755 -- /home/ubuntu/cephtest 2023-11-15T05:27:00.004 INFO:teuthology.run_tasks:Running task internal.archive_upload... 2023-11-15T05:27:00.011 INFO:teuthology.run_tasks:Running task internal.archive... 2023-11-15T05:27:00.023 INFO:teuthology.task.internal:Creating archive directory... 2023-11-15T05:27:00.024 DEBUG:teuthology.orchestra.run.smithi116:> install -d -m0755 -- /home/ubuntu/cephtest/archive 2023-11-15T05:27:00.028 DEBUG:teuthology.orchestra.run.smithi152:> install -d -m0755 -- /home/ubuntu/cephtest/archive 2023-11-15T05:27:00.279 INFO:teuthology.run_tasks:Running task internal.coredump... 2023-11-15T05:27:00.286 INFO:teuthology.task.internal:Enabling coredump saving... 2023-11-15T05:27:00.287 DEBUG:teuthology.orchestra.run.smithi116:> install -d -m0755 -- /home/ubuntu/cephtest/archive/coredump && sudo sysctl -w kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core && echo kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core | sudo tee -a /etc/sysctl.conf 2023-11-15T05:27:00.289 DEBUG:teuthology.orchestra.run.smithi152:> install -d -m0755 -- /home/ubuntu/cephtest/archive/coredump && sudo sysctl -w kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core && echo kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core | sudo tee -a /etc/sysctl.conf 2023-11-15T05:27:00.307 INFO:teuthology.orchestra.run.smithi116.stdout:kernel.core_pattern = /home/ubuntu/cephtest/archive/coredump/%t.%p.core 2023-11-15T05:27:00.309 INFO:teuthology.orchestra.run.smithi152.stdout:kernel.core_pattern = /home/ubuntu/cephtest/archive/coredump/%t.%p.core 2023-11-15T05:27:00.314 INFO:teuthology.orchestra.run.smithi152.stdout:kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core 2023-11-15T05:27:00.316 INFO:teuthology.orchestra.run.smithi116.stdout:kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core 2023-11-15T05:27:00.318 INFO:teuthology.run_tasks:Running task internal.sudo... 2023-11-15T05:27:00.327 INFO:teuthology.task.internal:Configuring sudo... 2023-11-15T05:27:00.327 DEBUG:teuthology.orchestra.run.smithi116:> sudo sed -i.orig.teuthology -e 's/^\([^#]*\) \(requiretty\)/\1 !\2/g' -e 's/^\([^#]*\) !\(visiblepw\)/\1 \2/g' /etc/sudoers 2023-11-15T05:27:00.365 DEBUG:teuthology.orchestra.run.smithi152:> sudo sed -i.orig.teuthology -e 's/^\([^#]*\) \(requiretty\)/\1 !\2/g' -e 's/^\([^#]*\) !\(visiblepw\)/\1 \2/g' /etc/sudoers 2023-11-15T05:27:00.380 INFO:teuthology.run_tasks:Running task internal.syslog... 2023-11-15T05:27:00.390 INFO:teuthology.task.internal.syslog:Starting syslog monitoring... 2023-11-15T05:27:00.391 DEBUG:teuthology.orchestra.run.smithi116:> mkdir -p -m0755 -- /home/ubuntu/cephtest/archive/syslog 2023-11-15T05:27:00.424 DEBUG:teuthology.orchestra.run.smithi152:> mkdir -p -m0755 -- /home/ubuntu/cephtest/archive/syslog 2023-11-15T05:27:00.431 DEBUG:teuthology.orchestra.run.smithi116:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/kern.log 2023-11-15T05:27:00.476 DEBUG:teuthology.orchestra.run.smithi116:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/misc.log 2023-11-15T05:27:00.524 DEBUG:teuthology.orchestra.run.smithi116:> set -ex 2023-11-15T05:27:00.524 DEBUG:teuthology.orchestra.run.smithi116:> sudo dd of=/etc/rsyslog.d/80-cephtest.conf 2023-11-15T05:27:00.591 DEBUG:teuthology.orchestra.run.smithi152:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/kern.log 2023-11-15T05:27:00.598 DEBUG:teuthology.orchestra.run.smithi152:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/misc.log 2023-11-15T05:27:00.648 DEBUG:teuthology.orchestra.run.smithi152:> set -ex 2023-11-15T05:27:00.648 DEBUG:teuthology.orchestra.run.smithi152:> sudo dd of=/etc/rsyslog.d/80-cephtest.conf 2023-11-15T05:27:00.722 DEBUG:teuthology.orchestra.run.smithi116:> sudo service rsyslog restart 2023-11-15T05:27:00.724 DEBUG:teuthology.orchestra.run.smithi152:> sudo service rsyslog restart 2023-11-15T05:27:00.810 INFO:teuthology.run_tasks:Running task internal.timer... 2023-11-15T05:27:00.818 INFO:teuthology.task.internal:Starting timer... 2023-11-15T05:27:00.818 INFO:teuthology.run_tasks:Running task pcp... 2023-11-15T05:27:00.828 INFO:teuthology.run_tasks:Running task selinux... 2023-11-15T05:27:00.837 DEBUG:teuthology.task.selinux:Excluding smithi116: OS 'ubuntu' does not support SELinux 2023-11-15T05:27:00.837 DEBUG:teuthology.task.selinux:Excluding smithi152: OS 'ubuntu' does not support SELinux 2023-11-15T05:27:00.838 DEBUG:teuthology.task.selinux:Getting current SELinux state 2023-11-15T05:27:00.838 DEBUG:teuthology.task.selinux:Existing SELinux modes: {} 2023-11-15T05:27:00.838 INFO:teuthology.task.selinux:Putting SELinux into permissive mode 2023-11-15T05:27:00.838 INFO:teuthology.run_tasks:Running task ansible.cephlab... 2023-11-15T05:27:00.848 INFO:teuthology.repo_utils:/home/teuthworker/src/git.ceph.com_ceph-cm-ansible_main was just updated or references a specific commit; assuming it is current 2023-11-15T05:27:00.848 INFO:teuthology.repo_utils:Resetting repo at /home/teuthworker/src/git.ceph.com_ceph-cm-ansible_main to origin/main 2023-11-15T05:27:00.867 INFO:teuthology.task.ansible:Playbook: [{'import_playbook': 'ansible_managed.yml'}, {'import_playbook': 'teuthology.yml'}, {'hosts': 'testnodes', 'tasks': [{'set_fact': {'ran_from_cephlab_playbook': True}}]}, {'import_playbook': 'testnodes.yml'}, {'import_playbook': 'container-host.yml'}, {'import_playbook': 'cobbler.yml'}, {'import_playbook': 'paddles.yml'}, {'import_playbook': 'pulpito.yml'}, {'hosts': 'testnodes', 'become': True, 'tasks': [{'name': 'Touch /ceph-qa-ready', 'file': {'path': '/ceph-qa-ready', 'state': 'touch'}, 'when': 'ran_from_cephlab_playbook|bool'}]}] 2023-11-15T05:27:00.868 DEBUG:teuthology.task.ansible:Running ansible-playbook -v --extra-vars '{"ansible_ssh_user": "ubuntu"}' -i /etc/ansible/hosts --limit smithi116.front.sepia.ceph.com,smithi152.front.sepia.ceph.com /home/teuthworker/src/git.ceph.com_ceph-cm-ansible_main/cephlab.yml 2023-11-15T05:32:56.208 DEBUG:teuthology.task.ansible:Reconnecting to [Remote(name='ubuntu@smithi116.front.sepia.ceph.com'), Remote(name='ubuntu@smithi152.front.sepia.ceph.com')] 2023-11-15T05:32:56.210 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi116.front.sepia.ceph.com' 2023-11-15T05:32:56.212 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi116.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-11-15T05:32:56.293 DEBUG:teuthology.orchestra.run.smithi116:> true 2023-11-15T05:32:56.413 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi116.front.sepia.ceph.com' 2023-11-15T05:32:56.414 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi152.front.sepia.ceph.com' 2023-11-15T05:32:56.415 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi152.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-11-15T05:32:56.490 DEBUG:teuthology.orchestra.run.smithi152:> true 2023-11-15T05:32:56.615 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi152.front.sepia.ceph.com' 2023-11-15T05:32:56.616 INFO:teuthology.run_tasks:Running task clock... 2023-11-15T05:32:56.632 INFO:teuthology.task.clock:Syncing clocks and checking initial clock skew... 2023-11-15T05:32:56.633 INFO:teuthology.orchestra.run:Running command with timeout 360 2023-11-15T05:32:56.633 DEBUG:teuthology.orchestra.run.smithi116:> sudo systemctl stop ntp.service || sudo systemctl stop ntpd.service || sudo systemctl stop chronyd.service ; sudo ntpd -gq || sudo chronyc makestep ; sudo systemctl start ntp.service || sudo systemctl start ntpd.service || sudo systemctl start chronyd.service ; PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2023-11-15T05:32:56.637 INFO:teuthology.orchestra.run:Running command with timeout 360 2023-11-15T05:32:56.637 DEBUG:teuthology.orchestra.run.smithi152:> sudo systemctl stop ntp.service || sudo systemctl stop ntpd.service || sudo systemctl stop chronyd.service ; sudo ntpd -gq || sudo chronyc makestep ; sudo systemctl start ntp.service || sudo systemctl start ntpd.service || sudo systemctl start chronyd.service ; PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2023-11-15T05:32:56.690 INFO:teuthology.orchestra.run.smithi116.stdout:15 Nov 05:32:56 ntpd[24125]: ntpd 4.2.8p10@1.3728-o (1): Starting 2023-11-15T05:32:56.690 INFO:teuthology.orchestra.run.smithi116.stdout:15 Nov 05:32:56 ntpd[24125]: Command line: ntpd -gq 2023-11-15T05:32:56.691 INFO:teuthology.orchestra.run.smithi116.stdout:15 Nov 05:32:56 ntpd[24125]: proto: precision = 0.123 usec (-23) 2023-11-15T05:32:56.691 INFO:teuthology.orchestra.run.smithi116.stderr:restrict 0.0.0.0: KOD does nothing without LIMITED. 2023-11-15T05:32:56.692 INFO:teuthology.orchestra.run.smithi116.stdout:15 Nov 05:32:56 ntpd[24125]: restrict 0.0.0.0: KOD does nothing without LIMITED. 2023-11-15T05:32:56.692 INFO:teuthology.orchestra.run.smithi116.stderr:restrict ::: KOD does nothing without LIMITED. 2023-11-15T05:32:56.693 INFO:teuthology.orchestra.run.smithi116.stdout:15 Nov 05:32:56 ntpd[24125]: restrict ::: KOD does nothing without LIMITED. 2023-11-15T05:32:56.693 INFO:teuthology.orchestra.run.smithi116.stdout:15 Nov 05:32:56 ntpd[24125]: Listen and drop on 0 v6wildcard [::]:123 2023-11-15T05:32:56.694 INFO:teuthology.orchestra.run.smithi116.stdout:15 Nov 05:32:56 ntpd[24125]: Listen and drop on 1 v4wildcard 0.0.0.0:123 2023-11-15T05:32:56.694 INFO:teuthology.orchestra.run.smithi116.stdout:15 Nov 05:32:56 ntpd[24125]: Listen normally on 2 lo 127.0.0.1:123 2023-11-15T05:32:56.694 INFO:teuthology.orchestra.run.smithi116.stdout:15 Nov 05:32:56 ntpd[24125]: Listen normally on 3 enp3s0f1 172.21.15.116:123 2023-11-15T05:32:56.694 INFO:teuthology.orchestra.run.smithi116.stdout:15 Nov 05:32:56 ntpd[24125]: Listen normally on 4 lo [::1]:123 2023-11-15T05:32:56.694 INFO:teuthology.orchestra.run.smithi116.stdout:15 Nov 05:32:56 ntpd[24125]: Listen normally on 5 enp3s0f1 [fe80::ec4:7aff:fe8f:3f67%5]:123 2023-11-15T05:32:56.695 INFO:teuthology.orchestra.run.smithi116.stdout:15 Nov 05:32:56 ntpd[24125]: Listening on routing socket on fd #22 for interface updates 2023-11-15T05:32:56.719 INFO:teuthology.orchestra.run.smithi152.stdout:15 Nov 05:32:56 ntpd[24321]: ntpd 4.2.8p10@1.3728-o (1): Starting 2023-11-15T05:32:56.720 INFO:teuthology.orchestra.run.smithi152.stdout:15 Nov 05:32:56 ntpd[24321]: Command line: ntpd -gq 2023-11-15T05:32:56.720 INFO:teuthology.orchestra.run.smithi152.stdout:15 Nov 05:32:56 ntpd[24321]: proto: precision = 0.098 usec (-23) 2023-11-15T05:32:56.721 INFO:teuthology.orchestra.run.smithi152.stderr:restrict 0.0.0.0: KOD does nothing without LIMITED. 2023-11-15T05:32:56.721 INFO:teuthology.orchestra.run.smithi152.stdout:15 Nov 05:32:56 ntpd[24321]: restrict 0.0.0.0: KOD does nothing without LIMITED. 2023-11-15T05:32:56.722 INFO:teuthology.orchestra.run.smithi152.stderr:restrict ::: KOD does nothing without LIMITED. 2023-11-15T05:32:56.723 INFO:teuthology.orchestra.run.smithi152.stdout:15 Nov 05:32:56 ntpd[24321]: restrict ::: KOD does nothing without LIMITED. 2023-11-15T05:32:56.723 INFO:teuthology.orchestra.run.smithi152.stdout:15 Nov 05:32:56 ntpd[24321]: Listen and drop on 0 v6wildcard [::]:123 2023-11-15T05:32:56.723 INFO:teuthology.orchestra.run.smithi152.stdout:15 Nov 05:32:56 ntpd[24321]: Listen and drop on 1 v4wildcard 0.0.0.0:123 2023-11-15T05:32:56.723 INFO:teuthology.orchestra.run.smithi152.stdout:15 Nov 05:32:56 ntpd[24321]: Listen normally on 2 lo 127.0.0.1:123 2023-11-15T05:32:56.724 INFO:teuthology.orchestra.run.smithi152.stdout:15 Nov 05:32:56 ntpd[24321]: Listen normally on 3 enp3s0f1 172.21.15.152:123 2023-11-15T05:32:56.724 INFO:teuthology.orchestra.run.smithi152.stdout:15 Nov 05:32:56 ntpd[24321]: Listen normally on 4 lo [::1]:123 2023-11-15T05:32:56.724 INFO:teuthology.orchestra.run.smithi152.stdout:15 Nov 05:32:56 ntpd[24321]: Listen normally on 5 enp3s0f1 [fe80::ec4:7aff:fe88:6de3%5]:123 2023-11-15T05:32:56.724 INFO:teuthology.orchestra.run.smithi152.stdout:15 Nov 05:32:56 ntpd[24321]: Listening on routing socket on fd #22 for interface updates 2023-11-15T05:32:57.691 INFO:teuthology.orchestra.run.smithi116.stderr:15 Nov 05:32:57 ntpd[24125]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-11-15T05:32:57.691 INFO:teuthology.orchestra.run.smithi116.stderr:15 Nov 05:32:57 ntpd[24125]: can't open /var/log/ntpstats/rawstats.20231115: Permission denied 2023-11-15T05:32:57.692 INFO:teuthology.orchestra.run.smithi116.stderr:15 Nov 05:32:57 ntpd[24125]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2023-11-15T05:32:57.692 INFO:teuthology.orchestra.run.smithi116.stderr:15 Nov 05:32:57 ntpd[24125]: can't open /var/log/ntpstats/peerstats.20231115: Permission denied 2023-11-15T05:32:57.720 INFO:teuthology.orchestra.run.smithi152.stderr:15 Nov 05:32:57 ntpd[24321]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-11-15T05:32:57.721 INFO:teuthology.orchestra.run.smithi152.stderr:15 Nov 05:32:57 ntpd[24321]: can't open /var/log/ntpstats/rawstats.20231115: Permission denied 2023-11-15T05:32:57.721 INFO:teuthology.orchestra.run.smithi152.stderr:15 Nov 05:32:57 ntpd[24321]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2023-11-15T05:32:57.721 INFO:teuthology.orchestra.run.smithi152.stderr:15 Nov 05:32:57 ntpd[24321]: can't open /var/log/ntpstats/peerstats.20231115: Permission denied 2023-11-15T05:32:59.691 INFO:teuthology.orchestra.run.smithi116.stderr:15 Nov 05:32:59 ntpd[24125]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-11-15T05:32:59.691 INFO:teuthology.orchestra.run.smithi116.stderr:15 Nov 05:32:59 ntpd[24125]: can't open /var/log/ntpstats/rawstats.20231115: Permission denied 2023-11-15T05:32:59.691 INFO:teuthology.orchestra.run.smithi116.stderr:15 Nov 05:32:59 ntpd[24125]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2023-11-15T05:32:59.691 INFO:teuthology.orchestra.run.smithi116.stderr:15 Nov 05:32:59 ntpd[24125]: can't open /var/log/ntpstats/peerstats.20231115: Permission denied 2023-11-15T05:32:59.720 INFO:teuthology.orchestra.run.smithi152.stderr:15 Nov 05:32:59 ntpd[24321]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-11-15T05:32:59.721 INFO:teuthology.orchestra.run.smithi152.stderr:15 Nov 05:32:59 ntpd[24321]: can't open /var/log/ntpstats/rawstats.20231115: Permission denied 2023-11-15T05:32:59.721 INFO:teuthology.orchestra.run.smithi152.stderr:15 Nov 05:32:59 ntpd[24321]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2023-11-15T05:32:59.721 INFO:teuthology.orchestra.run.smithi152.stderr:15 Nov 05:32:59 ntpd[24321]: can't open /var/log/ntpstats/peerstats.20231115: Permission denied 2023-11-15T05:33:00.721 INFO:teuthology.orchestra.run.smithi152.stderr:15 Nov 05:33:00 ntpd[24321]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-11-15T05:33:00.721 INFO:teuthology.orchestra.run.smithi152.stderr:15 Nov 05:33:00 ntpd[24321]: can't open /var/log/ntpstats/rawstats.20231115: Permission denied 2023-11-15T05:33:00.722 INFO:teuthology.orchestra.run.smithi152.stderr:15 Nov 05:33:00 ntpd[24321]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2023-11-15T05:33:00.722 INFO:teuthology.orchestra.run.smithi152.stderr:15 Nov 05:33:00 ntpd[24321]: can't open /var/log/ntpstats/peerstats.20231115: Permission denied 2023-11-15T05:33:01.691 INFO:teuthology.orchestra.run.smithi116.stderr:15 Nov 05:33:01 ntpd[24125]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-11-15T05:33:01.692 INFO:teuthology.orchestra.run.smithi116.stderr:15 Nov 05:33:01 ntpd[24125]: can't open /var/log/ntpstats/rawstats.20231115: Permission denied 2023-11-15T05:33:01.692 INFO:teuthology.orchestra.run.smithi116.stderr:15 Nov 05:33:01 ntpd[24125]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2023-11-15T05:33:01.692 INFO:teuthology.orchestra.run.smithi116.stderr:15 Nov 05:33:01 ntpd[24125]: can't open /var/log/ntpstats/peerstats.20231115: Permission denied 2023-11-15T05:33:01.692 INFO:teuthology.orchestra.run.smithi116.stderr:15 Nov 05:33:01 ntpd[24125]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-11-15T05:33:01.693 INFO:teuthology.orchestra.run.smithi116.stderr:15 Nov 05:33:01 ntpd[24125]: can't open /var/log/ntpstats/rawstats.20231115: Permission denied 2023-11-15T05:33:01.693 INFO:teuthology.orchestra.run.smithi116.stderr:15 Nov 05:33:01 ntpd[24125]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2023-11-15T05:33:01.693 INFO:teuthology.orchestra.run.smithi116.stderr:15 Nov 05:33:01 ntpd[24125]: can't open /var/log/ntpstats/peerstats.20231115: Permission denied 2023-11-15T05:33:01.693 INFO:teuthology.orchestra.run.smithi116.stderr:15 Nov 05:33:01 ntpd[24125]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-11-15T05:33:01.693 INFO:teuthology.orchestra.run.smithi116.stderr:15 Nov 05:33:01 ntpd[24125]: can't open /var/log/ntpstats/rawstats.20231115: Permission denied 2023-11-15T05:33:01.694 INFO:teuthology.orchestra.run.smithi116.stderr:15 Nov 05:33:01 ntpd[24125]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2023-11-15T05:33:01.694 INFO:teuthology.orchestra.run.smithi116.stderr:15 Nov 05:33:01 ntpd[24125]: can't open /var/log/ntpstats/peerstats.20231115: Permission denied 2023-11-15T05:33:01.721 INFO:teuthology.orchestra.run.smithi152.stderr:15 Nov 05:33:01 ntpd[24321]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-11-15T05:33:01.721 INFO:teuthology.orchestra.run.smithi152.stderr:15 Nov 05:33:01 ntpd[24321]: can't open /var/log/ntpstats/rawstats.20231115: Permission denied 2023-11-15T05:33:01.721 INFO:teuthology.orchestra.run.smithi152.stderr:15 Nov 05:33:01 ntpd[24321]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2023-11-15T05:33:01.721 INFO:teuthology.orchestra.run.smithi152.stderr:15 Nov 05:33:01 ntpd[24321]: can't open /var/log/ntpstats/peerstats.20231115: Permission denied 2023-11-15T05:33:01.722 INFO:teuthology.orchestra.run.smithi152.stderr:15 Nov 05:33:01 ntpd[24321]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-11-15T05:33:01.722 INFO:teuthology.orchestra.run.smithi152.stderr:15 Nov 05:33:01 ntpd[24321]: can't open /var/log/ntpstats/rawstats.20231115: Permission denied 2023-11-15T05:33:01.722 INFO:teuthology.orchestra.run.smithi152.stderr:15 Nov 05:33:01 ntpd[24321]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2023-11-15T05:33:01.722 INFO:teuthology.orchestra.run.smithi152.stderr:15 Nov 05:33:01 ntpd[24321]: can't open /var/log/ntpstats/peerstats.20231115: Permission denied 2023-11-15T05:33:02.721 INFO:teuthology.orchestra.run.smithi152.stderr:15 Nov 05:33:02 ntpd[24321]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-11-15T05:33:02.721 INFO:teuthology.orchestra.run.smithi152.stderr:15 Nov 05:33:02 ntpd[24321]: can't open /var/log/ntpstats/rawstats.20231115: Permission denied 2023-11-15T05:33:02.721 INFO:teuthology.orchestra.run.smithi152.stderr:15 Nov 05:33:02 ntpd[24321]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2023-11-15T05:33:02.721 INFO:teuthology.orchestra.run.smithi152.stderr:15 Nov 05:33:02 ntpd[24321]: can't open /var/log/ntpstats/peerstats.20231115: Permission denied 2023-11-15T05:33:03.691 INFO:teuthology.orchestra.run.smithi116.stderr:15 Nov 05:33:03 ntpd[24125]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-11-15T05:33:03.691 INFO:teuthology.orchestra.run.smithi116.stderr:15 Nov 05:33:03 ntpd[24125]: can't open /var/log/ntpstats/rawstats.20231115: Permission denied 2023-11-15T05:33:03.691 INFO:teuthology.orchestra.run.smithi116.stderr:15 Nov 05:33:03 ntpd[24125]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2023-11-15T05:33:03.691 INFO:teuthology.orchestra.run.smithi116.stderr:15 Nov 05:33:03 ntpd[24125]: can't open /var/log/ntpstats/peerstats.20231115: Permission denied 2023-11-15T05:33:03.692 INFO:teuthology.orchestra.run.smithi116.stdout:15 Nov 05:33:03 ntpd[24125]: ntpd: time slew +0.000644 s 2023-11-15T05:33:03.692 INFO:teuthology.orchestra.run.smithi116.stdout:ntpd: time slew +0.000644s 2023-11-15T05:33:03.693 INFO:teuthology.orchestra.run.smithi116.stderr:15 Nov 05:33:03 ntpd[24125]: couldn't unlink /var/log/ntpstats/loopstats: Permission denied 2023-11-15T05:33:03.693 INFO:teuthology.orchestra.run.smithi116.stderr:15 Nov 05:33:03 ntpd[24125]: can't open /var/log/ntpstats/loopstats.20231115: Permission denied 2023-11-15T05:33:03.720 INFO:teuthology.orchestra.run.smithi152.stderr:15 Nov 05:33:03 ntpd[24321]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-11-15T05:33:03.721 INFO:teuthology.orchestra.run.smithi152.stderr:15 Nov 05:33:03 ntpd[24321]: can't open /var/log/ntpstats/rawstats.20231115: Permission denied 2023-11-15T05:33:03.721 INFO:teuthology.orchestra.run.smithi152.stderr:15 Nov 05:33:03 ntpd[24321]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2023-11-15T05:33:03.721 INFO:teuthology.orchestra.run.smithi152.stderr:15 Nov 05:33:03 ntpd[24321]: can't open /var/log/ntpstats/peerstats.20231115: Permission denied 2023-11-15T05:33:03.722 INFO:teuthology.orchestra.run.smithi152.stdout:15 Nov 05:33:03 ntpd[24321]: ntpd: time slew +0.001137 s 2023-11-15T05:33:03.722 INFO:teuthology.orchestra.run.smithi152.stdout:ntpd: time slew +0.001137s 2023-11-15T05:33:03.722 INFO:teuthology.orchestra.run.smithi152.stderr:15 Nov 05:33:03 ntpd[24321]: couldn't unlink /var/log/ntpstats/loopstats: Permission denied 2023-11-15T05:33:03.722 INFO:teuthology.orchestra.run.smithi152.stderr:15 Nov 05:33:03 ntpd[24321]: can't open /var/log/ntpstats/loopstats.20231115: Permission denied 2023-11-15T05:33:03.748 INFO:teuthology.orchestra.run.smithi116.stdout: remote refid st t when poll reach delay offset jitter 2023-11-15T05:33:03.749 INFO:teuthology.orchestra.run.smithi116.stdout:============================================================================== 2023-11-15T05:33:03.749 INFO:teuthology.orchestra.run.smithi116.stdout: hv01.front.sepi .INIT. 16 u - 64 0 0.000 0.000 0.000 2023-11-15T05:33:03.749 INFO:teuthology.orchestra.run.smithi116.stdout: hv02.front.sepi .INIT. 16 u - 64 0 0.000 0.000 0.000 2023-11-15T05:33:03.749 INFO:teuthology.orchestra.run.smithi116.stdout: hv03.front.sepi .INIT. 16 u - 64 0 0.000 0.000 0.000 2023-11-15T05:33:03.749 INFO:teuthology.orchestra.run.smithi116.stdout: hv04.front.sepi .INIT. 16 u - 64 0 0.000 0.000 0.000 2023-11-15T05:33:03.846 INFO:teuthology.orchestra.run.smithi152.stdout: remote refid st t when poll reach delay offset jitter 2023-11-15T05:33:03.846 INFO:teuthology.orchestra.run.smithi152.stdout:============================================================================== 2023-11-15T05:33:03.847 INFO:teuthology.orchestra.run.smithi152.stdout: hv01.front.sepi .INIT. 16 u - 64 0 0.000 0.000 0.000 2023-11-15T05:33:03.847 INFO:teuthology.orchestra.run.smithi152.stdout: hv02.front.sepi .INIT. 16 u - 64 0 0.000 0.000 0.000 2023-11-15T05:33:03.847 INFO:teuthology.orchestra.run.smithi152.stdout: hv03.front.sepi .INIT. 16 u - 64 0 0.000 0.000 0.000 2023-11-15T05:33:03.847 INFO:teuthology.orchestra.run.smithi152.stdout: hv04.front.sepi .INIT. 16 u - 64 0 0.000 0.000 0.000 2023-11-15T05:33:03.848 INFO:teuthology.run_tasks:Running task nvme_loop... 2023-11-15T05:33:03.859 INFO:tasks.nvme_loop:Setting up nvme_loop on scratch devices... 2023-11-15T05:33:03.859 DEBUG:teuthology.orchestra.run.smithi116:> set -ex 2023-11-15T05:33:03.860 DEBUG:teuthology.orchestra.run.smithi116:> dd if=/scratch_devs of=/dev/stdout 2023-11-15T05:33:03.867 DEBUG:teuthology.misc:devs=['/dev/vg_nvme/lv_1', '/dev/vg_nvme/lv_2', '/dev/vg_nvme/lv_3', '/dev/vg_nvme/lv_4'] 2023-11-15T05:33:03.867 DEBUG:teuthology.orchestra.run.smithi116:> stat /dev/vg_nvme/lv_1 2023-11-15T05:33:03.918 INFO:teuthology.orchestra.run.smithi116.stdout: File: /dev/vg_nvme/lv_1 -> ../dm-0 2023-11-15T05:33:03.918 INFO:teuthology.orchestra.run.smithi116.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2023-11-15T05:33:03.918 INFO:teuthology.orchestra.run.smithi116.stdout:Device: 6h/6d Inode: 342 Links: 1 2023-11-15T05:33:03.919 INFO:teuthology.orchestra.run.smithi116.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2023-11-15T05:33:03.919 INFO:teuthology.orchestra.run.smithi116.stdout:Access: 2023-11-15 05:31:31.380369258 +0000 2023-11-15T05:33:03.919 INFO:teuthology.orchestra.run.smithi116.stdout:Modify: 2023-11-15 05:31:31.088376209 +0000 2023-11-15T05:33:03.919 INFO:teuthology.orchestra.run.smithi116.stdout:Change: 2023-11-15 05:31:31.088376209 +0000 2023-11-15T05:33:03.920 INFO:teuthology.orchestra.run.smithi116.stdout: Birth: - 2023-11-15T05:33:03.920 DEBUG:teuthology.orchestra.run.smithi116:> sudo dd if=/dev/vg_nvme/lv_1 of=/dev/null count=1 2023-11-15T05:33:03.972 INFO:teuthology.orchestra.run.smithi116.stderr:1+0 records in 2023-11-15T05:33:03.973 INFO:teuthology.orchestra.run.smithi116.stderr:1+0 records out 2023-11-15T05:33:03.973 INFO:teuthology.orchestra.run.smithi116.stderr:512 bytes copied, 0.000384921 s, 1.3 MB/s 2023-11-15T05:33:03.974 DEBUG:teuthology.orchestra.run.smithi116:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_1 2023-11-15T05:33:04.027 DEBUG:teuthology.orchestra.run.smithi116:> stat /dev/vg_nvme/lv_2 2023-11-15T05:33:04.077 INFO:teuthology.orchestra.run.smithi116.stdout: File: /dev/vg_nvme/lv_2 -> ../dm-1 2023-11-15T05:33:04.077 INFO:teuthology.orchestra.run.smithi116.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2023-11-15T05:33:04.078 INFO:teuthology.orchestra.run.smithi116.stdout:Device: 6h/6d Inode: 349 Links: 1 2023-11-15T05:33:04.078 INFO:teuthology.orchestra.run.smithi116.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2023-11-15T05:33:04.078 INFO:teuthology.orchestra.run.smithi116.stdout:Access: 2023-11-15 05:31:31.784359642 +0000 2023-11-15T05:33:04.078 INFO:teuthology.orchestra.run.smithi116.stdout:Modify: 2023-11-15 05:31:31.516366021 +0000 2023-11-15T05:33:04.078 INFO:teuthology.orchestra.run.smithi116.stdout:Change: 2023-11-15 05:31:31.516366021 +0000 2023-11-15T05:33:04.079 INFO:teuthology.orchestra.run.smithi116.stdout: Birth: - 2023-11-15T05:33:04.079 DEBUG:teuthology.orchestra.run.smithi116:> sudo dd if=/dev/vg_nvme/lv_2 of=/dev/null count=1 2023-11-15T05:33:04.132 INFO:teuthology.orchestra.run.smithi116.stderr:1+0 records in 2023-11-15T05:33:04.132 INFO:teuthology.orchestra.run.smithi116.stderr:1+0 records out 2023-11-15T05:33:04.132 INFO:teuthology.orchestra.run.smithi116.stderr:512 bytes copied, 0.000292396 s, 1.8 MB/s 2023-11-15T05:33:04.133 DEBUG:teuthology.orchestra.run.smithi116:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_2 2023-11-15T05:33:04.186 DEBUG:teuthology.orchestra.run.smithi116:> stat /dev/vg_nvme/lv_3 2023-11-15T05:33:04.241 INFO:teuthology.orchestra.run.smithi116.stdout: File: /dev/vg_nvme/lv_3 -> ../dm-2 2023-11-15T05:33:04.242 INFO:teuthology.orchestra.run.smithi116.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2023-11-15T05:33:04.242 INFO:teuthology.orchestra.run.smithi116.stdout:Device: 6h/6d Inode: 355 Links: 1 2023-11-15T05:33:04.242 INFO:teuthology.orchestra.run.smithi116.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2023-11-15T05:33:04.242 INFO:teuthology.orchestra.run.smithi116.stdout:Access: 2023-11-15 05:31:31.940355930 +0000 2023-11-15T05:33:04.242 INFO:teuthology.orchestra.run.smithi116.stdout:Modify: 2023-11-15 05:31:31.936356025 +0000 2023-11-15T05:33:04.243 INFO:teuthology.orchestra.run.smithi116.stdout:Change: 2023-11-15 05:31:31.936356025 +0000 2023-11-15T05:33:04.243 INFO:teuthology.orchestra.run.smithi116.stdout: Birth: - 2023-11-15T05:33:04.243 DEBUG:teuthology.orchestra.run.smithi116:> sudo dd if=/dev/vg_nvme/lv_3 of=/dev/null count=1 2023-11-15T05:33:04.296 INFO:teuthology.orchestra.run.smithi116.stderr:1+0 records in 2023-11-15T05:33:04.296 INFO:teuthology.orchestra.run.smithi116.stderr:1+0 records out 2023-11-15T05:33:04.296 INFO:teuthology.orchestra.run.smithi116.stderr:512 bytes copied, 0.000352161 s, 1.5 MB/s 2023-11-15T05:33:04.297 DEBUG:teuthology.orchestra.run.smithi116:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_3 2023-11-15T05:33:04.346 DEBUG:teuthology.orchestra.run.smithi116:> stat /dev/vg_nvme/lv_4 2023-11-15T05:33:04.393 INFO:teuthology.orchestra.run.smithi116.stdout: File: /dev/vg_nvme/lv_4 -> ../dm-3 2023-11-15T05:33:04.393 INFO:teuthology.orchestra.run.smithi116.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2023-11-15T05:33:04.394 INFO:teuthology.orchestra.run.smithi116.stdout:Device: 6h/6d Inode: 361 Links: 1 2023-11-15T05:33:04.394 INFO:teuthology.orchestra.run.smithi116.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2023-11-15T05:33:04.394 INFO:teuthology.orchestra.run.smithi116.stdout:Access: 2023-11-15 05:31:32.756336512 +0000 2023-11-15T05:33:04.394 INFO:teuthology.orchestra.run.smithi116.stdout:Modify: 2023-11-15 05:31:32.504342509 +0000 2023-11-15T05:33:04.394 INFO:teuthology.orchestra.run.smithi116.stdout:Change: 2023-11-15 05:31:32.504342509 +0000 2023-11-15T05:33:04.395 INFO:teuthology.orchestra.run.smithi116.stdout: Birth: - 2023-11-15T05:33:04.395 DEBUG:teuthology.orchestra.run.smithi116:> sudo dd if=/dev/vg_nvme/lv_4 of=/dev/null count=1 2023-11-15T05:33:04.448 INFO:teuthology.orchestra.run.smithi116.stderr:1+0 records in 2023-11-15T05:33:04.448 INFO:teuthology.orchestra.run.smithi116.stderr:1+0 records out 2023-11-15T05:33:04.448 INFO:teuthology.orchestra.run.smithi116.stderr:512 bytes copied, 0.000361422 s, 1.4 MB/s 2023-11-15T05:33:04.449 DEBUG:teuthology.orchestra.run.smithi116:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_4 2023-11-15T05:33:04.502 DEBUG:teuthology.orchestra.run.smithi116:> sudo modprobe nvme_loop && sudo mkdir -p /sys/kernel/config/nvmet/hosts/hostnqn && sudo mkdir -p /sys/kernel/config/nvmet/ports/1 && echo loop | sudo tee /sys/kernel/config/nvmet/ports/1/addr_trtype 2023-11-15T05:33:04.618 INFO:teuthology.orchestra.run.smithi116.stdout:loop 2023-11-15T05:33:04.619 INFO:tasks.nvme_loop:Connecting nvme_loop smithi116:/dev/vg_nvme/lv_1... 2023-11-15T05:33:04.620 DEBUG:teuthology.orchestra.run.smithi116:> sudo mkdir -p /sys/kernel/config/nvmet/subsystems/lv_1 && echo 1 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_1/attr_allow_any_host && sudo mkdir -p /sys/kernel/config/nvmet/subsystems/lv_1/namespaces/1 && echo -n /dev/vg_nvme/lv_1 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_1/namespaces/1/device_path && echo 1 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_1/namespaces/1/enable && sudo ln -s /sys/kernel/config/nvmet/subsystems/lv_1 /sys/kernel/config/nvmet/ports/1/subsystems/lv_1 && sudo nvme connect -t loop -n lv_1 -q hostnqn 2023-11-15T05:33:04.643 INFO:teuthology.orchestra.run.smithi116.stdout:1 2023-11-15T05:33:04.672 INFO:teuthology.orchestra.run.smithi116.stdout:/dev/vg_nvme/lv_11 2023-11-15T05:33:04.693 INFO:tasks.nvme_loop:Connecting nvme_loop smithi116:/dev/vg_nvme/lv_2... 2023-11-15T05:33:04.693 DEBUG:teuthology.orchestra.run.smithi116:> sudo mkdir -p /sys/kernel/config/nvmet/subsystems/lv_2 && echo 1 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_2/attr_allow_any_host && sudo mkdir -p /sys/kernel/config/nvmet/subsystems/lv_2/namespaces/1 && echo -n /dev/vg_nvme/lv_2 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_2/namespaces/1/device_path && echo 1 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_2/namespaces/1/enable && sudo ln -s /sys/kernel/config/nvmet/subsystems/lv_2 /sys/kernel/config/nvmet/ports/1/subsystems/lv_2 && sudo nvme connect -t loop -n lv_2 -q hostnqn 2023-11-15T05:33:04.754 INFO:teuthology.orchestra.run.smithi116.stdout:1 2023-11-15T05:33:04.782 INFO:teuthology.orchestra.run.smithi116.stdout:/dev/vg_nvme/lv_21 2023-11-15T05:33:04.803 INFO:tasks.nvme_loop:Connecting nvme_loop smithi116:/dev/vg_nvme/lv_3... 2023-11-15T05:33:04.804 DEBUG:teuthology.orchestra.run.smithi116:> sudo mkdir -p /sys/kernel/config/nvmet/subsystems/lv_3 && echo 1 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_3/attr_allow_any_host && sudo mkdir -p /sys/kernel/config/nvmet/subsystems/lv_3/namespaces/1 && echo -n /dev/vg_nvme/lv_3 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_3/namespaces/1/device_path && echo 1 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_3/namespaces/1/enable && sudo ln -s /sys/kernel/config/nvmet/subsystems/lv_3 /sys/kernel/config/nvmet/ports/1/subsystems/lv_3 && sudo nvme connect -t loop -n lv_3 -q hostnqn 2023-11-15T05:33:04.867 INFO:teuthology.orchestra.run.smithi116.stdout:1 2023-11-15T05:33:04.890 INFO:teuthology.orchestra.run.smithi116.stdout:/dev/vg_nvme/lv_31 2023-11-15T05:33:04.913 INFO:tasks.nvme_loop:Connecting nvme_loop smithi116:/dev/vg_nvme/lv_4... 2023-11-15T05:33:04.914 DEBUG:teuthology.orchestra.run.smithi116:> sudo mkdir -p /sys/kernel/config/nvmet/subsystems/lv_4 && echo 1 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_4/attr_allow_any_host && sudo mkdir -p /sys/kernel/config/nvmet/subsystems/lv_4/namespaces/1 && echo -n /dev/vg_nvme/lv_4 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_4/namespaces/1/device_path && echo 1 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_4/namespaces/1/enable && sudo ln -s /sys/kernel/config/nvmet/subsystems/lv_4 /sys/kernel/config/nvmet/ports/1/subsystems/lv_4 && sudo nvme connect -t loop -n lv_4 -q hostnqn 2023-11-15T05:33:04.978 INFO:teuthology.orchestra.run.smithi116.stdout:1 2023-11-15T05:33:05.005 INFO:teuthology.orchestra.run.smithi116.stdout:/dev/vg_nvme/lv_41 2023-11-15T05:33:05.022 DEBUG:teuthology.orchestra.run.smithi116:> set -ex 2023-11-15T05:33:05.023 DEBUG:teuthology.orchestra.run.smithi116:> dd if=/scratch_devs of=/dev/stdout 2023-11-15T05:33:05.076 DEBUG:teuthology.orchestra.run.smithi116:> sudo nvme list 2023-11-15T05:33:05.132 INFO:teuthology.orchestra.run.smithi116.stdout:Node SN Model Namespace Usage Format FW Rev 2023-11-15T05:33:05.132 INFO:teuthology.orchestra.run.smithi116.stdout:---------------- -------------------- ---------------------------------------- --------- -------------------------- ---------------- -------- 2023-11-15T05:33:05.132 INFO:teuthology.orchestra.run.smithi116.stdout:/dev/nvme0n1 PHFT620400VJ400BGN INTEL SSDPEDMD400G4 1 400.09 GB / 400.09 GB 512 B + 0 B 8DV101H0 2023-11-15T05:33:05.133 INFO:teuthology.orchestra.run.smithi116.stdout:/dev/nvme1n1 178a594ac44bcad0 Linux 1 96.00 GB / 96.00 GB 512 B + 0 B 4.15.0-2 2023-11-15T05:33:05.133 INFO:teuthology.orchestra.run.smithi116.stdout:/dev/nvme2n1 69fd6351d8053e46 Linux 1 96.00 GB / 96.00 GB 512 B + 0 B 4.15.0-2 2023-11-15T05:33:05.133 INFO:teuthology.orchestra.run.smithi116.stdout:/dev/nvme3n1 1e6cfe0f5f92963d Linux 1 96.00 GB / 96.00 GB 512 B + 0 B 4.15.0-2 2023-11-15T05:33:05.133 INFO:teuthology.orchestra.run.smithi116.stdout:/dev/nvme4n1 95c086bd86d8f5c1 Linux 1 96.00 GB / 96.00 GB 512 B + 0 B 4.15.0-2 2023-11-15T05:33:05.134 INFO:tasks.nvme_loop:new_devs ['/dev/nvme1n1', '/dev/nvme2n1', '/dev/nvme3n1', '/dev/nvme4n1'] 2023-11-15T05:33:05.135 DEBUG:teuthology.orchestra.run.smithi116:> set -ex 2023-11-15T05:33:05.135 DEBUG:teuthology.orchestra.run.smithi116:> sudo dd of=/scratch_devs 2023-11-15T05:33:05.195 DEBUG:teuthology.orchestra.run.smithi152:> set -ex 2023-11-15T05:33:05.195 DEBUG:teuthology.orchestra.run.smithi152:> dd if=/scratch_devs of=/dev/stdout 2023-11-15T05:33:05.202 DEBUG:teuthology.misc:devs=['/dev/vg_nvme/lv_1', '/dev/vg_nvme/lv_2', '/dev/vg_nvme/lv_3', '/dev/vg_nvme/lv_4'] 2023-11-15T05:33:05.202 DEBUG:teuthology.orchestra.run.smithi152:> stat /dev/vg_nvme/lv_1 2023-11-15T05:33:05.249 INFO:teuthology.orchestra.run.smithi152.stdout: File: /dev/vg_nvme/lv_1 -> ../dm-0 2023-11-15T05:33:05.249 INFO:teuthology.orchestra.run.smithi152.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2023-11-15T05:33:05.250 INFO:teuthology.orchestra.run.smithi152.stdout:Device: 6h/6d Inode: 340 Links: 1 2023-11-15T05:33:05.250 INFO:teuthology.orchestra.run.smithi152.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2023-11-15T05:33:05.250 INFO:teuthology.orchestra.run.smithi152.stdout:Access: 2023-11-15 05:31:30.974710336 +0000 2023-11-15T05:33:05.250 INFO:teuthology.orchestra.run.smithi152.stdout:Modify: 2023-11-15 05:31:30.694716999 +0000 2023-11-15T05:33:05.250 INFO:teuthology.orchestra.run.smithi152.stdout:Change: 2023-11-15 05:31:30.694716999 +0000 2023-11-15T05:33:05.251 INFO:teuthology.orchestra.run.smithi152.stdout: Birth: - 2023-11-15T05:33:05.251 DEBUG:teuthology.orchestra.run.smithi152:> sudo dd if=/dev/vg_nvme/lv_1 of=/dev/null count=1 2023-11-15T05:33:05.305 INFO:teuthology.orchestra.run.smithi152.stderr:1+0 records in 2023-11-15T05:33:05.306 INFO:teuthology.orchestra.run.smithi152.stderr:1+0 records out 2023-11-15T05:33:05.307 INFO:teuthology.orchestra.run.smithi152.stderr:512 bytes copied, 0.000393207 s, 1.3 MB/s 2023-11-15T05:33:05.308 DEBUG:teuthology.orchestra.run.smithi152:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_1 2023-11-15T05:33:05.359 DEBUG:teuthology.orchestra.run.smithi152:> stat /dev/vg_nvme/lv_2 2023-11-15T05:33:05.406 INFO:teuthology.orchestra.run.smithi152.stdout: File: /dev/vg_nvme/lv_2 -> ../dm-1 2023-11-15T05:33:05.407 INFO:teuthology.orchestra.run.smithi152.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2023-11-15T05:33:05.407 INFO:teuthology.orchestra.run.smithi152.stdout:Device: 6h/6d Inode: 347 Links: 1 2023-11-15T05:33:05.407 INFO:teuthology.orchestra.run.smithi152.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2023-11-15T05:33:05.407 INFO:teuthology.orchestra.run.smithi152.stdout:Access: 2023-11-15 05:31:31.370700912 +0000 2023-11-15T05:33:05.407 INFO:teuthology.orchestra.run.smithi152.stdout:Modify: 2023-11-15 05:31:31.118706909 +0000 2023-11-15T05:33:05.408 INFO:teuthology.orchestra.run.smithi152.stdout:Change: 2023-11-15 05:31:31.118706909 +0000 2023-11-15T05:33:05.408 INFO:teuthology.orchestra.run.smithi152.stdout: Birth: - 2023-11-15T05:33:05.408 DEBUG:teuthology.orchestra.run.smithi152:> sudo dd if=/dev/vg_nvme/lv_2 of=/dev/null count=1 2023-11-15T05:33:05.461 INFO:teuthology.orchestra.run.smithi152.stderr:1+0 records in 2023-11-15T05:33:05.461 INFO:teuthology.orchestra.run.smithi152.stderr:1+0 records out 2023-11-15T05:33:05.462 INFO:teuthology.orchestra.run.smithi152.stderr:512 bytes copied, 0.000367511 s, 1.4 MB/s 2023-11-15T05:33:05.463 DEBUG:teuthology.orchestra.run.smithi152:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_2 2023-11-15T05:33:05.511 DEBUG:teuthology.orchestra.run.smithi152:> stat /dev/vg_nvme/lv_3 2023-11-15T05:33:05.562 INFO:teuthology.orchestra.run.smithi152.stdout: File: /dev/vg_nvme/lv_3 -> ../dm-2 2023-11-15T05:33:05.562 INFO:teuthology.orchestra.run.smithi152.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2023-11-15T05:33:05.563 INFO:teuthology.orchestra.run.smithi152.stdout:Device: 6h/6d Inode: 353 Links: 1 2023-11-15T05:33:05.563 INFO:teuthology.orchestra.run.smithi152.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2023-11-15T05:33:05.563 INFO:teuthology.orchestra.run.smithi152.stdout:Access: 2023-11-15 05:31:31.782691108 +0000 2023-11-15T05:33:05.563 INFO:teuthology.orchestra.run.smithi152.stdout:Modify: 2023-11-15 05:31:31.518697390 +0000 2023-11-15T05:33:05.563 INFO:teuthology.orchestra.run.smithi152.stdout:Change: 2023-11-15 05:31:31.518697390 +0000 2023-11-15T05:33:05.564 INFO:teuthology.orchestra.run.smithi152.stdout: Birth: - 2023-11-15T05:33:05.564 DEBUG:teuthology.orchestra.run.smithi152:> sudo dd if=/dev/vg_nvme/lv_3 of=/dev/null count=1 2023-11-15T05:33:05.617 INFO:teuthology.orchestra.run.smithi152.stderr:1+0 records in 2023-11-15T05:33:05.617 INFO:teuthology.orchestra.run.smithi152.stderr:1+0 records out 2023-11-15T05:33:05.617 INFO:teuthology.orchestra.run.smithi152.stderr:512 bytes copied, 0.000343457 s, 1.5 MB/s 2023-11-15T05:33:05.619 DEBUG:teuthology.orchestra.run.smithi152:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_3 2023-11-15T05:33:05.668 DEBUG:teuthology.orchestra.run.smithi152:> stat /dev/vg_nvme/lv_4 2023-11-15T05:33:05.719 INFO:teuthology.orchestra.run.smithi152.stdout: File: /dev/vg_nvme/lv_4 -> ../dm-3 2023-11-15T05:33:05.719 INFO:teuthology.orchestra.run.smithi152.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2023-11-15T05:33:05.719 INFO:teuthology.orchestra.run.smithi152.stdout:Device: 6h/6d Inode: 359 Links: 1 2023-11-15T05:33:05.719 INFO:teuthology.orchestra.run.smithi152.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2023-11-15T05:33:05.720 INFO:teuthology.orchestra.run.smithi152.stdout:Access: 2023-11-15 05:31:32.210680923 +0000 2023-11-15T05:33:05.720 INFO:teuthology.orchestra.run.smithi152.stdout:Modify: 2023-11-15 05:31:31.922687777 +0000 2023-11-15T05:33:05.720 INFO:teuthology.orchestra.run.smithi152.stdout:Change: 2023-11-15 05:31:31.922687777 +0000 2023-11-15T05:33:05.720 INFO:teuthology.orchestra.run.smithi152.stdout: Birth: - 2023-11-15T05:33:05.721 DEBUG:teuthology.orchestra.run.smithi152:> sudo dd if=/dev/vg_nvme/lv_4 of=/dev/null count=1 2023-11-15T05:33:05.773 INFO:teuthology.orchestra.run.smithi152.stderr:1+0 records in 2023-11-15T05:33:05.773 INFO:teuthology.orchestra.run.smithi152.stderr:1+0 records out 2023-11-15T05:33:05.773 INFO:teuthology.orchestra.run.smithi152.stderr:512 bytes copied, 0.000306009 s, 1.7 MB/s 2023-11-15T05:33:05.774 DEBUG:teuthology.orchestra.run.smithi152:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_4 2023-11-15T05:33:05.827 DEBUG:teuthology.orchestra.run.smithi152:> sudo modprobe nvme_loop && sudo mkdir -p /sys/kernel/config/nvmet/hosts/hostnqn && sudo mkdir -p /sys/kernel/config/nvmet/ports/1 && echo loop | sudo tee /sys/kernel/config/nvmet/ports/1/addr_trtype 2023-11-15T05:33:05.916 INFO:teuthology.orchestra.run.smithi152.stdout:loop 2023-11-15T05:33:05.918 INFO:tasks.nvme_loop:Connecting nvme_loop smithi152:/dev/vg_nvme/lv_1... 2023-11-15T05:33:05.918 DEBUG:teuthology.orchestra.run.smithi152:> sudo mkdir -p /sys/kernel/config/nvmet/subsystems/lv_1 && echo 1 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_1/attr_allow_any_host && sudo mkdir -p /sys/kernel/config/nvmet/subsystems/lv_1/namespaces/1 && echo -n /dev/vg_nvme/lv_1 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_1/namespaces/1/device_path && echo 1 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_1/namespaces/1/enable && sudo ln -s /sys/kernel/config/nvmet/subsystems/lv_1 /sys/kernel/config/nvmet/ports/1/subsystems/lv_1 && sudo nvme connect -t loop -n lv_1 -q hostnqn 2023-11-15T05:33:05.983 INFO:teuthology.orchestra.run.smithi152.stdout:1 2023-11-15T05:33:06.012 INFO:teuthology.orchestra.run.smithi152.stdout:/dev/vg_nvme/lv_11 2023-11-15T05:33:06.035 INFO:tasks.nvme_loop:Connecting nvme_loop smithi152:/dev/vg_nvme/lv_2... 2023-11-15T05:33:06.036 DEBUG:teuthology.orchestra.run.smithi152:> sudo mkdir -p /sys/kernel/config/nvmet/subsystems/lv_2 && echo 1 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_2/attr_allow_any_host && sudo mkdir -p /sys/kernel/config/nvmet/subsystems/lv_2/namespaces/1 && echo -n /dev/vg_nvme/lv_2 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_2/namespaces/1/device_path && echo 1 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_2/namespaces/1/enable && sudo ln -s /sys/kernel/config/nvmet/subsystems/lv_2 /sys/kernel/config/nvmet/ports/1/subsystems/lv_2 && sudo nvme connect -t loop -n lv_2 -q hostnqn 2023-11-15T05:33:06.100 INFO:teuthology.orchestra.run.smithi152.stdout:1 2023-11-15T05:33:06.129 INFO:teuthology.orchestra.run.smithi152.stdout:/dev/vg_nvme/lv_21 2023-11-15T05:33:06.150 INFO:tasks.nvme_loop:Connecting nvme_loop smithi152:/dev/vg_nvme/lv_3... 2023-11-15T05:33:06.150 DEBUG:teuthology.orchestra.run.smithi152:> sudo mkdir -p /sys/kernel/config/nvmet/subsystems/lv_3 && echo 1 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_3/attr_allow_any_host && sudo mkdir -p /sys/kernel/config/nvmet/subsystems/lv_3/namespaces/1 && echo -n /dev/vg_nvme/lv_3 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_3/namespaces/1/device_path && echo 1 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_3/namespaces/1/enable && sudo ln -s /sys/kernel/config/nvmet/subsystems/lv_3 /sys/kernel/config/nvmet/ports/1/subsystems/lv_3 && sudo nvme connect -t loop -n lv_3 -q hostnqn 2023-11-15T05:33:06.213 INFO:teuthology.orchestra.run.smithi152.stdout:1 2023-11-15T05:33:06.239 INFO:teuthology.orchestra.run.smithi152.stdout:/dev/vg_nvme/lv_31 2023-11-15T05:33:06.259 INFO:tasks.nvme_loop:Connecting nvme_loop smithi152:/dev/vg_nvme/lv_4... 2023-11-15T05:33:06.260 DEBUG:teuthology.orchestra.run.smithi152:> sudo mkdir -p /sys/kernel/config/nvmet/subsystems/lv_4 && echo 1 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_4/attr_allow_any_host && sudo mkdir -p /sys/kernel/config/nvmet/subsystems/lv_4/namespaces/1 && echo -n /dev/vg_nvme/lv_4 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_4/namespaces/1/device_path && echo 1 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_4/namespaces/1/enable && sudo ln -s /sys/kernel/config/nvmet/subsystems/lv_4 /sys/kernel/config/nvmet/ports/1/subsystems/lv_4 && sudo nvme connect -t loop -n lv_4 -q hostnqn 2023-11-15T05:33:06.326 INFO:teuthology.orchestra.run.smithi152.stdout:1 2023-11-15T05:33:06.355 INFO:teuthology.orchestra.run.smithi152.stdout:/dev/vg_nvme/lv_41 2023-11-15T05:33:06.376 DEBUG:teuthology.orchestra.run.smithi152:> set -ex 2023-11-15T05:33:06.376 DEBUG:teuthology.orchestra.run.smithi152:> dd if=/scratch_devs of=/dev/stdout 2023-11-15T05:33:06.426 DEBUG:teuthology.orchestra.run.smithi152:> sudo nvme list 2023-11-15T05:33:06.481 INFO:teuthology.orchestra.run.smithi152.stdout:Node SN Model Namespace Usage Format FW Rev 2023-11-15T05:33:06.481 INFO:teuthology.orchestra.run.smithi152.stdout:---------------- -------------------- ---------------------------------------- --------- -------------------------- ---------------- -------- 2023-11-15T05:33:06.482 INFO:teuthology.orchestra.run.smithi152.stdout:/dev/nvme0n1 CVFT623300JT400BGN INTEL SSDPEDMD400G4 1 400.09 GB / 400.09 GB 512 B + 0 B 8DV101H0 2023-11-15T05:33:06.482 INFO:teuthology.orchestra.run.smithi152.stdout:/dev/nvme1n1 bd65bb055c5fb0e2 Linux 1 96.00 GB / 96.00 GB 512 B + 0 B 4.15.0-2 2023-11-15T05:33:06.482 INFO:teuthology.orchestra.run.smithi152.stdout:/dev/nvme2n1 b4a6bb119ca2d89b Linux 1 96.00 GB / 96.00 GB 512 B + 0 B 4.15.0-2 2023-11-15T05:33:06.482 INFO:teuthology.orchestra.run.smithi152.stdout:/dev/nvme3n1 687253933db262f7 Linux 1 96.00 GB / 96.00 GB 512 B + 0 B 4.15.0-2 2023-11-15T05:33:06.482 INFO:teuthology.orchestra.run.smithi152.stdout:/dev/nvme4n1 7c713968a07c4ea7 Linux 1 96.00 GB / 96.00 GB 512 B + 0 B 4.15.0-2 2023-11-15T05:33:06.483 INFO:tasks.nvme_loop:new_devs ['/dev/nvme1n1', '/dev/nvme2n1', '/dev/nvme3n1', '/dev/nvme4n1'] 2023-11-15T05:33:06.484 DEBUG:teuthology.orchestra.run.smithi152:> set -ex 2023-11-15T05:33:06.484 DEBUG:teuthology.orchestra.run.smithi152:> sudo dd of=/scratch_devs 2023-11-15T05:33:06.544 INFO:teuthology.run_tasks:Running task cephadm... 2023-11-15T05:33:06.622 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': '620f25c1794f62207424fc9319427943fb8d1fae'} 2023-11-15T05:33:06.623 INFO:tasks.cephadm:Cluster image is quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae 2023-11-15T05:33:06.623 INFO:tasks.cephadm:Cluster fsid is 7456fada-8378-11ee-8dbe-212e2dc638e7 2023-11-15T05:33:06.624 INFO:tasks.cephadm:Choosing monitor IPs and ports... 2023-11-15T05:33:06.624 INFO:tasks.cephadm:No mon roles; fabricating mons 2023-11-15T05:33:06.624 INFO:tasks.cephadm:Monitor IPs: {'mon.smithi116': '172.21.15.116', 'mon.smithi152': '172.21.15.152'} 2023-11-15T05:33:06.624 INFO:tasks.cephadm:Normalizing hostnames... 2023-11-15T05:33:06.625 DEBUG:teuthology.orchestra.run.smithi116:> sudo hostname $(hostname -s) 2023-11-15T05:33:06.640 DEBUG:teuthology.orchestra.run.smithi152:> sudo hostname $(hostname -s) 2023-11-15T05:33:06.657 INFO:tasks.cephadm:Downloading cephadm (repo https://github.com/ceph/ceph-ci.git ref 620f25c1794f62207424fc9319427943fb8d1fae)... 2023-11-15T05:33:06.658 DEBUG:teuthology.orchestra.run.smithi116:> curl --silent https://raw.githubusercontent.com/ceph/ceph-ci/620f25c1794f62207424fc9319427943fb8d1fae/src/cephadm/cephadm > /home/ubuntu/cephtest/cephadm && ls -l /home/ubuntu/cephtest/cephadm 2023-11-15T05:33:06.905 INFO:teuthology.orchestra.run.smithi116.stdout:-rw-rw-r-- 1 ubuntu ubuntu 355729 Nov 15 05:33 /home/ubuntu/cephtest/cephadm 2023-11-15T05:33:06.906 DEBUG:teuthology.orchestra.run.smithi152:> curl --silent https://raw.githubusercontent.com/ceph/ceph-ci/620f25c1794f62207424fc9319427943fb8d1fae/src/cephadm/cephadm > /home/ubuntu/cephtest/cephadm && ls -l /home/ubuntu/cephtest/cephadm 2023-11-15T05:33:07.055 INFO:teuthology.orchestra.run.smithi152.stdout:-rw-rw-r-- 1 ubuntu ubuntu 355729 Nov 15 05:33 /home/ubuntu/cephtest/cephadm 2023-11-15T05:33:07.056 DEBUG:teuthology.orchestra.run.smithi116:> test -s /home/ubuntu/cephtest/cephadm && test $(stat -c%s /home/ubuntu/cephtest/cephadm) -gt 1000 && chmod +x /home/ubuntu/cephtest/cephadm 2023-11-15T05:33:07.066 DEBUG:teuthology.orchestra.run.smithi152:> test -s /home/ubuntu/cephtest/cephadm && test $(stat -c%s /home/ubuntu/cephtest/cephadm) -gt 1000 && chmod +x /home/ubuntu/cephtest/cephadm 2023-11-15T05:33:07.083 DEBUG:teuthology.orchestra.run.smithi116:> sudo mkdir -p /etc/ceph 2023-11-15T05:33:07.125 DEBUG:teuthology.orchestra.run.smithi152:> sudo mkdir -p /etc/ceph 2023-11-15T05:33:07.141 DEBUG:teuthology.orchestra.run.smithi116:> sudo chmod 777 /etc/ceph 2023-11-15T05:33:07.182 DEBUG:teuthology.orchestra.run.smithi152:> sudo chmod 777 /etc/ceph 2023-11-15T05:33:07.198 INFO:tasks.cephadm:Writing seed config... 2023-11-15T05:33:07.199 INFO:tasks.cephadm: override: [mgr] debug mgr = 20 2023-11-15T05:33:07.199 INFO:tasks.cephadm: override: [mgr] debug ms = 1 2023-11-15T05:33:07.200 INFO:tasks.cephadm: override: [mon] debug mon = 20 2023-11-15T05:33:07.200 INFO:tasks.cephadm: override: [mon] debug ms = 1 2023-11-15T05:33:07.200 INFO:tasks.cephadm: override: [mon] debug paxos = 20 2023-11-15T05:33:07.200 INFO:tasks.cephadm: override: [osd] debug ms = 1 2023-11-15T05:33:07.201 INFO:tasks.cephadm: override: [osd] debug osd = 20 2023-11-15T05:33:07.201 INFO:tasks.cephadm: override: [osd] osd shutdown pgref assert = True 2023-11-15T05:33:07.202 DEBUG:teuthology.orchestra.run.smithi116:> set -ex 2023-11-15T05:33:07.202 DEBUG:teuthology.orchestra.run.smithi116:> dd of=/home/ubuntu/cephtest/seed.ceph.conf 2023-11-15T05:33:07.232 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 = 7456fada-8378-11ee-8dbe-212e2dc638e7 [osd] osd scrub load threshold = 5.0 osd scrub max interval = 600 osd recover clone overlap = true osd recovery max chunk = 1048576 osd deep scrub update digest min age = 30 osd map max advance = 10 osd memory target autotune = true # debugging osd debug shutdown = true osd debug op order = true osd debug verify stray on activate = true osd debug pg log writeout = true osd debug verify cached snaps = true osd debug verify missing on start = true osd debug misdirected ops = true osd op queue = debug_random osd op queue cut off = debug_random osd shutdown pgref assert = True bdev debug aio = true osd sloppy crc = true debug ms = 1 debug osd = 20 [mgr] mon reweight min pgs per osd = 4 mon reweight min bytes per osd = 10 mgr/telemetry/nag = false debug mgr = 20 debug ms = 1 [mon] mon data avail warn = 5 mon mgr mkfs grace = 240 mon reweight min pgs per osd = 4 mon osd reporter subtree level = osd mon osd prime pg temp = true mon reweight min bytes per osd = 10 # rotate auth tickets quickly to exercise renewal paths auth mon ticket ttl = 660# 11m auth service ticket ttl = 240# 4m # don't complain about global id reclaim mon_warn_on_insecure_global_id_reclaim = false mon_warn_on_insecure_global_id_reclaim_allowed = false debug mon = 20 debug ms = 1 debug paxos = 20 [client.rgw] rgw cache enabled = true rgw enable ops log = true rgw enable usage log = true 2023-11-15T05:33:07.232 DEBUG:teuthology.orchestra.run.smithi116:mon.smithi116> sudo journalctl -f -n 0 -u ceph-7456fada-8378-11ee-8dbe-212e2dc638e7@mon.smithi116.service 2023-11-15T05:33:07.275 INFO:tasks.cephadm:Bootstrapping... 2023-11-15T05:33:07.276 DEBUG:teuthology.orchestra.run.smithi116:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae -v bootstrap --fsid 7456fada-8378-11ee-8dbe-212e2dc638e7 --config /home/ubuntu/cephtest/seed.ceph.conf --output-config /etc/ceph/ceph.conf --output-keyring /etc/ceph/ceph.client.admin.keyring --output-pub-ssh-key /home/ubuntu/cephtest/ceph.pub --mon-ip 172.21.15.116 --skip-admin-label && sudo chmod +r /etc/ceph/ceph.client.admin.keyring 2023-11-15T05:33:07.577 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:-- Logs begin at Sun 2022-10-16 12:17:23 UTC. -- 2023-11-15T05:33:07.728 INFO:teuthology.orchestra.run.smithi116.stderr:-------------------------------------------------------------------------------- 2023-11-15T05:33:07.729 INFO:teuthology.orchestra.run.smithi116.stderr:cephadm ['--image', 'quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae', '-v', 'bootstrap', '--fsid', '7456fada-8378-11ee-8dbe-212e2dc638e7', '--config', '/home/ubuntu/cephtest/seed.ceph.conf', '--output-config', '/etc/ceph/ceph.conf', '--output-keyring', '/etc/ceph/ceph.client.admin.keyring', '--output-pub-ssh-key', '/home/ubuntu/cephtest/ceph.pub', '--mon-ip', '172.21.15.116', '--skip-admin-label'] 2023-11-15T05:33:07.729 INFO:teuthology.orchestra.run.smithi116.stderr:Verifying podman|docker is present... 2023-11-15T05:33:07.729 INFO:teuthology.orchestra.run.smithi116.stderr:Verifying lvm2 is present... 2023-11-15T05:33:07.729 INFO:teuthology.orchestra.run.smithi116.stderr:Verifying time synchronization is in place... 2023-11-15T05:33:07.736 INFO:teuthology.orchestra.run.smithi116.stderr:systemctl: Failed to get unit file state for chrony.service: No such file or directory 2023-11-15T05:33:07.743 INFO:teuthology.orchestra.run.smithi116.stderr:systemctl: inactive 2023-11-15T05:33:07.752 INFO:teuthology.orchestra.run.smithi116.stderr:systemctl: Failed to get unit file state for chronyd.service: No such file or directory 2023-11-15T05:33:07.760 INFO:teuthology.orchestra.run.smithi116.stderr:systemctl: inactive 2023-11-15T05:33:07.767 INFO:teuthology.orchestra.run.smithi116.stderr:systemctl: enabled 2023-11-15T05:33:07.774 INFO:teuthology.orchestra.run.smithi116.stderr:systemctl: inactive 2023-11-15T05:33:07.782 INFO:teuthology.orchestra.run.smithi116.stderr:systemctl: Failed to get unit file state for ntpd.service: No such file or directory 2023-11-15T05:33:07.790 INFO:teuthology.orchestra.run.smithi116.stderr:systemctl: inactive 2023-11-15T05:33:07.799 INFO:teuthology.orchestra.run.smithi116.stderr:systemctl: enabled 2023-11-15T05:33:07.807 INFO:teuthology.orchestra.run.smithi116.stderr:systemctl: active 2023-11-15T05:33:07.808 INFO:teuthology.orchestra.run.smithi116.stderr:Unit ntp.service is enabled and running 2023-11-15T05:33:07.808 INFO:teuthology.orchestra.run.smithi116.stderr:Repeating the final host check... 2023-11-15T05:33:07.808 INFO:teuthology.orchestra.run.smithi116.stderr:docker (/usr/bin/docker) is present 2023-11-15T05:33:07.809 INFO:teuthology.orchestra.run.smithi116.stderr:systemctl is present 2023-11-15T05:33:07.809 INFO:teuthology.orchestra.run.smithi116.stderr:lvcreate is present 2023-11-15T05:33:07.816 INFO:teuthology.orchestra.run.smithi116.stderr:systemctl: Failed to get unit file state for chrony.service: No such file or directory 2023-11-15T05:33:07.825 INFO:teuthology.orchestra.run.smithi116.stderr:systemctl: inactive 2023-11-15T05:33:07.833 INFO:teuthology.orchestra.run.smithi116.stderr:systemctl: Failed to get unit file state for chronyd.service: No such file or directory 2023-11-15T05:33:07.841 INFO:teuthology.orchestra.run.smithi116.stderr:systemctl: inactive 2023-11-15T05:33:07.851 INFO:teuthology.orchestra.run.smithi116.stderr:systemctl: enabled 2023-11-15T05:33:07.859 INFO:teuthology.orchestra.run.smithi116.stderr:systemctl: inactive 2023-11-15T05:33:07.867 INFO:teuthology.orchestra.run.smithi116.stderr:systemctl: Failed to get unit file state for ntpd.service: No such file or directory 2023-11-15T05:33:07.875 INFO:teuthology.orchestra.run.smithi116.stderr:systemctl: inactive 2023-11-15T05:33:07.885 INFO:teuthology.orchestra.run.smithi116.stderr:systemctl: enabled 2023-11-15T05:33:07.893 INFO:teuthology.orchestra.run.smithi116.stderr:systemctl: active 2023-11-15T05:33:07.894 INFO:teuthology.orchestra.run.smithi116.stderr:Unit ntp.service is enabled and running 2023-11-15T05:33:07.895 INFO:teuthology.orchestra.run.smithi116.stderr:Host looks OK 2023-11-15T05:33:07.895 INFO:teuthology.orchestra.run.smithi116.stderr:Cluster fsid: 7456fada-8378-11ee-8dbe-212e2dc638e7 2023-11-15T05:33:07.896 INFO:teuthology.orchestra.run.smithi116.stderr:Acquiring lock 140041965217048 on /run/cephadm/7456fada-8378-11ee-8dbe-212e2dc638e7.lock 2023-11-15T05:33:07.896 INFO:teuthology.orchestra.run.smithi116.stderr:Lock 140041965217048 acquired on /run/cephadm/7456fada-8378-11ee-8dbe-212e2dc638e7.lock 2023-11-15T05:33:07.896 INFO:teuthology.orchestra.run.smithi116.stderr:Verifying IP 172.21.15.116 port 3300 ... 2023-11-15T05:33:07.896 INFO:teuthology.orchestra.run.smithi116.stderr:Verifying IP 172.21.15.116 port 6789 ... 2023-11-15T05:33:07.897 INFO:teuthology.orchestra.run.smithi116.stderr:Base mon IP(s) is [172.21.15.116:3300, 172.21.15.116:6789], mon addrv is [v2:172.21.15.116:3300,v1:172.21.15.116:6789] 2023-11-15T05:33:07.901 INFO:teuthology.orchestra.run.smithi116.stderr:/sbin/ip: default via 172.21.15.254 dev enp3s0f1 2023-11-15T05:33:07.901 INFO:teuthology.orchestra.run.smithi116.stderr:/sbin/ip: default via 172.21.15.254 dev enp3s0f1 proto dhcp src 172.21.15.116 metric 100 2023-11-15T05:33:07.902 INFO:teuthology.orchestra.run.smithi116.stderr:/sbin/ip: 172.17.0.0/16 dev docker0 proto kernel scope link src 172.17.0.1 linkdown 2023-11-15T05:33:07.902 INFO:teuthology.orchestra.run.smithi116.stderr:/sbin/ip: 172.21.0.0/20 dev enp3s0f1 proto kernel scope link src 172.21.15.116 2023-11-15T05:33:07.902 INFO:teuthology.orchestra.run.smithi116.stderr:/sbin/ip: 172.21.15.254 dev enp3s0f1 proto dhcp scope link src 172.21.15.116 metric 100 2023-11-15T05:33:07.906 INFO:teuthology.orchestra.run.smithi116.stderr:/sbin/ip: fe80::/64 dev enp3s0f1 proto kernel metric 256 pref medium 2023-11-15T05:33:07.906 INFO:teuthology.orchestra.run.smithi116.stderr:/sbin/ip: default via fe80::327c:5e00:6487:71e0 dev enp3s0f1 proto ra metric 100 pref medium 2023-11-15T05:33:07.910 INFO:teuthology.orchestra.run.smithi116.stderr:/sbin/ip: 1: lo: mtu 65536 state UNKNOWN qlen 1000 2023-11-15T05:33:07.911 INFO:teuthology.orchestra.run.smithi116.stderr:/sbin/ip: inet6 ::1/128 scope host 2023-11-15T05:33:07.911 INFO:teuthology.orchestra.run.smithi116.stderr:/sbin/ip: valid_lft forever preferred_lft forever 2023-11-15T05:33:07.911 INFO:teuthology.orchestra.run.smithi116.stderr:/sbin/ip: 5: enp3s0f1: mtu 1500 state UP qlen 1000 2023-11-15T05:33:07.911 INFO:teuthology.orchestra.run.smithi116.stderr:/sbin/ip: inet6 fe80::ec4:7aff:fe8f:3f67/64 scope link 2023-11-15T05:33:07.911 INFO:teuthology.orchestra.run.smithi116.stderr:/sbin/ip: valid_lft forever preferred_lft forever 2023-11-15T05:33:07.912 INFO:teuthology.orchestra.run.smithi116.stderr:Mon IP `172.21.15.116` is in CIDR network `172.21.0.0/20` 2023-11-15T05:33:07.912 INFO:teuthology.orchestra.run.smithi116.stderr:Mon IP `172.21.15.116` is in CIDR network `172.21.0.0/20` 2023-11-15T05:33:07.913 INFO:teuthology.orchestra.run.smithi116.stderr:Mon IP `172.21.15.116` is in CIDR network `172.21.15.254/32` 2023-11-15T05:33:07.913 INFO:teuthology.orchestra.run.smithi116.stderr:Mon IP `172.21.15.116` is in CIDR network `172.21.15.254/32` 2023-11-15T05:33:07.913 INFO:teuthology.orchestra.run.smithi116.stderr:Inferred mon public CIDR from local network configuration ['172.21.0.0/20', '172.21.0.0/20', '172.21.15.254/32', '172.21.15.254/32'] 2023-11-15T05:33:07.913 INFO:teuthology.orchestra.run.smithi116.stderr:Internal network (--cluster-network) has not been provided, OSD replication will default to the public_network 2023-11-15T05:33:07.914 INFO:teuthology.orchestra.run.smithi116.stderr:Pulling container image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae... 2023-11-15T05:33:08.271 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/docker: 620f25c1794f62207424fc9319427943fb8d1fae: Pulling from ceph-ci/ceph 2023-11-15T05:33:08.275 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/docker: ef3cef4bbbe4: Pulling fs layer 2023-11-15T05:33:08.275 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/docker: 9ed66b813839: Pulling fs layer 2023-11-15T05:33:09.030 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/docker: ef3cef4bbbe4: Verifying Checksum 2023-11-15T05:33:09.030 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/docker: ef3cef4bbbe4: Download complete 2023-11-15T05:33:11.517 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/docker: ef3cef4bbbe4: Pull complete 2023-11-15T05:33:12.338 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/docker: 9ed66b813839: Download complete 2023-11-15T05:33:22.218 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/docker: 9ed66b813839: Pull complete 2023-11-15T05:33:22.451 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/docker: Digest: sha256:78226ab9e8247e56e7eee439923ee52a49b2b75959caddd6304ed7181b276d9d 2023-11-15T05:33:22.628 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/docker: Status: Downloaded newer image for quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae 2023-11-15T05:33:22.651 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/docker: quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae 2023-11-15T05:33:31.928 INFO:teuthology.orchestra.run.smithi116.stderr:ceph: ceph version 16.2.14-170-g620f25c1 (620f25c1794f62207424fc9319427943fb8d1fae) pacific (stable) 2023-11-15T05:33:32.495 INFO:teuthology.orchestra.run.smithi116.stderr:Ceph version: ceph version 16.2.14-170-g620f25c1 (620f25c1794f62207424fc9319427943fb8d1fae) pacific (stable) 2023-11-15T05:33:32.495 INFO:teuthology.orchestra.run.smithi116.stderr:Extracting ceph user uid/gid from container image... 2023-11-15T05:33:33.325 INFO:teuthology.orchestra.run.smithi116.stderr:stat: 167 167 2023-11-15T05:33:33.845 INFO:teuthology.orchestra.run.smithi116.stderr:Creating initial keys... 2023-11-15T05:33:34.720 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph-authtool: AQAuWFRlZ27WKhAAxsebq2j955qESdavmqNjWw== 2023-11-15T05:33:36.058 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph-authtool: AQAwWFRlQyRgAxAAOZpRAxA26eeCqXyGmHtnzQ== 2023-11-15T05:33:37.434 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph-authtool: AQAxWFRlcMLKGRAAojuVMPXvo5CAgFxBVavxLw== 2023-11-15T05:33:37.916 INFO:teuthology.orchestra.run.smithi116.stderr:Creating initial monmap... 2023-11-15T05:33:38.781 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/monmaptool: /usr/bin/monmaptool: monmap file /tmp/monmap 2023-11-15T05:33:38.782 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/monmaptool: /usr/bin/monmaptool: set fsid to 7456fada-8378-11ee-8dbe-212e2dc638e7 2023-11-15T05:33:38.782 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/monmaptool: /usr/bin/monmaptool: writing epoch 0 to /tmp/monmap (1 monitors) 2023-11-15T05:33:39.319 INFO:teuthology.orchestra.run.smithi116.stderr:monmaptool for smithi116 [v2:172.21.15.116:3300,v1:172.21.15.116:6789] on /usr/bin/monmaptool: monmap file /tmp/monmap 2023-11-15T05:33:39.320 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/monmaptool: set fsid to 7456fada-8378-11ee-8dbe-212e2dc638e7 2023-11-15T05:33:39.320 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/monmaptool: writing epoch 0 to /tmp/monmap (1 monitors) 2023-11-15T05:33:39.320 INFO:teuthology.orchestra.run.smithi116.stderr: 2023-11-15T05:33:39.321 INFO:teuthology.orchestra.run.smithi116.stderr:Creating mon... 2023-11-15T05:33:40.219 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph-mon: debug 2023-11-15T05:33:40.210+0000 7f92af48c880 0 set uid:gid to 167:167 (ceph:ceph) 2023-11-15T05:33:40.220 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph-mon: debug 2023-11-15T05:33:40.210+0000 7f92af48c880 1 imported monmap: 2023-11-15T05:33:40.220 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph-mon: epoch 0 2023-11-15T05:33:40.220 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph-mon: fsid 7456fada-8378-11ee-8dbe-212e2dc638e7 2023-11-15T05:33:40.223 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph-mon: last_changed 2023-11-15T05:33:38.779785+0000 2023-11-15T05:33:40.223 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph-mon: created 2023-11-15T05:33:38.779785+0000 2023-11-15T05:33:40.223 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph-mon: min_mon_release 0 (unknown) 2023-11-15T05:33:40.223 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph-mon: election_strategy: 1 2023-11-15T05:33:40.224 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph-mon: 0: [v2:172.21.15.116:3300/0,v1:172.21.15.116:6789/0] mon.smithi116 2023-11-15T05:33:40.224 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph-mon: 2023-11-15T05:33:40.224 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph-mon: debug 2023-11-15T05:33:40.210+0000 7f92af48c880 0 /usr/bin/ceph-mon: set fsid to 7456fada-8378-11ee-8dbe-212e2dc638e7 2023-11-15T05:33:40.224 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph-mon: debug 2023-11-15T05:33:40.214+0000 7f92af48c880 4 rocksdb: RocksDB version: 6.8.1 2023-11-15T05:33:40.224 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph-mon: 2023-11-15T05:33:40.225 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph-mon: debug 2023-11-15T05:33:40.214+0000 7f92af48c880 4 rocksdb: Git sha rocksdb_build_git_sha:@0@ 2023-11-15T05:33:40.225 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph-mon: debug 2023-11-15T05:33:40.214+0000 7f92af48c880 4 rocksdb: Compile date Nov 13 2023 2023-11-15T05:33:40.225 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph-mon: debug 2023-11-15T05:33:40.214+0000 7f92af48c880 4 rocksdb: DB SUMMARY 2023-11-15T05:33:40.225 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph-mon: 2023-11-15T05:33:40.225 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph-mon: debug 2023-11-15T05:33:40.214+0000 7f92af48c880 4 rocksdb: SST files in /var/lib/ceph/mon/ceph-smithi116/store.db dir, Total Num: 0, files: 2023-11-15T05:33:40.226 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph-mon: 2023-11-15T05:33:40.226 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph-mon: debug 2023-11-15T05:33:40.214+0000 7f92af48c880 4 rocksdb: Write Ahead Log file in /var/lib/ceph/mon/ceph-smithi116/store.db: 2023-11-15T05:33:40.226 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph-mon: 2023-11-15T05:33:40.226 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph-mon: debug 2023-11-15T05:33:40.214+0000 7f92af48c880 4 rocksdb: Options.error_if_exists: 0 2023-11-15T05:33:40.226 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph-mon: debug 2023-11-15T05:33:40.214+0000 7f92af48c880 4 rocksdb: Options.create_if_missing: 1 2023-11-15T05:33:40.227 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph-mon: debug 2023-11-15T05:33:40.214+0000 7f92af48c880 4 rocksdb: Options.paranoid_checks: 1 2023-11-15T05:33:40.227 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph-mon: debug 2023-11-15T05:33:40.214+0000 7f92af48c880 4 rocksdb: Options.env: 0x561867169080 2023-11-15T05:33:40.259 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph-mon: debug 2023-11-15T05:33:40.214+0000 7f92af48c880 4 rocksdb: Options.fs: Posix File System 2023-11-15T05:33:40.259 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph-mon: debug 2023-11-15T05:33:40.214+0000 7f92af48c880 4 rocksdb: Options.info_log: 0x5618697a5380 2023-11-15T05:33:40.260 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph-mon: debug 2023-11-15T05:33:40.214+0000 7f92af48c880 4 rocksdb: Options.max_file_opening_threads: 16 2023-11-15T05:33:40.260 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph-mon: debug 2023-11-15T05:33:40.214+0000 7f92af48c880 4 rocksdb: Options.statistics: (nil) 2023-11-15T05:33:40.260 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph-mon: debug 2023-11-15T05:33:40.214+0000 7f92af48c880 4 rocksdb: Options.use_fsync: 0 2023-11-15T05:33:40.260 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph-mon: debug 2023-11-15T05:33:40.214+0000 7f92af48c880 4 rocksdb: Options.max_log_file_size: 0 2023-11-15T05:33:40.260 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph-mon: debug 2023-11-15T05:33:40.214+0000 7f92af48c880 4 rocksdb: Options.max_manifest_file_size: 1073741824 2023-11-15T05:33:40.261 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph-mon: debug 2023-11-15T05:33:40.214+0000 7f92af48c880 4 rocksdb: Options.log_file_time_to_roll: 0 2023-11-15T05:33:40.261 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph-mon: debug 2023-11-15T05:33:40.214+0000 7f92af48c880 4 rocksdb: Options.keep_log_file_num: 1000 2023-11-15T05:33:40.261 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph-mon: debug 2023-11-15T05:33:40.214+0000 7f92af48c880 4 rocksdb: Options.recycle_log_file_num: 0 2023-11-15T05:33:40.261 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph-mon: debug 2023-11-15T05:33:40.214+0000 7f92af48c880 4 rocksdb: Options.allow_fallocate: 1 2023-11-15T05:33:40.261 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph-mon: debug 2023-11-15T05:33:40.214+0000 7f92af48c880 4 rocksdb: Options.allow_mmap_reads: 0 2023-11-15T05:33:40.262 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph-mon: debug 2023-11-15T05:33:40.214+0000 7f92af48c880 4 rocksdb: Options.allow_mmap_writes: 0 2023-11-15T05:33:40.262 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph-mon: debug 2023-11-15T05:33:40.214+0000 7f92af48c880 4 rocksdb: Options.use_direct_reads: 0 2023-11-15T05:33:40.262 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph-mon: debug 2023-11-15T05:33:40.214+0000 7f92af48c880 4 rocksdb: Options.use_direct_io_for_flush_and_compaction: 0 2023-11-15T05:33:40.262 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph-mon: debug 2023-11-15T05:33:40.214+0000 7f92af48c880 4 rocksdb: Options.create_missing_column_families: 0 2023-11-15T05:33:40.262 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph-mon: debug 2023-11-15T05:33:40.214+0000 7f92af48c880 4 rocksdb: Options.db_log_dir: 2023-11-15T05:33:40.263 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph-mon: debug 2023-11-15T05:33:40.214+0000 7f92af48c880 4 rocksdb: Options.wal_dir: /var/lib/ceph/mon/ceph-smithi116/store.db 2023-11-15T05:33:40.263 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph-mon: debug 2023-11-15T05:33:40.214+0000 7f92af48c880 4 rocksdb: Options.table_cache_numshardbits: 6 2023-11-15T05:33:40.263 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph-mon: debug 2023-11-15T05:33:40.214+0000 7f92af48c880 4 rocksdb: Options.max_subcompactions: 1 2023-11-15T05:33:40.263 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph-mon: debug 2023-11-15T05:33:40.214+0000 7f92af48c880 4 rocksdb: Options.max_background_flushes: -1 2023-11-15T05:33:40.264 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph-mon: debug 2023-11-15T05:33:40.214+0000 7f92af48c880 4 rocksdb: Options.WAL_ttl_seconds: 0 2023-11-15T05:33:40.264 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph-mon: debug 2023-11-15T05:33:40.214+0000 7f92af48c880 4 rocksdb: Options.WAL_size_limit_MB: 0 2023-11-15T05:33:40.264 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph-mon: debug 2023-11-15T05:33:40.214+0000 7f92af48c880 4 rocksdb: Options.max_write_batch_group_size_bytes: 1048576 2023-11-15T05:33:40.264 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph-mon: debug 2023-11-15T05:33:40.214+0000 7f92af48c880 4 rocksdb: Options.manifest_preallocation_size: 4194304 2023-11-15T05:33:40.264 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph-mon: debug 2023-11-15T05:33:40.214+0000 7f92af48c880 4 rocksdb: Options.is_fd_close_on_exec: 1 2023-11-15T05:33:40.265 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph-mon: debug 2023-11-15T05:33:40.214+0000 7f92af48c880 4 rocksdb: Options.advise_random_on_open: 1 2023-11-15T05:33:40.265 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph-mon: debug 2023-11-15T05:33:40.214+0000 7f92af48c880 4 rocksdb: Options.db_write_buffer_size: 0 2023-11-15T05:33:40.265 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph-mon: debug 2023-11-15T05:33:40.214+0000 7f92af48c880 4 rocksdb: Options.write_buffer_manager: 0x5618697ab980 2023-11-15T05:33:40.265 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph-mon: debug 2023-11-15T05:33:40.214+0000 7f92af48c880 4 rocksdb: Options.access_hint_on_compaction_start: 1 2023-11-15T05:33:40.266 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph-mon: debug 2023-11-15T05:33:40.214+0000 7f92af48c880 4 rocksdb: Options.new_table_reader_for_compaction_inputs: 0 2023-11-15T05:33:40.266 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph-mon: debug 2023-11-15T05:33:40.214+0000 7f92af48c880 4 rocksdb: Options.random_access_max_buffer_size: 1048576 2023-11-15T05:33:40.266 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph-mon: debug 2023-11-15T05:33:40.214+0000 7f92af48c880 4 rocksdb: Options.use_adaptive_mutex: 0 2023-11-15T05:33:40.266 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph-mon: debug 2023-11-15T05:33:40.214+0000 7f92af48c880 4 rocksdb: Options.rate_limiter: (nil) 2023-11-15T05:33:40.267 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph-mon: debug 2023-11-15T05:33:40.214+0000 7f92af48c880 4 rocksdb: Options.sst_file_manager.rate_bytes_per_sec: 0 2023-11-15T05:33:40.267 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph-mon: debug 2023-11-15T05:33:40.214+0000 7f92af48c880 4 rocksdb: Options.wal_recovery_mode: 2 2023-11-15T05:33:40.267 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph-mon: debug 2023-11-15T05:33:40.214+0000 7f92af48c880 4 rocksdb: Options.enable_thread_tracking: 0 2023-11-15T05:33:40.268 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph-mon: debug 2023-11-15T05:33:40.214+0000 7f92af48c880 4 rocksdb: Options.enable_pipelined_write: 0 2023-11-15T05:33:40.268 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph-mon: debug 2023-11-15T05:33:40.214+0000 7f92af48c880 4 rocksdb: Options.unordered_write: 0 2023-11-15T05:33:40.268 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph-mon: debug 2023-11-15T05:33:40.214+0000 7f92af48c880 4 rocksdb: Options.allow_concurrent_memtable_write: 1 2023-11-15T05:33:40.268 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph-mon: debug 2023-11-15T05:33:40.214+0000 7f92af48c880 4 rocksdb: Options.enable_write_thread_adaptive_yield: 1 2023-11-15T05:33:40.268 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph-mon: debug 2023-11-15T05:33:40.214+0000 7f92af48c880 4 rocksdb: Options.write_thread_max_yield_usec: 100 2023-11-15T05:33:40.268 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph-mon: debug 2023-11-15T05:33:40.214+0000 7f92af48c880 4 rocksdb: Options.write_thread_slow_yield_usec: 3 2023-11-15T05:33:40.269 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph-mon: debug 2023-11-15T05:33:40.214+0000 7f92af48c880 4 rocksdb: Options.row_cache: None 2023-11-15T05:33:40.269 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph-mon: debug 2023-11-15T05:33:40.214+0000 7f92af48c880 4 rocksdb: Options.wal_filter: None 2023-11-15T05:33:40.269 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph-mon: debug 2023-11-15T05:33:40.214+0000 7f92af48c880 4 rocksdb: Options.avoid_flush_during_recovery: 0 2023-11-15T05:33:40.269 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph-mon: debug 2023-11-15T05:33:40.214+0000 7f92af48c880 4 rocksdb: Options.allow_ingest_behind: 0 2023-11-15T05:33:40.269 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph-mon: debug 2023-11-15T05:33:40.214+0000 7f92af48c880 4 rocksdb: Options.preserve_deletes: 0 2023-11-15T05:33:40.270 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph-mon: debug 2023-11-15T05:33:40.214+0000 7f92af48c880 4 rocksdb: Options.two_write_queues: 0 2023-11-15T05:33:40.270 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph-mon: debug 2023-11-15T05:33:40.214+0000 7f92af48c880 4 rocksdb: Options.manual_wal_flush: 0 2023-11-15T05:33:40.270 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph-mon: debug 2023-11-15T05:33:40.214+0000 7f92af48c880 4 rocksdb: Options.atomic_flush: 0 2023-11-15T05:33:40.270 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph-mon: debug 2023-11-15T05:33:40.214+0000 7f92af48c880 4 rocksdb: Options.avoid_unnecessary_blocking_io: 0 2023-11-15T05:33:40.270 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph-mon: debug 2023-11-15T05:33:40.214+0000 7f92af48c880 4 rocksdb: Options.persist_stats_to_disk: 0 2023-11-15T05:33:40.271 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph-mon: debug 2023-11-15T05:33:40.214+0000 7f92af48c880 4 rocksdb: Options.write_dbid_to_manifest: 0 2023-11-15T05:33:40.271 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph-mon: debug 2023-11-15T05:33:40.214+0000 7f92af48c880 4 rocksdb: Options.log_readahead_size: 0 2023-11-15T05:33:40.271 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph-mon: debug 2023-11-15T05:33:40.214+0000 7f92af48c880 4 rocksdb: Options.sst_file_checksum_func: Unknown 2023-11-15T05:33:40.272 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph-mon: debug 2023-11-15T05:33:40.214+0000 7f92af48c880 4 rocksdb: Options.max_background_jobs: 2 2023-11-15T05:33:40.272 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph-mon: debug 2023-11-15T05:33:40.214+0000 7f92af48c880 4 rocksdb: Options.max_background_compactions: -1 2023-11-15T05:33:40.272 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph-mon: debug 2023-11-15T05:33:40.214+0000 7f92af48c880 4 rocksdb: Options.avoid_flush_during_shutdown: 0 2023-11-15T05:33:40.273 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph-mon: debug 2023-11-15T05:33:40.214+0000 7f92af48c880 4 rocksdb: Options.writable_file_max_buffer_size: 1048576 2023-11-15T05:33:40.273 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph-mon: debug 2023-11-15T05:33:40.214+0000 7f92af48c880 4 rocksdb: Options.delayed_write_rate : 16777216 2023-11-15T05:33:40.273 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph-mon: debug 2023-11-15T05:33:40.214+0000 7f92af48c880 4 rocksdb: Options.max_total_wal_size: 0 2023-11-15T05:33:40.273 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph-mon: debug 2023-11-15T05:33:40.214+0000 7f92af48c880 4 rocksdb: Options.delete_obsolete_files_period_micros: 21600000000 2023-11-15T05:33:40.274 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph-mon: debug 2023-11-15T05:33:40.214+0000 7f92af48c880 4 rocksdb: Options.stats_dump_period_sec: 600 2023-11-15T05:33:40.274 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph-mon: debug 2023-11-15T05:33:40.214+0000 7f92af48c880 4 rocksdb: Options.stats_persist_period_sec: 600 2023-11-15T05:33:40.274 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph-mon: debug 2023-11-15T05:33:40.214+0000 7f92af48c880 4 rocksdb: Options.stats_history_buffer_size: 1048576 2023-11-15T05:33:40.275 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph-mon: debug 2023-11-15T05:33:40.214+0000 7f92af48c880 4 rocksdb: Options.max_open_files: -1 2023-11-15T05:33:40.275 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph-mon: debug 2023-11-15T05:33:40.214+0000 7f92af48c880 4 rocksdb: Options.bytes_per_sync: 0 2023-11-15T05:33:40.277 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph-mon: debug 2023-11-15T05:33:40.214+0000 7f92af48c880 4 rocksdb: Options.wal_bytes_per_sync: 0 2023-11-15T05:33:40.278 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph-mon: debug 2023-11-15T05:33:40.214+0000 7f92af48c880 4 rocksdb: Options.strict_bytes_per_sync: 0 2023-11-15T05:33:40.278 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph-mon: debug 2023-11-15T05:33:40.214+0000 7f92af48c880 4 rocksdb: Options.compaction_readahead_size: 0 2023-11-15T05:33:40.278 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph-mon: debug 2023-11-15T05:33:40.214+0000 7f92af48c880 4 rocksdb: Compression algorithms supported: 2023-11-15T05:33:40.279 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph-mon: debug 2023-11-15T05:33:40.214+0000 7f92af48c880 4 rocksdb: kZSTDNotFinalCompression supported: 0 2023-11-15T05:33:40.279 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph-mon: debug 2023-11-15T05:33:40.214+0000 7f92af48c880 4 rocksdb: kZSTD supported: 0 2023-11-15T05:33:40.279 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph-mon: debug 2023-11-15T05:33:40.214+0000 7f92af48c880 4 rocksdb: kXpressCompression supported: 0 2023-11-15T05:33:40.280 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph-mon: debug 2023-11-15T05:33:40.214+0000 7f92af48c880 4 rocksdb: kLZ4HCCompression supported: 1 2023-11-15T05:33:40.280 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph-mon: debug 2023-11-15T05:33:40.214+0000 7f92af48c880 4 rocksdb: kLZ4Compression supported: 1 2023-11-15T05:33:40.280 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph-mon: debug 2023-11-15T05:33:40.214+0000 7f92af48c880 4 rocksdb: kBZip2Compression supported: 0 2023-11-15T05:33:40.281 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph-mon: debug 2023-11-15T05:33:40.214+0000 7f92af48c880 4 rocksdb: kZlibCompression supported: 1 2023-11-15T05:33:40.281 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph-mon: debug 2023-11-15T05:33:40.214+0000 7f92af48c880 4 rocksdb: kSnappyCompression supported: 1 2023-11-15T05:33:40.281 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph-mon: debug 2023-11-15T05:33:40.214+0000 7f92af48c880 4 rocksdb: Fast CRC32 supported: Supported on x86 2023-11-15T05:33:40.282 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph-mon: debug 2023-11-15T05:33:40.214+0000 7f92af48c880 4 rocksdb: [db_impl/db_impl_open.cc:273] Creating manifest 1 2023-11-15T05:33:40.282 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph-mon: 2023-11-15T05:33:40.282 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph-mon: debug 2023-11-15T05:33:40.218+0000 7f92af48c880 4 rocksdb: [version_set.cc:4413] Recovering from manifest file: /var/lib/ceph/mon/ceph-smithi116/store.db/MANIFEST-000001 2023-11-15T05:33:40.283 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph-mon: 2023-11-15T05:33:40.283 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph-mon: debug 2023-11-15T05:33:40.218+0000 7f92af48c880 4 rocksdb: [column_family.cc:552] --------------- Options for column family [default]: 2023-11-15T05:33:40.284 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph-mon: 2023-11-15T05:33:40.284 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph-mon: debug 2023-11-15T05:33:40.218+0000 7f92af48c880 4 rocksdb: Options.comparator: leveldb.BytewiseComparator 2023-11-15T05:33:40.284 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph-mon: debug 2023-11-15T05:33:40.218+0000 7f92af48c880 4 rocksdb: Options.merge_operator: 2023-11-15T05:33:40.285 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph-mon: debug 2023-11-15T05:33:40.218+0000 7f92af48c880 4 rocksdb: Options.compaction_filter: None 2023-11-15T05:33:40.285 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph-mon: debug 2023-11-15T05:33:40.218+0000 7f92af48c880 4 rocksdb: Options.compaction_filter_factory: None 2023-11-15T05:33:40.285 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph-mon: debug 2023-11-15T05:33:40.218+0000 7f92af48c880 4 rocksdb: Options.memtable_factory: SkipListFactory 2023-11-15T05:33:40.285 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph-mon: debug 2023-11-15T05:33:40.218+0000 7f92af48c880 4 rocksdb: Options.table_factory: BlockBasedTable 2023-11-15T05:33:40.286 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph-mon: debug 2023-11-15T05:33:40.218+0000 7f92af48c880 4 rocksdb: table_factory options: flush_block_policy_factory: FlushBlockBySizePolicyFactory (0x5618696b9d30) 2023-11-15T05:33:40.286 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph-mon: cache_index_and_filter_blocks: 1 2023-11-15T05:33:40.286 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph-mon: cache_index_and_filter_blocks_with_high_priority: 0 2023-11-15T05:33:40.286 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph-mon: pin_l0_filter_and_index_blocks_in_cache: 0 2023-11-15T05:33:40.286 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph-mon: pin_top_level_index_and_filter: 1 2023-11-15T05:33:40.287 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph-mon: index_type: 0 2023-11-15T05:33:40.287 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph-mon: data_block_index_type: 0 2023-11-15T05:33:40.287 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph-mon: index_shortening: 1 2023-11-15T05:33:40.287 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph-mon: data_block_hash_table_util_ratio: 0.750000 2023-11-15T05:33:40.287 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph-mon: hash_index_allow_collision: 1 2023-11-15T05:33:40.288 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph-mon: checksum: 1 2023-11-15T05:33:40.288 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph-mon: no_block_cache: 0 2023-11-15T05:33:40.288 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph-mon: block_cache: 0x5618696f0d10 2023-11-15T05:33:40.288 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph-mon: block_cache_name: BinnedLRUCache 2023-11-15T05:33:40.289 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph-mon: block_cache_options: 2023-11-15T05:33:40.289 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph-mon: capacity : 536870912 2023-11-15T05:33:40.289 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph-mon: num_shard_bits : 4 2023-11-15T05:33:40.289 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph-mon: strict_capacity_limit : 0 2023-11-15T05:33:40.289 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph-mon: high_pri_pool_ratio: 0.000 2023-11-15T05:33:40.289 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph-mon: block_cache_compressed: (nil) 2023-11-15T05:33:40.290 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph-mon: persistent_cache: (nil) 2023-11-15T05:33:40.290 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph-mon: block_size: 4096 2023-11-15T05:33:40.290 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph-mon: block_size_deviation: 10 2023-11-15T05:33:40.290 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph-mon: block_restart_interval: 16 2023-11-15T05:33:40.291 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph-mon: index_block_restart_interval: 1 2023-11-15T05:33:40.291 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph-mon: metadata_block_size: 4096 2023-11-15T05:33:40.291 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph-mon: partition_filters: 0 2023-11-15T05:33:40.291 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph-mon: use_delta_encoding: 1 2023-11-15T05:33:40.291 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph-mon: filter_policy: rocksdb.BuiltinBloomFilter 2023-11-15T05:33:40.291 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph-mon: whole_key_filtering: 1 2023-11-15T05:33:40.292 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph-mon: verify_compression: 0 2023-11-15T05:33:40.292 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph-mon: read_amp_bytes_per_bit: 0 2023-11-15T05:33:40.292 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph-mon: format_version: 2 2023-11-15T05:33:40.292 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph-mon: enable_index_compression: 1 2023-11-15T05:33:40.292 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph-mon: block_align: 0 2023-11-15T05:33:40.293 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph-mon: 2023-11-15T05:33:40.293 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph-mon: debug 2023-11-15T05:33:40.218+0000 7f92af48c880 4 rocksdb: Options.write_buffer_size: 33554432 2023-11-15T05:33:40.293 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph-mon: debug 2023-11-15T05:33:40.218+0000 7f92af48c880 4 rocksdb: Options.max_write_buffer_number: 2 2023-11-15T05:33:40.293 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph-mon: debug 2023-11-15T05:33:40.218+0000 7f92af48c880 4 rocksdb: Options.compression: NoCompression 2023-11-15T05:33:40.294 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph-mon: debug 2023-11-15T05:33:40.218+0000 7f92af48c880 4 rocksdb: Options.bottommost_compression: Disabled 2023-11-15T05:33:40.294 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph-mon: debug 2023-11-15T05:33:40.218+0000 7f92af48c880 4 rocksdb: Options.prefix_extractor: nullptr 2023-11-15T05:33:40.295 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph-mon: debug 2023-11-15T05:33:40.218+0000 7f92af48c880 4 rocksdb: Options.memtable_insert_with_hint_prefix_extractor: nullptr 2023-11-15T05:33:40.295 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph-mon: debug 2023-11-15T05:33:40.218+0000 7f92af48c880 4 rocksdb: Options.num_levels: 7 2023-11-15T05:33:40.295 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph-mon: debug 2023-11-15T05:33:40.218+0000 7f92af48c880 4 rocksdb: Options.min_write_buffer_number_to_merge: 1 2023-11-15T05:33:40.296 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph-mon: debug 2023-11-15T05:33:40.218+0000 7f92af48c880 4 rocksdb: Options.max_write_buffer_number_to_maintain: 0 2023-11-15T05:33:40.296 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph-mon: debug 2023-11-15T05:33:40.218+0000 7f92af48c880 4 rocksdb: Options.max_write_buffer_size_to_maintain: 0 2023-11-15T05:33:40.296 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph-mon: debug 2023-11-15T05:33:40.218+0000 7f92af48c880 4 rocksdb: Options.bottommost_compression_opts.window_bits: -14 2023-11-15T05:33:40.297 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph-mon: debug 2023-11-15T05:33:40.218+0000 7f92af48c880 4 rocksdb: Options.bottommost_compression_opts.level: 32767 2023-11-15T05:33:40.297 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph-mon: debug 2023-11-15T05:33:40.218+0000 7f92af48c880 4 rocksdb: Options.bottommost_compression_opts.strategy: 0 2023-11-15T05:33:40.297 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph-mon: debug 2023-11-15T05:33:40.218+0000 7f92af48c880 4 rocksdb: Options.bottommost_compression_opts.max_dict_bytes: 0 2023-11-15T05:33:40.298 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph-mon: debug 2023-11-15T05:33:40.218+0000 7f92af48c880 4 rocksdb: Options.bottommost_compression_opts.zstd_max_train_bytes: 0 2023-11-15T05:33:40.298 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph-mon: debug 2023-11-15T05:33:40.218+0000 7f92af48c880 4 rocksdb: Options.bottommost_compression_opts.enabled: false 2023-11-15T05:33:40.298 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph-mon: debug 2023-11-15T05:33:40.218+0000 7f92af48c880 4 rocksdb: Options.compression_opts.window_bits: -14 2023-11-15T05:33:40.299 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph-mon: debug 2023-11-15T05:33:40.218+0000 7f92af48c880 4 rocksdb: Options.compression_opts.level: 32767 2023-11-15T05:33:40.299 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph-mon: debug 2023-11-15T05:33:40.218+0000 7f92af48c880 4 rocksdb: Options.compression_opts.strategy: 0 2023-11-15T05:33:40.300 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph-mon: debug 2023-11-15T05:33:40.218+0000 7f92af48c880 4 rocksdb: Options.compression_opts.max_dict_bytes: 0 2023-11-15T05:33:40.300 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph-mon: debug 2023-11-15T05:33:40.218+0000 7f92af48c880 4 rocksdb: Options.compression_opts.zstd_max_train_bytes: 0 2023-11-15T05:33:40.300 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph-mon: debug 2023-11-15T05:33:40.218+0000 7f92af48c880 4 rocksdb: Options.compression_opts.enabled: false 2023-11-15T05:33:40.301 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph-mon: debug 2023-11-15T05:33:40.218+0000 7f92af48c880 4 rocksdb: Options.level0_file_num_compaction_trigger: 4 2023-11-15T05:33:40.301 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph-mon: debug 2023-11-15T05:33:40.218+0000 7f92af48c880 4 rocksdb: Options.level0_slowdown_writes_trigger: 20 2023-11-15T05:33:40.302 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph-mon: debug 2023-11-15T05:33:40.218+0000 7f92af48c880 4 rocksdb: Options.level0_stop_writes_trigger: 36 2023-11-15T05:33:40.302 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph-mon: debug 2023-11-15T05:33:40.218+0000 7f92af48c880 4 rocksdb: Options.target_file_size_base: 67108864 2023-11-15T05:33:40.302 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph-mon: debug 2023-11-15T05:33:40.218+0000 7f92af48c880 4 rocksdb: Options.target_file_size_multiplier: 1 2023-11-15T05:33:40.303 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph-mon: debug 2023-11-15T05:33:40.218+0000 7f92af48c880 4 rocksdb: Options.max_bytes_for_level_base: 268435456 2023-11-15T05:33:40.303 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph-mon: debug 2023-11-15T05:33:40.218+0000 7f92af48c880 4 rocksdb: Options.level_compaction_dynamic_level_bytes: 1 2023-11-15T05:33:40.304 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph-mon: debug 2023-11-15T05:33:40.218+0000 7f92af48c880 4 rocksdb: Options.max_bytes_for_level_multiplier: 10.000000 2023-11-15T05:33:40.304 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph-mon: debug 2023-11-15T05:33:40.218+0000 7f92af48c880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[0]: 1 2023-11-15T05:33:40.304 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph-mon: debug 2023-11-15T05:33:40.218+0000 7f92af48c880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[1]: 1 2023-11-15T05:33:40.305 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph-mon: debug 2023-11-15T05:33:40.218+0000 7f92af48c880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[2]: 1 2023-11-15T05:33:40.305 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph-mon: debug 2023-11-15T05:33:40.218+0000 7f92af48c880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[3]: 1 2023-11-15T05:33:40.305 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph-mon: debug 2023-11-15T05:33:40.218+0000 7f92af48c880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[4]: 1 2023-11-15T05:33:40.306 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph-mon: debug 2023-11-15T05:33:40.218+0000 7f92af48c880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[5]: 1 2023-11-15T05:33:40.306 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph-mon: debug 2023-11-15T05:33:40.218+0000 7f92af48c880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[6]: 1 2023-11-15T05:33:40.306 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph-mon: debug 2023-11-15T05:33:40.218+0000 7f92af48c880 4 rocksdb: Options.max_sequential_skip_in_iterations: 8 2023-11-15T05:33:40.307 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph-mon: debug 2023-11-15T05:33:40.218+0000 7f92af48c880 4 rocksdb: Options.max_compaction_bytes: 1677721600 2023-11-15T05:33:40.307 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph-mon: debug 2023-11-15T05:33:40.218+0000 7f92af48c880 4 rocksdb: Options.arena_block_size: 4194304 2023-11-15T05:33:40.307 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph-mon: debug 2023-11-15T05:33:40.218+0000 7f92af48c880 4 rocksdb: Options.soft_pending_compaction_bytes_limit: 68719476736 2023-11-15T05:33:40.307 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph-mon: debug 2023-11-15T05:33:40.218+0000 7f92af48c880 4 rocksdb: Options.hard_pending_compaction_bytes_limit: 274877906944 2023-11-15T05:33:40.308 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph-mon: debug 2023-11-15T05:33:40.218+0000 7f92af48c880 4 rocksdb: Options.rate_limit_delay_max_milliseconds: 100 2023-11-15T05:33:40.308 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph-mon: debug 2023-11-15T05:33:40.218+0000 7f92af48c880 4 rocksdb: Options.disable_auto_compactions: 0 2023-11-15T05:33:40.308 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph-mon: debug 2023-11-15T05:33:40.218+0000 7f92af48c880 4 rocksdb: Options.compaction_style: kCompactionStyleLevel 2023-11-15T05:33:40.309 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph-mon: debug 2023-11-15T05:33:40.218+0000 7f92af48c880 4 rocksdb: Options.compaction_pri: kMinOverlappingRatio 2023-11-15T05:33:40.309 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph-mon: debug 2023-11-15T05:33:40.218+0000 7f92af48c880 4 rocksdb: Options.compaction_options_universal.size_ratio: 1 2023-11-15T05:33:40.310 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph-mon: debug 2023-11-15T05:33:40.218+0000 7f92af48c880 4 rocksdb: Options.compaction_options_universal.min_merge_width: 2 2023-11-15T05:33:40.310 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph-mon: debug 2023-11-15T05:33:40.218+0000 7f92af48c880 4 rocksdb: Options.compaction_options_universal.max_merge_width: 4294967295 2023-11-15T05:33:40.310 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph-mon: debug 2023-11-15T05:33:40.218+0000 7f92af48c880 4 rocksdb: Options.compaction_options_universal.max_size_amplification_percent: 200 2023-11-15T05:33:40.311 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph-mon: debug 2023-11-15T05:33:40.218+0000 7f92af48c880 4 rocksdb: Options.compaction_options_universal.compression_size_percent: -1 2023-11-15T05:33:40.311 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph-mon: debug 2023-11-15T05:33:40.218+0000 7f92af48c880 4 rocksdb: Options.compaction_options_universal.stop_style: kCompactionStopStyleTotalSize 2023-11-15T05:33:40.311 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph-mon: debug 2023-11-15T05:33:40.218+0000 7f92af48c880 4 rocksdb: Options.compaction_options_fifo.max_table_files_size: 1073741824 2023-11-15T05:33:40.312 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph-mon: debug 2023-11-15T05:33:40.218+0000 7f92af48c880 4 rocksdb: Options.compaction_options_fifo.allow_compaction: 0 2023-11-15T05:33:40.312 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph-mon: debug 2023-11-15T05:33:40.218+0000 7f92af48c880 4 rocksdb: Options.table_properties_collectors: 2023-11-15T05:33:40.312 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph-mon: debug 2023-11-15T05:33:40.218+0000 7f92af48c880 4 rocksdb: Options.inplace_update_support: 0 2023-11-15T05:33:40.313 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph-mon: debug 2023-11-15T05:33:40.218+0000 7f92af48c880 4 rocksdb: Options.inplace_update_num_locks: 10000 2023-11-15T05:33:40.313 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph-mon: debug 2023-11-15T05:33:40.218+0000 7f92af48c880 4 rocksdb: Options.memtable_prefix_bloom_size_ratio: 0.000000 2023-11-15T05:33:40.313 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph-mon: debug 2023-11-15T05:33:40.218+0000 7f92af48c880 4 rocksdb: Options.memtable_whole_key_filtering: 0 2023-11-15T05:33:40.314 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph-mon: debug 2023-11-15T05:33:40.218+0000 7f92af48c880 4 rocksdb: Options.memtable_huge_page_size: 0 2023-11-15T05:33:40.314 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph-mon: debug 2023-11-15T05:33:40.218+0000 7f92af48c880 4 rocksdb: Options.bloom_locality: 0 2023-11-15T05:33:40.314 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph-mon: debug 2023-11-15T05:33:40.218+0000 7f92af48c880 4 rocksdb: Options.max_successive_merges: 0 2023-11-15T05:33:40.315 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph-mon: debug 2023-11-15T05:33:40.218+0000 7f92af48c880 4 rocksdb: Options.optimize_filters_for_hits: 0 2023-11-15T05:33:40.315 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph-mon: debug 2023-11-15T05:33:40.218+0000 7f92af48c880 4 rocksdb: Options.paranoid_file_checks: 0 2023-11-15T05:33:40.315 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph-mon: debug 2023-11-15T05:33:40.218+0000 7f92af48c880 4 rocksdb: Options.force_consistency_checks: 0 2023-11-15T05:33:40.316 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph-mon: debug 2023-11-15T05:33:40.218+0000 7f92af48c880 4 rocksdb: Options.report_bg_io_stats: 0 2023-11-15T05:33:40.316 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph-mon: debug 2023-11-15T05:33:40.218+0000 7f92af48c880 4 rocksdb: Options.ttl: 2592000 2023-11-15T05:33:40.316 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph-mon: debug 2023-11-15T05:33:40.218+0000 7f92af48c880 4 rocksdb: Options.periodic_compaction_seconds: 0 2023-11-15T05:33:40.316 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph-mon: debug 2023-11-15T05:33:40.218+0000 7f92af48c880 4 rocksdb: [version_set.cc:4568] Recovered from manifest file:/var/lib/ceph/mon/ceph-smithi116/store.db/MANIFEST-000001 succeeded,manifest_file_number is 1, next_file_number is 3, last_sequence is 0, log_number is 0,prev_log_number is 0,max_column_family is 0,min_log_number_to_keep is 0 2023-11-15T05:33:40.316 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph-mon: 2023-11-15T05:33:40.317 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph-mon: debug 2023-11-15T05:33:40.218+0000 7f92af48c880 4 rocksdb: [version_set.cc:4577] Column family [default] (ID 0), log number is 0 2023-11-15T05:33:40.317 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph-mon: 2023-11-15T05:33:40.317 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph-mon: debug 2023-11-15T05:33:40.222+0000 7f92af48c880 4 rocksdb: DB pointer 0x5618697b9800 2023-11-15T05:33:40.317 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph-mon: debug 2023-11-15T05:33:40.222+0000 7f9298312700 4 rocksdb: [db_impl/db_impl.cc:850] ------- DUMPING STATS ------- 2023-11-15T05:33:40.317 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph-mon: debug 2023-11-15T05:33:40.222+0000 7f9298312700 4 rocksdb: [db_impl/db_impl.cc:851] 2023-11-15T05:33:40.318 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph-mon: ** DB Stats ** 2023-11-15T05:33:40.318 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph-mon: Uptime(secs): 0.0 total, 0.0 interval 2023-11-15T05:33:40.318 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph-mon: Cumulative writes: 0 writes, 0 keys, 0 commit groups, 0.0 writes per commit group, ingest: 0.00 GB, 0.00 MB/s 2023-11-15T05:33:40.318 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph-mon: Cumulative WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s 2023-11-15T05:33:40.319 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph-mon: Cumulative stall: 00:00:0.000 H:M:S, 0.0 percent 2023-11-15T05:33:40.319 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph-mon: Interval writes: 0 writes, 0 keys, 0 commit groups, 0.0 writes per commit group, ingest: 0.00 MB, 0.00 MB/s 2023-11-15T05:33:40.319 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph-mon: Interval WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 MB, 0.00 MB/s 2023-11-15T05:33:40.319 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph-mon: Interval stall: 00:00:0.000 H:M:S, 0.0 percent 2023-11-15T05:33:40.319 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph-mon: 2023-11-15T05:33:40.320 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph-mon: ** Compaction Stats [default] ** 2023-11-15T05:33:40.320 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph-mon: Level Files Size Score Read(GB) Rn(GB) Rnp1(GB) Write(GB) Wnew(GB) Moved(GB) W-Amp Rd(MB/s) Wr(MB/s) Comp(sec) CompMergeCPU(sec) Comp(cnt) Avg(sec) KeyIn KeyDrop 2023-11-15T05:33:40.320 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph-mon: ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2023-11-15T05:33:40.320 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph-mon: Sum 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.00 0.00 0 0.000 0 0 2023-11-15T05:33:40.320 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph-mon: Int 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.00 0.00 0 0.000 0 0 2023-11-15T05:33:40.320 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph-mon: 2023-11-15T05:33:40.321 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph-mon: ** Compaction Stats [default] ** 2023-11-15T05:33:40.321 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph-mon: Priority Files Size Score Read(GB) Rn(GB) Rnp1(GB) Write(GB) Wnew(GB) Moved(GB) W-Amp Rd(MB/s) Wr(MB/s) Comp(sec) CompMergeCPU(sec) Comp(cnt) Avg(sec) KeyIn KeyDrop 2023-11-15T05:33:40.321 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph-mon: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2023-11-15T05:33:40.321 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph-mon: Uptime(secs): 0.0 total, 0.0 interval 2023-11-15T05:33:40.321 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph-mon: Flush(GB): cumulative 0.000, interval 0.000 2023-11-15T05:33:40.322 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph-mon: AddFile(GB): cumulative 0.000, interval 0.000 2023-11-15T05:33:40.322 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph-mon: AddFile(Total Files): cumulative 0, interval 0 2023-11-15T05:33:40.322 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph-mon: AddFile(L0 Files): cumulative 0, interval 0 2023-11-15T05:33:40.322 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph-mon: AddFile(Keys): cumulative 0, interval 0 2023-11-15T05:33:40.322 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph-mon: Cumulative compaction: 0.00 GB write, 0.00 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2023-11-15T05:33:40.323 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph-mon: Interval compaction: 0.00 GB write, 0.00 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2023-11-15T05:33:40.323 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph-mon: Stalls(count): 0 level0_slowdown, 0 level0_slowdown_with_compaction, 0 level0_numfiles, 0 level0_numfiles_with_compaction, 0 stop for pending_compaction_bytes, 0 slowdown for pending_compaction_bytes, 0 memtable_compaction, 0 memtable_slowdown, interval 0 total count 2023-11-15T05:33:40.323 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph-mon: 2023-11-15T05:33:40.323 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph-mon: ** File Read Latency Histogram By Level [default] ** 2023-11-15T05:33:40.323 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph-mon: 2023-11-15T05:33:40.323 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph-mon: ** Compaction Stats [default] ** 2023-11-15T05:33:40.324 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph-mon: Level Files Size Score Read(GB) Rn(GB) Rnp1(GB) Write(GB) Wnew(GB) Moved(GB) W-Amp Rd(MB/s) Wr(MB/s) Comp(sec) CompMergeCPU(sec) Comp(cnt) Avg(sec) KeyIn KeyDrop 2023-11-15T05:33:40.324 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph-mon: ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2023-11-15T05:33:40.324 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph-mon: Sum 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.00 0.00 0 0.000 0 0 2023-11-15T05:33:40.324 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph-mon: Int 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.00 0.00 0 0.000 0 0 2023-11-15T05:33:40.324 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph-mon: 2023-11-15T05:33:40.325 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph-mon: ** Compaction Stats [default] ** 2023-11-15T05:33:40.325 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph-mon: Priority Files Size Score Read(GB) Rn(GB) Rnp1(GB) Write(GB) Wnew(GB) Moved(GB) W-Amp Rd(MB/s) Wr(MB/s) Comp(sec) CompMergeCPU(sec) Comp(cnt) Avg(sec) KeyIn KeyDrop 2023-11-15T05:33:40.325 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph-mon: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2023-11-15T05:33:40.325 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph-mon: Uptime(secs): 0.0 total, 0.0 interval 2023-11-15T05:33:40.325 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph-mon: Flush(GB): cumulative 0.000, interval 0.000 2023-11-15T05:33:40.325 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph-mon: AddFile(GB): cumulative 0.000, interval 0.000 2023-11-15T05:33:40.326 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph-mon: AddFile(Total Files): cumulative 0, interval 0 2023-11-15T05:33:40.326 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph-mon: AddFile(L0 Files): cumulative 0, interval 0 2023-11-15T05:33:40.326 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph-mon: AddFile(Keys): cumulative 0, interval 0 2023-11-15T05:33:40.326 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph-mon: Cumulative compaction: 0.00 GB write, 0.00 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2023-11-15T05:33:40.326 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph-mon: Interval compaction: 0.00 GB write, 0.00 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2023-11-15T05:33:40.327 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph-mon: Stalls(count): 0 level0_slowdown, 0 level0_slowdown_with_compaction, 0 level0_numfiles, 0 level0_numfiles_with_compaction, 0 stop for pending_compaction_bytes, 0 slowdown for pending_compaction_bytes, 0 memtable_compaction, 0 memtable_slowdown, interval 0 total count 2023-11-15T05:33:40.327 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph-mon: 2023-11-15T05:33:40.327 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph-mon: ** File Read Latency Histogram By Level [default] ** 2023-11-15T05:33:40.327 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph-mon: 2023-11-15T05:33:40.327 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph-mon: debug 2023-11-15T05:33:40.222+0000 7f92af48c880 4 rocksdb: [db_impl/db_impl.cc:397] Shutdown: canceling all background work 2023-11-15T05:33:40.328 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph-mon: debug 2023-11-15T05:33:40.222+0000 7f92af48c880 4 rocksdb: [db_impl/db_impl.cc:573] Shutdown complete 2023-11-15T05:33:40.328 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph-mon: debug 2023-11-15T05:33:40.226+0000 7f92af48c880 0 /usr/bin/ceph-mon: created monfs at /var/lib/ceph/mon/ceph-smithi116 for mon.smithi116 2023-11-15T05:33:40.709 INFO:teuthology.orchestra.run.smithi116.stderr:create mon.smithi116 on 2023-11-15T05:33:40.833 INFO:teuthology.orchestra.run.smithi116.stderr:systemctl: Created symlink /etc/systemd/system/multi-user.target.wants/ceph.target -> /etc/systemd/system/ceph.target. 2023-11-15T05:33:40.936 INFO:teuthology.orchestra.run.smithi116.stderr:systemctl: Created symlink /etc/systemd/system/multi-user.target.wants/ceph-7456fada-8378-11ee-8dbe-212e2dc638e7.target -> /etc/systemd/system/ceph-7456fada-8378-11ee-8dbe-212e2dc638e7.target. 2023-11-15T05:33:40.936 INFO:teuthology.orchestra.run.smithi116.stderr:systemctl: Created symlink /etc/systemd/system/ceph.target.wants/ceph-7456fada-8378-11ee-8dbe-212e2dc638e7.target -> /etc/systemd/system/ceph-7456fada-8378-11ee-8dbe-212e2dc638e7.target. 2023-11-15T05:33:41.180 INFO:teuthology.orchestra.run.smithi116.stderr:systemctl: Failed to reset failed state of unit ceph-7456fada-8378-11ee-8dbe-212e2dc638e7@mon.smithi116.service: Unit ceph-7456fada-8378-11ee-8dbe-212e2dc638e7@mon.smithi116.service is not loaded. 2023-11-15T05:33:41.188 INFO:teuthology.orchestra.run.smithi116.stderr:systemctl: Created symlink /etc/systemd/system/ceph-7456fada-8378-11ee-8dbe-212e2dc638e7.target.wants/ceph-7456fada-8378-11ee-8dbe-212e2dc638e7@mon.smithi116.service -> /etc/systemd/system/ceph-7456fada-8378-11ee-8dbe-212e2dc638e7@.service. 2023-11-15T05:33:41.291 INFO:teuthology.orchestra.run.smithi116.stderr:firewalld does not appear to be present 2023-11-15T05:33:41.291 INFO:teuthology.orchestra.run.smithi116.stderr:Not possible to enable service . firewalld.service is not available 2023-11-15T05:33:41.292 INFO:teuthology.orchestra.run.smithi116.stderr:Waiting for mon to start... 2023-11-15T05:33:41.292 INFO:teuthology.orchestra.run.smithi116.stderr:Waiting for mon... 2023-11-15T05:33:41.399 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:33:41 smithi116 systemd[1]: Started Ceph mon.smithi116 for 7456fada-8378-11ee-8dbe-212e2dc638e7. 2023-11-15T05:33:42.899 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:33:42 smithi116 bash[25318]: cluster 2023-11-15T05:33:42.740035+0000 mon.smithi116 (mon.0) 0 : [INF] mkfs 7456fada-8378-11ee-8dbe-212e2dc638e7 2023-11-15T05:33:42.899 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:33:42 smithi116 bash[25318]: cluster 2023-11-15T05:33:42.721847+0000 mon.smithi116 (mon.0) 1 : cluster [INF] mon.smithi116 is new leader, mons smithi116 in quorum (ranks 0) 2023-11-15T05:33:43.051 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph: cluster: 2023-11-15T05:33:43.051 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph: id: 7456fada-8378-11ee-8dbe-212e2dc638e7 2023-11-15T05:33:43.051 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph: health: HEALTH_OK 2023-11-15T05:33:43.052 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph: 2023-11-15T05:33:43.052 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph: services: 2023-11-15T05:33:43.052 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph: mon: 1 daemons, quorum smithi116 (age 0.313289s) 2023-11-15T05:33:43.052 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph: mgr: no daemons active 2023-11-15T05:33:43.052 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph: osd: 0 osds: 0 up, 0 in 2023-11-15T05:33:43.053 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph: 2023-11-15T05:33:43.054 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph: data: 2023-11-15T05:33:43.054 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph: pools: 0 pools, 0 pgs 2023-11-15T05:33:43.054 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph: objects: 0 objects, 0 B 2023-11-15T05:33:43.054 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph: usage: 0 B used, 0 B / 0 B avail 2023-11-15T05:33:43.054 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph: pgs: 2023-11-15T05:33:43.055 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph: 2023-11-15T05:33:43.598 INFO:teuthology.orchestra.run.smithi116.stderr:mon is available 2023-11-15T05:33:43.598 INFO:teuthology.orchestra.run.smithi116.stderr:Assimilating anything we can from ceph.conf... 2023-11-15T05:33:44.149 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:33:43 smithi116 bash[25318]: cluster 2023-11-15T05:33:42.735546+0000 mon.smithi116 (mon.0) 2 : cluster [INF] mon.smithi116 is new leader, mons smithi116 in quorum (ranks 0) 2023-11-15T05:33:44.149 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:33:43 smithi116 bash[25318]: cluster 2023-11-15T05:33:42.737153+0000 mon.smithi116 (mon.0) 3 : cluster [DBG] monmap e1: 1 mons at {smithi116=[v2:172.21.15.116:3300/0,v1:172.21.15.116:6789/0]} removed_ranks: {} 2023-11-15T05:33:44.150 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:33:43 smithi116 bash[25318]: cluster 2023-11-15T05:33:42.746032+0000 mon.smithi116 (mon.0) 4 : cluster [DBG] fsmap 2023-11-15T05:33:44.150 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:33:43 smithi116 bash[25318]: cluster 2023-11-15T05:33:42.758033+0000 mon.smithi116 (mon.0) 5 : cluster [DBG] osdmap e1: 0 total, 0 up, 0 in 2023-11-15T05:33:44.150 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:33:43 smithi116 bash[25318]: cluster 2023-11-15T05:33:42.759235+0000 mon.smithi116 (mon.0) 6 : cluster [DBG] mgrmap e1: no daemons active 2023-11-15T05:33:44.150 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:33:43 smithi116 bash[25318]: audit 2023-11-15T05:33:43.048776+0000 mon.smithi116 (mon.0) 7 : audit [DBG] from='client.? 172.21.15.116:0/2769522381' entity='client.admin' cmd=[{"prefix": "status"}]: dispatch 2023-11-15T05:33:44.803 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph: 2023-11-15T05:33:44.803 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph: [global] 2023-11-15T05:33:44.805 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph: fsid = 7456fada-8378-11ee-8dbe-212e2dc638e7 2023-11-15T05:33:44.805 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph: mon_host = [v2:172.21.15.116:3300,v1:172.21.15.116:6789] 2023-11-15T05:33:44.805 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph: mon_osd_allow_pg_remap = true 2023-11-15T05:33:44.806 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph: mon_osd_allow_primary_affinity = true 2023-11-15T05:33:44.806 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph: mon_warn_on_no_sortbitwise = false 2023-11-15T05:33:44.806 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph: osd_crush_chooseleaf_type = 0 2023-11-15T05:33:44.806 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph: 2023-11-15T05:33:44.806 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph: [mgr] 2023-11-15T05:33:44.807 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph: mgr/telemetry/nag = false 2023-11-15T05:33:44.807 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph: 2023-11-15T05:33:44.807 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph: [osd] 2023-11-15T05:33:44.807 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph: osd_map_max_advance = 10 2023-11-15T05:33:44.807 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph: osd_sloppy_crc = true 2023-11-15T05:33:45.149 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:33:44 smithi116 bash[25318]: audit 2023-11-15T05:33:44.794978+0000 mon.smithi116 (mon.0) 8 : audit [INF] from='client.? 172.21.15.116:0/519611934' entity='client.admin' cmd=[{"prefix": "config assimilate-conf"}]: dispatch 2023-11-15T05:33:45.149 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:33:44 smithi116 bash[25318]: audit 2023-11-15T05:33:44.800759+0000 mon.smithi116 (mon.0) 9 : audit [INF] from='client.? 172.21.15.116:0/519611934' entity='client.admin' cmd='[{"prefix": "config assimilate-conf"}]': finished 2023-11-15T05:33:45.344 INFO:teuthology.orchestra.run.smithi116.stderr:Generating new minimal ceph.conf... 2023-11-15T05:33:46.900 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:33:46 smithi116 bash[25318]: audit 2023-11-15T05:33:46.490763+0000 mon.smithi116 (mon.0) 10 : audit [DBG] from='client.? 172.21.15.116:0/1908342896' entity='client.admin' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-15T05:33:47.023 INFO:teuthology.orchestra.run.smithi116.stderr:Restarting the monitor... 2023-11-15T05:33:47.399 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:33:47 smithi116 systemd[1]: Stopping Ceph mon.smithi116 for 7456fada-8378-11ee-8dbe-212e2dc638e7... 2023-11-15T05:33:47.399 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:33:47 smithi116 bash[25841]: Error response from daemon: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-mon.smithi116 2023-11-15T05:33:47.400 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:33:47 smithi116 bash[25318]: debug 2023-11-15T05:33:47.194+0000 7f47c233b700 -1 received signal: Terminated from /sbin/docker-init -- /usr/bin/ceph-mon -n mon.smithi116 -f --setuser ceph --setgroup ceph --default-log-to-file=false --default-log-to-stderr=true --default-log-stderr-prefix=debug --default-mon-cluster-log-to-file=false --default-mon-cluster-log-to-stderr=true (PID: 1) UID: 0 2023-11-15T05:33:47.400 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:33:47 smithi116 bash[25318]: debug 2023-11-15T05:33:47.194+0000 7f47c233b700 -1 mon.smithi116@0(leader) e1 *** Got Signal Terminated *** 2023-11-15T05:33:47.984 INFO:teuthology.orchestra.run.smithi116.stderr:Setting public_network to 172.21.0.0/20,172.21.15.254/32 in mon config section 2023-11-15T05:33:48.399 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:33:47 smithi116 bash[25841]: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-mon-smithi116 2023-11-15T05:33:48.399 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:33:47 smithi116 systemd[1]: Stopped Ceph mon.smithi116 for 7456fada-8378-11ee-8dbe-212e2dc638e7. 2023-11-15T05:33:48.400 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:33:47 smithi116 systemd[1]: Started Ceph mon.smithi116 for 7456fada-8378-11ee-8dbe-212e2dc638e7. 2023-11-15T05:33:49.399 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:33:49 smithi116 bash[25961]: debug 2023-11-15T05:33:49.097+0000 7f58ce330880 0 set uid:gid to 167:167 (ceph:ceph) 2023-11-15T05:33:49.400 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:33:49 smithi116 bash[25961]: debug 2023-11-15T05:33:49.097+0000 7f58ce330880 0 ceph version 16.2.14-170-g620f25c1 (620f25c1794f62207424fc9319427943fb8d1fae) pacific (stable), process ceph-mon, pid 7 2023-11-15T05:33:49.400 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:33:49 smithi116 bash[25961]: debug 2023-11-15T05:33:49.097+0000 7f58ce330880 0 pidfile_write: ignore empty --pid-file 2023-11-15T05:33:49.400 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:33:49 smithi116 bash[25961]: debug 2023-11-15T05:33:49.101+0000 7f58ce330880 0 load: jerasure load: lrc load: isa 2023-11-15T05:33:49.400 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:33:49 smithi116 bash[25961]: debug 2023-11-15T05:33:49.101+0000 7f58ce330880 4 rocksdb: RocksDB version: 6.8.1 2023-11-15T05:33:49.401 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:33:49 smithi116 bash[25961]: debug 2023-11-15T05:33:49.101+0000 7f58ce330880 4 rocksdb: Git sha rocksdb_build_git_sha:@0@ 2023-11-15T05:33:49.401 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:33:49 smithi116 bash[25961]: debug 2023-11-15T05:33:49.101+0000 7f58ce330880 4 rocksdb: Compile date Nov 13 2023 2023-11-15T05:33:49.401 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:33:49 smithi116 bash[25961]: debug 2023-11-15T05:33:49.101+0000 7f58ce330880 4 rocksdb: DB SUMMARY 2023-11-15T05:33:49.401 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:33:49 smithi116 bash[25961]: debug 2023-11-15T05:33:49.101+0000 7f58ce330880 4 rocksdb: CURRENT file: CURRENT 2023-11-15T05:33:49.401 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:33:49 smithi116 bash[25961]: debug 2023-11-15T05:33:49.101+0000 7f58ce330880 4 rocksdb: IDENTITY file: IDENTITY 2023-11-15T05:33:49.402 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:33:49 smithi116 bash[25961]: debug 2023-11-15T05:33:49.101+0000 7f58ce330880 4 rocksdb: MANIFEST file: MANIFEST-000005 size: 131 Bytes 2023-11-15T05:33:49.402 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:33:49 smithi116 bash[25961]: debug 2023-11-15T05:33:49.101+0000 7f58ce330880 4 rocksdb: SST files in /var/lib/ceph/mon/ceph-smithi116/store.db dir, Total Num: 1, files: 000004.sst 2023-11-15T05:33:49.402 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:33:49 smithi116 bash[25961]: debug 2023-11-15T05:33:49.101+0000 7f58ce330880 4 rocksdb: Write Ahead Log file in /var/lib/ceph/mon/ceph-smithi116/store.db: 000006.log size: 86543 ; 2023-11-15T05:33:49.402 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:33:49 smithi116 bash[25961]: debug 2023-11-15T05:33:49.101+0000 7f58ce330880 4 rocksdb: Options.error_if_exists: 0 2023-11-15T05:33:49.403 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:33:49 smithi116 bash[25961]: debug 2023-11-15T05:33:49.101+0000 7f58ce330880 4 rocksdb: Options.create_if_missing: 0 2023-11-15T05:33:49.403 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:33:49 smithi116 bash[25961]: debug 2023-11-15T05:33:49.101+0000 7f58ce330880 4 rocksdb: Options.paranoid_checks: 1 2023-11-15T05:33:49.403 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:33:49 smithi116 bash[25961]: debug 2023-11-15T05:33:49.101+0000 7f58ce330880 4 rocksdb: Options.env: 0x55950f889080 2023-11-15T05:33:49.403 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:33:49 smithi116 bash[25961]: debug 2023-11-15T05:33:49.101+0000 7f58ce330880 4 rocksdb: Options.fs: Posix File System 2023-11-15T05:33:49.403 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:33:49 smithi116 bash[25961]: debug 2023-11-15T05:33:49.101+0000 7f58ce330880 4 rocksdb: Options.info_log: 0x55951093a520 2023-11-15T05:33:49.404 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:33:49 smithi116 bash[25961]: debug 2023-11-15T05:33:49.101+0000 7f58ce330880 4 rocksdb: Options.max_file_opening_threads: 16 2023-11-15T05:33:49.404 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:33:49 smithi116 bash[25961]: debug 2023-11-15T05:33:49.101+0000 7f58ce330880 4 rocksdb: Options.statistics: (nil) 2023-11-15T05:33:49.404 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:33:49 smithi116 bash[25961]: debug 2023-11-15T05:33:49.101+0000 7f58ce330880 4 rocksdb: Options.use_fsync: 0 2023-11-15T05:33:49.404 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:33:49 smithi116 bash[25961]: debug 2023-11-15T05:33:49.101+0000 7f58ce330880 4 rocksdb: Options.max_log_file_size: 0 2023-11-15T05:33:49.404 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:33:49 smithi116 bash[25961]: debug 2023-11-15T05:33:49.101+0000 7f58ce330880 4 rocksdb: Options.max_manifest_file_size: 1073741824 2023-11-15T05:33:49.405 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:33:49 smithi116 bash[25961]: debug 2023-11-15T05:33:49.101+0000 7f58ce330880 4 rocksdb: Options.log_file_time_to_roll: 0 2023-11-15T05:33:49.405 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:33:49 smithi116 bash[25961]: debug 2023-11-15T05:33:49.101+0000 7f58ce330880 4 rocksdb: Options.keep_log_file_num: 1000 2023-11-15T05:33:49.405 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:33:49 smithi116 bash[25961]: debug 2023-11-15T05:33:49.101+0000 7f58ce330880 4 rocksdb: Options.recycle_log_file_num: 0 2023-11-15T05:33:49.407 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:33:49 smithi116 bash[25961]: debug 2023-11-15T05:33:49.101+0000 7f58ce330880 4 rocksdb: Options.allow_fallocate: 1 2023-11-15T05:33:49.407 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:33:49 smithi116 bash[25961]: debug 2023-11-15T05:33:49.101+0000 7f58ce330880 4 rocksdb: Options.allow_mmap_reads: 0 2023-11-15T05:33:49.407 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:33:49 smithi116 bash[25961]: debug 2023-11-15T05:33:49.101+0000 7f58ce330880 4 rocksdb: Options.allow_mmap_writes: 0 2023-11-15T05:33:49.407 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:33:49 smithi116 bash[25961]: debug 2023-11-15T05:33:49.101+0000 7f58ce330880 4 rocksdb: Options.use_direct_reads: 0 2023-11-15T05:33:49.408 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:33:49 smithi116 bash[25961]: debug 2023-11-15T05:33:49.101+0000 7f58ce330880 4 rocksdb: Options.use_direct_io_for_flush_and_compaction: 0 2023-11-15T05:33:49.408 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:33:49 smithi116 bash[25961]: debug 2023-11-15T05:33:49.101+0000 7f58ce330880 4 rocksdb: Options.create_missing_column_families: 0 2023-11-15T05:33:49.408 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:33:49 smithi116 bash[25961]: debug 2023-11-15T05:33:49.101+0000 7f58ce330880 4 rocksdb: Options.db_log_dir: 2023-11-15T05:33:49.409 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:33:49 smithi116 bash[25961]: debug 2023-11-15T05:33:49.101+0000 7f58ce330880 4 rocksdb: Options.wal_dir: /var/lib/ceph/mon/ceph-smithi116/store.db 2023-11-15T05:33:49.409 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:33:49 smithi116 bash[25961]: debug 2023-11-15T05:33:49.101+0000 7f58ce330880 4 rocksdb: Options.table_cache_numshardbits: 6 2023-11-15T05:33:49.409 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:33:49 smithi116 bash[25961]: debug 2023-11-15T05:33:49.101+0000 7f58ce330880 4 rocksdb: Options.max_subcompactions: 1 2023-11-15T05:33:49.409 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:33:49 smithi116 bash[25961]: debug 2023-11-15T05:33:49.101+0000 7f58ce330880 4 rocksdb: Options.max_background_flushes: -1 2023-11-15T05:33:49.409 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:33:49 smithi116 bash[25961]: debug 2023-11-15T05:33:49.101+0000 7f58ce330880 4 rocksdb: Options.WAL_ttl_seconds: 0 2023-11-15T05:33:49.410 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:33:49 smithi116 bash[25961]: debug 2023-11-15T05:33:49.101+0000 7f58ce330880 4 rocksdb: Options.WAL_size_limit_MB: 0 2023-11-15T05:33:49.410 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:33:49 smithi116 bash[25961]: debug 2023-11-15T05:33:49.101+0000 7f58ce330880 4 rocksdb: Options.max_write_batch_group_size_bytes: 1048576 2023-11-15T05:33:49.410 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:33:49 smithi116 bash[25961]: debug 2023-11-15T05:33:49.101+0000 7f58ce330880 4 rocksdb: Options.manifest_preallocation_size: 4194304 2023-11-15T05:33:49.411 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:33:49 smithi116 bash[25961]: debug 2023-11-15T05:33:49.101+0000 7f58ce330880 4 rocksdb: Options.is_fd_close_on_exec: 1 2023-11-15T05:33:49.411 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:33:49 smithi116 bash[25961]: debug 2023-11-15T05:33:49.101+0000 7f58ce330880 4 rocksdb: Options.advise_random_on_open: 1 2023-11-15T05:33:49.412 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:33:49 smithi116 bash[25961]: debug 2023-11-15T05:33:49.101+0000 7f58ce330880 4 rocksdb: Options.db_write_buffer_size: 0 2023-11-15T05:33:49.412 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:33:49 smithi116 bash[25961]: debug 2023-11-15T05:33:49.101+0000 7f58ce330880 4 rocksdb: Options.write_buffer_manager: 0x55951162e420 2023-11-15T05:33:49.412 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:33:49 smithi116 bash[25961]: debug 2023-11-15T05:33:49.101+0000 7f58ce330880 4 rocksdb: Options.access_hint_on_compaction_start: 1 2023-11-15T05:33:49.412 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:33:49 smithi116 bash[25961]: debug 2023-11-15T05:33:49.101+0000 7f58ce330880 4 rocksdb: Options.new_table_reader_for_compaction_inputs: 0 2023-11-15T05:33:49.412 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:33:49 smithi116 bash[25961]: debug 2023-11-15T05:33:49.101+0000 7f58ce330880 4 rocksdb: Options.random_access_max_buffer_size: 1048576 2023-11-15T05:33:49.413 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:33:49 smithi116 bash[25961]: debug 2023-11-15T05:33:49.101+0000 7f58ce330880 4 rocksdb: Options.use_adaptive_mutex: 0 2023-11-15T05:33:49.413 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:33:49 smithi116 bash[25961]: debug 2023-11-15T05:33:49.101+0000 7f58ce330880 4 rocksdb: Options.rate_limiter: (nil) 2023-11-15T05:33:49.413 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:33:49 smithi116 bash[25961]: debug 2023-11-15T05:33:49.101+0000 7f58ce330880 4 rocksdb: Options.sst_file_manager.rate_bytes_per_sec: 0 2023-11-15T05:33:49.413 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:33:49 smithi116 bash[25961]: debug 2023-11-15T05:33:49.101+0000 7f58ce330880 4 rocksdb: Options.wal_recovery_mode: 2 2023-11-15T05:33:49.413 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:33:49 smithi116 bash[25961]: debug 2023-11-15T05:33:49.101+0000 7f58ce330880 4 rocksdb: Options.enable_thread_tracking: 0 2023-11-15T05:33:49.414 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:33:49 smithi116 bash[25961]: debug 2023-11-15T05:33:49.101+0000 7f58ce330880 4 rocksdb: Options.enable_pipelined_write: 0 2023-11-15T05:33:49.414 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:33:49 smithi116 bash[25961]: debug 2023-11-15T05:33:49.101+0000 7f58ce330880 4 rocksdb: Options.unordered_write: 0 2023-11-15T05:33:49.414 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:33:49 smithi116 bash[25961]: debug 2023-11-15T05:33:49.101+0000 7f58ce330880 4 rocksdb: Options.allow_concurrent_memtable_write: 1 2023-11-15T05:33:49.414 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:33:49 smithi116 bash[25961]: debug 2023-11-15T05:33:49.101+0000 7f58ce330880 4 rocksdb: Options.enable_write_thread_adaptive_yield: 1 2023-11-15T05:33:49.414 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:33:49 smithi116 bash[25961]: debug 2023-11-15T05:33:49.101+0000 7f58ce330880 4 rocksdb: Options.write_thread_max_yield_usec: 100 2023-11-15T05:33:49.414 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:33:49 smithi116 bash[25961]: debug 2023-11-15T05:33:49.101+0000 7f58ce330880 4 rocksdb: Options.write_thread_slow_yield_usec: 3 2023-11-15T05:33:49.415 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:33:49 smithi116 bash[25961]: debug 2023-11-15T05:33:49.101+0000 7f58ce330880 4 rocksdb: Options.row_cache: None 2023-11-15T05:33:49.415 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:33:49 smithi116 bash[25961]: debug 2023-11-15T05:33:49.101+0000 7f58ce330880 4 rocksdb: Options.wal_filter: None 2023-11-15T05:33:49.415 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:33:49 smithi116 bash[25961]: debug 2023-11-15T05:33:49.101+0000 7f58ce330880 4 rocksdb: Options.avoid_flush_during_recovery: 0 2023-11-15T05:33:49.415 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:33:49 smithi116 bash[25961]: debug 2023-11-15T05:33:49.101+0000 7f58ce330880 4 rocksdb: Options.allow_ingest_behind: 0 2023-11-15T05:33:49.415 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:33:49 smithi116 bash[25961]: debug 2023-11-15T05:33:49.101+0000 7f58ce330880 4 rocksdb: Options.preserve_deletes: 0 2023-11-15T05:33:49.416 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:33:49 smithi116 bash[25961]: debug 2023-11-15T05:33:49.101+0000 7f58ce330880 4 rocksdb: Options.two_write_queues: 0 2023-11-15T05:33:49.416 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:33:49 smithi116 bash[25961]: debug 2023-11-15T05:33:49.101+0000 7f58ce330880 4 rocksdb: Options.manual_wal_flush: 0 2023-11-15T05:33:49.416 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:33:49 smithi116 bash[25961]: debug 2023-11-15T05:33:49.101+0000 7f58ce330880 4 rocksdb: Options.atomic_flush: 0 2023-11-15T05:33:49.416 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:33:49 smithi116 bash[25961]: debug 2023-11-15T05:33:49.101+0000 7f58ce330880 4 rocksdb: Options.avoid_unnecessary_blocking_io: 0 2023-11-15T05:33:49.416 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:33:49 smithi116 bash[25961]: debug 2023-11-15T05:33:49.101+0000 7f58ce330880 4 rocksdb: Options.persist_stats_to_disk: 0 2023-11-15T05:33:49.417 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:33:49 smithi116 bash[25961]: debug 2023-11-15T05:33:49.101+0000 7f58ce330880 4 rocksdb: Options.write_dbid_to_manifest: 0 2023-11-15T05:33:49.417 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:33:49 smithi116 bash[25961]: debug 2023-11-15T05:33:49.101+0000 7f58ce330880 4 rocksdb: Options.log_readahead_size: 0 2023-11-15T05:33:49.417 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:33:49 smithi116 bash[25961]: debug 2023-11-15T05:33:49.101+0000 7f58ce330880 4 rocksdb: Options.sst_file_checksum_func: Unknown 2023-11-15T05:33:49.417 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:33:49 smithi116 bash[25961]: debug 2023-11-15T05:33:49.101+0000 7f58ce330880 4 rocksdb: Options.max_background_jobs: 2 2023-11-15T05:33:49.417 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:33:49 smithi116 bash[25961]: debug 2023-11-15T05:33:49.101+0000 7f58ce330880 4 rocksdb: Options.max_background_compactions: -1 2023-11-15T05:33:49.417 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:33:49 smithi116 bash[25961]: debug 2023-11-15T05:33:49.101+0000 7f58ce330880 4 rocksdb: Options.avoid_flush_during_shutdown: 0 2023-11-15T05:33:49.418 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:33:49 smithi116 bash[25961]: debug 2023-11-15T05:33:49.101+0000 7f58ce330880 4 rocksdb: Options.writable_file_max_buffer_size: 1048576 2023-11-15T05:33:49.418 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:33:49 smithi116 bash[25961]: debug 2023-11-15T05:33:49.101+0000 7f58ce330880 4 rocksdb: Options.delayed_write_rate : 16777216 2023-11-15T05:33:49.418 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:33:49 smithi116 bash[25961]: debug 2023-11-15T05:33:49.101+0000 7f58ce330880 4 rocksdb: Options.max_total_wal_size: 0 2023-11-15T05:33:49.418 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:33:49 smithi116 bash[25961]: debug 2023-11-15T05:33:49.101+0000 7f58ce330880 4 rocksdb: Options.delete_obsolete_files_period_micros: 21600000000 2023-11-15T05:33:49.418 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:33:49 smithi116 bash[25961]: debug 2023-11-15T05:33:49.101+0000 7f58ce330880 4 rocksdb: Options.stats_dump_period_sec: 600 2023-11-15T05:33:49.419 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:33:49 smithi116 bash[25961]: debug 2023-11-15T05:33:49.101+0000 7f58ce330880 4 rocksdb: Options.stats_persist_period_sec: 600 2023-11-15T05:33:49.419 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:33:49 smithi116 bash[25961]: debug 2023-11-15T05:33:49.101+0000 7f58ce330880 4 rocksdb: Options.stats_history_buffer_size: 1048576 2023-11-15T05:33:49.419 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:33:49 smithi116 bash[25961]: debug 2023-11-15T05:33:49.101+0000 7f58ce330880 4 rocksdb: Options.max_open_files: -1 2023-11-15T05:33:49.419 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:33:49 smithi116 bash[25961]: debug 2023-11-15T05:33:49.101+0000 7f58ce330880 4 rocksdb: Options.bytes_per_sync: 0 2023-11-15T05:33:49.419 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:33:49 smithi116 bash[25961]: debug 2023-11-15T05:33:49.101+0000 7f58ce330880 4 rocksdb: Options.wal_bytes_per_sync: 0 2023-11-15T05:33:49.420 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:33:49 smithi116 bash[25961]: debug 2023-11-15T05:33:49.101+0000 7f58ce330880 4 rocksdb: Options.strict_bytes_per_sync: 0 2023-11-15T05:33:49.420 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:33:49 smithi116 bash[25961]: debug 2023-11-15T05:33:49.101+0000 7f58ce330880 4 rocksdb: Options.compaction_readahead_size: 0 2023-11-15T05:33:49.420 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:33:49 smithi116 bash[25961]: debug 2023-11-15T05:33:49.101+0000 7f58ce330880 4 rocksdb: Compression algorithms supported: 2023-11-15T05:33:49.420 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:33:49 smithi116 bash[25961]: debug 2023-11-15T05:33:49.101+0000 7f58ce330880 4 rocksdb: kZSTDNotFinalCompression supported: 0 2023-11-15T05:33:49.420 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:33:49 smithi116 bash[25961]: debug 2023-11-15T05:33:49.101+0000 7f58ce330880 4 rocksdb: kZSTD supported: 0 2023-11-15T05:33:49.420 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:33:49 smithi116 bash[25961]: debug 2023-11-15T05:33:49.101+0000 7f58ce330880 4 rocksdb: kXpressCompression supported: 0 2023-11-15T05:33:49.421 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:33:49 smithi116 bash[25961]: debug 2023-11-15T05:33:49.101+0000 7f58ce330880 4 rocksdb: kLZ4HCCompression supported: 1 2023-11-15T05:33:49.421 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:33:49 smithi116 bash[25961]: debug 2023-11-15T05:33:49.101+0000 7f58ce330880 4 rocksdb: kLZ4Compression supported: 1 2023-11-15T05:33:49.421 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:33:49 smithi116 bash[25961]: debug 2023-11-15T05:33:49.101+0000 7f58ce330880 4 rocksdb: kBZip2Compression supported: 0 2023-11-15T05:33:49.421 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:33:49 smithi116 bash[25961]: debug 2023-11-15T05:33:49.101+0000 7f58ce330880 4 rocksdb: kZlibCompression supported: 1 2023-11-15T05:33:49.421 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:33:49 smithi116 bash[25961]: debug 2023-11-15T05:33:49.101+0000 7f58ce330880 4 rocksdb: kSnappyCompression supported: 1 2023-11-15T05:33:49.422 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:33:49 smithi116 bash[25961]: debug 2023-11-15T05:33:49.101+0000 7f58ce330880 4 rocksdb: Fast CRC32 supported: Supported on x86 2023-11-15T05:33:49.422 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:33:49 smithi116 bash[25961]: debug 2023-11-15T05:33:49.101+0000 7f58ce330880 4 rocksdb: [version_set.cc:4413] Recovering from manifest file: /var/lib/ceph/mon/ceph-smithi116/store.db/MANIFEST-000005 2023-11-15T05:33:49.422 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:33:49 smithi116 bash[25961]: debug 2023-11-15T05:33:49.101+0000 7f58ce330880 4 rocksdb: [column_family.cc:552] --------------- Options for column family [default]: 2023-11-15T05:33:49.422 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:33:49 smithi116 bash[25961]: debug 2023-11-15T05:33:49.101+0000 7f58ce330880 4 rocksdb: Options.comparator: leveldb.BytewiseComparator 2023-11-15T05:33:49.422 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:33:49 smithi116 bash[25961]: debug 2023-11-15T05:33:49.101+0000 7f58ce330880 4 rocksdb: Options.merge_operator: 2023-11-15T05:33:49.423 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:33:49 smithi116 bash[25961]: debug 2023-11-15T05:33:49.101+0000 7f58ce330880 4 rocksdb: Options.compaction_filter: None 2023-11-15T05:33:49.423 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:33:49 smithi116 bash[25961]: debug 2023-11-15T05:33:49.101+0000 7f58ce330880 4 rocksdb: Options.compaction_filter_factory: None 2023-11-15T05:33:49.423 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:33:49 smithi116 bash[25961]: debug 2023-11-15T05:33:49.101+0000 7f58ce330880 4 rocksdb: Options.memtable_factory: SkipListFactory 2023-11-15T05:33:49.423 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:33:49 smithi116 bash[25961]: debug 2023-11-15T05:33:49.101+0000 7f58ce330880 4 rocksdb: Options.table_factory: BlockBasedTable 2023-11-15T05:33:49.423 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:33:49 smithi116 bash[25961]: debug 2023-11-15T05:33:49.101+0000 7f58ce330880 4 rocksdb: table_factory options: flush_block_policy_factory: FlushBlockBySizePolicyFactory (0x5595108ddd28) 2023-11-15T05:33:49.424 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:33:49 smithi116 bash[25961]: cache_index_and_filter_blocks: 1 2023-11-15T05:33:49.424 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:33:49 smithi116 bash[25961]: cache_index_and_filter_blocks_with_high_priority: 0 2023-11-15T05:33:49.424 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:33:49 smithi116 bash[25961]: pin_l0_filter_and_index_blocks_in_cache: 0 2023-11-15T05:33:49.424 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:33:49 smithi116 bash[25961]: pin_top_level_index_and_filter: 1 2023-11-15T05:33:49.424 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:33:49 smithi116 bash[25961]: index_type: 0 2023-11-15T05:33:49.424 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:33:49 smithi116 bash[25961]: data_block_index_type: 0 2023-11-15T05:33:49.425 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:33:49 smithi116 bash[25961]: index_shortening: 1 2023-11-15T05:33:49.425 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:33:49 smithi116 bash[25961]: data_block_hash_table_util_ratio: 0.750000 2023-11-15T05:33:49.425 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:33:49 smithi116 bash[25961]: hash_index_allow_collision: 1 2023-11-15T05:33:49.425 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:33:49 smithi116 bash[25961]: checksum: 1 2023-11-15T05:33:49.425 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:33:49 smithi116 bash[25961]: no_block_cache: 0 2023-11-15T05:33:49.426 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:33:49 smithi116 bash[25961]: block_cache: 0x559510914f10 2023-11-15T05:33:49.426 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:33:49 smithi116 bash[25961]: block_cache_name: BinnedLRUCache 2023-11-15T05:33:49.426 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:33:49 smithi116 bash[25961]: block_cache_options: 2023-11-15T05:33:49.426 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:33:49 smithi116 bash[25961]: capacity : 536870912 2023-11-15T05:33:49.426 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:33:49 smithi116 bash[25961]: num_shard_bits : 4 2023-11-15T05:33:49.426 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:33:49 smithi116 bash[25961]: strict_capacity_limit : 0 2023-11-15T05:33:49.427 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:33:49 smithi116 bash[25961]: high_pri_pool_ratio: 0.000 2023-11-15T05:33:49.427 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:33:49 smithi116 bash[25961]: block_cache_compressed: (nil) 2023-11-15T05:33:49.427 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:33:49 smithi116 bash[25961]: persistent_cache: (nil) 2023-11-15T05:33:49.427 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:33:49 smithi116 bash[25961]: block_size: 4096 2023-11-15T05:33:49.427 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:33:49 smithi116 bash[25961]: block_size_deviation: 10 2023-11-15T05:33:49.428 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:33:49 smithi116 bash[25961]: block_restart_interval: 16 2023-11-15T05:33:49.428 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:33:49 smithi116 bash[25961]: index_block_restart_interval: 1 2023-11-15T05:33:49.428 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:33:49 smithi116 bash[25961]: metadata_block_size: 4096 2023-11-15T05:33:49.428 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:33:49 smithi116 bash[25961]: partition_filters: 0 2023-11-15T05:33:49.428 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:33:49 smithi116 bash[25961]: use_delta_encoding: 1 2023-11-15T05:33:49.429 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:33:49 smithi116 bash[25961]: filter_policy: rocksdb.BuiltinBloomFilter 2023-11-15T05:33:49.429 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:33:49 smithi116 bash[25961]: whole_key_filtering: 1 2023-11-15T05:33:49.429 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:33:49 smithi116 bash[25961]: verify_compression: 0 2023-11-15T05:33:49.429 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:33:49 smithi116 bash[25961]: read_amp_bytes_per_bit: 0 2023-11-15T05:33:49.429 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:33:49 smithi116 bash[25961]: format_version: 2 2023-11-15T05:33:49.429 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:33:49 smithi116 bash[25961]: enable_index_compression: 1 2023-11-15T05:33:49.430 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:33:49 smithi116 bash[25961]: block_align: 0 2023-11-15T05:33:49.430 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:33:49 smithi116 bash[25961]: debug 2023-11-15T05:33:49.101+0000 7f58ce330880 4 rocksdb: Options.write_buffer_size: 33554432 2023-11-15T05:33:49.430 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:33:49 smithi116 bash[25961]: debug 2023-11-15T05:33:49.101+0000 7f58ce330880 4 rocksdb: Options.max_write_buffer_number: 2 2023-11-15T05:33:49.430 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:33:49 smithi116 bash[25961]: debug 2023-11-15T05:33:49.101+0000 7f58ce330880 4 rocksdb: Options.compression: NoCompression 2023-11-15T05:33:49.430 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:33:49 smithi116 bash[25961]: debug 2023-11-15T05:33:49.101+0000 7f58ce330880 4 rocksdb: Options.bottommost_compression: Disabled 2023-11-15T05:33:49.431 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:33:49 smithi116 bash[25961]: debug 2023-11-15T05:33:49.101+0000 7f58ce330880 4 rocksdb: Options.prefix_extractor: nullptr 2023-11-15T05:33:49.431 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:33:49 smithi116 bash[25961]: debug 2023-11-15T05:33:49.101+0000 7f58ce330880 4 rocksdb: Options.memtable_insert_with_hint_prefix_extractor: nullptr 2023-11-15T05:33:49.431 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:33:49 smithi116 bash[25961]: debug 2023-11-15T05:33:49.101+0000 7f58ce330880 4 rocksdb: Options.num_levels: 7 2023-11-15T05:33:49.431 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:33:49 smithi116 bash[25961]: debug 2023-11-15T05:33:49.101+0000 7f58ce330880 4 rocksdb: Options.min_write_buffer_number_to_merge: 1 2023-11-15T05:33:49.431 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:33:49 smithi116 bash[25961]: debug 2023-11-15T05:33:49.101+0000 7f58ce330880 4 rocksdb: Options.max_write_buffer_number_to_maintain: 0 2023-11-15T05:33:49.432 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:33:49 smithi116 bash[25961]: debug 2023-11-15T05:33:49.101+0000 7f58ce330880 4 rocksdb: Options.max_write_buffer_size_to_maintain: 0 2023-11-15T05:33:49.432 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:33:49 smithi116 bash[25961]: debug 2023-11-15T05:33:49.101+0000 7f58ce330880 4 rocksdb: Options.bottommost_compression_opts.window_bits: -14 2023-11-15T05:33:49.432 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:33:49 smithi116 bash[25961]: debug 2023-11-15T05:33:49.101+0000 7f58ce330880 4 rocksdb: Options.bottommost_compression_opts.level: 32767 2023-11-15T05:33:49.432 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:33:49 smithi116 bash[25961]: debug 2023-11-15T05:33:49.101+0000 7f58ce330880 4 rocksdb: Options.bottommost_compression_opts.strategy: 0 2023-11-15T05:33:49.432 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:33:49 smithi116 bash[25961]: debug 2023-11-15T05:33:49.101+0000 7f58ce330880 4 rocksdb: Options.bottommost_compression_opts.max_dict_bytes: 0 2023-11-15T05:33:49.433 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:33:49 smithi116 bash[25961]: debug 2023-11-15T05:33:49.101+0000 7f58ce330880 4 rocksdb: Options.bottommost_compression_opts.zstd_max_train_bytes: 0 2023-11-15T05:33:49.433 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:33:49 smithi116 bash[25961]: debug 2023-11-15T05:33:49.101+0000 7f58ce330880 4 rocksdb: Options.bottommost_compression_opts.enabled: false 2023-11-15T05:33:49.433 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:33:49 smithi116 bash[25961]: debug 2023-11-15T05:33:49.101+0000 7f58ce330880 4 rocksdb: Options.compression_opts.window_bits: -14 2023-11-15T05:33:49.433 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:33:49 smithi116 bash[25961]: debug 2023-11-15T05:33:49.101+0000 7f58ce330880 4 rocksdb: Options.compression_opts.level: 32767 2023-11-15T05:33:49.433 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:33:49 smithi116 bash[25961]: debug 2023-11-15T05:33:49.101+0000 7f58ce330880 4 rocksdb: Options.compression_opts.strategy: 0 2023-11-15T05:33:49.434 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:33:49 smithi116 bash[25961]: debug 2023-11-15T05:33:49.101+0000 7f58ce330880 4 rocksdb: Options.compression_opts.max_dict_bytes: 0 2023-11-15T05:33:49.434 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:33:49 smithi116 bash[25961]: debug 2023-11-15T05:33:49.101+0000 7f58ce330880 4 rocksdb: Options.compression_opts.zstd_max_train_bytes: 0 2023-11-15T05:33:49.434 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:33:49 smithi116 bash[25961]: debug 2023-11-15T05:33:49.101+0000 7f58ce330880 4 rocksdb: Options.compression_opts.enabled: false 2023-11-15T05:33:49.434 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:33:49 smithi116 bash[25961]: debug 2023-11-15T05:33:49.101+0000 7f58ce330880 4 rocksdb: Options.level0_file_num_compaction_trigger: 4 2023-11-15T05:33:49.434 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:33:49 smithi116 bash[25961]: debug 2023-11-15T05:33:49.101+0000 7f58ce330880 4 rocksdb: Options.level0_slowdown_writes_trigger: 20 2023-11-15T05:33:49.435 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:33:49 smithi116 bash[25961]: debug 2023-11-15T05:33:49.101+0000 7f58ce330880 4 rocksdb: Options.level0_stop_writes_trigger: 36 2023-11-15T05:33:49.435 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:33:49 smithi116 bash[25961]: debug 2023-11-15T05:33:49.101+0000 7f58ce330880 4 rocksdb: Options.target_file_size_base: 67108864 2023-11-15T05:33:49.435 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:33:49 smithi116 bash[25961]: debug 2023-11-15T05:33:49.101+0000 7f58ce330880 4 rocksdb: Options.target_file_size_multiplier: 1 2023-11-15T05:33:49.435 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:33:49 smithi116 bash[25961]: debug 2023-11-15T05:33:49.101+0000 7f58ce330880 4 rocksdb: Options.max_bytes_for_level_base: 268435456 2023-11-15T05:33:49.435 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:33:49 smithi116 bash[25961]: debug 2023-11-15T05:33:49.101+0000 7f58ce330880 4 rocksdb: Options.level_compaction_dynamic_level_bytes: 1 2023-11-15T05:33:49.436 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:33:49 smithi116 bash[25961]: debug 2023-11-15T05:33:49.101+0000 7f58ce330880 4 rocksdb: Options.max_bytes_for_level_multiplier: 10.000000 2023-11-15T05:33:49.436 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:33:49 smithi116 bash[25961]: debug 2023-11-15T05:33:49.101+0000 7f58ce330880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[0]: 1 2023-11-15T05:33:49.436 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:33:49 smithi116 bash[25961]: debug 2023-11-15T05:33:49.101+0000 7f58ce330880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[1]: 1 2023-11-15T05:33:49.436 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:33:49 smithi116 bash[25961]: debug 2023-11-15T05:33:49.101+0000 7f58ce330880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[2]: 1 2023-11-15T05:33:49.436 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:33:49 smithi116 bash[25961]: debug 2023-11-15T05:33:49.101+0000 7f58ce330880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[3]: 1 2023-11-15T05:33:49.436 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:33:49 smithi116 bash[25961]: debug 2023-11-15T05:33:49.101+0000 7f58ce330880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[4]: 1 2023-11-15T05:33:49.437 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:33:49 smithi116 bash[25961]: debug 2023-11-15T05:33:49.101+0000 7f58ce330880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[5]: 1 2023-11-15T05:33:49.437 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:33:49 smithi116 bash[25961]: debug 2023-11-15T05:33:49.101+0000 7f58ce330880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[6]: 1 2023-11-15T05:33:49.437 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:33:49 smithi116 bash[25961]: debug 2023-11-15T05:33:49.101+0000 7f58ce330880 4 rocksdb: Options.max_sequential_skip_in_iterations: 8 2023-11-15T05:33:49.437 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:33:49 smithi116 bash[25961]: debug 2023-11-15T05:33:49.101+0000 7f58ce330880 4 rocksdb: Options.max_compaction_bytes: 1677721600 2023-11-15T05:33:49.437 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:33:49 smithi116 bash[25961]: debug 2023-11-15T05:33:49.101+0000 7f58ce330880 4 rocksdb: Options.arena_block_size: 4194304 2023-11-15T05:33:49.438 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:33:49 smithi116 bash[25961]: debug 2023-11-15T05:33:49.101+0000 7f58ce330880 4 rocksdb: Options.soft_pending_compaction_bytes_limit: 68719476736 2023-11-15T05:33:49.438 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:33:49 smithi116 bash[25961]: debug 2023-11-15T05:33:49.101+0000 7f58ce330880 4 rocksdb: Options.hard_pending_compaction_bytes_limit: 274877906944 2023-11-15T05:33:49.438 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:33:49 smithi116 bash[25961]: debug 2023-11-15T05:33:49.101+0000 7f58ce330880 4 rocksdb: Options.rate_limit_delay_max_milliseconds: 100 2023-11-15T05:33:49.438 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:33:49 smithi116 bash[25961]: debug 2023-11-15T05:33:49.101+0000 7f58ce330880 4 rocksdb: Options.disable_auto_compactions: 0 2023-11-15T05:33:49.438 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:33:49 smithi116 bash[25961]: debug 2023-11-15T05:33:49.101+0000 7f58ce330880 4 rocksdb: Options.compaction_style: kCompactionStyleLevel 2023-11-15T05:33:49.439 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:33:49 smithi116 bash[25961]: debug 2023-11-15T05:33:49.101+0000 7f58ce330880 4 rocksdb: Options.compaction_pri: kMinOverlappingRatio 2023-11-15T05:33:49.439 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:33:49 smithi116 bash[25961]: debug 2023-11-15T05:33:49.101+0000 7f58ce330880 4 rocksdb: Options.compaction_options_universal.size_ratio: 1 2023-11-15T05:33:49.439 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:33:49 smithi116 bash[25961]: debug 2023-11-15T05:33:49.101+0000 7f58ce330880 4 rocksdb: Options.compaction_options_universal.min_merge_width: 2 2023-11-15T05:33:49.439 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:33:49 smithi116 bash[25961]: debug 2023-11-15T05:33:49.101+0000 7f58ce330880 4 rocksdb: Options.compaction_options_universal.max_merge_width: 4294967295 2023-11-15T05:33:49.439 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:33:49 smithi116 bash[25961]: debug 2023-11-15T05:33:49.101+0000 7f58ce330880 4 rocksdb: Options.compaction_options_universal.max_size_amplification_percent: 200 2023-11-15T05:33:49.440 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:33:49 smithi116 bash[25961]: debug 2023-11-15T05:33:49.101+0000 7f58ce330880 4 rocksdb: Options.compaction_options_universal.compression_size_percent: -1 2023-11-15T05:33:49.440 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:33:49 smithi116 bash[25961]: debug 2023-11-15T05:33:49.101+0000 7f58ce330880 4 rocksdb: Options.compaction_options_universal.stop_style: kCompactionStopStyleTotalSize 2023-11-15T05:33:49.440 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:33:49 smithi116 bash[25961]: debug 2023-11-15T05:33:49.101+0000 7f58ce330880 4 rocksdb: Options.compaction_options_fifo.max_table_files_size: 1073741824 2023-11-15T05:33:49.440 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:33:49 smithi116 bash[25961]: debug 2023-11-15T05:33:49.101+0000 7f58ce330880 4 rocksdb: Options.compaction_options_fifo.allow_compaction: 0 2023-11-15T05:33:49.440 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:33:49 smithi116 bash[25961]: debug 2023-11-15T05:33:49.101+0000 7f58ce330880 4 rocksdb: Options.table_properties_collectors: 2023-11-15T05:33:49.441 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:33:49 smithi116 bash[25961]: debug 2023-11-15T05:33:49.101+0000 7f58ce330880 4 rocksdb: Options.inplace_update_support: 0 2023-11-15T05:33:49.441 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:33:49 smithi116 bash[25961]: debug 2023-11-15T05:33:49.101+0000 7f58ce330880 4 rocksdb: Options.inplace_update_num_locks: 10000 2023-11-15T05:33:49.441 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:33:49 smithi116 bash[25961]: debug 2023-11-15T05:33:49.101+0000 7f58ce330880 4 rocksdb: Options.memtable_prefix_bloom_size_ratio: 0.000000 2023-11-15T05:33:49.441 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:33:49 smithi116 bash[25961]: debug 2023-11-15T05:33:49.101+0000 7f58ce330880 4 rocksdb: Options.memtable_whole_key_filtering: 0 2023-11-15T05:33:49.441 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:33:49 smithi116 bash[25961]: debug 2023-11-15T05:33:49.101+0000 7f58ce330880 4 rocksdb: Options.memtable_huge_page_size: 0 2023-11-15T05:33:49.441 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:33:49 smithi116 bash[25961]: debug 2023-11-15T05:33:49.101+0000 7f58ce330880 4 rocksdb: Options.bloom_locality: 0 2023-11-15T05:33:49.442 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:33:49 smithi116 bash[25961]: debug 2023-11-15T05:33:49.101+0000 7f58ce330880 4 rocksdb: Options.max_successive_merges: 0 2023-11-15T05:33:49.442 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:33:49 smithi116 bash[25961]: debug 2023-11-15T05:33:49.101+0000 7f58ce330880 4 rocksdb: Options.optimize_filters_for_hits: 0 2023-11-15T05:33:49.442 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:33:49 smithi116 bash[25961]: debug 2023-11-15T05:33:49.101+0000 7f58ce330880 4 rocksdb: Options.paranoid_file_checks: 0 2023-11-15T05:33:49.442 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:33:49 smithi116 bash[25961]: debug 2023-11-15T05:33:49.101+0000 7f58ce330880 4 rocksdb: Options.force_consistency_checks: 0 2023-11-15T05:33:49.442 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:33:49 smithi116 bash[25961]: debug 2023-11-15T05:33:49.101+0000 7f58ce330880 4 rocksdb: Options.report_bg_io_stats: 0 2023-11-15T05:33:49.443 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:33:49 smithi116 bash[25961]: debug 2023-11-15T05:33:49.101+0000 7f58ce330880 4 rocksdb: Options.ttl: 2592000 2023-11-15T05:33:49.443 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:33:49 smithi116 bash[25961]: debug 2023-11-15T05:33:49.101+0000 7f58ce330880 4 rocksdb: Options.periodic_compaction_seconds: 0 2023-11-15T05:33:49.443 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:33:49 smithi116 bash[25961]: debug 2023-11-15T05:33:49.105+0000 7f58ce330880 4 rocksdb: [version_set.cc:4568] Recovered from manifest file:/var/lib/ceph/mon/ceph-smithi116/store.db/MANIFEST-000005 succeeded,manifest_file_number is 5, next_file_number is 7, last_sequence is 5, log_number is 4,prev_log_number is 0,max_column_family is 0,min_log_number_to_keep is 0 2023-11-15T05:33:49.443 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:33:49 smithi116 bash[25961]: debug 2023-11-15T05:33:49.105+0000 7f58ce330880 4 rocksdb: [version_set.cc:4577] Column family [default] (ID 0), log number is 4 2023-11-15T05:33:49.443 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:33:49 smithi116 bash[25961]: debug 2023-11-15T05:33:49.105+0000 7f58ce330880 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1700026429111001, "job": 1, "event": "recovery_started", "log_files": [6]} 2023-11-15T05:33:49.444 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:33:49 smithi116 bash[25961]: debug 2023-11-15T05:33:49.105+0000 7f58ce330880 4 rocksdb: [db_impl/db_impl_open.cc:760] Recovering log #6 mode 2 2023-11-15T05:33:49.444 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:33:49 smithi116 bash[25961]: debug 2023-11-15T05:33:49.105+0000 7f58ce330880 3 rocksdb: [le/block_based/filter_policy.cc:584] Using legacy Bloom filter with high (20) bits/key. Dramatic filter space and/or accuracy improvement is available with format_version>=5. 2023-11-15T05:33:49.444 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:33:49 smithi116 bash[25961]: debug 2023-11-15T05:33:49.105+0000 7f58ce330880 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1700026429112454, "cf_name": "default", "job": 1, "event": "table_file_creation", "file_number": 7, "file_size": 83416, "table_properties": {"data_size": 81683, "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": 76195, "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": 1700026429, "oldest_key_time": 3, "file_creation_time": 0}} 2023-11-15T05:33:49.444 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:33:49 smithi116 bash[25961]: debug 2023-11-15T05:33:49.105+0000 7f58ce330880 4 rocksdb: [version_set.cc:3826] Creating manifest 8 2023-11-15T05:33:49.444 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:33:49 smithi116 bash[25961]: debug 2023-11-15T05:33:49.105+0000 7f58ce330880 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1700026429113487, "job": 1, "event": "recovery_finished"} 2023-11-15T05:33:49.444 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:33:49 smithi116 bash[25961]: debug 2023-11-15T05:33:49.109+0000 7f58ce330880 4 rocksdb: DB pointer 0x5595109dd800 2023-11-15T05:33:49.445 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:33:49 smithi116 bash[25961]: debug 2023-11-15T05:33:49.109+0000 7f58b5135700 4 rocksdb: [db_impl/db_impl.cc:850] ------- DUMPING STATS ------- 2023-11-15T05:33:49.445 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:33:49 smithi116 bash[25961]: debug 2023-11-15T05:33:49.109+0000 7f58b5135700 4 rocksdb: [db_impl/db_impl.cc:851] 2023-11-15T05:33:49.445 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:33:49 smithi116 bash[25961]: ** DB Stats ** 2023-11-15T05:33:49.445 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:33:49 smithi116 bash[25961]: Uptime(secs): 0.0 total, 0.0 interval 2023-11-15T05:33:49.445 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:33:49 smithi116 bash[25961]: Cumulative writes: 0 writes, 0 keys, 0 commit groups, 0.0 writes per commit group, ingest: 0.00 GB, 0.00 MB/s 2023-11-15T05:33:49.446 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:33:49 smithi116 bash[25961]: Cumulative WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s 2023-11-15T05:33:49.446 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:33:49 smithi116 bash[25961]: Cumulative stall: 00:00:0.000 H:M:S, 0.0 percent 2023-11-15T05:33:49.446 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:33:49 smithi116 bash[25961]: Interval writes: 0 writes, 0 keys, 0 commit groups, 0.0 writes per commit group, ingest: 0.00 MB, 0.00 MB/s 2023-11-15T05:33:49.446 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:33:49 smithi116 bash[25961]: Interval WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 MB, 0.00 MB/s 2023-11-15T05:33:49.446 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:33:49 smithi116 bash[25961]: Interval stall: 00:00:0.000 H:M:S, 0.0 percent 2023-11-15T05:33:49.447 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:33:49 smithi116 bash[25961]: ** Compaction Stats [default] ** 2023-11-15T05:33:49.447 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:33:49 smithi116 bash[25961]: Level Files Size Score Read(GB) Rn(GB) Rnp1(GB) Write(GB) Wnew(GB) Moved(GB) W-Amp Rd(MB/s) Wr(MB/s) Comp(sec) CompMergeCPU(sec) Comp(cnt) Avg(sec) KeyIn KeyDrop 2023-11-15T05:33:49.447 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:33:49 smithi116 bash[25961]: ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2023-11-15T05:33:49.447 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:33:49 smithi116 bash[25961]: L0 2/0 83.15 KB 0.5 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 71.2 0.00 0.00 1 0.001 0 0 2023-11-15T05:33:49.447 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:33:49 smithi116 bash[25961]: Sum 2/0 83.15 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 71.2 0.00 0.00 1 0.001 0 0 2023-11-15T05:33:49.447 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:33:49 smithi116 bash[25961]: Int 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 71.2 0.00 0.00 1 0.001 0 0 2023-11-15T05:33:49.448 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:33:49 smithi116 bash[25961]: ** Compaction Stats [default] ** 2023-11-15T05:33:49.448 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:33:49 smithi116 bash[25961]: Priority Files Size Score Read(GB) Rn(GB) Rnp1(GB) Write(GB) Wnew(GB) Moved(GB) W-Amp Rd(MB/s) Wr(MB/s) Comp(sec) CompMergeCPU(sec) Comp(cnt) Avg(sec) KeyIn KeyDrop 2023-11-15T05:33:49.448 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:33:49 smithi116 bash[25961]: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2023-11-15T05:33:49.448 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:33:49 smithi116 bash[25961]: User 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 71.2 0.00 0.00 1 0.001 0 0 2023-11-15T05:33:49.448 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:33:49 smithi116 bash[25961]: Uptime(secs): 0.0 total, 0.0 interval 2023-11-15T05:33:49.449 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:33:49 smithi116 bash[25961]: Flush(GB): cumulative 0.000, interval 0.000 2023-11-15T05:33:49.449 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:33:49 smithi116 bash[25961]: AddFile(GB): cumulative 0.000, interval 0.000 2023-11-15T05:33:49.449 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:33:49 smithi116 bash[25961]: AddFile(Total Files): cumulative 0, interval 0 2023-11-15T05:33:49.449 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:33:49 smithi116 bash[25961]: AddFile(L0 Files): cumulative 0, interval 0 2023-11-15T05:33:49.449 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:33:49 smithi116 bash[25961]: AddFile(Keys): cumulative 0, interval 0 2023-11-15T05:33:49.449 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:33:49 smithi116 bash[25961]: Cumulative compaction: 0.00 GB write, 15.18 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2023-11-15T05:33:49.450 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:33:49 smithi116 bash[25961]: Interval compaction: 0.00 GB write, 15.18 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2023-11-15T05:33:49.450 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:33:49 smithi116 bash[25961]: Stalls(count): 0 level0_slowdown, 0 level0_slowdown_with_compaction, 0 level0_numfiles, 0 level0_numfiles_with_compaction, 0 stop for pending_compaction_bytes, 0 slowdown for pending_compaction_bytes, 0 memtable_compaction, 0 memtable_slowdown, interval 0 total count 2023-11-15T05:33:49.450 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:33:49 smithi116 bash[25961]: ** File Read Latency Histogram By Level [default] ** 2023-11-15T05:33:49.450 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:33:49 smithi116 bash[25961]: ** Compaction Stats [default] ** 2023-11-15T05:33:49.450 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:33:49 smithi116 bash[25961]: Level Files Size Score Read(GB) Rn(GB) Rnp1(GB) Write(GB) Wnew(GB) Moved(GB) W-Amp Rd(MB/s) Wr(MB/s) Comp(sec) CompMergeCPU(sec) Comp(cnt) Avg(sec) KeyIn KeyDrop 2023-11-15T05:33:49.451 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:33:49 smithi116 bash[25961]: ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2023-11-15T05:33:49.451 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:33:49 smithi116 bash[25961]: L0 2/0 83.15 KB 0.5 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 71.2 0.00 0.00 1 0.001 0 0 2023-11-15T05:33:49.451 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:33:49 smithi116 bash[25961]: Sum 2/0 83.15 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 71.2 0.00 0.00 1 0.001 0 0 2023-11-15T05:33:49.451 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:33:49 smithi116 bash[25961]: Int 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.00 0.00 0 0.000 0 0 2023-11-15T05:33:49.451 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:33:49 smithi116 bash[25961]: ** Compaction Stats [default] ** 2023-11-15T05:33:49.452 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:33:49 smithi116 bash[25961]: Priority Files Size Score Read(GB) Rn(GB) Rnp1(GB) Write(GB) Wnew(GB) Moved(GB) W-Amp Rd(MB/s) Wr(MB/s) Comp(sec) CompMergeCPU(sec) Comp(cnt) Avg(sec) KeyIn KeyDrop 2023-11-15T05:33:49.452 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:33:49 smithi116 bash[25961]: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2023-11-15T05:33:49.453 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:33:49 smithi116 bash[25961]: User 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 71.2 0.00 0.00 1 0.001 0 0 2023-11-15T05:33:49.453 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:33:49 smithi116 bash[25961]: Uptime(secs): 0.0 total, 0.0 interval 2023-11-15T05:33:49.453 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:33:49 smithi116 bash[25961]: Flush(GB): cumulative 0.000, interval 0.000 2023-11-15T05:33:49.453 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:33:49 smithi116 bash[25961]: AddFile(GB): cumulative 0.000, interval 0.000 2023-11-15T05:33:49.453 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:33:49 smithi116 bash[25961]: AddFile(Total Files): cumulative 0, interval 0 2023-11-15T05:33:49.454 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:33:49 smithi116 bash[25961]: AddFile(L0 Files): cumulative 0, interval 0 2023-11-15T05:33:49.454 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:33:49 smithi116 bash[25961]: AddFile(Keys): cumulative 0, interval 0 2023-11-15T05:33:49.454 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:33:49 smithi116 bash[25961]: Cumulative compaction: 0.00 GB write, 15.02 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2023-11-15T05:33:49.454 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:33:49 smithi116 bash[25961]: Interval compaction: 0.00 GB write, 0.00 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2023-11-15T05:33:49.454 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:33:49 smithi116 bash[25961]: Stalls(count): 0 level0_slowdown, 0 level0_slowdown_with_compaction, 0 level0_numfiles, 0 level0_numfiles_with_compaction, 0 stop for pending_compaction_bytes, 0 slowdown for pending_compaction_bytes, 0 memtable_compaction, 0 memtable_slowdown, interval 0 total count 2023-11-15T05:33:49.455 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:33:49 smithi116 bash[25961]: ** File Read Latency Histogram By Level [default] ** 2023-11-15T05:33:49.455 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:33:49 smithi116 bash[25961]: debug 2023-11-15T05:33:49.109+0000 7f58ce330880 0 starting mon.smithi116 rank 0 at public addrs [v2:172.21.15.116:3300/0,v1:172.21.15.116:6789/0] at bind addrs [v2:172.21.15.116:3300/0,v1:172.21.15.116:6789/0] mon_data /var/lib/ceph/mon/ceph-smithi116 fsid 7456fada-8378-11ee-8dbe-212e2dc638e7 2023-11-15T05:33:49.455 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:33:49 smithi116 bash[25961]: debug 2023-11-15T05:33:49.113+0000 7f58ce330880 1 mon.smithi116@-1(???) e1 preinit fsid 7456fada-8378-11ee-8dbe-212e2dc638e7 2023-11-15T05:33:49.455 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:33:49 smithi116 bash[25961]: debug 2023-11-15T05:33:49.113+0000 7f58ce330880 0 mon.smithi116@-1(???).mds e1 new map 2023-11-15T05:33:49.455 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:33:49 smithi116 bash[25961]: debug 2023-11-15T05:33:49.113+0000 7f58ce330880 0 mon.smithi116@-1(???).mds e1 print_map 2023-11-15T05:33:49.455 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:33:49 smithi116 bash[25961]: e1 2023-11-15T05:33:49.456 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:33:49 smithi116 bash[25961]: enable_multiple, ever_enabled_multiple: 1,1 2023-11-15T05:33:49.456 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:33:49 smithi116 bash[25961]: default compat: compat={},rocompat={},incompat={1=base v0.20,2=client writeable ranges,3=default file layouts on dirs,4=dir inode in separate object,5=mds uses versioned encoding,6=dirfrag is stored in omap,8=no anchor table,9=file layout v2,10=snaprealm v2} 2023-11-15T05:33:49.456 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:33:49 smithi116 bash[25961]: legacy client fscid: -1 2023-11-15T05:33:49.456 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:33:49 smithi116 bash[25961]: 2023-11-15T05:33:49.456 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:33:49 smithi116 bash[25961]: No filesystems configured 2023-11-15T05:33:49.457 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:33:49 smithi116 bash[25961]: debug 2023-11-15T05:33:49.113+0000 7f58ce330880 0 mon.smithi116@-1(???).osd e1 crush map has features 3314932999778484224, adjusting msgr requires 2023-11-15T05:33:49.457 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:33:49 smithi116 bash[25961]: debug 2023-11-15T05:33:49.113+0000 7f58ce330880 0 mon.smithi116@-1(???).osd e1 crush map has features 288514050185494528, adjusting msgr requires 2023-11-15T05:33:49.457 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:33:49 smithi116 bash[25961]: debug 2023-11-15T05:33:49.113+0000 7f58ce330880 0 mon.smithi116@-1(???).osd e1 crush map has features 288514050185494528, adjusting msgr requires 2023-11-15T05:33:49.457 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:33:49 smithi116 bash[25961]: audit 2023-11-15T05:33:46.490763+0000 mon.smithi116 (mon.0) 10 : audit [DBG] from='client.? 172.21.15.116:0/1908342896' entity='client.admin' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-15T05:33:49.457 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:33:49 smithi116 bash[25961]: debug 2023-11-15T05:33:49.113+0000 7f58ce330880 1 mon.smithi116@-1(???).paxosservice(auth 1..2) refresh upgraded, format 0 -> 3 2023-11-15T05:33:49.458 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:33:49 smithi116 bash[25961]: cluster 2023-11-15T05:33:49.123930+0000 mon.smithi116 (mon.0) 1 : cluster [INF] mon.smithi116 is new leader, mons smithi116 in quorum (ranks 0) 2023-11-15T05:33:49.458 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:33:49 smithi116 bash[25961]: cluster 2023-11-15T05:33:49.123996+0000 mon.smithi116 (mon.0) 2 : cluster [DBG] monmap e1: 1 mons at {smithi116=[v2:172.21.15.116:3300/0,v1:172.21.15.116:6789/0]} removed_ranks: {} 2023-11-15T05:33:49.458 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:33:49 smithi116 bash[25961]: cluster 2023-11-15T05:33:49.124406+0000 mon.smithi116 (mon.0) 3 : cluster [DBG] fsmap 2023-11-15T05:33:49.458 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:33:49 smithi116 bash[25961]: cluster 2023-11-15T05:33:49.124443+0000 mon.smithi116 (mon.0) 4 : cluster [DBG] osdmap e1: 0 total, 0 up, 0 in 2023-11-15T05:33:49.458 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:33:49 smithi116 bash[25961]: cluster 2023-11-15T05:33:49.124877+0000 mon.smithi116 (mon.0) 5 : cluster [DBG] mgrmap e1: no daemons active 2023-11-15T05:33:50.015 INFO:teuthology.orchestra.run.smithi116.stderr:Wrote config to /etc/ceph/ceph.conf 2023-11-15T05:33:50.015 INFO:teuthology.orchestra.run.smithi116.stderr:Wrote keyring to /etc/ceph/ceph.client.admin.keyring 2023-11-15T05:33:50.016 INFO:teuthology.orchestra.run.smithi116.stderr:Creating mgr... 2023-11-15T05:33:50.016 INFO:teuthology.orchestra.run.smithi116.stderr:Verifying port 9283 ... 2023-11-15T05:33:50.150 INFO:teuthology.orchestra.run.smithi116.stderr:systemctl: Failed to reset failed state of unit ceph-7456fada-8378-11ee-8dbe-212e2dc638e7@mgr.smithi116.ldeiub.service: Unit ceph-7456fada-8378-11ee-8dbe-212e2dc638e7@mgr.smithi116.ldeiub.service is not loaded. 2023-11-15T05:33:50.157 INFO:teuthology.orchestra.run.smithi116.stderr:systemctl: Created symlink /etc/systemd/system/ceph-7456fada-8378-11ee-8dbe-212e2dc638e7.target.wants/ceph-7456fada-8378-11ee-8dbe-212e2dc638e7@mgr.smithi116.ldeiub.service -> /etc/systemd/system/ceph-7456fada-8378-11ee-8dbe-212e2dc638e7@.service. 2023-11-15T05:33:50.264 INFO:teuthology.orchestra.run.smithi116.stderr:firewalld does not appear to be present 2023-11-15T05:33:50.265 INFO:teuthology.orchestra.run.smithi116.stderr:Not possible to enable service . firewalld.service is not available 2023-11-15T05:33:50.265 INFO:teuthology.orchestra.run.smithi116.stderr:firewalld does not appear to be present 2023-11-15T05:33:50.265 INFO:teuthology.orchestra.run.smithi116.stderr:Not possible to open ports <[9283]>. firewalld.service is not available 2023-11-15T05:33:50.265 INFO:teuthology.orchestra.run.smithi116.stderr:Waiting for mgr to start... 2023-11-15T05:33:50.265 INFO:teuthology.orchestra.run.smithi116.stderr:Waiting for mgr... 2023-11-15T05:33:50.899 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:33:50 smithi116 bash[25961]: audit 2023-11-15T05:33:49.437166+0000 mon.smithi116 (mon.0) 6 : audit [INF] from='client.? 172.21.15.116:0/2873096607' entity='client.admin' 2023-11-15T05:33:51.908 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph: 2023-11-15T05:33:51.909 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph: { 2023-11-15T05:33:51.910 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph: "fsid": "7456fada-8378-11ee-8dbe-212e2dc638e7", 2023-11-15T05:33:51.910 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph: "health": { 2023-11-15T05:33:51.910 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph: "status": "HEALTH_OK", 2023-11-15T05:33:51.911 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph: "checks": {}, 2023-11-15T05:33:51.911 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph: "mutes": [] 2023-11-15T05:33:51.911 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph: }, 2023-11-15T05:33:51.911 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph: "election_epoch": 5, 2023-11-15T05:33:51.911 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph: "quorum": [ 2023-11-15T05:33:51.912 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph: 0 2023-11-15T05:33:51.912 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph: ], 2023-11-15T05:33:51.913 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph: "quorum_names": [ 2023-11-15T05:33:51.914 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph: "smithi116" 2023-11-15T05:33:51.914 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph: ], 2023-11-15T05:33:51.914 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph: "quorum_age": 2, 2023-11-15T05:33:51.914 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph: "monmap": { 2023-11-15T05:33:51.914 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph: "epoch": 1, 2023-11-15T05:33:51.915 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph: "min_mon_release_name": "pacific", 2023-11-15T05:33:51.915 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph: "num_mons": 1 2023-11-15T05:33:51.915 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph: }, 2023-11-15T05:33:51.915 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph: "osdmap": { 2023-11-15T05:33:51.915 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph: "epoch": 1, 2023-11-15T05:33:51.915 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph: "num_osds": 0, 2023-11-15T05:33:51.916 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph: "num_up_osds": 0, 2023-11-15T05:33:51.916 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph: "osd_up_since": 0, 2023-11-15T05:33:51.916 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph: "num_in_osds": 0, 2023-11-15T05:33:51.919 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph: "osd_in_since": 0, 2023-11-15T05:33:51.920 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph: "num_remapped_pgs": 0 2023-11-15T05:33:51.920 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph: }, 2023-11-15T05:33:51.920 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph: "pgmap": { 2023-11-15T05:33:51.920 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph: "pgs_by_state": [], 2023-11-15T05:33:51.920 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph: "num_pgs": 0, 2023-11-15T05:33:51.921 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph: "num_pools": 0, 2023-11-15T05:33:51.921 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph: "num_objects": 0, 2023-11-15T05:33:51.921 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph: "data_bytes": 0, 2023-11-15T05:33:51.921 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph: "bytes_used": 0, 2023-11-15T05:33:51.921 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph: "bytes_avail": 0, 2023-11-15T05:33:51.922 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph: "bytes_total": 0 2023-11-15T05:33:51.922 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph: }, 2023-11-15T05:33:51.922 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph: "fsmap": { 2023-11-15T05:33:51.922 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph: "epoch": 1, 2023-11-15T05:33:51.922 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph: "by_rank": [], 2023-11-15T05:33:51.923 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph: "up:standby": 0 2023-11-15T05:33:51.923 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph: }, 2023-11-15T05:33:51.923 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph: "mgrmap": { 2023-11-15T05:33:51.923 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph: "available": false, 2023-11-15T05:33:51.923 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph: "num_standbys": 0, 2023-11-15T05:33:51.924 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph: "modules": [ 2023-11-15T05:33:51.924 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph: "iostat", 2023-11-15T05:33:51.924 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph: "nfs", 2023-11-15T05:33:51.924 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph: "restful" 2023-11-15T05:33:51.924 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph: ], 2023-11-15T05:33:51.924 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph: "services": {} 2023-11-15T05:33:51.925 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph: }, 2023-11-15T05:33:51.925 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph: "servicemap": { 2023-11-15T05:33:51.925 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph: "epoch": 1, 2023-11-15T05:33:51.925 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph: "modified": "2023-11-15T05:33:42.741041+0000", 2023-11-15T05:33:51.925 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph: "services": {} 2023-11-15T05:33:51.926 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph: }, 2023-11-15T05:33:51.926 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph: "progress_events": {} 2023-11-15T05:33:51.926 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph: } 2023-11-15T05:33:52.149 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:33:51 smithi116 bash[25961]: audit 2023-11-15T05:33:51.906347+0000 mon.smithi116 (mon.0) 7 : audit [DBG] from='client.? 172.21.15.116:0/4128767369' entity='client.admin' cmd=[{"prefix": "status", "format": "json-pretty"}]: dispatch 2023-11-15T05:33:52.449 INFO:teuthology.orchestra.run.smithi116.stderr:mgr not available, waiting (1/15)... 2023-11-15T05:33:55.731 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph: 2023-11-15T05:33:55.732 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph: { 2023-11-15T05:33:55.733 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph: "fsid": "7456fada-8378-11ee-8dbe-212e2dc638e7", 2023-11-15T05:33:55.734 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph: "health": { 2023-11-15T05:33:55.734 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph: "status": "HEALTH_OK", 2023-11-15T05:33:55.734 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph: "checks": {}, 2023-11-15T05:33:55.734 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph: "mutes": [] 2023-11-15T05:33:55.735 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph: }, 2023-11-15T05:33:55.735 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph: "election_epoch": 5, 2023-11-15T05:33:55.735 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph: "quorum": [ 2023-11-15T05:33:55.735 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph: 0 2023-11-15T05:33:55.735 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph: ], 2023-11-15T05:33:55.735 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph: "quorum_names": [ 2023-11-15T05:33:55.736 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph: "smithi116" 2023-11-15T05:33:55.736 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph: ], 2023-11-15T05:33:55.736 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph: "quorum_age": 6, 2023-11-15T05:33:55.736 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph: "monmap": { 2023-11-15T05:33:55.738 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph: "epoch": 1, 2023-11-15T05:33:55.738 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph: "min_mon_release_name": "pacific", 2023-11-15T05:33:55.738 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph: "num_mons": 1 2023-11-15T05:33:55.738 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph: }, 2023-11-15T05:33:55.739 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph: "osdmap": { 2023-11-15T05:33:55.739 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph: "epoch": 1, 2023-11-15T05:33:55.739 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph: "num_osds": 0, 2023-11-15T05:33:55.739 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph: "num_up_osds": 0, 2023-11-15T05:33:55.739 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph: "osd_up_since": 0, 2023-11-15T05:33:55.740 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph: "num_in_osds": 0, 2023-11-15T05:33:55.743 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph: "osd_in_since": 0, 2023-11-15T05:33:55.743 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph: "num_remapped_pgs": 0 2023-11-15T05:33:55.743 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph: }, 2023-11-15T05:33:55.743 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph: "pgmap": { 2023-11-15T05:33:55.744 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph: "pgs_by_state": [], 2023-11-15T05:33:55.744 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph: "num_pgs": 0, 2023-11-15T05:33:55.744 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph: "num_pools": 0, 2023-11-15T05:33:55.744 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph: "num_objects": 0, 2023-11-15T05:33:55.744 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph: "data_bytes": 0, 2023-11-15T05:33:55.745 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph: "bytes_used": 0, 2023-11-15T05:33:55.745 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph: "bytes_avail": 0, 2023-11-15T05:33:55.745 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph: "bytes_total": 0 2023-11-15T05:33:55.745 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph: }, 2023-11-15T05:33:55.745 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph: "fsmap": { 2023-11-15T05:33:55.746 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph: "epoch": 1, 2023-11-15T05:33:55.746 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph: "by_rank": [], 2023-11-15T05:33:55.746 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph: "up:standby": 0 2023-11-15T05:33:55.746 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph: }, 2023-11-15T05:33:55.746 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph: "mgrmap": { 2023-11-15T05:33:55.747 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph: "available": false, 2023-11-15T05:33:55.747 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph: "num_standbys": 0, 2023-11-15T05:33:55.747 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph: "modules": [ 2023-11-15T05:33:55.747 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph: "iostat", 2023-11-15T05:33:55.747 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph: "nfs", 2023-11-15T05:33:55.748 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph: "restful" 2023-11-15T05:33:55.748 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph: ], 2023-11-15T05:33:55.748 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph: "services": {} 2023-11-15T05:33:55.748 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph: }, 2023-11-15T05:33:55.748 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph: "servicemap": { 2023-11-15T05:33:55.748 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph: "epoch": 1, 2023-11-15T05:33:55.749 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph: "modified": "2023-11-15T05:33:42.741041+0000", 2023-11-15T05:33:55.749 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph: "services": {} 2023-11-15T05:33:55.749 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph: }, 2023-11-15T05:33:55.749 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph: "progress_events": {} 2023-11-15T05:33:55.749 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph: } 2023-11-15T05:33:56.149 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:33:55 smithi116 bash[25961]: audit 2023-11-15T05:33:55.729359+0000 mon.smithi116 (mon.0) 8 : audit [DBG] from='client.? 172.21.15.116:0/3892550752' entity='client.admin' cmd=[{"prefix": "status", "format": "json-pretty"}]: dispatch 2023-11-15T05:33:56.372 INFO:teuthology.orchestra.run.smithi116.stderr:mgr not available, waiting (2/15)... 2023-11-15T05:33:58.399 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:33:58 smithi116 bash[25961]: cluster 2023-11-15T05:33:58.011754+0000 mon.smithi116 (mon.0) 9 : cluster [INF] Activating manager daemon smithi116.ldeiub 2023-11-15T05:33:58.399 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:33:58 smithi116 bash[25961]: cluster 2023-11-15T05:33:58.016064+0000 mon.smithi116 (mon.0) 10 : cluster [DBG] mgrmap e2: smithi116.ldeiub(active, starting, since 0.00448648s) 2023-11-15T05:33:58.400 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:33:58 smithi116 bash[25961]: audit 2023-11-15T05:33:58.018837+0000 mon.smithi116 (mon.0) 11 : audit [DBG] from='mgr.14100 172.21.15.116:0/4256424270' entity='mgr.smithi116.ldeiub' cmd=[{"prefix": "mds metadata"}]: dispatch 2023-11-15T05:33:58.400 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:33:58 smithi116 bash[25961]: audit 2023-11-15T05:33:58.019281+0000 mon.smithi116 (mon.0) 12 : audit [DBG] from='mgr.14100 172.21.15.116:0/4256424270' entity='mgr.smithi116.ldeiub' cmd=[{"prefix": "osd metadata"}]: dispatch 2023-11-15T05:33:58.400 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:33:58 smithi116 bash[25961]: audit 2023-11-15T05:33:58.019592+0000 mon.smithi116 (mon.0) 13 : audit [DBG] from='mgr.14100 172.21.15.116:0/4256424270' entity='mgr.smithi116.ldeiub' cmd=[{"prefix": "mon metadata"}]: dispatch 2023-11-15T05:33:58.400 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:33:58 smithi116 bash[25961]: audit 2023-11-15T05:33:58.019902+0000 mon.smithi116 (mon.0) 14 : audit [DBG] from='mgr.14100 172.21.15.116:0/4256424270' entity='mgr.smithi116.ldeiub' cmd=[{"prefix": "mon metadata", "id": "smithi116"}]: dispatch 2023-11-15T05:33:58.400 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:33:58 smithi116 bash[25961]: audit 2023-11-15T05:33:58.020346+0000 mon.smithi116 (mon.0) 15 : audit [DBG] from='mgr.14100 172.21.15.116:0/4256424270' entity='mgr.smithi116.ldeiub' cmd=[{"prefix": "mgr metadata", "who": "smithi116.ldeiub", "id": "smithi116.ldeiub"}]: dispatch 2023-11-15T05:33:58.401 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:33:58 smithi116 bash[25961]: cluster 2023-11-15T05:33:58.024697+0000 mon.smithi116 (mon.0) 16 : cluster [INF] Manager daemon smithi116.ldeiub is now available 2023-11-15T05:33:58.401 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:33:58 smithi116 bash[25961]: audit 2023-11-15T05:33:58.035824+0000 mon.smithi116 (mon.0) 17 : audit [INF] from='mgr.14100 172.21.15.116:0/4256424270' entity='mgr.smithi116.ldeiub' 2023-11-15T05:33:58.401 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:33:58 smithi116 bash[25961]: audit 2023-11-15T05:33:58.047024+0000 mon.smithi116 (mon.0) 18 : audit [INF] from='mgr.14100 172.21.15.116:0/4256424270' entity='mgr.smithi116.ldeiub' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi116.ldeiub/mirror_snapshot_schedule"}]: dispatch 2023-11-15T05:33:58.401 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:33:58 smithi116 bash[25961]: audit 2023-11-15T05:33:58.051999+0000 mon.smithi116 (mon.0) 19 : audit [INF] from='mgr.14100 172.21.15.116:0/4256424270' entity='mgr.smithi116.ldeiub' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi116.ldeiub/trash_purge_schedule"}]: dispatch 2023-11-15T05:33:58.401 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:33:58 smithi116 bash[25961]: audit 2023-11-15T05:33:58.058989+0000 mon.smithi116 (mon.0) 20 : audit [INF] from='mgr.14100 172.21.15.116:0/4256424270' entity='mgr.smithi116.ldeiub' 2023-11-15T05:33:59.399 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:33:59 smithi116 bash[25961]: audit 2023-11-15T05:33:58.062869+0000 mon.smithi116 (mon.0) 21 : audit [INF] from='mgr.14100 172.21.15.116:0/4256424270' entity='mgr.smithi116.ldeiub' 2023-11-15T05:33:59.399 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:33:59 smithi116 bash[25961]: cluster 2023-11-15T05:33:59.023025+0000 mon.smithi116 (mon.0) 22 : cluster [DBG] mgrmap e3: smithi116.ldeiub(active, since 1.01144s) 2023-11-15T05:33:59.991 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph: 2023-11-15T05:33:59.992 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph: { 2023-11-15T05:33:59.992 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph: "fsid": "7456fada-8378-11ee-8dbe-212e2dc638e7", 2023-11-15T05:33:59.993 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph: "health": { 2023-11-15T05:33:59.993 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph: "status": "HEALTH_OK", 2023-11-15T05:33:59.994 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph: "checks": {}, 2023-11-15T05:33:59.994 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph: "mutes": [] 2023-11-15T05:33:59.994 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph: }, 2023-11-15T05:33:59.994 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph: "election_epoch": 5, 2023-11-15T05:33:59.994 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph: "quorum": [ 2023-11-15T05:33:59.995 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph: 0 2023-11-15T05:33:59.995 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph: ], 2023-11-15T05:33:59.995 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph: "quorum_names": [ 2023-11-15T05:33:59.995 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph: "smithi116" 2023-11-15T05:33:59.995 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph: ], 2023-11-15T05:33:59.997 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph: "quorum_age": 10, 2023-11-15T05:33:59.997 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph: "monmap": { 2023-11-15T05:33:59.997 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph: "epoch": 1, 2023-11-15T05:33:59.997 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph: "min_mon_release_name": "pacific", 2023-11-15T05:33:59.998 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph: "num_mons": 1 2023-11-15T05:33:59.998 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph: }, 2023-11-15T05:33:59.998 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph: "osdmap": { 2023-11-15T05:33:59.998 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph: "epoch": 1, 2023-11-15T05:33:59.998 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph: "num_osds": 0, 2023-11-15T05:33:59.999 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph: "num_up_osds": 0, 2023-11-15T05:33:59.999 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph: "osd_up_since": 0, 2023-11-15T05:33:59.999 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph: "num_in_osds": 0, 2023-11-15T05:34:00.002 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph: "osd_in_since": 0, 2023-11-15T05:34:00.003 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph: "num_remapped_pgs": 0 2023-11-15T05:34:00.003 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph: }, 2023-11-15T05:34:00.003 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph: "pgmap": { 2023-11-15T05:34:00.003 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph: "pgs_by_state": [], 2023-11-15T05:34:00.004 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph: "num_pgs": 0, 2023-11-15T05:34:00.004 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph: "num_pools": 0, 2023-11-15T05:34:00.004 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph: "num_objects": 0, 2023-11-15T05:34:00.004 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph: "data_bytes": 0, 2023-11-15T05:34:00.004 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph: "bytes_used": 0, 2023-11-15T05:34:00.005 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph: "bytes_avail": 0, 2023-11-15T05:34:00.005 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph: "bytes_total": 0 2023-11-15T05:34:00.005 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph: }, 2023-11-15T05:34:00.005 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph: "fsmap": { 2023-11-15T05:34:00.005 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph: "epoch": 1, 2023-11-15T05:34:00.006 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph: "by_rank": [], 2023-11-15T05:34:00.006 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph: "up:standby": 0 2023-11-15T05:34:00.006 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph: }, 2023-11-15T05:34:00.006 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph: "mgrmap": { 2023-11-15T05:34:00.006 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph: "available": true, 2023-11-15T05:34:00.007 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph: "num_standbys": 0, 2023-11-15T05:34:00.007 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph: "modules": [ 2023-11-15T05:34:00.007 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph: "iostat", 2023-11-15T05:34:00.007 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph: "nfs", 2023-11-15T05:34:00.007 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph: "restful" 2023-11-15T05:34:00.008 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph: ], 2023-11-15T05:34:00.008 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph: "services": {} 2023-11-15T05:34:00.008 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph: }, 2023-11-15T05:34:00.008 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph: "servicemap": { 2023-11-15T05:34:00.008 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph: "epoch": 1, 2023-11-15T05:34:00.008 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph: "modified": "2023-11-15T05:33:42.741041+0000", 2023-11-15T05:34:00.009 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph: "services": {} 2023-11-15T05:34:00.009 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph: }, 2023-11-15T05:34:00.009 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph: "progress_events": {} 2023-11-15T05:34:00.009 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph: } 2023-11-15T05:34:00.399 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:34:00 smithi116 bash[25961]: audit 2023-11-15T05:33:59.989185+0000 mon.smithi116 (mon.0) 23 : audit [DBG] from='client.? 172.21.15.116:0/1295959291' entity='client.admin' cmd=[{"prefix": "status", "format": "json-pretty"}]: dispatch 2023-11-15T05:34:00.571 INFO:teuthology.orchestra.run.smithi116.stderr:mgr is available 2023-11-15T05:34:01.399 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:34:01 smithi116 bash[25961]: cluster 2023-11-15T05:34:00.127988+0000 mon.smithi116 (mon.0) 24 : cluster [DBG] mgrmap e4: smithi116.ldeiub(active, since 2s) 2023-11-15T05:34:01.869 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph: 2023-11-15T05:34:01.869 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph: [global] 2023-11-15T05:34:01.870 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph: fsid = 7456fada-8378-11ee-8dbe-212e2dc638e7 2023-11-15T05:34:01.871 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph: mon_osd_allow_pg_remap = true 2023-11-15T05:34:01.871 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph: mon_osd_allow_primary_affinity = true 2023-11-15T05:34:01.871 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph: mon_warn_on_no_sortbitwise = false 2023-11-15T05:34:01.872 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph: osd_crush_chooseleaf_type = 0 2023-11-15T05:34:01.872 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph: 2023-11-15T05:34:01.872 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph: [mgr] 2023-11-15T05:34:01.872 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph: mgr/telemetry/nag = false 2023-11-15T05:34:01.872 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph: 2023-11-15T05:34:01.873 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph: [osd] 2023-11-15T05:34:01.873 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph: osd_map_max_advance = 10 2023-11-15T05:34:01.873 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph: osd_sloppy_crc = true 2023-11-15T05:34:02.399 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:34:02 smithi116 bash[25961]: audit 2023-11-15T05:34:01.866199+0000 mon.smithi116 (mon.0) 25 : audit [INF] from='client.? 172.21.15.116:0/456572723' entity='client.admin' cmd=[{"prefix": "config assimilate-conf"}]: dispatch 2023-11-15T05:34:02.483 INFO:teuthology.orchestra.run.smithi116.stderr:Enabling cephadm module... 2023-11-15T05:34:04.276 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:34:04 smithi116 bash[25961]: audit 2023-11-15T05:34:03.942674+0000 mon.smithi116 (mon.0) 26 : audit [INF] from='client.? 172.21.15.116:0/2955316689' entity='client.admin' cmd=[{"prefix": "mgr module enable", "module": "cephadm"}]: dispatch 2023-11-15T05:34:05.346 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:34:05 smithi116 bash[25961]: audit 2023-11-15T05:34:03.998966+0000 mon.smithi116 (mon.0) 27 : audit [INF] from='client.? 172.21.15.116:0/2955316689' entity='client.admin' cmd='[{"prefix": "mgr module enable", "module": "cephadm"}]': finished 2023-11-15T05:34:05.346 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:34:05 smithi116 bash[25961]: cluster 2023-11-15T05:34:03.999119+0000 mon.smithi116 (mon.0) 28 : cluster [DBG] mgrmap e5: smithi116.ldeiub(active, since 5s) 2023-11-15T05:34:06.074 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph: { 2023-11-15T05:34:06.074 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph: "epoch": 5, 2023-11-15T05:34:06.074 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph: "available": true, 2023-11-15T05:34:06.075 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph: "active_name": "smithi116.ldeiub", 2023-11-15T05:34:06.075 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph: "num_standby": 0 2023-11-15T05:34:06.075 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph: } 2023-11-15T05:34:06.399 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:34:06 smithi116 bash[25961]: audit 2023-11-15T05:34:06.071398+0000 mon.smithi116 (mon.0) 29 : audit [DBG] from='client.? 172.21.15.116:0/1548877446' entity='client.admin' cmd=[{"prefix": "mgr stat"}]: dispatch 2023-11-15T05:34:06.611 INFO:teuthology.orchestra.run.smithi116.stderr:Waiting for the mgr to restart... 2023-11-15T05:34:06.611 INFO:teuthology.orchestra.run.smithi116.stderr:Waiting for mgr epoch 5... 2023-11-15T05:34:10.650 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:34:10 smithi116 bash[25961]: cluster 2023-11-15T05:34:10.304048+0000 mon.smithi116 (mon.0) 30 : cluster [INF] Active manager daemon smithi116.ldeiub restarted 2023-11-15T05:34:10.650 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:34:10 smithi116 bash[25961]: cluster 2023-11-15T05:34:10.304481+0000 mon.smithi116 (mon.0) 31 : cluster [INF] Activating manager daemon smithi116.ldeiub 2023-11-15T05:34:10.650 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:34:10 smithi116 bash[25961]: cluster 2023-11-15T05:34:10.310542+0000 mon.smithi116 (mon.0) 32 : cluster [DBG] osdmap e2: 0 total, 0 up, 0 in 2023-11-15T05:34:10.650 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:34:10 smithi116 bash[25961]: cluster 2023-11-15T05:34:10.310798+0000 mon.smithi116 (mon.0) 33 : cluster [DBG] mgrmap e6: smithi116.ldeiub(active, starting, since 0.00646534s) 2023-11-15T05:34:10.650 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:34:10 smithi116 bash[25961]: audit 2023-11-15T05:34:10.313006+0000 mon.smithi116 (mon.0) 34 : audit [DBG] from='mgr.14116 172.21.15.116:0/4047381864' entity='mgr.smithi116.ldeiub' cmd=[{"prefix": "mon metadata", "id": "smithi116"}]: dispatch 2023-11-15T05:34:10.651 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:34:10 smithi116 bash[25961]: audit 2023-11-15T05:34:10.314347+0000 mon.smithi116 (mon.0) 35 : audit [DBG] from='mgr.14116 172.21.15.116:0/4047381864' entity='mgr.smithi116.ldeiub' cmd=[{"prefix": "mgr metadata", "who": "smithi116.ldeiub", "id": "smithi116.ldeiub"}]: dispatch 2023-11-15T05:34:10.651 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:34:10 smithi116 bash[25961]: audit 2023-11-15T05:34:10.315537+0000 mon.smithi116 (mon.0) 36 : audit [DBG] from='mgr.14116 172.21.15.116:0/4047381864' entity='mgr.smithi116.ldeiub' cmd=[{"prefix": "mds metadata"}]: dispatch 2023-11-15T05:34:10.651 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:34:10 smithi116 bash[25961]: audit 2023-11-15T05:34:10.315882+0000 mon.smithi116 (mon.0) 37 : audit [DBG] from='mgr.14116 172.21.15.116:0/4047381864' entity='mgr.smithi116.ldeiub' cmd=[{"prefix": "osd metadata"}]: dispatch 2023-11-15T05:34:10.651 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:34:10 smithi116 bash[25961]: audit 2023-11-15T05:34:10.316214+0000 mon.smithi116 (mon.0) 38 : audit [DBG] from='mgr.14116 172.21.15.116:0/4047381864' entity='mgr.smithi116.ldeiub' cmd=[{"prefix": "mon metadata"}]: dispatch 2023-11-15T05:34:10.651 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:34:10 smithi116 bash[25961]: cluster 2023-11-15T05:34:10.320010+0000 mon.smithi116 (mon.0) 39 : cluster [INF] Manager daemon smithi116.ldeiub is now available 2023-11-15T05:34:10.652 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:34:10 smithi116 bash[25961]: audit 2023-11-15T05:34:10.340121+0000 mon.smithi116 (mon.0) 40 : audit [INF] from='mgr.14116 172.21.15.116:0/4047381864' entity='mgr.smithi116.ldeiub' 2023-11-15T05:34:11.333 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph: { 2023-11-15T05:34:11.334 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph: "mgrmap_epoch": 7, 2023-11-15T05:34:11.334 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph: "initialized": true 2023-11-15T05:34:11.334 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph: } 2023-11-15T05:34:11.899 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:34:11 smithi116 bash[25961]: cephadm 2023-11-15T05:34:10.336571+0000 mgr.smithi116.ldeiub (mgr.14116) 1 : cephadm [INF] Found migration_current of "None". Setting to last migration. 2023-11-15T05:34:11.900 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:34:11 smithi116 bash[25961]: audit 2023-11-15T05:34:10.461337+0000 mon.smithi116 (mon.0) 41 : audit [INF] from='mgr.14116 172.21.15.116:0/4047381864' entity='mgr.smithi116.ldeiub' 2023-11-15T05:34:11.900 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:34:11 smithi116 bash[25961]: audit 2023-11-15T05:34:10.463222+0000 mon.smithi116 (mon.0) 42 : audit [DBG] from='mgr.14116 172.21.15.116:0/4047381864' entity='mgr.smithi116.ldeiub' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-15T05:34:11.900 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:34:11 smithi116 bash[25961]: audit 2023-11-15T05:34:10.467373+0000 mon.smithi116 (mon.0) 43 : audit [DBG] from='mgr.14116 172.21.15.116:0/4047381864' entity='mgr.smithi116.ldeiub' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-15T05:34:11.900 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:34:11 smithi116 bash[25961]: audit 2023-11-15T05:34:10.473790+0000 mon.smithi116 (mon.0) 44 : audit [DBG] from='mgr.14116 172.21.15.116:0/4047381864' entity='mgr.smithi116.ldeiub' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-15T05:34:11.900 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:34:11 smithi116 bash[25961]: audit 2023-11-15T05:34:10.496901+0000 mon.smithi116 (mon.0) 45 : audit [INF] from='mgr.14116 172.21.15.116:0/4047381864' entity='mgr.smithi116.ldeiub' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi116.ldeiub/mirror_snapshot_schedule"}]: dispatch 2023-11-15T05:34:11.901 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:34:11 smithi116 bash[25961]: audit 2023-11-15T05:34:10.501489+0000 mon.smithi116 (mon.0) 46 : audit [INF] from='mgr.14116 172.21.15.116:0/4047381864' entity='mgr.smithi116.ldeiub' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi116.ldeiub/trash_purge_schedule"}]: dispatch 2023-11-15T05:34:11.901 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:34:11 smithi116 bash[25961]: cluster 2023-11-15T05:34:11.316265+0000 mon.smithi116 (mon.0) 47 : cluster [DBG] mgrmap e7: smithi116.ldeiub(active, since 1.01192s) 2023-11-15T05:34:11.927 INFO:teuthology.orchestra.run.smithi116.stderr:mgr epoch 5 is available 2023-11-15T05:34:11.927 INFO:teuthology.orchestra.run.smithi116.stderr:Setting orchestrator backend to cephadm... 2023-11-15T05:34:12.899 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:34:12 smithi116 bash[25961]: audit 2023-11-15T05:34:11.314623+0000 mgr.smithi116.ldeiub (mgr.14116) 2 : audit [DBG] from='client.14120 -' entity='client.admin' cmd=[{"prefix": "get_command_descriptions"}]: dispatch 2023-11-15T05:34:12.899 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:34:12 smithi116 bash[25961]: audit 2023-11-15T05:34:11.331414+0000 mgr.smithi116.ldeiub (mgr.14116) 3 : audit [DBG] from='client.14120 -' entity='client.admin' cmd=[{"prefix": "mgr_status"}]: dispatch 2023-11-15T05:34:13.649 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:34:13 smithi116 bash[25961]: cluster 2023-11-15T05:34:12.468160+0000 mon.smithi116 (mon.0) 48 : cluster [DBG] mgrmap e8: smithi116.ldeiub(active, since 2s) 2023-11-15T05:34:13.649 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:34:13 smithi116 bash[25961]: audit 2023-11-15T05:34:13.313791+0000 mon.smithi116 (mon.0) 49 : audit [INF] from='mgr.14116 172.21.15.116:0/4047381864' entity='mgr.smithi116.ldeiub' 2023-11-15T05:34:13.650 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:34:13 smithi116 bash[25961]: audit 2023-11-15T05:34:13.354633+0000 mon.smithi116 (mon.0) 50 : audit [DBG] from='mgr.14116 172.21.15.116:0/4047381864' entity='mgr.smithi116.ldeiub' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-15T05:34:14.905 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:34:14 smithi116 bash[25961]: audit 2023-11-15T05:34:13.304473+0000 mgr.smithi116.ldeiub (mgr.14116) 4 : audit [DBG] from='client.14126 -' entity='client.admin' cmd=[{"prefix": "orch set backend", "module_name": "cephadm", "target": ["mon-mgr", ""]}]: dispatch 2023-11-15T05:34:15.197 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph: value unchanged 2023-11-15T05:34:15.704 INFO:teuthology.orchestra.run.smithi116.stderr:Generating ssh key... 2023-11-15T05:34:16.399 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:34:16 smithi116 bash[25961]: audit 2023-11-15T05:34:15.194701+0000 mgr.smithi116.ldeiub (mgr.14116) 5 : audit [DBG] from='client.14128 -' entity='client.admin' cmd=[{"prefix": "cephadm set-user", "user": "root", "target": ["mon-mgr", ""]}]: dispatch 2023-11-15T05:34:17.399 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:34:17 smithi116 bash[25961]: audit 2023-11-15T05:34:16.976985+0000 mgr.smithi116.ldeiub (mgr.14116) 6 : audit [DBG] from='client.14130 -' entity='client.admin' cmd=[{"prefix": "cephadm generate-key", "target": ["mon-mgr", ""]}]: dispatch 2023-11-15T05:34:17.399 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:34:17 smithi116 bash[25961]: cephadm 2023-11-15T05:34:16.977419+0000 mgr.smithi116.ldeiub (mgr.14116) 7 : cephadm [INF] Generating ssh key... 2023-11-15T05:34:18.627 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:34:18 smithi116 bash[25961]: audit 2023-11-15T05:34:17.338223+0000 mon.smithi116 (mon.0) 51 : audit [INF] from='mgr.14116 172.21.15.116:0/4047381864' entity='mgr.smithi116.ldeiub' 2023-11-15T05:34:18.627 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:34:18 smithi116 bash[25961]: audit 2023-11-15T05:34:17.341239+0000 mon.smithi116 (mon.0) 52 : audit [INF] from='mgr.14116 172.21.15.116:0/4047381864' entity='mgr.smithi116.ldeiub' 2023-11-15T05:34:19.214 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph: ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDJ7Qs3esyzpddTiinnuxdmolW+MAteaSUaNkAz8gBmGUadQaPCsu97DnrV198BNdoD8k3nA6Le7XFEciuMob/wjHPHrRLCuaFQyRqY0GqG/HqlDB0okVNI+0/TT/uyLRUfPgwWRSzELKBiIKf5+49j+J+ntdj5Wl3RZuw7jTFZMiyOUWIB8S6DoIYablgH6x4D5ahSee4S9psV9vwvAVBJQGslBTSr/qTuinNvF5//ay/19u9xiejCbg/9h4PirtfJPGfSIJ768x+nx9jS0uezqiFm6qXImwYDpJaQ1kAb1ixWE6ID9hzZ1w2JXrqmvhd2wlQjDXRE9x0iuxvHLheOmhGWVM88aAi7Q+zhue8ypTAVbSPMtOaAMOfEDa0+9M5UTuXRiaOvoRWr4f1IpGJEQyss5HXsMlzfWV3G0V5Czmv0vLUrx3eCn6+a5dioXhSrdzyTKggw28RYAFfeLnAWiwgKyn1sXqovx7FBs5koC7qCgffuJ85ChHoe1DcVA9c= ceph-7456fada-8378-11ee-8dbe-212e2dc638e7 2023-11-15T05:34:19.773 INFO:teuthology.orchestra.run.smithi116.stderr:Wrote public SSH key to /home/ubuntu/cephtest/ceph.pub 2023-11-15T05:34:19.774 INFO:teuthology.orchestra.run.smithi116.stderr:Adding key to root@localhost authorized_keys... 2023-11-15T05:34:19.774 INFO:teuthology.orchestra.run.smithi116.stderr:Adding host smithi116... 2023-11-15T05:34:20.399 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:34:20 smithi116 bash[25961]: audit 2023-11-15T05:34:19.212217+0000 mgr.smithi116.ldeiub (mgr.14116) 8 : audit [DBG] from='client.14132 -' entity='client.admin' cmd=[{"prefix": "cephadm get-pub-key", "target": ["mon-mgr", ""]}]: dispatch 2023-11-15T05:34:21.996 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph: Added host 'smithi116' with addr '172.21.15.116' 2023-11-15T05:34:22.731 INFO:teuthology.orchestra.run.smithi116.stderr:Deploying mon service with default placement... 2023-11-15T05:34:23.399 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:34:22 smithi116 bash[25961]: audit 2023-11-15T05:34:21.168315+0000 mgr.smithi116.ldeiub (mgr.14116) 9 : audit [DBG] from='client.14134 -' entity='client.admin' cmd=[{"prefix": "orch host add", "hostname": "smithi116", "addr": "172.21.15.116", "target": ["mon-mgr", ""]}]: dispatch 2023-11-15T05:34:23.400 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:34:22 smithi116 bash[25961]: audit 2023-11-15T05:34:21.994087+0000 mon.smithi116 (mon.0) 53 : audit [INF] from='mgr.14116 172.21.15.116:0/4047381864' entity='mgr.smithi116.ldeiub' 2023-11-15T05:34:23.400 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:34:22 smithi116 bash[25961]: cephadm 2023-11-15T05:34:21.994553+0000 mgr.smithi116.ldeiub (mgr.14116) 10 : cephadm [INF] Added host smithi116 2023-11-15T05:34:23.400 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:34:22 smithi116 bash[25961]: audit 2023-11-15T05:34:22.002412+0000 mon.smithi116 (mon.0) 54 : audit [DBG] from='mgr.14116 172.21.15.116:0/4047381864' entity='mgr.smithi116.ldeiub' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-15T05:34:24.558 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph: Scheduled mon update... 2023-11-15T05:34:25.108 INFO:teuthology.orchestra.run.smithi116.stderr:Deploying mgr service with default placement... 2023-11-15T05:34:25.864 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:34:25 smithi116 bash[25961]: audit 2023-11-15T05:34:24.548848+0000 mgr.smithi116.ldeiub (mgr.14116) 11 : audit [DBG] from='client.14136 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mon", "target": ["mon-mgr", ""]}]: dispatch 2023-11-15T05:34:25.864 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:34:25 smithi116 bash[25961]: cephadm 2023-11-15T05:34:24.550725+0000 mgr.smithi116.ldeiub (mgr.14116) 12 : cephadm [INF] Saving service mon spec with placement count:5 2023-11-15T05:34:25.864 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:34:25 smithi116 bash[25961]: audit 2023-11-15T05:34:24.556008+0000 mon.smithi116 (mon.0) 55 : audit [INF] from='mgr.14116 172.21.15.116:0/4047381864' entity='mgr.smithi116.ldeiub' 2023-11-15T05:34:25.864 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:34:25 smithi116 bash[25961]: audit 2023-11-15T05:34:24.816460+0000 mon.smithi116 (mon.0) 56 : audit [INF] from='mgr.14116 172.21.15.116:0/4047381864' entity='mgr.smithi116.ldeiub' 2023-11-15T05:34:25.865 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:34:25 smithi116 bash[25961]: audit 2023-11-15T05:34:25.112125+0000 mon.smithi116 (mon.0) 57 : audit [INF] from='mgr.14116 172.21.15.116:0/4047381864' entity='mgr.smithi116.ldeiub' 2023-11-15T05:34:26.565 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph: Scheduled mgr update... 2023-11-15T05:34:27.122 INFO:teuthology.orchestra.run.smithi116.stderr:Deploying crash service with default placement... 2023-11-15T05:34:27.856 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:34:27 smithi116 bash[25961]: audit 2023-11-15T05:34:26.556095+0000 mgr.smithi116.ldeiub (mgr.14116) 13 : audit [DBG] from='client.14138 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mgr", "target": ["mon-mgr", ""]}]: dispatch 2023-11-15T05:34:27.857 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:34:27 smithi116 bash[25961]: cephadm 2023-11-15T05:34:26.558330+0000 mgr.smithi116.ldeiub (mgr.14116) 14 : cephadm [INF] Saving service mgr spec with placement count:2 2023-11-15T05:34:27.857 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:34:27 smithi116 bash[25961]: audit 2023-11-15T05:34:26.562894+0000 mon.smithi116 (mon.0) 58 : audit [INF] from='mgr.14116 172.21.15.116:0/4047381864' entity='mgr.smithi116.ldeiub' 2023-11-15T05:34:28.479 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph: Scheduled crash update... 2023-11-15T05:34:28.995 INFO:teuthology.orchestra.run.smithi116.stderr:Deploying prometheus service with default placement... 2023-11-15T05:34:29.775 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:34:29 smithi116 bash[25961]: audit 2023-11-15T05:34:28.469921+0000 mgr.smithi116.ldeiub (mgr.14116) 15 : audit [DBG] from='client.14140 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "crash", "target": ["mon-mgr", ""]}]: dispatch 2023-11-15T05:34:29.775 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:34:29 smithi116 bash[25961]: cephadm 2023-11-15T05:34:28.472226+0000 mgr.smithi116.ldeiub (mgr.14116) 16 : cephadm [INF] Saving service crash spec with placement * 2023-11-15T05:34:29.776 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:34:29 smithi116 bash[25961]: audit 2023-11-15T05:34:28.476855+0000 mon.smithi116 (mon.0) 59 : audit [INF] from='mgr.14116 172.21.15.116:0/4047381864' entity='mgr.smithi116.ldeiub' 2023-11-15T05:34:30.393 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph: Scheduled prometheus update... 2023-11-15T05:34:30.975 INFO:teuthology.orchestra.run.smithi116.stderr:Deploying grafana service with default placement... 2023-11-15T05:34:31.649 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:34:31 smithi116 bash[25961]: audit 2023-11-15T05:34:30.197670+0000 mon.smithi116 (mon.0) 60 : audit [INF] from='mgr.14116 172.21.15.116:0/4047381864' entity='mgr.smithi116.ldeiub' 2023-11-15T05:34:31.650 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:34:31 smithi116 bash[25961]: cluster 2023-11-15T05:34:30.317123+0000 mgr.smithi116.ldeiub (mgr.14116) 17 : cluster [DBG] pgmap v3: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-15T05:34:31.650 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:34:31 smithi116 bash[25961]: audit 2023-11-15T05:34:30.386620+0000 mgr.smithi116.ldeiub (mgr.14116) 18 : audit [DBG] from='client.14142 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "prometheus", "target": ["mon-mgr", ""]}]: dispatch 2023-11-15T05:34:31.650 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:34:31 smithi116 bash[25961]: cephadm 2023-11-15T05:34:30.388052+0000 mgr.smithi116.ldeiub (mgr.14116) 19 : cephadm [INF] Saving service prometheus spec with placement count:1 2023-11-15T05:34:31.650 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:34:31 smithi116 bash[25961]: audit 2023-11-15T05:34:30.391440+0000 mon.smithi116 (mon.0) 61 : audit [INF] from='mgr.14116 172.21.15.116:0/4047381864' entity='mgr.smithi116.ldeiub' 2023-11-15T05:34:32.481 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph: Scheduled grafana update... 2023-11-15T05:34:33.048 INFO:teuthology.orchestra.run.smithi116.stderr:Deploying node-exporter service with default placement... 2023-11-15T05:34:33.831 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:34:33 smithi116 bash[25961]: cluster 2023-11-15T05:34:32.317530+0000 mgr.smithi116.ldeiub (mgr.14116) 20 : cluster [DBG] pgmap v4: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-15T05:34:33.832 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:34:33 smithi116 bash[25961]: audit 2023-11-15T05:34:32.472335+0000 mgr.smithi116.ldeiub (mgr.14116) 21 : audit [DBG] from='client.14144 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "grafana", "target": ["mon-mgr", ""]}]: dispatch 2023-11-15T05:34:33.832 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:34:33 smithi116 bash[25961]: cephadm 2023-11-15T05:34:32.474448+0000 mgr.smithi116.ldeiub (mgr.14116) 22 : cephadm [INF] Saving service grafana spec with placement count:1 2023-11-15T05:34:33.832 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:34:33 smithi116 bash[25961]: audit 2023-11-15T05:34:32.478981+0000 mon.smithi116 (mon.0) 62 : audit [INF] from='mgr.14116 172.21.15.116:0/4047381864' entity='mgr.smithi116.ldeiub' 2023-11-15T05:34:34.452 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph: Scheduled node-exporter update... 2023-11-15T05:34:34.968 INFO:teuthology.orchestra.run.smithi116.stderr:Deploying alertmanager service with default placement... 2023-11-15T05:34:35.763 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:34:35 smithi116 bash[25961]: cluster 2023-11-15T05:34:34.318059+0000 mgr.smithi116.ldeiub (mgr.14116) 23 : cluster [DBG] pgmap v5: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-15T05:34:35.764 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:34:35 smithi116 bash[25961]: audit 2023-11-15T05:34:34.442716+0000 mgr.smithi116.ldeiub (mgr.14116) 24 : audit [DBG] from='client.14146 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "node-exporter", "target": ["mon-mgr", ""]}]: dispatch 2023-11-15T05:34:35.764 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:34:35 smithi116 bash[25961]: cephadm 2023-11-15T05:34:34.444881+0000 mgr.smithi116.ldeiub (mgr.14116) 25 : cephadm [INF] Saving service node-exporter spec with placement * 2023-11-15T05:34:35.764 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:34:35 smithi116 bash[25961]: audit 2023-11-15T05:34:34.449704+0000 mon.smithi116 (mon.0) 63 : audit [INF] from='mgr.14116 172.21.15.116:0/4047381864' entity='mgr.smithi116.ldeiub' 2023-11-15T05:34:36.383 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph: Scheduled alertmanager update... 2023-11-15T05:34:37.649 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:34:37 smithi116 bash[25961]: cluster 2023-11-15T05:34:36.318558+0000 mgr.smithi116.ldeiub (mgr.14116) 26 : cluster [DBG] pgmap v6: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-15T05:34:37.650 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:34:37 smithi116 bash[25961]: audit 2023-11-15T05:34:36.372439+0000 mgr.smithi116.ldeiub (mgr.14116) 27 : audit [DBG] from='client.14148 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "alertmanager", "target": ["mon-mgr", ""]}]: dispatch 2023-11-15T05:34:37.650 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:34:37 smithi116 bash[25961]: cephadm 2023-11-15T05:34:36.374677+0000 mgr.smithi116.ldeiub (mgr.14116) 28 : cephadm [INF] Saving service alertmanager spec with placement count:1 2023-11-15T05:34:37.651 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:34:37 smithi116 bash[25961]: audit 2023-11-15T05:34:36.379749+0000 mon.smithi116 (mon.0) 64 : audit [INF] from='mgr.14116 172.21.15.116:0/4047381864' entity='mgr.smithi116.ldeiub' 2023-11-15T05:34:40.149 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:34:39 smithi116 bash[25961]: cluster 2023-11-15T05:34:38.318862+0000 mgr.smithi116.ldeiub (mgr.14116) 29 : cluster [DBG] pgmap v7: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-15T05:34:40.149 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:34:39 smithi116 bash[25961]: audit 2023-11-15T05:34:38.672715+0000 mon.smithi116 (mon.0) 65 : audit [INF] from='client.? 172.21.15.116:0/4256841969' entity='client.admin' 2023-11-15T05:34:41.485 INFO:teuthology.orchestra.run.smithi116.stderr:Enabling the dashboard module... 2023-11-15T05:34:42.186 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:34:41 smithi116 bash[25961]: cluster 2023-11-15T05:34:40.319224+0000 mgr.smithi116.ldeiub (mgr.14116) 30 : cluster [DBG] pgmap v8: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-15T05:34:42.186 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:34:41 smithi116 bash[25961]: audit 2023-11-15T05:34:40.918950+0000 mon.smithi116 (mon.0) 66 : audit [INF] from='client.? 172.21.15.116:0/581559442' entity='client.admin' 2023-11-15T05:34:44.241 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:34:43 smithi116 bash[25961]: cluster 2023-11-15T05:34:42.319714+0000 mgr.smithi116.ldeiub (mgr.14116) 31 : cluster [DBG] pgmap v9: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-15T05:34:44.241 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:34:43 smithi116 bash[25961]: audit 2023-11-15T05:34:42.946495+0000 mon.smithi116 (mon.0) 67 : audit [INF] from='client.? 172.21.15.116:0/4025908466' entity='client.admin' cmd=[{"prefix": "mgr module enable", "module": "dashboard"}]: dispatch 2023-11-15T05:34:45.149 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:34:44 smithi116 bash[25961]: audit 2023-11-15T05:34:43.927944+0000 mon.smithi116 (mon.0) 68 : audit [INF] from='client.? 172.21.15.116:0/4025908466' entity='client.admin' cmd='[{"prefix": "mgr module enable", "module": "dashboard"}]': finished 2023-11-15T05:34:45.150 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:34:44 smithi116 bash[25961]: cluster 2023-11-15T05:34:43.928137+0000 mon.smithi116 (mon.0) 69 : cluster [DBG] mgrmap e9: smithi116.ldeiub(active, since 33s) 2023-11-15T05:34:46.115 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph: { 2023-11-15T05:34:46.116 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph: "epoch": 9, 2023-11-15T05:34:46.116 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph: "available": true, 2023-11-15T05:34:46.116 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph: "active_name": "smithi116.ldeiub", 2023-11-15T05:34:46.116 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph: "num_standby": 0 2023-11-15T05:34:46.117 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph: } 2023-11-15T05:34:46.399 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:34:46 smithi116 bash[25961]: audit 2023-11-15T05:34:46.112812+0000 mon.smithi116 (mon.0) 70 : audit [DBG] from='client.? 172.21.15.116:0/1464163775' entity='client.admin' cmd=[{"prefix": "mgr stat"}]: dispatch 2023-11-15T05:34:46.679 INFO:teuthology.orchestra.run.smithi116.stderr:Waiting for the mgr to restart... 2023-11-15T05:34:46.680 INFO:teuthology.orchestra.run.smithi116.stderr:Waiting for mgr epoch 9... 2023-11-15T05:34:50.616 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:34:50 smithi116 bash[25961]: cluster 2023-11-15T05:34:50.351511+0000 mon.smithi116 (mon.0) 71 : cluster [INF] Active manager daemon smithi116.ldeiub restarted 2023-11-15T05:34:50.616 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:34:50 smithi116 bash[25961]: cluster 2023-11-15T05:34:50.351957+0000 mon.smithi116 (mon.0) 72 : cluster [INF] Activating manager daemon smithi116.ldeiub 2023-11-15T05:34:50.616 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:34:50 smithi116 bash[25961]: cluster 2023-11-15T05:34:50.361195+0000 mon.smithi116 (mon.0) 73 : cluster [DBG] osdmap e3: 0 total, 0 up, 0 in 2023-11-15T05:34:50.617 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:34:50 smithi116 bash[25961]: cluster 2023-11-15T05:34:50.361529+0000 mon.smithi116 (mon.0) 74 : cluster [DBG] mgrmap e10: smithi116.ldeiub(active, starting, since 0.00973823s) 2023-11-15T05:34:50.617 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:34:50 smithi116 bash[25961]: audit 2023-11-15T05:34:50.363098+0000 mon.smithi116 (mon.0) 75 : audit [DBG] from='mgr.14156 172.21.15.116:0/2083764680' entity='mgr.smithi116.ldeiub' cmd=[{"prefix": "mon metadata", "id": "smithi116"}]: dispatch 2023-11-15T05:34:50.617 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:34:50 smithi116 bash[25961]: audit 2023-11-15T05:34:50.365136+0000 mon.smithi116 (mon.0) 76 : audit [DBG] from='mgr.14156 172.21.15.116:0/2083764680' entity='mgr.smithi116.ldeiub' cmd=[{"prefix": "mgr metadata", "who": "smithi116.ldeiub", "id": "smithi116.ldeiub"}]: dispatch 2023-11-15T05:34:50.617 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:34:50 smithi116 bash[25961]: audit 2023-11-15T05:34:50.366685+0000 mon.smithi116 (mon.0) 77 : audit [DBG] from='mgr.14156 172.21.15.116:0/2083764680' entity='mgr.smithi116.ldeiub' cmd=[{"prefix": "mds metadata"}]: dispatch 2023-11-15T05:34:50.617 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:34:50 smithi116 bash[25961]: audit 2023-11-15T05:34:50.367022+0000 mon.smithi116 (mon.0) 78 : audit [DBG] from='mgr.14156 172.21.15.116:0/2083764680' entity='mgr.smithi116.ldeiub' cmd=[{"prefix": "osd metadata"}]: dispatch 2023-11-15T05:34:50.618 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:34:50 smithi116 bash[25961]: audit 2023-11-15T05:34:50.367343+0000 mon.smithi116 (mon.0) 79 : audit [DBG] from='mgr.14156 172.21.15.116:0/2083764680' entity='mgr.smithi116.ldeiub' cmd=[{"prefix": "mon metadata"}]: dispatch 2023-11-15T05:34:50.618 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:34:50 smithi116 bash[25961]: cluster 2023-11-15T05:34:50.372511+0000 mon.smithi116 (mon.0) 80 : cluster [INF] Manager daemon smithi116.ldeiub is now available 2023-11-15T05:34:51.378 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph: { 2023-11-15T05:34:51.379 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph: "mgrmap_epoch": 11, 2023-11-15T05:34:51.379 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph: "initialized": true 2023-11-15T05:34:51.379 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph: } 2023-11-15T05:34:51.899 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:34:51 smithi116 bash[25961]: audit 2023-11-15T05:34:50.509012+0000 mon.smithi116 (mon.0) 81 : audit [DBG] from='mgr.14156 172.21.15.116:0/2083764680' entity='mgr.smithi116.ldeiub' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-15T05:34:51.900 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:34:51 smithi116 bash[25961]: audit 2023-11-15T05:34:50.512538+0000 mon.smithi116 (mon.0) 82 : audit [DBG] from='mgr.14156 172.21.15.116:0/2083764680' entity='mgr.smithi116.ldeiub' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-15T05:34:51.900 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:34:51 smithi116 bash[25961]: audit 2023-11-15T05:34:50.560376+0000 mon.smithi116 (mon.0) 83 : audit [INF] from='mgr.14156 172.21.15.116:0/2083764680' entity='mgr.smithi116.ldeiub' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi116.ldeiub/mirror_snapshot_schedule"}]: dispatch 2023-11-15T05:34:51.900 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:34:51 smithi116 bash[25961]: audit 2023-11-15T05:34:50.565044+0000 mon.smithi116 (mon.0) 84 : audit [INF] from='mgr.14156 172.21.15.116:0/2083764680' entity='mgr.smithi116.ldeiub' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi116.ldeiub/trash_purge_schedule"}]: dispatch 2023-11-15T05:34:51.900 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:34:51 smithi116 bash[25961]: cluster 2023-11-15T05:34:51.362204+0000 mon.smithi116 (mon.0) 85 : cluster [DBG] mgrmap e11: smithi116.ldeiub(active, since 1.01042s) 2023-11-15T05:34:52.036 INFO:teuthology.orchestra.run.smithi116.stderr:mgr epoch 9 is available 2023-11-15T05:34:52.036 INFO:teuthology.orchestra.run.smithi116.stderr:Generating a dashboard self-signed certificate... 2023-11-15T05:34:52.725 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:34:52 smithi116 bash[25961]: audit 2023-11-15T05:34:51.362631+0000 mgr.smithi116.ldeiub (mgr.14156) 1 : audit [DBG] from='client.14160 -' entity='client.admin' cmd=[{"prefix": "get_command_descriptions"}]: dispatch 2023-11-15T05:34:52.726 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:34:52 smithi116 bash[25961]: audit 2023-11-15T05:34:51.376195+0000 mgr.smithi116.ldeiub (mgr.14156) 2 : audit [DBG] from='client.14160 -' entity='client.admin' cmd=[{"prefix": "mgr_status"}]: dispatch 2023-11-15T05:34:53.432 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph: Self-signed certificate created 2023-11-15T05:34:53.899 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:34:53 smithi116 bash[25961]: cluster 2023-11-15T05:34:52.411576+0000 mon.smithi116 (mon.0) 86 : cluster [DBG] mgrmap e12: smithi116.ldeiub(active, since 2s) 2023-11-15T05:34:53.993 INFO:teuthology.orchestra.run.smithi116.stderr:Creating initial admin user... 2023-11-15T05:34:54.681 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:34:54 smithi116 bash[25961]: audit 2023-11-15T05:34:53.381918+0000 mgr.smithi116.ldeiub (mgr.14156) 3 : audit [DBG] from='client.14166 -' entity='client.admin' cmd=[{"prefix": "dashboard create-self-signed-cert", "target": ["mon-mgr", ""]}]: dispatch 2023-11-15T05:34:54.682 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:34:54 smithi116 bash[25961]: audit 2023-11-15T05:34:53.416996+0000 mon.smithi116 (mon.0) 87 : audit [INF] from='mgr.14156 172.21.15.116:0/2083764680' entity='mgr.smithi116.ldeiub' 2023-11-15T05:34:54.682 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:34:54 smithi116 bash[25961]: audit 2023-11-15T05:34:53.429505+0000 mon.smithi116 (mon.0) 88 : audit [INF] from='mgr.14156 172.21.15.116:0/2083764680' entity='mgr.smithi116.ldeiub' 2023-11-15T05:34:55.606 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph: {"username": "admin", "password": "$2b$12$Fo1zIuYUeRPA.GuvzUs7IOh8xSiXjL4pO7/uId9WNZX9TDI/frm2C", "roles": ["administrator"], "name": null, "email": null, "lastUpdate": 1700026495, "enabled": true, "pwdExpirationDate": null, "pwdUpdateRequired": true} 2023-11-15T05:34:56.133 INFO:teuthology.orchestra.run.smithi116.stderr:Fetching dashboard port number... 2023-11-15T05:34:56.884 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:34:56 smithi116 bash[25961]: audit 2023-11-15T05:34:55.377740+0000 mgr.smithi116.ldeiub (mgr.14156) 4 : audit [DBG] from='client.14168 -' entity='client.admin' cmd=[{"prefix": "dashboard ac-user-create", "username": "admin", "rolename": "administrator", "force_password": true, "pwd_update_required": true, "target": ["mon-mgr", ""]}]: dispatch 2023-11-15T05:34:56.884 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:34:56 smithi116 bash[25961]: audit 2023-11-15T05:34:55.599417+0000 mon.smithi116 (mon.0) 89 : audit [INF] from='mgr.14156 172.21.15.116:0/2083764680' entity='mgr.smithi116.ldeiub' 2023-11-15T05:34:57.581 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph: 8443 2023-11-15T05:34:57.900 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:34:57 smithi116 bash[25961]: cluster 2023-11-15T05:34:56.607908+0000 mon.smithi116 (mon.0) 90 : cluster [DBG] mgrmap e13: smithi116.ldeiub(active, since 6s) 2023-11-15T05:34:57.900 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:34:57 smithi116 bash[25961]: audit 2023-11-15T05:34:57.351924+0000 mon.smithi116 (mon.0) 91 : audit [INF] from='mgr.14156 172.21.15.116:0/2083764680' entity='mgr.smithi116.ldeiub' 2023-11-15T05:34:57.900 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:34:57 smithi116 bash[25961]: audit 2023-11-15T05:34:57.578622+0000 mon.smithi116 (mon.0) 92 : audit [DBG] from='client.? 172.21.15.116:0/1187561098' entity='client.admin' cmd=[{"prefix": "config get", "who": "mgr", "key": "mgr/dashboard/ssl_server_port"}]: dispatch 2023-11-15T05:34:58.157 INFO:teuthology.orchestra.run.smithi116.stderr:firewalld does not appear to be present 2023-11-15T05:34:58.157 INFO:teuthology.orchestra.run.smithi116.stderr:Not possible to open ports <[8443]>. firewalld.service is not available 2023-11-15T05:34:58.161 INFO:teuthology.orchestra.run.smithi116.stderr:Ceph Dashboard is now available at: 2023-11-15T05:34:58.161 INFO:teuthology.orchestra.run.smithi116.stderr: 2023-11-15T05:34:58.161 INFO:teuthology.orchestra.run.smithi116.stderr: URL: https://smithi116.front.sepia.ceph.com:8443/ 2023-11-15T05:34:58.162 INFO:teuthology.orchestra.run.smithi116.stderr: User: admin 2023-11-15T05:34:58.162 INFO:teuthology.orchestra.run.smithi116.stderr: Password: fdfue2fv08 2023-11-15T05:34:58.162 INFO:teuthology.orchestra.run.smithi116.stderr: 2023-11-15T05:34:58.163 INFO:teuthology.orchestra.run.smithi116.stderr:Enabling autotune for osd_memory_target 2023-11-15T05:35:01.621 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph: set mgr/dashboard/cluster/status 2023-11-15T05:35:02.216 INFO:teuthology.orchestra.run.smithi116.stderr:You can access the Ceph CLI as following in case of multi-cluster or non-default config: 2023-11-15T05:35:02.217 INFO:teuthology.orchestra.run.smithi116.stderr: 2023-11-15T05:35:02.217 INFO:teuthology.orchestra.run.smithi116.stderr: sudo /home/ubuntu/cephtest/cephadm shell --fsid 7456fada-8378-11ee-8dbe-212e2dc638e7 -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring 2023-11-15T05:35:02.217 INFO:teuthology.orchestra.run.smithi116.stderr: 2023-11-15T05:35:02.217 INFO:teuthology.orchestra.run.smithi116.stderr:Or, if you are only running a single cluster on this host: 2023-11-15T05:35:02.218 INFO:teuthology.orchestra.run.smithi116.stderr: 2023-11-15T05:35:02.218 INFO:teuthology.orchestra.run.smithi116.stderr: sudo /home/ubuntu/cephtest/cephadm shell 2023-11-15T05:35:02.218 INFO:teuthology.orchestra.run.smithi116.stderr: 2023-11-15T05:35:02.218 INFO:teuthology.orchestra.run.smithi116.stderr:Please consider enabling telemetry to help improve Ceph: 2023-11-15T05:35:02.218 INFO:teuthology.orchestra.run.smithi116.stderr: 2023-11-15T05:35:02.219 INFO:teuthology.orchestra.run.smithi116.stderr: ceph telemetry on 2023-11-15T05:35:02.219 INFO:teuthology.orchestra.run.smithi116.stderr: 2023-11-15T05:35:02.219 INFO:teuthology.orchestra.run.smithi116.stderr:For more information see: 2023-11-15T05:35:02.219 INFO:teuthology.orchestra.run.smithi116.stderr: 2023-11-15T05:35:02.220 INFO:teuthology.orchestra.run.smithi116.stderr: https://docs.ceph.com/en/pacific/mgr/telemetry/ 2023-11-15T05:35:02.220 INFO:teuthology.orchestra.run.smithi116.stderr: 2023-11-15T05:35:02.220 INFO:teuthology.orchestra.run.smithi116.stderr:Bootstrap complete. 2023-11-15T05:35:02.251 INFO:tasks.cephadm:Fetching config... 2023-11-15T05:35:02.251 DEBUG:teuthology.orchestra.run.smithi116:> set -ex 2023-11-15T05:35:02.252 DEBUG:teuthology.orchestra.run.smithi116:> dd if=/etc/ceph/ceph.conf of=/dev/stdout 2023-11-15T05:35:02.259 INFO:tasks.cephadm:Fetching client.admin keyring... 2023-11-15T05:35:02.259 DEBUG:teuthology.orchestra.run.smithi116:> set -ex 2023-11-15T05:35:02.260 DEBUG:teuthology.orchestra.run.smithi116:> dd if=/etc/ceph/ceph.client.admin.keyring of=/dev/stdout 2023-11-15T05:35:02.317 INFO:tasks.cephadm:Fetching mon keyring... 2023-11-15T05:35:02.317 DEBUG:teuthology.orchestra.run.smithi116:> set -ex 2023-11-15T05:35:02.318 DEBUG:teuthology.orchestra.run.smithi116:> sudo dd if=/var/lib/ceph/7456fada-8378-11ee-8dbe-212e2dc638e7/mon.smithi116/keyring of=/dev/stdout 2023-11-15T05:35:02.375 INFO:tasks.cephadm:Fetching pub ssh key... 2023-11-15T05:35:02.375 DEBUG:teuthology.orchestra.run.smithi116:> set -ex 2023-11-15T05:35:02.375 DEBUG:teuthology.orchestra.run.smithi116:> dd if=/home/ubuntu/cephtest/ceph.pub of=/dev/stdout 2023-11-15T05:35:02.425 INFO:tasks.cephadm:Installing pub ssh key for root users... 2023-11-15T05:35:02.425 DEBUG:teuthology.orchestra.run.smithi116:> sudo install -d -m 0700 /root/.ssh && echo 'ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDJ7Qs3esyzpddTiinnuxdmolW+MAteaSUaNkAz8gBmGUadQaPCsu97DnrV198BNdoD8k3nA6Le7XFEciuMob/wjHPHrRLCuaFQyRqY0GqG/HqlDB0okVNI+0/TT/uyLRUfPgwWRSzELKBiIKf5+49j+J+ntdj5Wl3RZuw7jTFZMiyOUWIB8S6DoIYablgH6x4D5ahSee4S9psV9vwvAVBJQGslBTSr/qTuinNvF5//ay/19u9xiejCbg/9h4PirtfJPGfSIJ768x+nx9jS0uezqiFm6qXImwYDpJaQ1kAb1ixWE6ID9hzZ1w2JXrqmvhd2wlQjDXRE9x0iuxvHLheOmhGWVM88aAi7Q+zhue8ypTAVbSPMtOaAMOfEDa0+9M5UTuXRiaOvoRWr4f1IpGJEQyss5HXsMlzfWV3G0V5Czmv0vLUrx3eCn6+a5dioXhSrdzyTKggw28RYAFfeLnAWiwgKyn1sXqovx7FBs5koC7qCgffuJ85ChHoe1DcVA9c= ceph-7456fada-8378-11ee-8dbe-212e2dc638e7' | sudo tee -a /root/.ssh/authorized_keys && sudo chmod 0600 /root/.ssh/authorized_keys 2023-11-15T05:35:02.488 INFO:teuthology.orchestra.run.smithi116.stdout:ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDJ7Qs3esyzpddTiinnuxdmolW+MAteaSUaNkAz8gBmGUadQaPCsu97DnrV198BNdoD8k3nA6Le7XFEciuMob/wjHPHrRLCuaFQyRqY0GqG/HqlDB0okVNI+0/TT/uyLRUfPgwWRSzELKBiIKf5+49j+J+ntdj5Wl3RZuw7jTFZMiyOUWIB8S6DoIYablgH6x4D5ahSee4S9psV9vwvAVBJQGslBTSr/qTuinNvF5//ay/19u9xiejCbg/9h4PirtfJPGfSIJ768x+nx9jS0uezqiFm6qXImwYDpJaQ1kAb1ixWE6ID9hzZ1w2JXrqmvhd2wlQjDXRE9x0iuxvHLheOmhGWVM88aAi7Q+zhue8ypTAVbSPMtOaAMOfEDa0+9M5UTuXRiaOvoRWr4f1IpGJEQyss5HXsMlzfWV3G0V5Czmv0vLUrx3eCn6+a5dioXhSrdzyTKggw28RYAFfeLnAWiwgKyn1sXqovx7FBs5koC7qCgffuJ85ChHoe1DcVA9c= ceph-7456fada-8378-11ee-8dbe-212e2dc638e7 2023-11-15T05:35:02.498 DEBUG:teuthology.orchestra.run.smithi152:> sudo install -d -m 0700 /root/.ssh && echo 'ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDJ7Qs3esyzpddTiinnuxdmolW+MAteaSUaNkAz8gBmGUadQaPCsu97DnrV198BNdoD8k3nA6Le7XFEciuMob/wjHPHrRLCuaFQyRqY0GqG/HqlDB0okVNI+0/TT/uyLRUfPgwWRSzELKBiIKf5+49j+J+ntdj5Wl3RZuw7jTFZMiyOUWIB8S6DoIYablgH6x4D5ahSee4S9psV9vwvAVBJQGslBTSr/qTuinNvF5//ay/19u9xiejCbg/9h4PirtfJPGfSIJ768x+nx9jS0uezqiFm6qXImwYDpJaQ1kAb1ixWE6ID9hzZ1w2JXrqmvhd2wlQjDXRE9x0iuxvHLheOmhGWVM88aAi7Q+zhue8ypTAVbSPMtOaAMOfEDa0+9M5UTuXRiaOvoRWr4f1IpGJEQyss5HXsMlzfWV3G0V5Czmv0vLUrx3eCn6+a5dioXhSrdzyTKggw28RYAFfeLnAWiwgKyn1sXqovx7FBs5koC7qCgffuJ85ChHoe1DcVA9c= ceph-7456fada-8378-11ee-8dbe-212e2dc638e7' | sudo tee -a /root/.ssh/authorized_keys && sudo chmod 0600 /root/.ssh/authorized_keys 2023-11-15T05:35:02.519 INFO:teuthology.orchestra.run.smithi152.stdout:ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDJ7Qs3esyzpddTiinnuxdmolW+MAteaSUaNkAz8gBmGUadQaPCsu97DnrV198BNdoD8k3nA6Le7XFEciuMob/wjHPHrRLCuaFQyRqY0GqG/HqlDB0okVNI+0/TT/uyLRUfPgwWRSzELKBiIKf5+49j+J+ntdj5Wl3RZuw7jTFZMiyOUWIB8S6DoIYablgH6x4D5ahSee4S9psV9vwvAVBJQGslBTSr/qTuinNvF5//ay/19u9xiejCbg/9h4PirtfJPGfSIJ768x+nx9jS0uezqiFm6qXImwYDpJaQ1kAb1ixWE6ID9hzZ1w2JXrqmvhd2wlQjDXRE9x0iuxvHLheOmhGWVM88aAi7Q+zhue8ypTAVbSPMtOaAMOfEDa0+9M5UTuXRiaOvoRWr4f1IpGJEQyss5HXsMlzfWV3G0V5Czmv0vLUrx3eCn6+a5dioXhSrdzyTKggw28RYAFfeLnAWiwgKyn1sXqovx7FBs5koC7qCgffuJ85ChHoe1DcVA9c= ceph-7456fada-8378-11ee-8dbe-212e2dc638e7 2023-11-15T05:35:02.529 DEBUG:teuthology.orchestra.run.smithi116:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 7456fada-8378-11ee-8dbe-212e2dc638e7 -- ceph config set mgr mgr/cephadm/allow_ptrace true 2023-11-15T05:35:02.902 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:35:02 smithi116 bash[25961]: audit 2023-11-15T05:35:01.615773+0000 mon.smithi116 (mon.0) 93 : audit [INF] from='client.? 172.21.15.116:0/797720055' entity='client.admin' 2023-11-15T05:35:07.490 INFO:tasks.cephadm:Distributing conf and client.admin keyring to all hosts + 0755 2023-11-15T05:35:07.491 DEBUG:teuthology.orchestra.run.smithi116:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 7456fada-8378-11ee-8dbe-212e2dc638e7 -- ceph orch client-keyring set client.admin '*' --mode 0755 2023-11-15T05:35:08.149 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:35:07 smithi116 bash[25961]: audit 2023-11-15T05:35:06.771298+0000 mon.smithi116 (mon.0) 94 : audit [INF] from='client.? 172.21.15.116:0/3927193517' entity='client.admin' 2023-11-15T05:35:10.649 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:35:10 smithi116 bash[25961]: audit 2023-11-15T05:35:09.378530+0000 mon.smithi116 (mon.0) 95 : audit [INF] from='mgr.14156 172.21.15.116:0/2083764680' entity='mgr.smithi116.ldeiub' 2023-11-15T05:35:10.650 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:35:10 smithi116 bash[25961]: audit 2023-11-15T05:35:09.679725+0000 mon.smithi116 (mon.0) 96 : audit [INF] from='mgr.14156 172.21.15.116:0/2083764680' entity='mgr.smithi116.ldeiub' cmd=[{"prefix": "config rm", "who": "osd/host:smithi116", "name": "osd_memory_target"}]: dispatch 2023-11-15T05:35:10.650 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:35:10 smithi116 bash[25961]: audit 2023-11-15T05:35:09.685538+0000 mon.smithi116 (mon.0) 97 : audit [INF] from='mgr.14156 172.21.15.116:0/2083764680' entity='mgr.smithi116.ldeiub' 2023-11-15T05:35:10.650 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:35:10 smithi116 bash[25961]: cephadm 2023-11-15T05:35:09.704424+0000 mgr.smithi116.ldeiub (mgr.14156) 5 : cephadm [INF] Deploying daemon alertmanager.smithi116 on smithi116 2023-11-15T05:35:11.857 INFO:tasks.cephadm:Writing (initial) conf and keyring to smithi152 2023-11-15T05:35:11.858 DEBUG:teuthology.orchestra.run.smithi152:> set -ex 2023-11-15T05:35:11.858 DEBUG:teuthology.orchestra.run.smithi152:> dd of=/etc/ceph/ceph.conf 2023-11-15T05:35:11.865 DEBUG:teuthology.orchestra.run.smithi152:> set -ex 2023-11-15T05:35:11.865 DEBUG:teuthology.orchestra.run.smithi152:> dd of=/etc/ceph/ceph.client.admin.keyring 2023-11-15T05:35:11.915 INFO:tasks.cephadm:Adding host smithi152 to orchestrator... 2023-11-15T05:35:11.915 DEBUG:teuthology.orchestra.run.smithi152:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 7456fada-8378-11ee-8dbe-212e2dc638e7 -- ceph orch host add smithi152 2023-11-15T05:35:12.150 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:35:11 smithi116 bash[25961]: cluster 2023-11-15T05:35:10.368288+0000 mgr.smithi116.ldeiub (mgr.14156) 6 : cluster [DBG] pgmap v3: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-15T05:35:12.150 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:35:11 smithi116 bash[25961]: audit 2023-11-15T05:35:10.963918+0000 mgr.smithi116.ldeiub (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 2023-11-15T05:35:12.150 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:35:11 smithi116 bash[25961]: audit 2023-11-15T05:35:10.967887+0000 mon.smithi116 (mon.0) 98 : audit [INF] from='mgr.14156 172.21.15.116:0/2083764680' entity='mgr.smithi116.ldeiub' 2023-11-15T05:35:14.400 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:35:13 smithi116 bash[25961]: cluster 2023-11-15T05:35:12.368750+0000 mgr.smithi116.ldeiub (mgr.14156) 8 : cluster [DBG] pgmap v4: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-15T05:35:15.399 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:35:15 smithi116 bash[25961]: cluster 2023-11-15T05:35:14.369247+0000 mgr.smithi116.ldeiub (mgr.14156) 9 : cluster [DBG] pgmap v5: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-15T05:35:17.636 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:35:17 smithi116 bash[25961]: cluster 2023-11-15T05:35:16.369684+0000 mgr.smithi116.ldeiub (mgr.14156) 10 : cluster [DBG] pgmap v6: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-15T05:35:18.944 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:35:18 smithi116 bash[25961]: audit 2023-11-15T05:35:17.674428+0000 mon.smithi116 (mon.0) 99 : audit [INF] from='mgr.14156 172.21.15.116:0/2083764680' entity='mgr.smithi116.ldeiub' 2023-11-15T05:35:18.944 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:35:18 smithi116 bash[25961]: audit 2023-11-15T05:35:17.677066+0000 mon.smithi116 (mon.0) 100 : audit [INF] from='mgr.14156 172.21.15.116:0/2083764680' entity='mgr.smithi116.ldeiub' cmd=[{"prefix": "auth get-or-create", "entity": "client.crash.smithi116", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]: dispatch 2023-11-15T05:35:18.944 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:35:18 smithi116 bash[25961]: audit 2023-11-15T05:35:17.681087+0000 mon.smithi116 (mon.0) 101 : audit [INF] from='mgr.14156 172.21.15.116:0/2083764680' entity='mgr.smithi116.ldeiub' cmd='[{"prefix": "auth get-or-create", "entity": "client.crash.smithi116", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]': finished 2023-11-15T05:35:18.944 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:35:18 smithi116 bash[25961]: audit 2023-11-15T05:35:17.682524+0000 mon.smithi116 (mon.0) 102 : audit [DBG] from='mgr.14156 172.21.15.116:0/2083764680' entity='mgr.smithi116.ldeiub' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-15T05:35:18.945 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:35:18 smithi116 bash[25961]: cephadm 2023-11-15T05:35:17.683421+0000 mgr.smithi116.ldeiub (mgr.14156) 11 : cephadm [INF] Deploying daemon crash.smithi116 on smithi116 2023-11-15T05:35:20.033 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:35:19 smithi116 bash[25961]: cluster 2023-11-15T05:35:18.370231+0000 mgr.smithi116.ldeiub (mgr.14156) 12 : cluster [DBG] pgmap v7: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-15T05:35:21.400 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:35:21 smithi116 bash[25961]: audit 2023-11-15T05:35:20.077044+0000 mon.smithi116 (mon.0) 103 : audit [INF] from='mgr.14156 172.21.15.116:0/2083764680' entity='mgr.smithi116.ldeiub' 2023-11-15T05:35:21.400 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:35:21 smithi116 bash[25961]: audit 2023-11-15T05:35:20.158432+0000 mon.smithi116 (mon.0) 104 : audit [INF] from='mgr.14156 172.21.15.116:0/2083764680' entity='mgr.smithi116.ldeiub' 2023-11-15T05:35:21.400 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:35:21 smithi116 bash[25961]: audit 2023-11-15T05:35:20.162693+0000 mon.smithi116 (mon.0) 105 : audit [INF] from='mgr.14156 172.21.15.116:0/2083764680' entity='mgr.smithi116.ldeiub' 2023-11-15T05:35:21.401 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:35:21 smithi116 bash[25961]: audit 2023-11-15T05:35:20.165672+0000 mon.smithi116 (mon.0) 106 : audit [INF] from='mgr.14156 172.21.15.116:0/2083764680' entity='mgr.smithi116.ldeiub' cmd=[{"prefix": "dashboard set-grafana-api-ssl-verify", "value": "false"}]: dispatch 2023-11-15T05:35:21.401 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:35:21 smithi116 bash[25961]: audit 2023-11-15T05:35:20.166630+0000 mgr.smithi116.ldeiub (mgr.14156) 13 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-grafana-api-ssl-verify", "value": "false"}]: dispatch 2023-11-15T05:35:21.401 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:35:21 smithi116 bash[25961]: audit 2023-11-15T05:35:20.170636+0000 mon.smithi116 (mon.0) 107 : audit [INF] from='mgr.14156 172.21.15.116:0/2083764680' entity='mgr.smithi116.ldeiub' 2023-11-15T05:35:21.401 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:35:21 smithi116 bash[25961]: cephadm 2023-11-15T05:35:20.186259+0000 mgr.smithi116.ldeiub (mgr.14156) 14 : cephadm [INF] Deploying daemon grafana.smithi116 on smithi116 2023-11-15T05:35:21.401 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:35:21 smithi116 bash[25961]: cluster 2023-11-15T05:35:20.370635+0000 mgr.smithi116.ldeiub (mgr.14156) 15 : cluster [DBG] pgmap v8: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-15T05:35:21.402 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:35:21 smithi116 bash[25961]: audit 2023-11-15T05:35:20.557237+0000 mon.smithi116 (mon.0) 108 : audit [INF] from='mgr.14156 172.21.15.116:0/2083764680' entity='mgr.smithi116.ldeiub' 2023-11-15T05:35:23.899 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:35:23 smithi116 bash[25961]: cluster 2023-11-15T05:35:22.371108+0000 mgr.smithi116.ldeiub (mgr.14156) 16 : cluster [DBG] pgmap v9: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-15T05:35:25.650 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:35:25 smithi116 bash[25961]: cluster 2023-11-15T05:35:24.371524+0000 mgr.smithi116.ldeiub (mgr.14156) 17 : cluster [DBG] pgmap v10: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-15T05:35:27.901 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:35:27 smithi116 bash[25961]: cluster 2023-11-15T05:35:26.371872+0000 mgr.smithi116.ldeiub (mgr.14156) 18 : cluster [DBG] pgmap v11: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-15T05:35:29.900 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:35:29 smithi116 bash[25961]: cluster 2023-11-15T05:35:28.372215+0000 mgr.smithi116.ldeiub (mgr.14156) 19 : cluster [DBG] pgmap v12: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-15T05:35:31.900 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:35:31 smithi116 bash[25961]: cluster 2023-11-15T05:35:30.372608+0000 mgr.smithi116.ldeiub (mgr.14156) 20 : cluster [DBG] pgmap v13: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-15T05:35:33.900 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:35:33 smithi116 bash[25961]: cluster 2023-11-15T05:35:32.373074+0000 mgr.smithi116.ldeiub (mgr.14156) 21 : cluster [DBG] pgmap v14: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-15T05:35:35.650 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:35:35 smithi116 bash[25961]: cluster 2023-11-15T05:35:34.373560+0000 mgr.smithi116.ldeiub (mgr.14156) 22 : cluster [DBG] pgmap v15: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-15T05:35:37.591 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:35:37 smithi116 bash[25961]: cluster 2023-11-15T05:35:36.374079+0000 mgr.smithi116.ldeiub (mgr.14156) 23 : cluster [DBG] pgmap v16: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-15T05:35:37.591 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:35:37 smithi116 bash[25961]: audit 2023-11-15T05:35:37.040793+0000 mon.smithi116 (mon.0) 109 : audit [INF] from='mgr.14156 172.21.15.116:0/2083764680' entity='mgr.smithi116.ldeiub' 2023-11-15T05:35:38.067 INFO:teuthology.orchestra.run.smithi152.stdout:Added host 'smithi152' with addr '172.21.15.152' 2023-11-15T05:35:38.591 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:35:38 smithi116 bash[25961]: cephadm 2023-11-15T05:35:37.044919+0000 mgr.smithi116.ldeiub (mgr.14156) 24 : cephadm [INF] Deploying daemon node-exporter.smithi116 on smithi116 2023-11-15T05:35:38.591 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:35:38 smithi116 bash[25961]: audit 2023-11-15T05:35:37.226708+0000 mgr.smithi116.ldeiub (mgr.14156) 25 : audit [DBG] from='client.14180 -' entity='client.admin' cmd=[{"prefix": "orch host add", "hostname": "smithi152", "target": ["mon-mgr", ""]}]: dispatch 2023-11-15T05:35:38.591 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:35:38 smithi116 bash[25961]: audit 2023-11-15T05:35:37.560495+0000 mon.smithi116 (mon.0) 110 : audit [INF] from='mgr.14156 172.21.15.116:0/2083764680' entity='mgr.smithi116.ldeiub' 2023-11-15T05:35:38.592 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:35:38 smithi116 bash[25961]: audit 2023-11-15T05:35:37.566101+0000 mon.smithi116 (mon.0) 111 : audit [INF] from='mgr.14156 172.21.15.116:0/2083764680' entity='mgr.smithi116.ldeiub' cmd=[{"prefix": "mgr module enable", "module": "prometheus"}]: dispatch 2023-11-15T05:35:38.592 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:35:38 smithi116 bash[25961]: audit 2023-11-15T05:35:38.064444+0000 mon.smithi116 (mon.0) 112 : audit [INF] from='mgr.14156 172.21.15.116:0/2083764680' entity='mgr.smithi116.ldeiub' 2023-11-15T05:35:38.677 DEBUG:teuthology.orchestra.run.smithi152:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 7456fada-8378-11ee-8dbe-212e2dc638e7 -- ceph orch host ls --format=json 2023-11-15T05:35:39.742 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:35:39 smithi116 bash[25961]: audit 2023-11-15T05:35:38.564562+0000 mon.smithi116 (mon.0) 113 : audit [INF] from='mgr.14156 172.21.15.116:0/2083764680' entity='mgr.smithi116.ldeiub' cmd='[{"prefix": "mgr module enable", "module": "prometheus"}]': finished 2023-11-15T05:35:39.743 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:35:39 smithi116 bash[25961]: cluster 2023-11-15T05:35:38.564763+0000 mon.smithi116 (mon.0) 114 : cluster [DBG] mgrmap e14: smithi116.ldeiub(active, since 48s) 2023-11-15T05:35:45.300 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:35:45 smithi116 bash[25961]: cluster 2023-11-15T05:35:45.035151+0000 mon.smithi116 (mon.0) 115 : cluster [INF] Active manager daemon smithi116.ldeiub restarted 2023-11-15T05:35:45.300 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:35:45 smithi116 bash[25961]: cluster 2023-11-15T05:35:45.035698+0000 mon.smithi116 (mon.0) 116 : cluster [INF] Activating manager daemon smithi116.ldeiub 2023-11-15T05:35:45.300 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:35:45 smithi116 bash[25961]: cluster 2023-11-15T05:35:45.041070+0000 mon.smithi116 (mon.0) 117 : cluster [DBG] osdmap e4: 0 total, 0 up, 0 in 2023-11-15T05:35:45.301 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:35:45 smithi116 bash[25961]: cluster 2023-11-15T05:35:45.041289+0000 mon.smithi116 (mon.0) 118 : cluster [DBG] mgrmap e15: smithi116.ldeiub(active, starting, since 0.00580217s) 2023-11-15T05:35:45.301 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:35:45 smithi116 bash[25961]: audit 2023-11-15T05:35:45.044614+0000 mon.smithi116 (mon.0) 119 : audit [DBG] from='mgr.14182 172.21.15.116:0/1868390107' entity='mgr.smithi116.ldeiub' cmd=[{"prefix": "mon metadata", "id": "smithi116"}]: dispatch 2023-11-15T05:35:45.301 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:35:45 smithi116 bash[25961]: audit 2023-11-15T05:35:45.045254+0000 mon.smithi116 (mon.0) 120 : audit [DBG] from='mgr.14182 172.21.15.116:0/1868390107' entity='mgr.smithi116.ldeiub' cmd=[{"prefix": "mgr metadata", "who": "smithi116.ldeiub", "id": "smithi116.ldeiub"}]: dispatch 2023-11-15T05:35:45.301 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:35:45 smithi116 bash[25961]: audit 2023-11-15T05:35:45.045805+0000 mon.smithi116 (mon.0) 121 : audit [DBG] from='mgr.14182 172.21.15.116:0/1868390107' entity='mgr.smithi116.ldeiub' cmd=[{"prefix": "mds metadata"}]: dispatch 2023-11-15T05:35:45.301 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:35:45 smithi116 bash[25961]: audit 2023-11-15T05:35:45.045988+0000 mon.smithi116 (mon.0) 122 : audit [DBG] from='mgr.14182 172.21.15.116:0/1868390107' entity='mgr.smithi116.ldeiub' cmd=[{"prefix": "osd metadata"}]: dispatch 2023-11-15T05:35:45.302 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:35:45 smithi116 bash[25961]: audit 2023-11-15T05:35:45.046180+0000 mon.smithi116 (mon.0) 123 : audit [DBG] from='mgr.14182 172.21.15.116:0/1868390107' entity='mgr.smithi116.ldeiub' cmd=[{"prefix": "mon metadata"}]: dispatch 2023-11-15T05:35:45.302 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:35:45 smithi116 bash[25961]: cluster 2023-11-15T05:35:45.048579+0000 mon.smithi116 (mon.0) 124 : cluster [INF] Manager daemon smithi116.ldeiub is now available 2023-11-15T05:35:46.050 INFO:teuthology.orchestra.run.smithi152.stdout: 2023-11-15T05:35:46.051 INFO:teuthology.orchestra.run.smithi152.stdout:[{"addr": "172.21.15.116", "hostname": "smithi116", "labels": [], "status": ""}, {"addr": "172.21.15.152", "hostname": "smithi152", "labels": [], "status": ""}] 2023-11-15T05:35:46.358 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:35:46 smithi116 bash[25961]: audit 2023-11-15T05:35:45.189795+0000 mon.smithi116 (mon.0) 125 : audit [DBG] from='mgr.14182 172.21.15.116:0/1868390107' entity='mgr.smithi116.ldeiub' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-15T05:35:46.358 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:35:46 smithi116 bash[25961]: audit 2023-11-15T05:35:45.191886+0000 mon.smithi116 (mon.0) 126 : audit [DBG] from='mgr.14182 172.21.15.116:0/1868390107' entity='mgr.smithi116.ldeiub' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-15T05:35:46.358 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:35:46 smithi116 bash[25961]: audit 2023-11-15T05:35:45.243385+0000 mon.smithi116 (mon.0) 127 : audit [INF] from='mgr.14182 172.21.15.116:0/1868390107' entity='mgr.smithi116.ldeiub' 2023-11-15T05:35:46.358 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:35:46 smithi116 bash[25961]: audit 2023-11-15T05:35:45.264855+0000 mon.smithi116 (mon.0) 128 : audit [INF] from='mgr.14182 172.21.15.116:0/1868390107' entity='mgr.smithi116.ldeiub' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi116.ldeiub/mirror_snapshot_schedule"}]: dispatch 2023-11-15T05:35:46.359 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:35:46 smithi116 bash[25961]: audit 2023-11-15T05:35:45.269071+0000 mon.smithi116 (mon.0) 129 : audit [INF] from='mgr.14182 172.21.15.116:0/1868390107' entity='mgr.smithi116.ldeiub' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi116.ldeiub/trash_purge_schedule"}]: dispatch 2023-11-15T05:35:46.359 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:35:46 smithi116 bash[25961]: audit 2023-11-15T05:35:45.845228+0000 mon.smithi116 (mon.0) 130 : audit [INF] from='mgr.14182 172.21.15.116:0/1868390107' entity='mgr.smithi116.ldeiub' 2023-11-15T05:35:46.359 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:35:46 smithi116 bash[25961]: cluster 2023-11-15T05:35:46.045661+0000 mon.smithi116 (mon.0) 131 : cluster [DBG] mgrmap e16: smithi116.ldeiub(active, since 1.01017s) 2023-11-15T05:35:46.615 INFO:tasks.cephadm:Setting crush tunables to default 2023-11-15T05:35:46.616 DEBUG:teuthology.orchestra.run.smithi116:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 7456fada-8378-11ee-8dbe-212e2dc638e7 -- ceph osd crush tunables default 2023-11-15T05:35:47.226 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:35:47 smithi116 bash[25961]: audit 2023-11-15T05:35:46.046651+0000 mgr.smithi116.ldeiub (mgr.14182) 1 : audit [DBG] from='client.14184 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:35:48.296 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:35:48 smithi116 bash[25961]: cluster 2023-11-15T05:35:47.156365+0000 mon.smithi116 (mon.0) 132 : cluster [DBG] mgrmap e17: smithi116.ldeiub(active, since 2s) 2023-11-15T05:35:48.297 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:35:48 smithi116 bash[25961]: audit 2023-11-15T05:35:47.621896+0000 mon.smithi116 (mon.0) 133 : audit [INF] from='mgr.14182 172.21.15.116:0/1868390107' entity='mgr.smithi116.ldeiub' 2023-11-15T05:35:51.081 INFO:teuthology.orchestra.run.smithi116.stderr:adjusted tunables profile to default 2023-11-15T05:35:51.128 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:35:51 smithi116 bash[25961]: audit 2023-11-15T05:35:51.018876+0000 mon.smithi116 (mon.0) 134 : audit [INF] from='client.? 172.21.15.116:0/260891673' entity='client.admin' cmd=[{"prefix": "osd crush tunables", "profile": "default"}]: dispatch 2023-11-15T05:35:51.943 INFO:tasks.cephadm:Adding mon.smithi116 on smithi116 2023-11-15T05:35:51.943 INFO:tasks.cephadm:Adding mon.smithi152 on smithi152 2023-11-15T05:35:51.944 DEBUG:teuthology.orchestra.run.smithi152:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 7456fada-8378-11ee-8dbe-212e2dc638e7 -- ceph orch apply mon '2;smithi116:172.21.15.116=smithi116;smithi152:172.21.15.152=smithi152' 2023-11-15T05:35:52.160 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:35:52 smithi116 bash[25961]: audit 2023-11-15T05:35:51.073183+0000 mon.smithi116 (mon.0) 135 : audit [INF] from='client.? 172.21.15.116:0/260891673' entity='client.admin' cmd='[{"prefix": "osd crush tunables", "profile": "default"}]': finished 2023-11-15T05:35:52.161 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:35:52 smithi116 bash[25961]: cluster 2023-11-15T05:35:51.073295+0000 mon.smithi116 (mon.0) 136 : cluster [DBG] osdmap e5: 0 total, 0 up, 0 in 2023-11-15T05:35:52.161 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:35:52 smithi116 bash[25961]: audit 2023-11-15T05:35:51.210958+0000 mon.smithi116 (mon.0) 137 : audit [INF] from='mgr.14182 172.21.15.116:0/1868390107' entity='mgr.smithi116.ldeiub' 2023-11-15T05:35:52.161 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:35:52 smithi116 bash[25961]: audit 2023-11-15T05:35:51.488599+0000 mon.smithi116 (mon.0) 138 : audit [INF] from='mgr.14182 172.21.15.116:0/1868390107' entity='mgr.smithi116.ldeiub' cmd=[{"prefix": "config rm", "who": "osd/host:smithi116", "name": "osd_memory_target"}]: dispatch 2023-11-15T05:35:54.250 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:35:54 smithi116 bash[25961]: audit 2023-11-15T05:35:53.229933+0000 mon.smithi116 (mon.0) 139 : audit [INF] from='mgr.14182 172.21.15.116:0/1868390107' entity='mgr.smithi116.ldeiub' 2023-11-15T05:35:54.251 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:35:54 smithi116 bash[25961]: audit 2023-11-15T05:35:53.534763+0000 mon.smithi116 (mon.0) 140 : audit [INF] from='mgr.14182 172.21.15.116:0/1868390107' entity='mgr.smithi116.ldeiub' 2023-11-15T05:35:54.251 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:35:54 smithi116 bash[25961]: audit 2023-11-15T05:35:53.536259+0000 mon.smithi116 (mon.0) 141 : audit [INF] from='mgr.14182 172.21.15.116:0/1868390107' entity='mgr.smithi116.ldeiub' cmd=[{"prefix": "config rm", "who": "osd/host:smithi152", "name": "osd_memory_target"}]: dispatch 2023-11-15T05:35:54.251 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:35:54 smithi116 bash[25961]: audit 2023-11-15T05:35:53.537819+0000 mon.smithi116 (mon.0) 142 : audit [DBG] from='mgr.14182 172.21.15.116:0/1868390107' entity='mgr.smithi116.ldeiub' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-15T05:35:54.251 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:35:54 smithi116 bash[25961]: audit 2023-11-15T05:35:53.539077+0000 mon.smithi116 (mon.0) 143 : audit [INF] from='mgr.14182 172.21.15.116:0/1868390107' entity='mgr.smithi116.ldeiub' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-11-15T05:35:54.251 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:35:54 smithi116 bash[25961]: cephadm 2023-11-15T05:35:53.541278+0000 mgr.smithi116.ldeiub (mgr.14182) 2 : cephadm [INF] Updating smithi116:/etc/ceph/ceph.conf 2023-11-15T05:35:54.252 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:35:54 smithi116 bash[25961]: cephadm 2023-11-15T05:35:53.541831+0000 mgr.smithi116.ldeiub (mgr.14182) 3 : cephadm [INF] Updating smithi152:/etc/ceph/ceph.conf 2023-11-15T05:35:54.252 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:35:54 smithi116 bash[25961]: cephadm 2023-11-15T05:35:53.565784+0000 mgr.smithi116.ldeiub (mgr.14182) 4 : cephadm [INF] Updating smithi116:/etc/ceph/ceph.client.admin.keyring 2023-11-15T05:35:54.252 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:35:54 smithi116 bash[25961]: audit 2023-11-15T05:35:53.622393+0000 mon.smithi116 (mon.0) 144 : audit [INF] from='mgr.14182 172.21.15.116:0/1868390107' entity='mgr.smithi116.ldeiub' 2023-11-15T05:35:54.252 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:35:54 smithi116 bash[25961]: audit 2023-11-15T05:35:53.757903+0000 mon.smithi116 (mon.0) 145 : audit [INF] from='mgr.14182 172.21.15.116:0/1868390107' entity='mgr.smithi116.ldeiub' 2023-11-15T05:35:54.252 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:35:54 smithi116 bash[25961]: audit 2023-11-15T05:35:53.763204+0000 mon.smithi116 (mon.0) 146 : audit [INF] from='mgr.14182 172.21.15.116:0/1868390107' entity='mgr.smithi116.ldeiub' 2023-11-15T05:35:54.253 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:35:54 smithi116 bash[25961]: audit 2023-11-15T05:35:53.766143+0000 mon.smithi116 (mon.0) 147 : audit [INF] from='mgr.14182 172.21.15.116:0/1868390107' entity='mgr.smithi116.ldeiub' cmd=[{"prefix": "auth get-or-create", "entity": "client.crash.smithi152", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]: dispatch 2023-11-15T05:35:54.253 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:35:54 smithi116 bash[25961]: audit 2023-11-15T05:35:53.770760+0000 mon.smithi116 (mon.0) 148 : audit [INF] from='mgr.14182 172.21.15.116:0/1868390107' entity='mgr.smithi116.ldeiub' cmd='[{"prefix": "auth get-or-create", "entity": "client.crash.smithi152", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]': finished 2023-11-15T05:35:54.253 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:35:54 smithi116 bash[25961]: audit 2023-11-15T05:35:53.772294+0000 mon.smithi116 (mon.0) 149 : audit [DBG] from='mgr.14182 172.21.15.116:0/1868390107' entity='mgr.smithi116.ldeiub' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-15T05:35:55.355 INFO:teuthology.orchestra.run.smithi152.stdout:Scheduled mon update... 2023-11-15T05:35:55.650 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:35:55 smithi116 bash[25961]: cephadm 2023-11-15T05:35:53.714502+0000 mgr.smithi116.ldeiub (mgr.14182) 5 : cephadm [INF] Updating smithi152:/etc/ceph/ceph.client.admin.keyring 2023-11-15T05:35:55.650 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:35:55 smithi116 bash[25961]: cephadm 2023-11-15T05:35:53.773639+0000 mgr.smithi116.ldeiub (mgr.14182) 6 : cephadm [INF] Deploying daemon crash.smithi152 on smithi152 2023-11-15T05:35:56.050 DEBUG:teuthology.orchestra.run.smithi152:mon.smithi152> sudo journalctl -f -n 0 -u ceph-7456fada-8378-11ee-8dbe-212e2dc638e7@mon.smithi152.service 2023-11-15T05:35:56.052 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-11-15T05:35:56.052 DEBUG:teuthology.orchestra.run.smithi152:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 7456fada-8378-11ee-8dbe-212e2dc638e7 -- ceph mon dump -f json 2023-11-15T05:35:56.269 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:-- Logs begin at Sun 2022-10-16 12:17:23 UTC. -- 2023-11-15T05:35:56.650 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:35:56 smithi116 bash[25961]: audit 2023-11-15T05:35:55.339485+0000 mgr.smithi116.ldeiub (mgr.14182) 7 : audit [DBG] from='client.14192 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mon", "placement": "2;smithi116:172.21.15.116=smithi116;smithi152:172.21.15.152=smithi152", "target": ["mon-mgr", ""]}]: dispatch 2023-11-15T05:35:56.650 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:35:56 smithi116 bash[25961]: cephadm 2023-11-15T05:35:55.345168+0000 mgr.smithi116.ldeiub (mgr.14182) 8 : cephadm [INF] Saving service mon spec with placement smithi116:172.21.15.116=smithi116;smithi152:172.21.15.152=smithi152;count:2 2023-11-15T05:35:56.651 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:35:56 smithi116 bash[25961]: audit 2023-11-15T05:35:55.352424+0000 mon.smithi116 (mon.0) 150 : audit [INF] from='mgr.14182 172.21.15.116:0/1868390107' entity='mgr.smithi116.ldeiub' 2023-11-15T05:35:57.900 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:35:57 smithi116 bash[25961]: audit 2023-11-15T05:35:56.478386+0000 mon.smithi116 (mon.0) 151 : audit [INF] from='mgr.14182 172.21.15.116:0/1868390107' entity='mgr.smithi116.ldeiub' 2023-11-15T05:35:57.900 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:35:57 smithi116 bash[25961]: audit 2023-11-15T05:35:56.482990+0000 mon.smithi116 (mon.0) 152 : audit [INF] from='mgr.14182 172.21.15.116:0/1868390107' entity='mgr.smithi116.ldeiub' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.smithi152.uihpes", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2023-11-15T05:35:57.901 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:35:57 smithi116 bash[25961]: audit 2023-11-15T05:35:56.489925+0000 mon.smithi116 (mon.0) 153 : audit [INF] from='mgr.14182 172.21.15.116:0/1868390107' entity='mgr.smithi116.ldeiub' cmd='[{"prefix": "auth get-or-create", "entity": "mgr.smithi152.uihpes", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]': finished 2023-11-15T05:35:57.901 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:35:57 smithi116 bash[25961]: audit 2023-11-15T05:35:56.491625+0000 mon.smithi116 (mon.0) 154 : audit [DBG] from='mgr.14182 172.21.15.116:0/1868390107' entity='mgr.smithi116.ldeiub' cmd=[{"prefix": "mgr services"}]: dispatch 2023-11-15T05:35:57.901 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:35:57 smithi116 bash[25961]: audit 2023-11-15T05:35:56.493326+0000 mon.smithi116 (mon.0) 155 : audit [DBG] from='mgr.14182 172.21.15.116:0/1868390107' entity='mgr.smithi116.ldeiub' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-15T05:35:57.901 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:35:57 smithi116 bash[25961]: cephadm 2023-11-15T05:35:56.494761+0000 mgr.smithi116.ldeiub (mgr.14182) 9 : cephadm [INF] Deploying daemon mgr.smithi152.uihpes on smithi152 2023-11-15T05:36:00.672 INFO:teuthology.orchestra.run.smithi152.stdout: 2023-11-15T05:36:00.672 INFO:teuthology.orchestra.run.smithi152.stdout:{"epoch":1,"fsid":"7456fada-8378-11ee-8dbe-212e2dc638e7","modified":"2023-11-15T05:33:38.779785Z","created":"2023-11-15T05:33:38.779785Z","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":"smithi116","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.116:3300","nonce":0},{"type":"v1","addr":"172.21.15.116:6789","nonce":0}]},"addr":"172.21.15.116:6789/0","public_addr":"172.21.15.116:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-11-15T05:36:00.675 INFO:teuthology.orchestra.run.smithi152.stderr:dumped monmap epoch 1 2023-11-15T05:36:00.900 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:36:00 smithi116 bash[25961]: audit 2023-11-15T05:35:59.490315+0000 mon.smithi116 (mon.0) 156 : audit [INF] from='mgr.14182 172.21.15.116:0/1868390107' entity='mgr.smithi116.ldeiub' 2023-11-15T05:36:00.900 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:36:00 smithi116 bash[25961]: audit 2023-11-15T05:35:59.495416+0000 mon.smithi116 (mon.0) 157 : audit [INF] from='mgr.14182 172.21.15.116:0/1868390107' entity='mgr.smithi116.ldeiub' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2023-11-15T05:36:00.901 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:36:00 smithi116 bash[25961]: audit 2023-11-15T05:35:59.496927+0000 mon.smithi116 (mon.0) 158 : audit [DBG] from='mgr.14182 172.21.15.116:0/1868390107' entity='mgr.smithi116.ldeiub' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2023-11-15T05:36:00.901 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:36:00 smithi116 bash[25961]: audit 2023-11-15T05:35:59.498437+0000 mon.smithi116 (mon.0) 159 : audit [DBG] from='mgr.14182 172.21.15.116:0/1868390107' entity='mgr.smithi116.ldeiub' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-15T05:36:00.901 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:36:00 smithi116 bash[25961]: cephadm 2023-11-15T05:35:59.499727+0000 mgr.smithi116.ldeiub (mgr.14182) 10 : cephadm [INF] Deploying daemon mon.smithi152 on smithi152 2023-11-15T05:36:00.901 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:36:00 smithi116 bash[25961]: audit 2023-11-15T05:36:00.245088+0000 mon.smithi116 (mon.0) 160 : audit [INF] from='mgr.14182 172.21.15.116:0/1868390107' entity='mgr.smithi116.ldeiub' 2023-11-15T05:36:01.900 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:36:01 smithi116 bash[25961]: audit 2023-11-15T05:36:00.669404+0000 mon.smithi116 (mon.0) 161 : audit [DBG] from='client.? 172.21.15.152:0/1559160947' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-11-15T05:36:02.433 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-11-15T05:36:02.433 DEBUG:teuthology.orchestra.run.smithi152:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 7456fada-8378-11ee-8dbe-212e2dc638e7 -- ceph mon dump -f json 2023-11-15T05:36:04.700 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:36:04 smithi152 systemd[1]: Started Ceph mon.smithi152 for 7456fada-8378-11ee-8dbe-212e2dc638e7. 2023-11-15T05:36:05.900 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:36:05 smithi116 bash[25961]: audit 2023-11-15T05:36:04.511413+0000 mon.smithi116 (mon.0) 162 : audit [INF] from='mgr.14182 172.21.15.116:0/1868390107' entity='mgr.smithi116.ldeiub' 2023-11-15T05:36:05.900 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:36:05 smithi116 bash[25961]: cephadm 2023-11-15T05:36:04.515326+0000 mgr.smithi116.ldeiub (mgr.14182) 11 : cephadm [INF] Deploying daemon node-exporter.smithi152 on smithi152 2023-11-15T05:36:05.900 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:36:05 smithi116 bash[25961]: audit 2023-11-15T05:36:05.070987+0000 mon.smithi116 (mon.0) 163 : audit [INF] from='mgr.14182 172.21.15.116:0/1868390107' entity='mgr.smithi116.ldeiub' 2023-11-15T05:36:05.901 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:36:05 smithi116 bash[25961]: audit 2023-11-15T05:36:05.252476+0000 mon.smithi116 (mon.0) 164 : audit [INF] from='mgr.14182 172.21.15.116:0/1868390107' entity='mgr.smithi116.ldeiub' 2023-11-15T05:36:06.900 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:36:06 smithi116 bash[25961]: cluster 2023-11-15T05:36:05.047648+0000 mgr.smithi116.ldeiub (mgr.14182) 12 : cluster [DBG] pgmap v4: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-15T05:36:06.900 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:36:06 smithi116 bash[25961]: cephadm 2023-11-15T05:36:05.093232+0000 mgr.smithi116.ldeiub (mgr.14182) 13 : cephadm [INF] Deploying daemon prometheus.smithi152 on smithi152 2023-11-15T05:36:07.001 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:36:06 smithi152 bash[29762]: debug 2023-11-15T05:36:06.621+0000 7f0db16c3880 0 set uid:gid to 167:167 (ceph:ceph) 2023-11-15T05:36:07.001 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:36:06 smithi152 bash[29762]: debug 2023-11-15T05:36:06.621+0000 7f0db16c3880 0 ceph version 16.2.14-170-g620f25c1 (620f25c1794f62207424fc9319427943fb8d1fae) pacific (stable), process ceph-mon, pid 8 2023-11-15T05:36:07.002 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:36:06 smithi152 bash[29762]: debug 2023-11-15T05:36:06.621+0000 7f0db16c3880 0 pidfile_write: ignore empty --pid-file 2023-11-15T05:36:07.002 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:36:06 smithi152 bash[29762]: debug 2023-11-15T05:36:06.625+0000 7f0db16c3880 0 load: jerasure load: lrc load: isa 2023-11-15T05:36:07.002 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:36:06 smithi152 bash[29762]: debug 2023-11-15T05:36:06.625+0000 7f0db16c3880 4 rocksdb: RocksDB version: 6.8.1 2023-11-15T05:36:07.002 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:36:06 smithi152 bash[29762]: debug 2023-11-15T05:36:06.625+0000 7f0db16c3880 4 rocksdb: Git sha rocksdb_build_git_sha:@0@ 2023-11-15T05:36:07.002 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:36:06 smithi152 bash[29762]: debug 2023-11-15T05:36:06.625+0000 7f0db16c3880 4 rocksdb: Compile date Nov 13 2023 2023-11-15T05:36:07.003 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:36:06 smithi152 bash[29762]: debug 2023-11-15T05:36:06.625+0000 7f0db16c3880 4 rocksdb: DB SUMMARY 2023-11-15T05:36:07.003 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:36:06 smithi152 bash[29762]: debug 2023-11-15T05:36:06.625+0000 7f0db16c3880 4 rocksdb: CURRENT file: CURRENT 2023-11-15T05:36:07.003 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:36:06 smithi152 bash[29762]: debug 2023-11-15T05:36:06.625+0000 7f0db16c3880 4 rocksdb: IDENTITY file: IDENTITY 2023-11-15T05:36:07.003 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:36:06 smithi152 bash[29762]: debug 2023-11-15T05:36:06.625+0000 7f0db16c3880 4 rocksdb: MANIFEST file: MANIFEST-000001 size: 13 Bytes 2023-11-15T05:36:07.003 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:36:06 smithi152 bash[29762]: debug 2023-11-15T05:36:06.625+0000 7f0db16c3880 4 rocksdb: SST files in /var/lib/ceph/mon/ceph-smithi152/store.db dir, Total Num: 0, files: 2023-11-15T05:36:07.004 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:36:06 smithi152 bash[29762]: debug 2023-11-15T05:36:06.625+0000 7f0db16c3880 4 rocksdb: Write Ahead Log file in /var/lib/ceph/mon/ceph-smithi152/store.db: 000003.log size: 511 ; 2023-11-15T05:36:07.004 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:36:06 smithi152 bash[29762]: debug 2023-11-15T05:36:06.625+0000 7f0db16c3880 4 rocksdb: Options.error_if_exists: 0 2023-11-15T05:36:07.004 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:36:06 smithi152 bash[29762]: debug 2023-11-15T05:36:06.625+0000 7f0db16c3880 4 rocksdb: Options.create_if_missing: 0 2023-11-15T05:36:07.004 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:36:06 smithi152 bash[29762]: debug 2023-11-15T05:36:06.625+0000 7f0db16c3880 4 rocksdb: Options.paranoid_checks: 1 2023-11-15T05:36:07.004 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:36:06 smithi152 bash[29762]: debug 2023-11-15T05:36:06.625+0000 7f0db16c3880 4 rocksdb: Options.env: 0x555a9c784080 2023-11-15T05:36:07.005 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:36:06 smithi152 bash[29762]: debug 2023-11-15T05:36:06.625+0000 7f0db16c3880 4 rocksdb: Options.fs: Posix File System 2023-11-15T05:36:07.005 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:36:06 smithi152 bash[29762]: debug 2023-11-15T05:36:06.625+0000 7f0db16c3880 4 rocksdb: Options.info_log: 0x555a9ddf4400 2023-11-15T05:36:07.005 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:36:06 smithi152 bash[29762]: debug 2023-11-15T05:36:06.625+0000 7f0db16c3880 4 rocksdb: Options.max_file_opening_threads: 16 2023-11-15T05:36:07.005 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:36:06 smithi152 bash[29762]: debug 2023-11-15T05:36:06.625+0000 7f0db16c3880 4 rocksdb: Options.statistics: (nil) 2023-11-15T05:36:07.005 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:36:06 smithi152 bash[29762]: debug 2023-11-15T05:36:06.625+0000 7f0db16c3880 4 rocksdb: Options.use_fsync: 0 2023-11-15T05:36:07.006 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:36:06 smithi152 bash[29762]: debug 2023-11-15T05:36:06.625+0000 7f0db16c3880 4 rocksdb: Options.max_log_file_size: 0 2023-11-15T05:36:07.006 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:36:06 smithi152 bash[29762]: debug 2023-11-15T05:36:06.625+0000 7f0db16c3880 4 rocksdb: Options.max_manifest_file_size: 1073741824 2023-11-15T05:36:07.006 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:36:06 smithi152 bash[29762]: debug 2023-11-15T05:36:06.625+0000 7f0db16c3880 4 rocksdb: Options.log_file_time_to_roll: 0 2023-11-15T05:36:07.006 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:36:06 smithi152 bash[29762]: debug 2023-11-15T05:36:06.625+0000 7f0db16c3880 4 rocksdb: Options.keep_log_file_num: 1000 2023-11-15T05:36:07.006 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:36:06 smithi152 bash[29762]: debug 2023-11-15T05:36:06.625+0000 7f0db16c3880 4 rocksdb: Options.recycle_log_file_num: 0 2023-11-15T05:36:07.007 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:36:06 smithi152 bash[29762]: debug 2023-11-15T05:36:06.625+0000 7f0db16c3880 4 rocksdb: Options.allow_fallocate: 1 2023-11-15T05:36:07.007 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:36:06 smithi152 bash[29762]: debug 2023-11-15T05:36:06.625+0000 7f0db16c3880 4 rocksdb: Options.allow_mmap_reads: 0 2023-11-15T05:36:07.007 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:36:06 smithi152 bash[29762]: debug 2023-11-15T05:36:06.625+0000 7f0db16c3880 4 rocksdb: Options.allow_mmap_writes: 0 2023-11-15T05:36:07.007 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:36:06 smithi152 bash[29762]: debug 2023-11-15T05:36:06.625+0000 7f0db16c3880 4 rocksdb: Options.use_direct_reads: 0 2023-11-15T05:36:07.007 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:36:06 smithi152 bash[29762]: debug 2023-11-15T05:36:06.625+0000 7f0db16c3880 4 rocksdb: Options.use_direct_io_for_flush_and_compaction: 0 2023-11-15T05:36:07.007 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:36:06 smithi152 bash[29762]: debug 2023-11-15T05:36:06.625+0000 7f0db16c3880 4 rocksdb: Options.create_missing_column_families: 0 2023-11-15T05:36:07.008 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:36:06 smithi152 bash[29762]: debug 2023-11-15T05:36:06.625+0000 7f0db16c3880 4 rocksdb: Options.db_log_dir: 2023-11-15T05:36:07.008 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:36:06 smithi152 bash[29762]: debug 2023-11-15T05:36:06.625+0000 7f0db16c3880 4 rocksdb: Options.wal_dir: /var/lib/ceph/mon/ceph-smithi152/store.db 2023-11-15T05:36:07.009 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:36:06 smithi152 bash[29762]: debug 2023-11-15T05:36:06.625+0000 7f0db16c3880 4 rocksdb: Options.table_cache_numshardbits: 6 2023-11-15T05:36:07.009 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:36:06 smithi152 bash[29762]: debug 2023-11-15T05:36:06.625+0000 7f0db16c3880 4 rocksdb: Options.max_subcompactions: 1 2023-11-15T05:36:07.009 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:36:06 smithi152 bash[29762]: debug 2023-11-15T05:36:06.625+0000 7f0db16c3880 4 rocksdb: Options.max_background_flushes: -1 2023-11-15T05:36:07.009 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:36:06 smithi152 bash[29762]: debug 2023-11-15T05:36:06.625+0000 7f0db16c3880 4 rocksdb: Options.WAL_ttl_seconds: 0 2023-11-15T05:36:07.009 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:36:06 smithi152 bash[29762]: debug 2023-11-15T05:36:06.625+0000 7f0db16c3880 4 rocksdb: Options.WAL_size_limit_MB: 0 2023-11-15T05:36:07.010 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:36:06 smithi152 bash[29762]: debug 2023-11-15T05:36:06.625+0000 7f0db16c3880 4 rocksdb: Options.max_write_batch_group_size_bytes: 1048576 2023-11-15T05:36:07.010 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:36:06 smithi152 bash[29762]: debug 2023-11-15T05:36:06.625+0000 7f0db16c3880 4 rocksdb: Options.manifest_preallocation_size: 4194304 2023-11-15T05:36:07.010 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:36:06 smithi152 bash[29762]: debug 2023-11-15T05:36:06.625+0000 7f0db16c3880 4 rocksdb: Options.is_fd_close_on_exec: 1 2023-11-15T05:36:07.010 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:36:06 smithi152 bash[29762]: debug 2023-11-15T05:36:06.625+0000 7f0db16c3880 4 rocksdb: Options.advise_random_on_open: 1 2023-11-15T05:36:07.010 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:36:06 smithi152 bash[29762]: debug 2023-11-15T05:36:06.625+0000 7f0db16c3880 4 rocksdb: Options.db_write_buffer_size: 0 2023-11-15T05:36:07.011 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:36:06 smithi152 bash[29762]: debug 2023-11-15T05:36:06.625+0000 7f0db16c3880 4 rocksdb: Options.write_buffer_manager: 0x555a9eae8420 2023-11-15T05:36:07.011 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:36:06 smithi152 bash[29762]: debug 2023-11-15T05:36:06.625+0000 7f0db16c3880 4 rocksdb: Options.access_hint_on_compaction_start: 1 2023-11-15T05:36:07.011 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:36:06 smithi152 bash[29762]: debug 2023-11-15T05:36:06.625+0000 7f0db16c3880 4 rocksdb: Options.new_table_reader_for_compaction_inputs: 0 2023-11-15T05:36:07.011 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:36:06 smithi152 bash[29762]: debug 2023-11-15T05:36:06.625+0000 7f0db16c3880 4 rocksdb: Options.random_access_max_buffer_size: 1048576 2023-11-15T05:36:07.011 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:36:06 smithi152 bash[29762]: debug 2023-11-15T05:36:06.625+0000 7f0db16c3880 4 rocksdb: Options.use_adaptive_mutex: 0 2023-11-15T05:36:07.012 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:36:06 smithi152 bash[29762]: debug 2023-11-15T05:36:06.625+0000 7f0db16c3880 4 rocksdb: Options.rate_limiter: (nil) 2023-11-15T05:36:07.012 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:36:06 smithi152 bash[29762]: debug 2023-11-15T05:36:06.625+0000 7f0db16c3880 4 rocksdb: Options.sst_file_manager.rate_bytes_per_sec: 0 2023-11-15T05:36:07.012 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:36:06 smithi152 bash[29762]: debug 2023-11-15T05:36:06.625+0000 7f0db16c3880 4 rocksdb: Options.wal_recovery_mode: 2 2023-11-15T05:36:07.012 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:36:06 smithi152 bash[29762]: debug 2023-11-15T05:36:06.625+0000 7f0db16c3880 4 rocksdb: Options.enable_thread_tracking: 0 2023-11-15T05:36:07.012 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:36:06 smithi152 bash[29762]: debug 2023-11-15T05:36:06.625+0000 7f0db16c3880 4 rocksdb: Options.enable_pipelined_write: 0 2023-11-15T05:36:07.013 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:36:06 smithi152 bash[29762]: debug 2023-11-15T05:36:06.625+0000 7f0db16c3880 4 rocksdb: Options.unordered_write: 0 2023-11-15T05:36:07.013 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:36:06 smithi152 bash[29762]: debug 2023-11-15T05:36:06.625+0000 7f0db16c3880 4 rocksdb: Options.allow_concurrent_memtable_write: 1 2023-11-15T05:36:07.013 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:36:06 smithi152 bash[29762]: debug 2023-11-15T05:36:06.625+0000 7f0db16c3880 4 rocksdb: Options.enable_write_thread_adaptive_yield: 1 2023-11-15T05:36:07.013 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:36:06 smithi152 bash[29762]: debug 2023-11-15T05:36:06.625+0000 7f0db16c3880 4 rocksdb: Options.write_thread_max_yield_usec: 100 2023-11-15T05:36:07.013 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:36:06 smithi152 bash[29762]: debug 2023-11-15T05:36:06.625+0000 7f0db16c3880 4 rocksdb: Options.write_thread_slow_yield_usec: 3 2023-11-15T05:36:07.013 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:36:06 smithi152 bash[29762]: debug 2023-11-15T05:36:06.625+0000 7f0db16c3880 4 rocksdb: Options.row_cache: None 2023-11-15T05:36:07.014 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:36:06 smithi152 bash[29762]: debug 2023-11-15T05:36:06.625+0000 7f0db16c3880 4 rocksdb: Options.wal_filter: None 2023-11-15T05:36:07.014 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:36:06 smithi152 bash[29762]: debug 2023-11-15T05:36:06.625+0000 7f0db16c3880 4 rocksdb: Options.avoid_flush_during_recovery: 0 2023-11-15T05:36:07.014 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:36:06 smithi152 bash[29762]: debug 2023-11-15T05:36:06.625+0000 7f0db16c3880 4 rocksdb: Options.allow_ingest_behind: 0 2023-11-15T05:36:07.014 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:36:06 smithi152 bash[29762]: debug 2023-11-15T05:36:06.625+0000 7f0db16c3880 4 rocksdb: Options.preserve_deletes: 0 2023-11-15T05:36:07.014 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:36:06 smithi152 bash[29762]: debug 2023-11-15T05:36:06.625+0000 7f0db16c3880 4 rocksdb: Options.two_write_queues: 0 2023-11-15T05:36:07.015 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:36:06 smithi152 bash[29762]: debug 2023-11-15T05:36:06.625+0000 7f0db16c3880 4 rocksdb: Options.manual_wal_flush: 0 2023-11-15T05:36:07.015 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:36:06 smithi152 bash[29762]: debug 2023-11-15T05:36:06.625+0000 7f0db16c3880 4 rocksdb: Options.atomic_flush: 0 2023-11-15T05:36:07.015 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:36:06 smithi152 bash[29762]: debug 2023-11-15T05:36:06.625+0000 7f0db16c3880 4 rocksdb: Options.avoid_unnecessary_blocking_io: 0 2023-11-15T05:36:07.015 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:36:06 smithi152 bash[29762]: debug 2023-11-15T05:36:06.625+0000 7f0db16c3880 4 rocksdb: Options.persist_stats_to_disk: 0 2023-11-15T05:36:07.015 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:36:06 smithi152 bash[29762]: debug 2023-11-15T05:36:06.625+0000 7f0db16c3880 4 rocksdb: Options.write_dbid_to_manifest: 0 2023-11-15T05:36:07.016 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:36:06 smithi152 bash[29762]: debug 2023-11-15T05:36:06.625+0000 7f0db16c3880 4 rocksdb: Options.log_readahead_size: 0 2023-11-15T05:36:07.016 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:36:06 smithi152 bash[29762]: debug 2023-11-15T05:36:06.625+0000 7f0db16c3880 4 rocksdb: Options.sst_file_checksum_func: Unknown 2023-11-15T05:36:07.016 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:36:06 smithi152 bash[29762]: debug 2023-11-15T05:36:06.625+0000 7f0db16c3880 4 rocksdb: Options.max_background_jobs: 2 2023-11-15T05:36:07.016 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:36:06 smithi152 bash[29762]: debug 2023-11-15T05:36:06.625+0000 7f0db16c3880 4 rocksdb: Options.max_background_compactions: -1 2023-11-15T05:36:07.016 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:36:06 smithi152 bash[29762]: debug 2023-11-15T05:36:06.625+0000 7f0db16c3880 4 rocksdb: Options.avoid_flush_during_shutdown: 0 2023-11-15T05:36:07.016 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:36:06 smithi152 bash[29762]: debug 2023-11-15T05:36:06.625+0000 7f0db16c3880 4 rocksdb: Options.writable_file_max_buffer_size: 1048576 2023-11-15T05:36:07.017 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:36:06 smithi152 bash[29762]: debug 2023-11-15T05:36:06.625+0000 7f0db16c3880 4 rocksdb: Options.delayed_write_rate : 16777216 2023-11-15T05:36:07.017 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:36:06 smithi152 bash[29762]: debug 2023-11-15T05:36:06.625+0000 7f0db16c3880 4 rocksdb: Options.max_total_wal_size: 0 2023-11-15T05:36:07.017 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:36:06 smithi152 bash[29762]: debug 2023-11-15T05:36:06.625+0000 7f0db16c3880 4 rocksdb: Options.delete_obsolete_files_period_micros: 21600000000 2023-11-15T05:36:07.017 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:36:06 smithi152 bash[29762]: debug 2023-11-15T05:36:06.625+0000 7f0db16c3880 4 rocksdb: Options.stats_dump_period_sec: 600 2023-11-15T05:36:07.019 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:36:06 smithi152 bash[29762]: debug 2023-11-15T05:36:06.625+0000 7f0db16c3880 4 rocksdb: Options.stats_persist_period_sec: 600 2023-11-15T05:36:07.020 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:36:06 smithi152 bash[29762]: debug 2023-11-15T05:36:06.625+0000 7f0db16c3880 4 rocksdb: Options.stats_history_buffer_size: 1048576 2023-11-15T05:36:07.020 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:36:06 smithi152 bash[29762]: debug 2023-11-15T05:36:06.625+0000 7f0db16c3880 4 rocksdb: Options.max_open_files: -1 2023-11-15T05:36:07.020 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:36:06 smithi152 bash[29762]: debug 2023-11-15T05:36:06.625+0000 7f0db16c3880 4 rocksdb: Options.bytes_per_sync: 0 2023-11-15T05:36:07.020 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:36:06 smithi152 bash[29762]: debug 2023-11-15T05:36:06.625+0000 7f0db16c3880 4 rocksdb: Options.wal_bytes_per_sync: 0 2023-11-15T05:36:07.020 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:36:06 smithi152 bash[29762]: debug 2023-11-15T05:36:06.625+0000 7f0db16c3880 4 rocksdb: Options.strict_bytes_per_sync: 0 2023-11-15T05:36:07.021 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:36:06 smithi152 bash[29762]: debug 2023-11-15T05:36:06.625+0000 7f0db16c3880 4 rocksdb: Options.compaction_readahead_size: 0 2023-11-15T05:36:07.021 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:36:06 smithi152 bash[29762]: debug 2023-11-15T05:36:06.625+0000 7f0db16c3880 4 rocksdb: Compression algorithms supported: 2023-11-15T05:36:07.021 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:36:06 smithi152 bash[29762]: debug 2023-11-15T05:36:06.625+0000 7f0db16c3880 4 rocksdb: kZSTDNotFinalCompression supported: 0 2023-11-15T05:36:07.021 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:36:06 smithi152 bash[29762]: debug 2023-11-15T05:36:06.625+0000 7f0db16c3880 4 rocksdb: kZSTD supported: 0 2023-11-15T05:36:07.021 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:36:06 smithi152 bash[29762]: debug 2023-11-15T05:36:06.625+0000 7f0db16c3880 4 rocksdb: kXpressCompression supported: 0 2023-11-15T05:36:07.022 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:36:06 smithi152 bash[29762]: debug 2023-11-15T05:36:06.625+0000 7f0db16c3880 4 rocksdb: kLZ4HCCompression supported: 1 2023-11-15T05:36:07.022 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:36:06 smithi152 bash[29762]: debug 2023-11-15T05:36:06.625+0000 7f0db16c3880 4 rocksdb: kLZ4Compression supported: 1 2023-11-15T05:36:07.022 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:36:06 smithi152 bash[29762]: debug 2023-11-15T05:36:06.625+0000 7f0db16c3880 4 rocksdb: kBZip2Compression supported: 0 2023-11-15T05:36:07.022 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:36:06 smithi152 bash[29762]: debug 2023-11-15T05:36:06.625+0000 7f0db16c3880 4 rocksdb: kZlibCompression supported: 1 2023-11-15T05:36:07.022 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:36:06 smithi152 bash[29762]: debug 2023-11-15T05:36:06.625+0000 7f0db16c3880 4 rocksdb: kSnappyCompression supported: 1 2023-11-15T05:36:07.023 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:36:06 smithi152 bash[29762]: debug 2023-11-15T05:36:06.625+0000 7f0db16c3880 4 rocksdb: Fast CRC32 supported: Supported on x86 2023-11-15T05:36:07.023 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:36:06 smithi152 bash[29762]: debug 2023-11-15T05:36:06.625+0000 7f0db16c3880 4 rocksdb: [version_set.cc:4413] Recovering from manifest file: /var/lib/ceph/mon/ceph-smithi152/store.db/MANIFEST-000001 2023-11-15T05:36:07.023 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:36:06 smithi152 bash[29762]: debug 2023-11-15T05:36:06.625+0000 7f0db16c3880 4 rocksdb: [column_family.cc:552] --------------- Options for column family [default]: 2023-11-15T05:36:07.023 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:36:06 smithi152 bash[29762]: debug 2023-11-15T05:36:06.625+0000 7f0db16c3880 4 rocksdb: Options.comparator: leveldb.BytewiseComparator 2023-11-15T05:36:07.023 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:36:06 smithi152 bash[29762]: debug 2023-11-15T05:36:06.625+0000 7f0db16c3880 4 rocksdb: Options.merge_operator: 2023-11-15T05:36:07.024 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:36:06 smithi152 bash[29762]: debug 2023-11-15T05:36:06.625+0000 7f0db16c3880 4 rocksdb: Options.compaction_filter: None 2023-11-15T05:36:07.024 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:36:06 smithi152 bash[29762]: debug 2023-11-15T05:36:06.625+0000 7f0db16c3880 4 rocksdb: Options.compaction_filter_factory: None 2023-11-15T05:36:07.024 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:36:06 smithi152 bash[29762]: debug 2023-11-15T05:36:06.625+0000 7f0db16c3880 4 rocksdb: Options.memtable_factory: SkipListFactory 2023-11-15T05:36:07.024 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:36:06 smithi152 bash[29762]: debug 2023-11-15T05:36:06.625+0000 7f0db16c3880 4 rocksdb: Options.table_factory: BlockBasedTable 2023-11-15T05:36:07.024 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:36:06 smithi152 bash[29762]: debug 2023-11-15T05:36:06.625+0000 7f0db16c3880 4 rocksdb: table_factory options: flush_block_policy_factory: FlushBlockBySizePolicyFactory (0x555a9dd97d28) 2023-11-15T05:36:07.025 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:36:06 smithi152 bash[29762]: cache_index_and_filter_blocks: 1 2023-11-15T05:36:07.025 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:36:06 smithi152 bash[29762]: cache_index_and_filter_blocks_with_high_priority: 0 2023-11-15T05:36:07.025 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:36:06 smithi152 bash[29762]: pin_l0_filter_and_index_blocks_in_cache: 0 2023-11-15T05:36:07.025 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:36:06 smithi152 bash[29762]: pin_top_level_index_and_filter: 1 2023-11-15T05:36:07.026 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:36:06 smithi152 bash[29762]: index_type: 0 2023-11-15T05:36:07.026 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:36:06 smithi152 bash[29762]: data_block_index_type: 0 2023-11-15T05:36:07.026 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:36:06 smithi152 bash[29762]: index_shortening: 1 2023-11-15T05:36:07.026 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:36:06 smithi152 bash[29762]: data_block_hash_table_util_ratio: 0.750000 2023-11-15T05:36:07.027 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:36:06 smithi152 bash[29762]: hash_index_allow_collision: 1 2023-11-15T05:36:07.027 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:36:06 smithi152 bash[29762]: checksum: 1 2023-11-15T05:36:07.027 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:36:06 smithi152 bash[29762]: no_block_cache: 0 2023-11-15T05:36:07.027 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:36:06 smithi152 bash[29762]: block_cache: 0x555a9ddcef10 2023-11-15T05:36:07.027 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:36:06 smithi152 bash[29762]: block_cache_name: BinnedLRUCache 2023-11-15T05:36:07.027 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:36:06 smithi152 bash[29762]: block_cache_options: 2023-11-15T05:36:07.028 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:36:06 smithi152 bash[29762]: capacity : 536870912 2023-11-15T05:36:07.028 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:36:06 smithi152 bash[29762]: num_shard_bits : 4 2023-11-15T05:36:07.029 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:36:06 smithi152 bash[29762]: strict_capacity_limit : 0 2023-11-15T05:36:07.029 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:36:06 smithi152 bash[29762]: high_pri_pool_ratio: 0.000 2023-11-15T05:36:07.029 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:36:06 smithi152 bash[29762]: block_cache_compressed: (nil) 2023-11-15T05:36:07.029 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:36:06 smithi152 bash[29762]: persistent_cache: (nil) 2023-11-15T05:36:07.029 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:36:06 smithi152 bash[29762]: block_size: 4096 2023-11-15T05:36:07.030 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:36:06 smithi152 bash[29762]: block_size_deviation: 10 2023-11-15T05:36:07.030 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:36:06 smithi152 bash[29762]: block_restart_interval: 16 2023-11-15T05:36:07.030 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:36:06 smithi152 bash[29762]: index_block_restart_interval: 1 2023-11-15T05:36:07.030 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:36:06 smithi152 bash[29762]: metadata_block_size: 4096 2023-11-15T05:36:07.030 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:36:06 smithi152 bash[29762]: partition_filters: 0 2023-11-15T05:36:07.031 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:36:06 smithi152 bash[29762]: use_delta_encoding: 1 2023-11-15T05:36:07.031 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:36:06 smithi152 bash[29762]: filter_policy: rocksdb.BuiltinBloomFilter 2023-11-15T05:36:07.031 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:36:06 smithi152 bash[29762]: whole_key_filtering: 1 2023-11-15T05:36:07.031 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:36:06 smithi152 bash[29762]: verify_compression: 0 2023-11-15T05:36:07.032 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:36:06 smithi152 bash[29762]: read_amp_bytes_per_bit: 0 2023-11-15T05:36:07.032 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:36:06 smithi152 bash[29762]: format_version: 2 2023-11-15T05:36:07.032 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:36:06 smithi152 bash[29762]: enable_index_compression: 1 2023-11-15T05:36:07.032 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:36:06 smithi152 bash[29762]: block_align: 0 2023-11-15T05:36:07.032 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:36:06 smithi152 bash[29762]: debug 2023-11-15T05:36:06.625+0000 7f0db16c3880 4 rocksdb: Options.write_buffer_size: 33554432 2023-11-15T05:36:07.033 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:36:06 smithi152 bash[29762]: debug 2023-11-15T05:36:06.625+0000 7f0db16c3880 4 rocksdb: Options.max_write_buffer_number: 2 2023-11-15T05:36:07.033 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:36:06 smithi152 bash[29762]: debug 2023-11-15T05:36:06.625+0000 7f0db16c3880 4 rocksdb: Options.compression: NoCompression 2023-11-15T05:36:07.033 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:36:06 smithi152 bash[29762]: debug 2023-11-15T05:36:06.625+0000 7f0db16c3880 4 rocksdb: Options.bottommost_compression: Disabled 2023-11-15T05:36:07.033 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:36:06 smithi152 bash[29762]: debug 2023-11-15T05:36:06.625+0000 7f0db16c3880 4 rocksdb: Options.prefix_extractor: nullptr 2023-11-15T05:36:07.033 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:36:06 smithi152 bash[29762]: debug 2023-11-15T05:36:06.625+0000 7f0db16c3880 4 rocksdb: Options.memtable_insert_with_hint_prefix_extractor: nullptr 2023-11-15T05:36:07.033 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:36:06 smithi152 bash[29762]: debug 2023-11-15T05:36:06.625+0000 7f0db16c3880 4 rocksdb: Options.num_levels: 7 2023-11-15T05:36:07.034 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:36:06 smithi152 bash[29762]: debug 2023-11-15T05:36:06.625+0000 7f0db16c3880 4 rocksdb: Options.min_write_buffer_number_to_merge: 1 2023-11-15T05:36:07.034 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:36:06 smithi152 bash[29762]: debug 2023-11-15T05:36:06.625+0000 7f0db16c3880 4 rocksdb: Options.max_write_buffer_number_to_maintain: 0 2023-11-15T05:36:07.034 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:36:06 smithi152 bash[29762]: debug 2023-11-15T05:36:06.625+0000 7f0db16c3880 4 rocksdb: Options.max_write_buffer_size_to_maintain: 0 2023-11-15T05:36:07.034 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:36:06 smithi152 bash[29762]: debug 2023-11-15T05:36:06.625+0000 7f0db16c3880 4 rocksdb: Options.bottommost_compression_opts.window_bits: -14 2023-11-15T05:36:07.034 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:36:06 smithi152 bash[29762]: debug 2023-11-15T05:36:06.625+0000 7f0db16c3880 4 rocksdb: Options.bottommost_compression_opts.level: 32767 2023-11-15T05:36:07.035 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:36:06 smithi152 bash[29762]: debug 2023-11-15T05:36:06.625+0000 7f0db16c3880 4 rocksdb: Options.bottommost_compression_opts.strategy: 0 2023-11-15T05:36:07.035 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:36:06 smithi152 bash[29762]: debug 2023-11-15T05:36:06.625+0000 7f0db16c3880 4 rocksdb: Options.bottommost_compression_opts.max_dict_bytes: 0 2023-11-15T05:36:07.035 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:36:06 smithi152 bash[29762]: debug 2023-11-15T05:36:06.625+0000 7f0db16c3880 4 rocksdb: Options.bottommost_compression_opts.zstd_max_train_bytes: 0 2023-11-15T05:36:07.035 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:36:06 smithi152 bash[29762]: debug 2023-11-15T05:36:06.625+0000 7f0db16c3880 4 rocksdb: Options.bottommost_compression_opts.enabled: false 2023-11-15T05:36:07.035 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:36:06 smithi152 bash[29762]: debug 2023-11-15T05:36:06.625+0000 7f0db16c3880 4 rocksdb: Options.compression_opts.window_bits: -14 2023-11-15T05:36:07.036 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:36:06 smithi152 bash[29762]: debug 2023-11-15T05:36:06.625+0000 7f0db16c3880 4 rocksdb: Options.compression_opts.level: 32767 2023-11-15T05:36:07.036 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:36:06 smithi152 bash[29762]: debug 2023-11-15T05:36:06.625+0000 7f0db16c3880 4 rocksdb: Options.compression_opts.strategy: 0 2023-11-15T05:36:07.036 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:36:06 smithi152 bash[29762]: debug 2023-11-15T05:36:06.625+0000 7f0db16c3880 4 rocksdb: Options.compression_opts.max_dict_bytes: 0 2023-11-15T05:36:07.036 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:36:06 smithi152 bash[29762]: debug 2023-11-15T05:36:06.625+0000 7f0db16c3880 4 rocksdb: Options.compression_opts.zstd_max_train_bytes: 0 2023-11-15T05:36:07.036 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:36:06 smithi152 bash[29762]: debug 2023-11-15T05:36:06.625+0000 7f0db16c3880 4 rocksdb: Options.compression_opts.enabled: false 2023-11-15T05:36:07.037 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:36:06 smithi152 bash[29762]: debug 2023-11-15T05:36:06.625+0000 7f0db16c3880 4 rocksdb: Options.level0_file_num_compaction_trigger: 4 2023-11-15T05:36:07.037 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:36:06 smithi152 bash[29762]: debug 2023-11-15T05:36:06.625+0000 7f0db16c3880 4 rocksdb: Options.level0_slowdown_writes_trigger: 20 2023-11-15T05:36:07.037 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:36:06 smithi152 bash[29762]: debug 2023-11-15T05:36:06.625+0000 7f0db16c3880 4 rocksdb: Options.level0_stop_writes_trigger: 36 2023-11-15T05:36:07.037 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:36:06 smithi152 bash[29762]: debug 2023-11-15T05:36:06.625+0000 7f0db16c3880 4 rocksdb: Options.target_file_size_base: 67108864 2023-11-15T05:36:07.037 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:36:06 smithi152 bash[29762]: debug 2023-11-15T05:36:06.625+0000 7f0db16c3880 4 rocksdb: Options.target_file_size_multiplier: 1 2023-11-15T05:36:07.037 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:36:06 smithi152 bash[29762]: debug 2023-11-15T05:36:06.625+0000 7f0db16c3880 4 rocksdb: Options.max_bytes_for_level_base: 268435456 2023-11-15T05:36:07.038 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:36:06 smithi152 bash[29762]: debug 2023-11-15T05:36:06.625+0000 7f0db16c3880 4 rocksdb: Options.level_compaction_dynamic_level_bytes: 1 2023-11-15T05:36:07.038 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:36:06 smithi152 bash[29762]: debug 2023-11-15T05:36:06.625+0000 7f0db16c3880 4 rocksdb: Options.max_bytes_for_level_multiplier: 10.000000 2023-11-15T05:36:07.038 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:36:06 smithi152 bash[29762]: debug 2023-11-15T05:36:06.625+0000 7f0db16c3880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[0]: 1 2023-11-15T05:36:07.038 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:36:06 smithi152 bash[29762]: debug 2023-11-15T05:36:06.625+0000 7f0db16c3880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[1]: 1 2023-11-15T05:36:07.038 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:36:06 smithi152 bash[29762]: debug 2023-11-15T05:36:06.625+0000 7f0db16c3880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[2]: 1 2023-11-15T05:36:07.039 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:36:06 smithi152 bash[29762]: debug 2023-11-15T05:36:06.625+0000 7f0db16c3880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[3]: 1 2023-11-15T05:36:07.039 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:36:06 smithi152 bash[29762]: debug 2023-11-15T05:36:06.625+0000 7f0db16c3880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[4]: 1 2023-11-15T05:36:07.039 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:36:06 smithi152 bash[29762]: debug 2023-11-15T05:36:06.625+0000 7f0db16c3880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[5]: 1 2023-11-15T05:36:07.039 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:36:06 smithi152 bash[29762]: debug 2023-11-15T05:36:06.625+0000 7f0db16c3880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[6]: 1 2023-11-15T05:36:07.039 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:36:06 smithi152 bash[29762]: debug 2023-11-15T05:36:06.625+0000 7f0db16c3880 4 rocksdb: Options.max_sequential_skip_in_iterations: 8 2023-11-15T05:36:07.040 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:36:06 smithi152 bash[29762]: debug 2023-11-15T05:36:06.625+0000 7f0db16c3880 4 rocksdb: Options.max_compaction_bytes: 1677721600 2023-11-15T05:36:07.040 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:36:06 smithi152 bash[29762]: debug 2023-11-15T05:36:06.625+0000 7f0db16c3880 4 rocksdb: Options.arena_block_size: 4194304 2023-11-15T05:36:07.040 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:36:06 smithi152 bash[29762]: debug 2023-11-15T05:36:06.625+0000 7f0db16c3880 4 rocksdb: Options.soft_pending_compaction_bytes_limit: 68719476736 2023-11-15T05:36:07.040 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:36:06 smithi152 bash[29762]: debug 2023-11-15T05:36:06.625+0000 7f0db16c3880 4 rocksdb: Options.hard_pending_compaction_bytes_limit: 274877906944 2023-11-15T05:36:07.040 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:36:06 smithi152 bash[29762]: debug 2023-11-15T05:36:06.625+0000 7f0db16c3880 4 rocksdb: Options.rate_limit_delay_max_milliseconds: 100 2023-11-15T05:36:07.041 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:36:06 smithi152 bash[29762]: debug 2023-11-15T05:36:06.625+0000 7f0db16c3880 4 rocksdb: Options.disable_auto_compactions: 0 2023-11-15T05:36:07.041 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:36:06 smithi152 bash[29762]: debug 2023-11-15T05:36:06.625+0000 7f0db16c3880 4 rocksdb: Options.compaction_style: kCompactionStyleLevel 2023-11-15T05:36:07.041 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:36:06 smithi152 bash[29762]: debug 2023-11-15T05:36:06.625+0000 7f0db16c3880 4 rocksdb: Options.compaction_pri: kMinOverlappingRatio 2023-11-15T05:36:07.041 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:36:06 smithi152 bash[29762]: debug 2023-11-15T05:36:06.625+0000 7f0db16c3880 4 rocksdb: Options.compaction_options_universal.size_ratio: 1 2023-11-15T05:36:07.041 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:36:06 smithi152 bash[29762]: debug 2023-11-15T05:36:06.625+0000 7f0db16c3880 4 rocksdb: Options.compaction_options_universal.min_merge_width: 2 2023-11-15T05:36:07.042 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:36:06 smithi152 bash[29762]: debug 2023-11-15T05:36:06.625+0000 7f0db16c3880 4 rocksdb: Options.compaction_options_universal.max_merge_width: 4294967295 2023-11-15T05:36:07.042 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:36:06 smithi152 bash[29762]: debug 2023-11-15T05:36:06.625+0000 7f0db16c3880 4 rocksdb: Options.compaction_options_universal.max_size_amplification_percent: 200 2023-11-15T05:36:07.042 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:36:06 smithi152 bash[29762]: debug 2023-11-15T05:36:06.625+0000 7f0db16c3880 4 rocksdb: Options.compaction_options_universal.compression_size_percent: -1 2023-11-15T05:36:07.042 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:36:06 smithi152 bash[29762]: debug 2023-11-15T05:36:06.625+0000 7f0db16c3880 4 rocksdb: Options.compaction_options_universal.stop_style: kCompactionStopStyleTotalSize 2023-11-15T05:36:07.042 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:36:06 smithi152 bash[29762]: debug 2023-11-15T05:36:06.625+0000 7f0db16c3880 4 rocksdb: Options.compaction_options_fifo.max_table_files_size: 1073741824 2023-11-15T05:36:07.043 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:36:06 smithi152 bash[29762]: debug 2023-11-15T05:36:06.625+0000 7f0db16c3880 4 rocksdb: Options.compaction_options_fifo.allow_compaction: 0 2023-11-15T05:36:07.043 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:36:06 smithi152 bash[29762]: debug 2023-11-15T05:36:06.625+0000 7f0db16c3880 4 rocksdb: Options.table_properties_collectors: 2023-11-15T05:36:07.043 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:36:06 smithi152 bash[29762]: debug 2023-11-15T05:36:06.625+0000 7f0db16c3880 4 rocksdb: Options.inplace_update_support: 0 2023-11-15T05:36:07.043 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:36:06 smithi152 bash[29762]: debug 2023-11-15T05:36:06.625+0000 7f0db16c3880 4 rocksdb: Options.inplace_update_num_locks: 10000 2023-11-15T05:36:07.043 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:36:06 smithi152 bash[29762]: debug 2023-11-15T05:36:06.625+0000 7f0db16c3880 4 rocksdb: Options.memtable_prefix_bloom_size_ratio: 0.000000 2023-11-15T05:36:07.044 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:36:06 smithi152 bash[29762]: debug 2023-11-15T05:36:06.625+0000 7f0db16c3880 4 rocksdb: Options.memtable_whole_key_filtering: 0 2023-11-15T05:36:07.044 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:36:06 smithi152 bash[29762]: debug 2023-11-15T05:36:06.625+0000 7f0db16c3880 4 rocksdb: Options.memtable_huge_page_size: 0 2023-11-15T05:36:07.044 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:36:06 smithi152 bash[29762]: debug 2023-11-15T05:36:06.625+0000 7f0db16c3880 4 rocksdb: Options.bloom_locality: 0 2023-11-15T05:36:07.044 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:36:06 smithi152 bash[29762]: debug 2023-11-15T05:36:06.625+0000 7f0db16c3880 4 rocksdb: Options.max_successive_merges: 0 2023-11-15T05:36:07.044 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:36:06 smithi152 bash[29762]: debug 2023-11-15T05:36:06.625+0000 7f0db16c3880 4 rocksdb: Options.optimize_filters_for_hits: 0 2023-11-15T05:36:07.044 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:36:06 smithi152 bash[29762]: debug 2023-11-15T05:36:06.625+0000 7f0db16c3880 4 rocksdb: Options.paranoid_file_checks: 0 2023-11-15T05:36:07.045 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:36:06 smithi152 bash[29762]: debug 2023-11-15T05:36:06.625+0000 7f0db16c3880 4 rocksdb: Options.force_consistency_checks: 0 2023-11-15T05:36:07.045 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:36:06 smithi152 bash[29762]: debug 2023-11-15T05:36:06.625+0000 7f0db16c3880 4 rocksdb: Options.report_bg_io_stats: 0 2023-11-15T05:36:07.045 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:36:06 smithi152 bash[29762]: debug 2023-11-15T05:36:06.625+0000 7f0db16c3880 4 rocksdb: Options.ttl: 2592000 2023-11-15T05:36:07.045 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:36:06 smithi152 bash[29762]: debug 2023-11-15T05:36:06.625+0000 7f0db16c3880 4 rocksdb: Options.periodic_compaction_seconds: 0 2023-11-15T05:36:07.045 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:36:06 smithi152 bash[29762]: debug 2023-11-15T05:36:06.625+0000 7f0db16c3880 4 rocksdb: [version_set.cc:4568] Recovered from manifest file:/var/lib/ceph/mon/ceph-smithi152/store.db/MANIFEST-000001 succeeded,manifest_file_number is 1, next_file_number is 3, last_sequence is 0, log_number is 0,prev_log_number is 0,max_column_family is 0,min_log_number_to_keep is 0 2023-11-15T05:36:07.046 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:36:06 smithi152 bash[29762]: debug 2023-11-15T05:36:06.625+0000 7f0db16c3880 4 rocksdb: [version_set.cc:4577] Column family [default] (ID 0), log number is 0 2023-11-15T05:36:07.046 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:36:06 smithi152 bash[29762]: debug 2023-11-15T05:36:06.625+0000 7f0db16c3880 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1700026566630830, "job": 1, "event": "recovery_started", "log_files": [3]} 2023-11-15T05:36:07.046 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:36:06 smithi152 bash[29762]: debug 2023-11-15T05:36:06.625+0000 7f0db16c3880 4 rocksdb: [db_impl/db_impl_open.cc:760] Recovering log #3 mode 2 2023-11-15T05:36:07.046 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:36:06 smithi152 bash[29762]: debug 2023-11-15T05:36:06.625+0000 7f0db16c3880 3 rocksdb: [le/block_based/filter_policy.cc:584] Using legacy Bloom filter with high (20) bits/key. Dramatic filter space and/or accuracy improvement is available with format_version>=5. 2023-11-15T05:36:07.046 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:36:06 smithi152 bash[29762]: debug 2023-11-15T05:36:06.629+0000 7f0db16c3880 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1700026566632502, "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": 1700026566, "oldest_key_time": 3, "file_creation_time": 0}} 2023-11-15T05:36:07.047 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:36:06 smithi152 bash[29762]: debug 2023-11-15T05:36:06.629+0000 7f0db16c3880 4 rocksdb: [version_set.cc:3826] Creating manifest 5 2023-11-15T05:36:07.047 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:36:06 smithi152 bash[29762]: debug 2023-11-15T05:36:06.629+0000 7f0db16c3880 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1700026566633386, "job": 1, "event": "recovery_finished"} 2023-11-15T05:36:07.047 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:36:06 smithi152 bash[29762]: debug 2023-11-15T05:36:06.629+0000 7f0db16c3880 4 rocksdb: DB pointer 0x555a9de97800 2023-11-15T05:36:07.047 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:36:06 smithi152 bash[29762]: debug 2023-11-15T05:36:06.629+0000 7f0db16c3880 0 mon.smithi152 does not exist in monmap, will attempt to join an existing cluster 2023-11-15T05:36:07.047 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:36:06 smithi152 bash[29762]: debug 2023-11-15T05:36:06.629+0000 7f0db16c3880 0 using public_addr v2:172.21.15.152:0/0 -> [v2:172.21.15.152:3300/0,v1:172.21.15.152:6789/0] 2023-11-15T05:36:07.048 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:36:06 smithi152 bash[29762]: debug 2023-11-15T05:36:06.629+0000 7f0db16c3880 0 starting mon.smithi152 rank -1 at public addrs [v2:172.21.15.152:3300/0,v1:172.21.15.152:6789/0] at bind addrs [v2:172.21.15.152:3300/0,v1:172.21.15.152:6789/0] mon_data /var/lib/ceph/mon/ceph-smithi152 fsid 7456fada-8378-11ee-8dbe-212e2dc638e7 2023-11-15T05:36:07.048 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:36:06 smithi152 bash[29762]: debug 2023-11-15T05:36:06.629+0000 7f0d984c8700 4 rocksdb: [db_impl/db_impl.cc:850] ------- DUMPING STATS ------- 2023-11-15T05:36:07.048 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:36:06 smithi152 bash[29762]: debug 2023-11-15T05:36:06.629+0000 7f0d984c8700 4 rocksdb: [db_impl/db_impl.cc:851] 2023-11-15T05:36:07.048 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:36:06 smithi152 bash[29762]: ** DB Stats ** 2023-11-15T05:36:07.048 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:36:06 smithi152 bash[29762]: Uptime(secs): 0.0 total, 0.0 interval 2023-11-15T05:36:07.049 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:36:06 smithi152 bash[29762]: Cumulative writes: 0 writes, 0 keys, 0 commit groups, 0.0 writes per commit group, ingest: 0.00 GB, 0.00 MB/s 2023-11-15T05:36:07.049 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:36:06 smithi152 bash[29762]: Cumulative WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s 2023-11-15T05:36:07.049 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:36:06 smithi152 bash[29762]: Cumulative stall: 00:00:0.000 H:M:S, 0.0 percent 2023-11-15T05:36:07.049 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:36:06 smithi152 bash[29762]: Interval writes: 0 writes, 0 keys, 0 commit groups, 0.0 writes per commit group, ingest: 0.00 MB, 0.00 MB/s 2023-11-15T05:36:07.049 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:36:06 smithi152 bash[29762]: Interval WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 MB, 0.00 MB/s 2023-11-15T05:36:07.049 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:36:06 smithi152 bash[29762]: Interval stall: 00:00:0.000 H:M:S, 0.0 percent 2023-11-15T05:36:07.050 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:36:06 smithi152 bash[29762]: ** Compaction Stats [default] ** 2023-11-15T05:36:07.050 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:36:06 smithi152 bash[29762]: Level Files Size Score Read(GB) Rn(GB) Rnp1(GB) Write(GB) Wnew(GB) Moved(GB) W-Amp Rd(MB/s) Wr(MB/s) Comp(sec) CompMergeCPU(sec) Comp(cnt) Avg(sec) KeyIn KeyDrop 2023-11-15T05:36:07.050 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:36:06 smithi152 bash[29762]: ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2023-11-15T05:36:07.050 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:36:06 smithi152 bash[29762]: L0 1/0 1.40 KB 0.2 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 0.8 0.00 0.00 1 0.002 0 0 2023-11-15T05:36:07.050 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:36:06 smithi152 bash[29762]: Sum 1/0 1.40 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 0.8 0.00 0.00 1 0.002 0 0 2023-11-15T05:36:07.051 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:36:06 smithi152 bash[29762]: Int 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 0.8 0.00 0.00 1 0.002 0 0 2023-11-15T05:36:07.051 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:36:06 smithi152 bash[29762]: ** Compaction Stats [default] ** 2023-11-15T05:36:07.051 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:36:06 smithi152 bash[29762]: Priority Files Size Score Read(GB) Rn(GB) Rnp1(GB) Write(GB) Wnew(GB) Moved(GB) W-Amp Rd(MB/s) Wr(MB/s) Comp(sec) CompMergeCPU(sec) Comp(cnt) Avg(sec) KeyIn KeyDrop 2023-11-15T05:36:07.051 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:36:06 smithi152 bash[29762]: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2023-11-15T05:36:07.051 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:36:06 smithi152 bash[29762]: User 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.8 0.00 0.00 1 0.002 0 0 2023-11-15T05:36:07.052 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:36:06 smithi152 bash[29762]: Uptime(secs): 0.0 total, 0.0 interval 2023-11-15T05:36:07.052 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:36:06 smithi152 bash[29762]: Flush(GB): cumulative 0.000, interval 0.000 2023-11-15T05:36:07.052 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:36:06 smithi152 bash[29762]: AddFile(GB): cumulative 0.000, interval 0.000 2023-11-15T05:36:07.052 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:36:06 smithi152 bash[29762]: AddFile(Total Files): cumulative 0, interval 0 2023-11-15T05:36:07.052 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:36:06 smithi152 bash[29762]: AddFile(L0 Files): cumulative 0, interval 0 2023-11-15T05:36:07.052 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:36:06 smithi152 bash[29762]: AddFile(Keys): cumulative 0, interval 0 2023-11-15T05:36:07.053 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:36:06 smithi152 bash[29762]: Cumulative compaction: 0.00 GB write, 0.27 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2023-11-15T05:36:07.053 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:36:06 smithi152 bash[29762]: Interval compaction: 0.00 GB write, 0.27 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2023-11-15T05:36:07.053 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:36:06 smithi152 bash[29762]: Stalls(count): 0 level0_slowdown, 0 level0_slowdown_with_compaction, 0 level0_numfiles, 0 level0_numfiles_with_compaction, 0 stop for pending_compaction_bytes, 0 slowdown for pending_compaction_bytes, 0 memtable_compaction, 0 memtable_slowdown, interval 0 total count 2023-11-15T05:36:07.053 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:36:06 smithi152 bash[29762]: ** File Read Latency Histogram By Level [default] ** 2023-11-15T05:36:07.053 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:36:06 smithi152 bash[29762]: ** Compaction Stats [default] ** 2023-11-15T05:36:07.054 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:36:06 smithi152 bash[29762]: Level Files Size Score Read(GB) Rn(GB) Rnp1(GB) Write(GB) Wnew(GB) Moved(GB) W-Amp Rd(MB/s) Wr(MB/s) Comp(sec) CompMergeCPU(sec) Comp(cnt) Avg(sec) KeyIn KeyDrop 2023-11-15T05:36:07.054 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:36:06 smithi152 bash[29762]: ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2023-11-15T05:36:07.054 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:36:06 smithi152 bash[29762]: L0 1/0 1.40 KB 0.2 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 0.8 0.00 0.00 1 0.002 0 0 2023-11-15T05:36:07.054 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:36:06 smithi152 bash[29762]: Sum 1/0 1.40 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 0.8 0.00 0.00 1 0.002 0 0 2023-11-15T05:36:07.055 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:36:06 smithi152 bash[29762]: Int 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.00 0.00 0 0.000 0 0 2023-11-15T05:36:07.055 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:36:06 smithi152 bash[29762]: ** Compaction Stats [default] ** 2023-11-15T05:36:07.055 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:36:06 smithi152 bash[29762]: Priority Files Size Score Read(GB) Rn(GB) Rnp1(GB) Write(GB) Wnew(GB) Moved(GB) W-Amp Rd(MB/s) Wr(MB/s) Comp(sec) CompMergeCPU(sec) Comp(cnt) Avg(sec) KeyIn KeyDrop 2023-11-15T05:36:07.055 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:36:06 smithi152 bash[29762]: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2023-11-15T05:36:07.055 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:36:06 smithi152 bash[29762]: User 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.8 0.00 0.00 1 0.002 0 0 2023-11-15T05:36:07.055 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:36:06 smithi152 bash[29762]: Uptime(secs): 0.0 total, 0.0 interval 2023-11-15T05:36:07.056 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:36:06 smithi152 bash[29762]: Flush(GB): cumulative 0.000, interval 0.000 2023-11-15T05:36:07.056 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:36:06 smithi152 bash[29762]: AddFile(GB): cumulative 0.000, interval 0.000 2023-11-15T05:36:07.056 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:36:06 smithi152 bash[29762]: AddFile(Total Files): cumulative 0, interval 0 2023-11-15T05:36:07.056 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:36:06 smithi152 bash[29762]: AddFile(L0 Files): cumulative 0, interval 0 2023-11-15T05:36:07.056 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:36:06 smithi152 bash[29762]: AddFile(Keys): cumulative 0, interval 0 2023-11-15T05:36:07.057 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:36:06 smithi152 bash[29762]: Cumulative compaction: 0.00 GB write, 0.27 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2023-11-15T05:36:07.057 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:36:06 smithi152 bash[29762]: Interval compaction: 0.00 GB write, 0.00 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2023-11-15T05:36:07.057 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:36:06 smithi152 bash[29762]: Stalls(count): 0 level0_slowdown, 0 level0_slowdown_with_compaction, 0 level0_numfiles, 0 level0_numfiles_with_compaction, 0 stop for pending_compaction_bytes, 0 slowdown for pending_compaction_bytes, 0 memtable_compaction, 0 memtable_slowdown, interval 0 total count 2023-11-15T05:36:07.057 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:36:06 smithi152 bash[29762]: ** File Read Latency Histogram By Level [default] ** 2023-11-15T05:36:07.057 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:36:06 smithi152 bash[29762]: debug 2023-11-15T05:36:06.633+0000 7f0db16c3880 1 mon.smithi152@-1(???) e0 preinit fsid 7456fada-8378-11ee-8dbe-212e2dc638e7 2023-11-15T05:36:07.057 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:36:06 smithi152 bash[29762]: debug 2023-11-15T05:36:06.665+0000 7f0d9accd700 0 mon.smithi152@-1(synchronizing).mds e1 new map 2023-11-15T05:36:07.058 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:36:06 smithi152 bash[29762]: debug 2023-11-15T05:36:06.665+0000 7f0d9accd700 0 mon.smithi152@-1(synchronizing).mds e1 print_map 2023-11-15T05:36:07.058 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:36:06 smithi152 bash[29762]: e1 2023-11-15T05:36:07.058 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:36:06 smithi152 bash[29762]: enable_multiple, ever_enabled_multiple: 1,1 2023-11-15T05:36:07.058 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:36:06 smithi152 bash[29762]: default compat: compat={},rocompat={},incompat={1=base v0.20,2=client writeable ranges,3=default file layouts on dirs,4=dir inode in separate object,5=mds uses versioned encoding,6=dirfrag is stored in omap,8=no anchor table,9=file layout v2,10=snaprealm v2} 2023-11-15T05:36:07.058 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:36:06 smithi152 bash[29762]: legacy client fscid: -1 2023-11-15T05:36:07.059 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:36:06 smithi152 bash[29762]: 2023-11-15T05:36:07.059 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:36:06 smithi152 bash[29762]: No filesystems configured 2023-11-15T05:36:07.059 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:36:06 smithi152 bash[29762]: debug 2023-11-15T05:36:06.665+0000 7f0d9accd700 1 mon.smithi152@-1(synchronizing).osd e0 _set_cache_ratios kv ratio 0.25 inc ratio 0.375 full ratio 0.375 2023-11-15T05:36:07.059 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:36:06 smithi152 bash[29762]: debug 2023-11-15T05:36:06.665+0000 7f0d9accd700 1 mon.smithi152@-1(synchronizing).osd e0 register_cache_with_pcm pcm target: 2147483648 pcm max: 1020054732 pcm min: 134217728 inc_osd_cache size: 1 2023-11-15T05:36:07.059 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:36:06 smithi152 bash[29762]: debug 2023-11-15T05:36:06.665+0000 7f0d9accd700 1 mon.smithi152@-1(synchronizing).osd e1 e1: 0 total, 0 up, 0 in 2023-11-15T05:36:07.060 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:36:06 smithi152 bash[29762]: debug 2023-11-15T05:36:06.665+0000 7f0d9accd700 1 mon.smithi152@-1(synchronizing).osd e2 e2: 0 total, 0 up, 0 in 2023-11-15T05:36:07.060 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:36:06 smithi152 bash[29762]: debug 2023-11-15T05:36:06.665+0000 7f0d9accd700 1 mon.smithi152@-1(synchronizing).osd e3 e3: 0 total, 0 up, 0 in 2023-11-15T05:36:07.060 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:36:06 smithi152 bash[29762]: debug 2023-11-15T05:36:06.665+0000 7f0d9accd700 1 mon.smithi152@-1(synchronizing).osd e4 e4: 0 total, 0 up, 0 in 2023-11-15T05:36:07.060 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:36:06 smithi152 bash[29762]: debug 2023-11-15T05:36:06.665+0000 7f0d9accd700 1 mon.smithi152@-1(synchronizing).osd e5 e5: 0 total, 0 up, 0 in 2023-11-15T05:36:07.060 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:36:06 smithi152 bash[29762]: debug 2023-11-15T05:36:06.665+0000 7f0d9accd700 0 mon.smithi152@-1(synchronizing).osd e5 crush map has features 3314932999778484224, adjusting msgr requires 2023-11-15T05:36:07.060 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:36:06 smithi152 bash[29762]: debug 2023-11-15T05:36:06.665+0000 7f0d9accd700 0 mon.smithi152@-1(synchronizing).osd e5 crush map has features 288514050185494528, adjusting msgr requires 2023-11-15T05:36:07.061 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:36:06 smithi152 bash[29762]: cluster 2023-11-15T05:36:05.047648+0000 mgr.smithi116.ldeiub (mgr.14182) 12 : cluster [DBG] pgmap v4: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-15T05:36:07.061 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:36:06 smithi152 bash[29762]: cephadm 2023-11-15T05:36:05.093232+0000 mgr.smithi116.ldeiub (mgr.14182) 13 : cephadm [INF] Deploying daemon prometheus.smithi152 on smithi152 2023-11-15T05:36:07.061 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:36:06 smithi152 bash[29762]: debug 2023-11-15T05:36:06.665+0000 7f0d9accd700 1 mon.smithi152@-1(synchronizing).paxosservice(auth 1..6) refresh upgraded, format 0 -> 3 2023-11-15T05:36:12.150 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:36:11 smithi116 bash[25961]: audit 2023-11-15T05:36:06.680297+0000 mon.smithi116 (mon.0) 166 : audit [DBG] from='mgr.14182 172.21.15.116:0/1868390107' entity='mgr.smithi116.ldeiub' cmd=[{"prefix": "mon metadata", "id": "smithi116"}]: dispatch 2023-11-15T05:36:12.151 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:36:11 smithi116 bash[25961]: cluster 2023-11-15T05:36:06.680666+0000 mon.smithi116 (mon.0) 167 : cluster [INF] mon.smithi116 calling monitor election 2023-11-15T05:36:12.151 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:36:11 smithi116 bash[25961]: audit 2023-11-15T05:36:06.699228+0000 mon.smithi116 (mon.0) 168 : audit [DBG] from='mgr.14182 172.21.15.116:0/1868390107' entity='mgr.smithi116.ldeiub' cmd=[{"prefix": "mon metadata", "id": "smithi152"}]: dispatch 2023-11-15T05:36:12.152 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:36:11 smithi116 bash[25961]: cluster 2023-11-15T05:36:07.048030+0000 mgr.smithi116.ldeiub (mgr.14182) 14 : cluster [DBG] pgmap v5: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-15T05:36:12.152 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:36:11 smithi116 bash[25961]: audit 2023-11-15T05:36:07.675813+0000 mon.smithi116 (mon.0) 169 : audit [DBG] from='mgr.14182 172.21.15.116:0/1868390107' entity='mgr.smithi116.ldeiub' cmd=[{"prefix": "mon metadata", "id": "smithi152"}]: dispatch 2023-11-15T05:36:12.152 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:36:11 smithi116 bash[25961]: audit 2023-11-15T05:36:08.160668+0000 mon.smithi116 (mon.0) 170 : audit [DBG] from='mgr.? 172.21.15.152:0/4236943069' entity='mgr.smithi152.uihpes' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/smithi152.uihpes/crt"}]: dispatch 2023-11-15T05:36:12.152 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:36:11 smithi116 bash[25961]: audit 2023-11-15T05:36:08.676147+0000 mon.smithi116 (mon.0) 171 : audit [DBG] from='mgr.14182 172.21.15.116:0/1868390107' entity='mgr.smithi116.ldeiub' cmd=[{"prefix": "mon metadata", "id": "smithi152"}]: dispatch 2023-11-15T05:36:12.152 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:36:11 smithi116 bash[25961]: cluster 2023-11-15T05:36:08.676492+0000 mon.smithi152 (mon.1) 1 : cluster [INF] mon.smithi152 calling monitor election 2023-11-15T05:36:12.153 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:36:11 smithi116 bash[25961]: cluster 2023-11-15T05:36:09.048467+0000 mgr.smithi116.ldeiub (mgr.14182) 15 : cluster [DBG] pgmap v6: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-15T05:36:12.153 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:36:11 smithi116 bash[25961]: audit 2023-11-15T05:36:09.676086+0000 mon.smithi116 (mon.0) 172 : audit [DBG] from='mgr.14182 172.21.15.116:0/1868390107' entity='mgr.smithi116.ldeiub' cmd=[{"prefix": "mon metadata", "id": "smithi152"}]: dispatch 2023-11-15T05:36:12.153 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:36:11 smithi116 bash[25961]: audit 2023-11-15T05:36:10.676296+0000 mon.smithi116 (mon.0) 173 : audit [DBG] from='mgr.14182 172.21.15.116:0/1868390107' entity='mgr.smithi116.ldeiub' cmd=[{"prefix": "mon metadata", "id": "smithi152"}]: dispatch 2023-11-15T05:36:12.153 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:36:11 smithi116 bash[25961]: cluster 2023-11-15T05:36:11.048936+0000 mgr.smithi116.ldeiub (mgr.14182) 16 : cluster [DBG] pgmap v7: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-15T05:36:12.153 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:36:11 smithi116 bash[25961]: audit 2023-11-15T05:36:11.676671+0000 mon.smithi116 (mon.0) 174 : audit [DBG] from='mgr.14182 172.21.15.116:0/1868390107' entity='mgr.smithi116.ldeiub' cmd=[{"prefix": "mon metadata", "id": "smithi152"}]: dispatch 2023-11-15T05:36:12.153 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:36:11 smithi116 bash[25961]: cluster 2023-11-15T05:36:11.702807+0000 mon.smithi116 (mon.0) 175 : cluster [INF] mon.smithi116 is new leader, mons smithi116,smithi152 in quorum (ranks 0,1) 2023-11-15T05:36:12.154 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:36:11 smithi116 bash[25961]: cluster 2023-11-15T05:36:11.710102+0000 mon.smithi116 (mon.0) 176 : cluster [DBG] monmap e2: 2 mons at {smithi116=[v2:172.21.15.116:3300/0,v1:172.21.15.116:6789/0],smithi152=[v2:172.21.15.152:3300/0,v1:172.21.15.152:6789/0]} removed_ranks: {} 2023-11-15T05:36:12.154 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:36:11 smithi116 bash[25961]: cluster 2023-11-15T05:36:11.711150+0000 mon.smithi116 (mon.0) 177 : cluster [DBG] fsmap 2023-11-15T05:36:12.154 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:36:11 smithi116 bash[25961]: cluster 2023-11-15T05:36:11.711220+0000 mon.smithi116 (mon.0) 178 : cluster [DBG] osdmap e5: 0 total, 0 up, 0 in 2023-11-15T05:36:12.154 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:36:11 smithi116 bash[25961]: cluster 2023-11-15T05:36:11.711580+0000 mon.smithi116 (mon.0) 179 : cluster [DBG] mgrmap e17: smithi116.ldeiub(active, since 26s) 2023-11-15T05:36:12.154 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:36:11 smithi116 bash[25961]: cluster 2023-11-15T05:36:11.713244+0000 mon.smithi116 (mon.0) 180 : cluster [DBG] Standby manager daemon smithi152.uihpes started 2023-11-15T05:36:12.155 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:36:11 smithi116 bash[25961]: audit 2023-11-15T05:36:11.715878+0000 mon.smithi116 (mon.0) 181 : audit [DBG] from='mgr.? 172.21.15.152:0/4236943069' entity='mgr.smithi152.uihpes' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2023-11-15T05:36:12.155 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:36:11 smithi116 bash[25961]: cluster 2023-11-15T05:36:11.717803+0000 mon.smithi116 (mon.0) 182 : cluster [INF] overall HEALTH_OK 2023-11-15T05:36:12.155 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:36:11 smithi116 bash[25961]: audit 2023-11-15T05:36:11.718543+0000 mon.smithi116 (mon.0) 183 : audit [DBG] from='mgr.? 172.21.15.152:0/4236943069' entity='mgr.smithi152.uihpes' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/smithi152.uihpes/key"}]: dispatch 2023-11-15T05:36:12.155 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:36:11 smithi116 bash[25961]: audit 2023-11-15T05:36:11.719576+0000 mon.smithi116 (mon.0) 184 : audit [DBG] from='mgr.? 172.21.15.152:0/4236943069' entity='mgr.smithi152.uihpes' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2023-11-15T05:36:12.259 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:36:11 smithi152 bash[29762]: audit 2023-11-15T05:36:06.680297+0000 mon.smithi116 (mon.0) 166 : audit [DBG] from='mgr.14182 172.21.15.116:0/1868390107' entity='mgr.smithi116.ldeiub' cmd=[{"prefix": "mon metadata", "id": "smithi116"}]: dispatch 2023-11-15T05:36:12.259 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:36:11 smithi152 bash[29762]: cluster 2023-11-15T05:36:06.680666+0000 mon.smithi116 (mon.0) 167 : cluster [INF] mon.smithi116 calling monitor election 2023-11-15T05:36:12.260 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:36:11 smithi152 bash[29762]: audit 2023-11-15T05:36:06.699228+0000 mon.smithi116 (mon.0) 168 : audit [DBG] from='mgr.14182 172.21.15.116:0/1868390107' entity='mgr.smithi116.ldeiub' cmd=[{"prefix": "mon metadata", "id": "smithi152"}]: dispatch 2023-11-15T05:36:12.260 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:36:11 smithi152 bash[29762]: cluster 2023-11-15T05:36:07.048030+0000 mgr.smithi116.ldeiub (mgr.14182) 14 : cluster [DBG] pgmap v5: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-15T05:36:12.260 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:36:11 smithi152 bash[29762]: audit 2023-11-15T05:36:07.675813+0000 mon.smithi116 (mon.0) 169 : audit [DBG] from='mgr.14182 172.21.15.116:0/1868390107' entity='mgr.smithi116.ldeiub' cmd=[{"prefix": "mon metadata", "id": "smithi152"}]: dispatch 2023-11-15T05:36:12.260 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:36:11 smithi152 bash[29762]: audit 2023-11-15T05:36:08.160668+0000 mon.smithi116 (mon.0) 170 : audit [DBG] from='mgr.? 172.21.15.152:0/4236943069' entity='mgr.smithi152.uihpes' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/smithi152.uihpes/crt"}]: dispatch 2023-11-15T05:36:12.261 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:36:11 smithi152 bash[29762]: audit 2023-11-15T05:36:08.676147+0000 mon.smithi116 (mon.0) 171 : audit [DBG] from='mgr.14182 172.21.15.116:0/1868390107' entity='mgr.smithi116.ldeiub' cmd=[{"prefix": "mon metadata", "id": "smithi152"}]: dispatch 2023-11-15T05:36:12.261 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:36:11 smithi152 bash[29762]: cluster 2023-11-15T05:36:08.676492+0000 mon.smithi152 (mon.1) 1 : cluster [INF] mon.smithi152 calling monitor election 2023-11-15T05:36:12.261 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:36:11 smithi152 bash[29762]: cluster 2023-11-15T05:36:09.048467+0000 mgr.smithi116.ldeiub (mgr.14182) 15 : cluster [DBG] pgmap v6: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-15T05:36:12.261 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:36:11 smithi152 bash[29762]: audit 2023-11-15T05:36:09.676086+0000 mon.smithi116 (mon.0) 172 : audit [DBG] from='mgr.14182 172.21.15.116:0/1868390107' entity='mgr.smithi116.ldeiub' cmd=[{"prefix": "mon metadata", "id": "smithi152"}]: dispatch 2023-11-15T05:36:12.261 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:36:11 smithi152 bash[29762]: audit 2023-11-15T05:36:10.676296+0000 mon.smithi116 (mon.0) 173 : audit [DBG] from='mgr.14182 172.21.15.116:0/1868390107' entity='mgr.smithi116.ldeiub' cmd=[{"prefix": "mon metadata", "id": "smithi152"}]: dispatch 2023-11-15T05:36:12.261 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:36:11 smithi152 bash[29762]: cluster 2023-11-15T05:36:11.048936+0000 mgr.smithi116.ldeiub (mgr.14182) 16 : cluster [DBG] pgmap v7: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-15T05:36:12.262 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:36:11 smithi152 bash[29762]: audit 2023-11-15T05:36:11.676671+0000 mon.smithi116 (mon.0) 174 : audit [DBG] from='mgr.14182 172.21.15.116:0/1868390107' entity='mgr.smithi116.ldeiub' cmd=[{"prefix": "mon metadata", "id": "smithi152"}]: dispatch 2023-11-15T05:36:12.262 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:36:11 smithi152 bash[29762]: cluster 2023-11-15T05:36:11.702807+0000 mon.smithi116 (mon.0) 175 : cluster [INF] mon.smithi116 is new leader, mons smithi116,smithi152 in quorum (ranks 0,1) 2023-11-15T05:36:12.262 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:36:11 smithi152 bash[29762]: cluster 2023-11-15T05:36:11.710102+0000 mon.smithi116 (mon.0) 176 : cluster [DBG] monmap e2: 2 mons at {smithi116=[v2:172.21.15.116:3300/0,v1:172.21.15.116:6789/0],smithi152=[v2:172.21.15.152:3300/0,v1:172.21.15.152:6789/0]} removed_ranks: {} 2023-11-15T05:36:12.262 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:36:11 smithi152 bash[29762]: cluster 2023-11-15T05:36:11.711150+0000 mon.smithi116 (mon.0) 177 : cluster [DBG] fsmap 2023-11-15T05:36:12.262 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:36:11 smithi152 bash[29762]: cluster 2023-11-15T05:36:11.711220+0000 mon.smithi116 (mon.0) 178 : cluster [DBG] osdmap e5: 0 total, 0 up, 0 in 2023-11-15T05:36:12.263 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:36:11 smithi152 bash[29762]: cluster 2023-11-15T05:36:11.711580+0000 mon.smithi116 (mon.0) 179 : cluster [DBG] mgrmap e17: smithi116.ldeiub(active, since 26s) 2023-11-15T05:36:12.263 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:36:11 smithi152 bash[29762]: cluster 2023-11-15T05:36:11.713244+0000 mon.smithi116 (mon.0) 180 : cluster [DBG] Standby manager daemon smithi152.uihpes started 2023-11-15T05:36:12.263 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:36:11 smithi152 bash[29762]: audit 2023-11-15T05:36:11.715878+0000 mon.smithi116 (mon.0) 181 : audit [DBG] from='mgr.? 172.21.15.152:0/4236943069' entity='mgr.smithi152.uihpes' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2023-11-15T05:36:12.263 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:36:11 smithi152 bash[29762]: cluster 2023-11-15T05:36:11.717803+0000 mon.smithi116 (mon.0) 182 : cluster [INF] overall HEALTH_OK 2023-11-15T05:36:12.263 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:36:11 smithi152 bash[29762]: audit 2023-11-15T05:36:11.718543+0000 mon.smithi116 (mon.0) 183 : audit [DBG] from='mgr.? 172.21.15.152:0/4236943069' entity='mgr.smithi152.uihpes' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/smithi152.uihpes/key"}]: dispatch 2023-11-15T05:36:12.264 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:36:11 smithi152 bash[29762]: audit 2023-11-15T05:36:11.719576+0000 mon.smithi116 (mon.0) 184 : audit [DBG] from='mgr.? 172.21.15.152:0/4236943069' entity='mgr.smithi152.uihpes' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2023-11-15T05:36:13.150 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:36:12 smithi116 bash[25961]: cluster 2023-11-15T05:36:11.779425+0000 mon.smithi116 (mon.0) 185 : cluster [DBG] mgrmap e18: smithi116.ldeiub(active, since 26s), standbys: smithi152.uihpes 2023-11-15T05:36:13.150 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:36:12 smithi116 bash[25961]: audit 2023-11-15T05:36:11.779611+0000 mon.smithi116 (mon.0) 186 : audit [DBG] from='mgr.14182 172.21.15.116:0/1868390107' entity='mgr.smithi116.ldeiub' cmd=[{"prefix": "mgr metadata", "who": "smithi152.uihpes", "id": "smithi152.uihpes"}]: dispatch 2023-11-15T05:36:13.151 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:36:12 smithi116 bash[25961]: audit 2023-11-15T05:36:12.676354+0000 mon.smithi116 (mon.0) 187 : audit [DBG] from='mgr.14182 172.21.15.116:0/1868390107' entity='mgr.smithi116.ldeiub' cmd=[{"prefix": "mon metadata", "id": "smithi152"}]: dispatch 2023-11-15T05:36:13.229 INFO:teuthology.orchestra.run.smithi152.stdout: 2023-11-15T05:36:13.229 INFO:teuthology.orchestra.run.smithi152.stdout:{"epoch":2,"fsid":"7456fada-8378-11ee-8dbe-212e2dc638e7","modified":"2023-11-15T05:36:06.675380Z","created":"2023-11-15T05:33:38.779785Z","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":"smithi116","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.116:3300","nonce":0},{"type":"v1","addr":"172.21.15.116:6789","nonce":0}]},"addr":"172.21.15.116:6789/0","public_addr":"172.21.15.116:6789/0","priority":0,"weight":0,"crush_location":"{}"},{"rank":1,"name":"smithi152","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.152:3300","nonce":0},{"type":"v1","addr":"172.21.15.152:6789","nonce":0}]},"addr":"172.21.15.152:6789/0","public_addr":"172.21.15.152:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0,1]} 2023-11-15T05:36:13.232 INFO:teuthology.orchestra.run.smithi152.stderr:dumped monmap epoch 2 2023-11-15T05:36:13.258 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:36:12 smithi152 bash[29762]: cluster 2023-11-15T05:36:11.779425+0000 mon.smithi116 (mon.0) 185 : cluster [DBG] mgrmap e18: smithi116.ldeiub(active, since 26s), standbys: smithi152.uihpes 2023-11-15T05:36:13.259 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:36:12 smithi152 bash[29762]: audit 2023-11-15T05:36:11.779611+0000 mon.smithi116 (mon.0) 186 : audit [DBG] from='mgr.14182 172.21.15.116:0/1868390107' entity='mgr.smithi116.ldeiub' cmd=[{"prefix": "mgr metadata", "who": "smithi152.uihpes", "id": "smithi152.uihpes"}]: dispatch 2023-11-15T05:36:13.259 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:36:12 smithi152 bash[29762]: audit 2023-11-15T05:36:12.676354+0000 mon.smithi116 (mon.0) 187 : audit [DBG] from='mgr.14182 172.21.15.116:0/1868390107' entity='mgr.smithi116.ldeiub' cmd=[{"prefix": "mon metadata", "id": "smithi152"}]: dispatch 2023-11-15T05:36:14.150 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:36:13 smithi116 bash[25961]: cluster 2023-11-15T05:36:13.049321+0000 mgr.smithi116.ldeiub (mgr.14182) 17 : cluster [DBG] pgmap v8: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-15T05:36:14.150 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:36:13 smithi116 bash[25961]: audit 2023-11-15T05:36:13.226331+0000 mon.smithi116 (mon.0) 188 : audit [DBG] from='client.? 172.21.15.152:0/191470283' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-11-15T05:36:14.259 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:36:13 smithi152 bash[29762]: cluster 2023-11-15T05:36:13.049321+0000 mgr.smithi116.ldeiub (mgr.14182) 17 : cluster [DBG] pgmap v8: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-15T05:36:14.259 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:36:13 smithi152 bash[29762]: audit 2023-11-15T05:36:13.226331+0000 mon.smithi116 (mon.0) 188 : audit [DBG] from='client.? 172.21.15.152:0/191470283' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-11-15T05:36:14.640 INFO:tasks.cephadm:Generating final ceph.conf file... 2023-11-15T05:36:14.641 DEBUG:teuthology.orchestra.run.smithi116:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 7456fada-8378-11ee-8dbe-212e2dc638e7 -- ceph config generate-minimal-conf 2023-11-15T05:36:16.400 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:36:16 smithi116 bash[25961]: cluster 2023-11-15T05:36:15.049775+0000 mgr.smithi116.ldeiub (mgr.14182) 18 : cluster [DBG] pgmap v9: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-15T05:36:16.509 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:36:16 smithi152 bash[29762]: cluster 2023-11-15T05:36:15.049775+0000 mgr.smithi116.ldeiub (mgr.14182) 18 : cluster [DBG] pgmap v9: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-15T05:36:17.718 INFO:teuthology.orchestra.run.smithi116.stdout:# minimal ceph.conf for 7456fada-8378-11ee-8dbe-212e2dc638e7 2023-11-15T05:36:17.719 INFO:teuthology.orchestra.run.smithi116.stdout:[global] 2023-11-15T05:36:17.719 INFO:teuthology.orchestra.run.smithi116.stdout: fsid = 7456fada-8378-11ee-8dbe-212e2dc638e7 2023-11-15T05:36:17.719 INFO:teuthology.orchestra.run.smithi116.stdout: mon_host = [v2:172.21.15.116:3300/0,v1:172.21.15.116:6789/0] [v2:172.21.15.152:3300/0,v1:172.21.15.152:6789/0] 2023-11-15T05:36:17.930 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:36:17 smithi152 bash[29762]: cluster 2023-11-15T05:36:17.050307+0000 mgr.smithi116.ldeiub (mgr.14182) 19 : cluster [DBG] pgmap v10: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-15T05:36:18.151 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:36:17 smithi116 bash[25961]: cluster 2023-11-15T05:36:17.050307+0000 mgr.smithi116.ldeiub (mgr.14182) 19 : cluster [DBG] pgmap v10: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-15T05:36:18.361 INFO:tasks.cephadm:Distributing (final) config and client.admin keyring... 2023-11-15T05:36:18.361 DEBUG:teuthology.orchestra.run.smithi116:> set -ex 2023-11-15T05:36:18.362 DEBUG:teuthology.orchestra.run.smithi116:> sudo dd of=/etc/ceph/ceph.conf 2023-11-15T05:36:18.376 DEBUG:teuthology.orchestra.run.smithi116:> set -ex 2023-11-15T05:36:18.376 DEBUG:teuthology.orchestra.run.smithi116:> sudo dd of=/etc/ceph/ceph.client.admin.keyring 2023-11-15T05:36:18.434 DEBUG:teuthology.orchestra.run.smithi152:> set -ex 2023-11-15T05:36:18.434 DEBUG:teuthology.orchestra.run.smithi152:> sudo dd of=/etc/ceph/ceph.conf 2023-11-15T05:36:18.450 DEBUG:teuthology.orchestra.run.smithi152:> set -ex 2023-11-15T05:36:18.450 DEBUG:teuthology.orchestra.run.smithi152:> sudo dd of=/etc/ceph/ceph.client.admin.keyring 2023-11-15T05:36:18.509 INFO:tasks.cephadm:Deploying OSDs... 2023-11-15T05:36:18.509 DEBUG:teuthology.orchestra.run.smithi116:> set -ex 2023-11-15T05:36:18.510 DEBUG:teuthology.orchestra.run.smithi116:> dd if=/scratch_devs of=/dev/stdout 2023-11-15T05:36:18.516 DEBUG:teuthology.misc:devs=['/dev/nvme1n1', '/dev/nvme2n1', '/dev/nvme3n1', '/dev/nvme4n1'] 2023-11-15T05:36:18.517 DEBUG:teuthology.orchestra.run.smithi116:> stat /dev/nvme1n1 2023-11-15T05:36:18.566 INFO:teuthology.orchestra.run.smithi116.stdout: File: /dev/nvme1n1 2023-11-15T05:36:18.566 INFO:teuthology.orchestra.run.smithi116.stdout: Size: 0 Blocks: 0 IO Block: 4096 block special file 2023-11-15T05:36:18.567 INFO:teuthology.orchestra.run.smithi116.stdout:Device: 6h/6d Inode: 473 Links: 1 Device type: 103,2 2023-11-15T05:36:18.567 INFO:teuthology.orchestra.run.smithi116.stdout:Access: (0660/brw-rw----) Uid: ( 0/ root) Gid: ( 6/ disk) 2023-11-15T05:36:18.567 INFO:teuthology.orchestra.run.smithi116.stdout:Access: 2023-11-15 05:35:07.704091995 +0000 2023-11-15T05:36:18.567 INFO:teuthology.orchestra.run.smithi116.stdout:Modify: 2023-11-15 05:35:07.668092851 +0000 2023-11-15T05:36:18.567 INFO:teuthology.orchestra.run.smithi116.stdout:Change: 2023-11-15 05:35:07.668092851 +0000 2023-11-15T05:36:18.568 INFO:teuthology.orchestra.run.smithi116.stdout: Birth: - 2023-11-15T05:36:18.568 DEBUG:teuthology.orchestra.run.smithi116:> sudo dd if=/dev/nvme1n1 of=/dev/null count=1 2023-11-15T05:36:18.621 INFO:teuthology.orchestra.run.smithi116.stderr:1+0 records in 2023-11-15T05:36:18.621 INFO:teuthology.orchestra.run.smithi116.stderr:1+0 records out 2023-11-15T05:36:18.621 INFO:teuthology.orchestra.run.smithi116.stderr:512 bytes copied, 0.00042572 s, 1.2 MB/s 2023-11-15T05:36:18.622 DEBUG:teuthology.orchestra.run.smithi116:> ! mount | grep -v devtmpfs | grep -q /dev/nvme1n1 2023-11-15T05:36:18.672 DEBUG:teuthology.orchestra.run.smithi116:> stat /dev/nvme2n1 2023-11-15T05:36:18.722 INFO:teuthology.orchestra.run.smithi116.stdout: File: /dev/nvme2n1 2023-11-15T05:36:18.723 INFO:teuthology.orchestra.run.smithi116.stdout: Size: 0 Blocks: 0 IO Block: 4096 block special file 2023-11-15T05:36:18.723 INFO:teuthology.orchestra.run.smithi116.stdout:Device: 6h/6d Inode: 479 Links: 1 Device type: 103,4 2023-11-15T05:36:18.723 INFO:teuthology.orchestra.run.smithi116.stdout:Access: (0660/brw-rw----) Uid: ( 0/ root) Gid: ( 6/ disk) 2023-11-15T05:36:18.724 INFO:teuthology.orchestra.run.smithi116.stdout:Access: 2023-11-15 05:35:07.716091710 +0000 2023-11-15T05:36:18.724 INFO:teuthology.orchestra.run.smithi116.stdout:Modify: 2023-11-15 05:35:07.668092851 +0000 2023-11-15T05:36:18.724 INFO:teuthology.orchestra.run.smithi116.stdout:Change: 2023-11-15 05:35:07.668092851 +0000 2023-11-15T05:36:18.724 INFO:teuthology.orchestra.run.smithi116.stdout: Birth: - 2023-11-15T05:36:18.724 DEBUG:teuthology.orchestra.run.smithi116:> sudo dd if=/dev/nvme2n1 of=/dev/null count=1 2023-11-15T05:36:18.754 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:36:18 smithi152 bash[29762]: audit 2023-11-15T05:36:17.716003+0000 mon.smithi116 (mon.0) 189 : audit [DBG] from='client.? 172.21.15.116:0/2223109060' entity='client.admin' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-15T05:36:18.755 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:36:18 smithi152 bash[29762]: audit 2023-11-15T05:36:17.970360+0000 mon.smithi116 (mon.0) 190 : audit [INF] from='mgr.14182 172.21.15.116:0/1868390107' entity='mgr.smithi116.ldeiub' 2023-11-15T05:36:18.755 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:36:18 smithi152 bash[29762]: audit 2023-11-15T05:36:17.972268+0000 mon.smithi116 (mon.0) 191 : audit [DBG] from='mgr.14182 172.21.15.116:0/1868390107' entity='mgr.smithi116.ldeiub' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-15T05:36:18.777 INFO:teuthology.orchestra.run.smithi116.stderr:1+0 records in 2023-11-15T05:36:18.777 INFO:teuthology.orchestra.run.smithi116.stderr:1+0 records out 2023-11-15T05:36:18.777 INFO:teuthology.orchestra.run.smithi116.stderr:512 bytes copied, 0.000377906 s, 1.4 MB/s 2023-11-15T05:36:18.778 DEBUG:teuthology.orchestra.run.smithi116:> ! mount | grep -v devtmpfs | grep -q /dev/nvme2n1 2023-11-15T05:36:18.828 DEBUG:teuthology.orchestra.run.smithi116:> stat /dev/nvme3n1 2023-11-15T05:36:18.878 INFO:teuthology.orchestra.run.smithi116.stdout: File: /dev/nvme3n1 2023-11-15T05:36:18.879 INFO:teuthology.orchestra.run.smithi116.stdout: Size: 0 Blocks: 0 IO Block: 4096 block special file 2023-11-15T05:36:18.879 INFO:teuthology.orchestra.run.smithi116.stdout:Device: 6h/6d Inode: 485 Links: 1 Device type: 103,6 2023-11-15T05:36:18.880 INFO:teuthology.orchestra.run.smithi116.stdout:Access: (0660/brw-rw----) Uid: ( 0/ root) Gid: ( 6/ disk) 2023-11-15T05:36:18.880 INFO:teuthology.orchestra.run.smithi116.stdout:Access: 2023-11-15 05:35:07.736091234 +0000 2023-11-15T05:36:18.880 INFO:teuthology.orchestra.run.smithi116.stdout:Modify: 2023-11-15 05:35:07.672092757 +0000 2023-11-15T05:36:18.881 INFO:teuthology.orchestra.run.smithi116.stdout:Change: 2023-11-15 05:35:07.672092757 +0000 2023-11-15T05:36:18.881 INFO:teuthology.orchestra.run.smithi116.stdout: Birth: - 2023-11-15T05:36:18.882 DEBUG:teuthology.orchestra.run.smithi116:> sudo dd if=/dev/nvme3n1 of=/dev/null count=1 2023-11-15T05:36:18.900 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:36:18 smithi116 bash[25961]: audit 2023-11-15T05:36:17.716003+0000 mon.smithi116 (mon.0) 189 : audit [DBG] from='client.? 172.21.15.116:0/2223109060' entity='client.admin' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-15T05:36:18.900 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:36:18 smithi116 bash[25961]: audit 2023-11-15T05:36:17.970360+0000 mon.smithi116 (mon.0) 190 : audit [INF] from='mgr.14182 172.21.15.116:0/1868390107' entity='mgr.smithi116.ldeiub' 2023-11-15T05:36:18.900 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:36:18 smithi116 bash[25961]: audit 2023-11-15T05:36:17.972268+0000 mon.smithi116 (mon.0) 191 : audit [DBG] from='mgr.14182 172.21.15.116:0/1868390107' entity='mgr.smithi116.ldeiub' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-15T05:36:18.914 INFO:teuthology.orchestra.run.smithi116.stderr:1+0 records in 2023-11-15T05:36:18.915 INFO:teuthology.orchestra.run.smithi116.stderr:1+0 records out 2023-11-15T05:36:18.915 INFO:teuthology.orchestra.run.smithi116.stderr:512 bytes copied, 0.000395208 s, 1.3 MB/s 2023-11-15T05:36:18.917 DEBUG:teuthology.orchestra.run.smithi116:> ! mount | grep -v devtmpfs | grep -q /dev/nvme3n1 2023-11-15T05:36:18.968 DEBUG:teuthology.orchestra.run.smithi116:> stat /dev/nvme4n1 2023-11-15T05:36:19.022 INFO:teuthology.orchestra.run.smithi116.stdout: File: /dev/nvme4n1 2023-11-15T05:36:19.023 INFO:teuthology.orchestra.run.smithi116.stdout: Size: 0 Blocks: 0 IO Block: 4096 block special file 2023-11-15T05:36:19.023 INFO:teuthology.orchestra.run.smithi116.stdout:Device: 6h/6d Inode: 490 Links: 1 Device type: 103,8 2023-11-15T05:36:19.023 INFO:teuthology.orchestra.run.smithi116.stdout:Access: (0660/brw-rw----) Uid: ( 0/ root) Gid: ( 6/ disk) 2023-11-15T05:36:19.023 INFO:teuthology.orchestra.run.smithi116.stdout:Access: 2023-11-15 05:35:07.752090853 +0000 2023-11-15T05:36:19.024 INFO:teuthology.orchestra.run.smithi116.stdout:Modify: 2023-11-15 05:35:07.672092757 +0000 2023-11-15T05:36:19.024 INFO:teuthology.orchestra.run.smithi116.stdout:Change: 2023-11-15 05:35:07.672092757 +0000 2023-11-15T05:36:19.024 INFO:teuthology.orchestra.run.smithi116.stdout: Birth: - 2023-11-15T05:36:19.024 DEBUG:teuthology.orchestra.run.smithi116:> sudo dd if=/dev/nvme4n1 of=/dev/null count=1 2023-11-15T05:36:19.077 INFO:teuthology.orchestra.run.smithi116.stderr:1+0 records in 2023-11-15T05:36:19.077 INFO:teuthology.orchestra.run.smithi116.stderr:1+0 records out 2023-11-15T05:36:19.077 INFO:teuthology.orchestra.run.smithi116.stderr:512 bytes copied, 0.000401865 s, 1.3 MB/s 2023-11-15T05:36:19.078 DEBUG:teuthology.orchestra.run.smithi116:> ! mount | grep -v devtmpfs | grep -q /dev/nvme4n1 2023-11-15T05:36:19.128 DEBUG:teuthology.orchestra.run.smithi152:> set -ex 2023-11-15T05:36:19.128 DEBUG:teuthology.orchestra.run.smithi152:> dd if=/scratch_devs of=/dev/stdout 2023-11-15T05:36:19.135 DEBUG:teuthology.misc:devs=['/dev/nvme1n1', '/dev/nvme2n1', '/dev/nvme3n1', '/dev/nvme4n1'] 2023-11-15T05:36:19.135 DEBUG:teuthology.orchestra.run.smithi152:> stat /dev/nvme1n1 2023-11-15T05:36:19.184 INFO:teuthology.orchestra.run.smithi152.stdout: File: /dev/nvme1n1 2023-11-15T05:36:19.185 INFO:teuthology.orchestra.run.smithi152.stdout: Size: 0 Blocks: 0 IO Block: 4096 block special file 2023-11-15T05:36:19.185 INFO:teuthology.orchestra.run.smithi152.stdout:Device: 6h/6d Inode: 473 Links: 1 Device type: 103,2 2023-11-15T05:36:19.185 INFO:teuthology.orchestra.run.smithi152.stdout:Access: (0660/brw-rw----) Uid: ( 0/ root) Gid: ( 6/ disk) 2023-11-15T05:36:19.185 INFO:teuthology.orchestra.run.smithi152.stdout:Access: 2023-11-15 05:35:51.421648344 +0000 2023-11-15T05:36:19.186 INFO:teuthology.orchestra.run.smithi152.stdout:Modify: 2023-11-15 05:35:51.385649201 +0000 2023-11-15T05:36:19.186 INFO:teuthology.orchestra.run.smithi152.stdout:Change: 2023-11-15 05:35:51.385649201 +0000 2023-11-15T05:36:19.186 INFO:teuthology.orchestra.run.smithi152.stdout: Birth: - 2023-11-15T05:36:19.186 DEBUG:teuthology.orchestra.run.smithi152:> sudo dd if=/dev/nvme1n1 of=/dev/null count=1 2023-11-15T05:36:19.242 INFO:teuthology.orchestra.run.smithi152.stderr:1+0 records in 2023-11-15T05:36:19.242 INFO:teuthology.orchestra.run.smithi152.stderr:1+0 records out 2023-11-15T05:36:19.242 INFO:teuthology.orchestra.run.smithi152.stderr:512 bytes copied, 0.000429247 s, 1.2 MB/s 2023-11-15T05:36:19.243 DEBUG:teuthology.orchestra.run.smithi152:> ! mount | grep -v devtmpfs | grep -q /dev/nvme1n1 2023-11-15T05:36:19.294 DEBUG:teuthology.orchestra.run.smithi152:> stat /dev/nvme2n1 2023-11-15T05:36:19.344 INFO:teuthology.orchestra.run.smithi152.stdout: File: /dev/nvme2n1 2023-11-15T05:36:19.344 INFO:teuthology.orchestra.run.smithi152.stdout: Size: 0 Blocks: 0 IO Block: 4096 block special file 2023-11-15T05:36:19.345 INFO:teuthology.orchestra.run.smithi152.stdout:Device: 6h/6d Inode: 479 Links: 1 Device type: 103,4 2023-11-15T05:36:19.345 INFO:teuthology.orchestra.run.smithi152.stdout:Access: (0660/brw-rw----) Uid: ( 0/ root) Gid: ( 6/ disk) 2023-11-15T05:36:19.345 INFO:teuthology.orchestra.run.smithi152.stdout:Access: 2023-11-15 05:35:51.433648059 +0000 2023-11-15T05:36:19.345 INFO:teuthology.orchestra.run.smithi152.stdout:Modify: 2023-11-15 05:35:51.389649106 +0000 2023-11-15T05:36:19.346 INFO:teuthology.orchestra.run.smithi152.stdout:Change: 2023-11-15 05:35:51.389649106 +0000 2023-11-15T05:36:19.346 INFO:teuthology.orchestra.run.smithi152.stdout: Birth: - 2023-11-15T05:36:19.346 DEBUG:teuthology.orchestra.run.smithi152:> sudo dd if=/dev/nvme2n1 of=/dev/null count=1 2023-11-15T05:36:19.399 INFO:teuthology.orchestra.run.smithi152.stderr:1+0 records in 2023-11-15T05:36:19.399 INFO:teuthology.orchestra.run.smithi152.stderr:1+0 records out 2023-11-15T05:36:19.399 INFO:teuthology.orchestra.run.smithi152.stderr:512 bytes copied, 0.000426513 s, 1.2 MB/s 2023-11-15T05:36:19.399 DEBUG:teuthology.orchestra.run.smithi152:> ! mount | grep -v devtmpfs | grep -q /dev/nvme2n1 2023-11-15T05:36:19.450 DEBUG:teuthology.orchestra.run.smithi152:> stat /dev/nvme3n1 2023-11-15T05:36:19.500 INFO:teuthology.orchestra.run.smithi152.stdout: File: /dev/nvme3n1 2023-11-15T05:36:19.501 INFO:teuthology.orchestra.run.smithi152.stdout: Size: 0 Blocks: 0 IO Block: 4096 block special file 2023-11-15T05:36:19.501 INFO:teuthology.orchestra.run.smithi152.stdout:Device: 6h/6d Inode: 485 Links: 1 Device type: 103,6 2023-11-15T05:36:19.501 INFO:teuthology.orchestra.run.smithi152.stdout:Access: (0660/brw-rw----) Uid: ( 0/ root) Gid: ( 6/ disk) 2023-11-15T05:36:19.501 INFO:teuthology.orchestra.run.smithi152.stdout:Access: 2023-11-15 05:35:51.445647773 +0000 2023-11-15T05:36:19.501 INFO:teuthology.orchestra.run.smithi152.stdout:Modify: 2023-11-15 05:35:51.389649106 +0000 2023-11-15T05:36:19.502 INFO:teuthology.orchestra.run.smithi152.stdout:Change: 2023-11-15 05:35:51.389649106 +0000 2023-11-15T05:36:19.502 INFO:teuthology.orchestra.run.smithi152.stdout: Birth: - 2023-11-15T05:36:19.502 DEBUG:teuthology.orchestra.run.smithi152:> sudo dd if=/dev/nvme3n1 of=/dev/null count=1 2023-11-15T05:36:19.556 INFO:teuthology.orchestra.run.smithi152.stderr:1+0 records in 2023-11-15T05:36:19.556 INFO:teuthology.orchestra.run.smithi152.stderr:1+0 records out 2023-11-15T05:36:19.557 INFO:teuthology.orchestra.run.smithi152.stderr:512 bytes copied, 0.00044242 s, 1.2 MB/s 2023-11-15T05:36:19.557 DEBUG:teuthology.orchestra.run.smithi152:> ! mount | grep -v devtmpfs | grep -q /dev/nvme3n1 2023-11-15T05:36:19.606 DEBUG:teuthology.orchestra.run.smithi152:> stat /dev/nvme4n1 2023-11-15T05:36:19.656 INFO:teuthology.orchestra.run.smithi152.stdout: File: /dev/nvme4n1 2023-11-15T05:36:19.657 INFO:teuthology.orchestra.run.smithi152.stdout: Size: 0 Blocks: 0 IO Block: 4096 block special file 2023-11-15T05:36:19.657 INFO:teuthology.orchestra.run.smithi152.stdout:Device: 6h/6d Inode: 491 Links: 1 Device type: 103,8 2023-11-15T05:36:19.657 INFO:teuthology.orchestra.run.smithi152.stdout:Access: (0660/brw-rw----) Uid: ( 0/ root) Gid: ( 6/ disk) 2023-11-15T05:36:19.657 INFO:teuthology.orchestra.run.smithi152.stdout:Access: 2023-11-15 05:35:51.465647297 +0000 2023-11-15T05:36:19.658 INFO:teuthology.orchestra.run.smithi152.stdout:Modify: 2023-11-15 05:35:51.389649106 +0000 2023-11-15T05:36:19.658 INFO:teuthology.orchestra.run.smithi152.stdout:Change: 2023-11-15 05:35:51.389649106 +0000 2023-11-15T05:36:19.658 INFO:teuthology.orchestra.run.smithi152.stdout: Birth: - 2023-11-15T05:36:19.658 DEBUG:teuthology.orchestra.run.smithi152:> sudo dd if=/dev/nvme4n1 of=/dev/null count=1 2023-11-15T05:36:19.713 INFO:teuthology.orchestra.run.smithi152.stderr:1+0 records in 2023-11-15T05:36:19.713 INFO:teuthology.orchestra.run.smithi152.stderr:1+0 records out 2023-11-15T05:36:19.713 INFO:teuthology.orchestra.run.smithi152.stderr:512 bytes copied, 0.000489721 s, 1.0 MB/s 2023-11-15T05:36:19.714 DEBUG:teuthology.orchestra.run.smithi152:> ! mount | grep -v devtmpfs | grep -q /dev/nvme4n1 2023-11-15T05:36:19.766 DEBUG:teuthology.orchestra.run.smithi152:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 7456fada-8378-11ee-8dbe-212e2dc638e7 -- ceph orch apply osd --all-available-devices 2023-11-15T05:36:20.509 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:36:20 smithi152 bash[29762]: cluster 2023-11-15T05:36:19.050811+0000 mgr.smithi116.ldeiub (mgr.14182) 20 : cluster [DBG] pgmap v11: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-15T05:36:20.650 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:36:20 smithi116 bash[25961]: cluster 2023-11-15T05:36:19.050811+0000 mgr.smithi116.ldeiub (mgr.14182) 20 : cluster [DBG] pgmap v11: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-15T05:36:21.509 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:36:21 smithi152 bash[29762]: audit 2023-11-15T05:36:20.270078+0000 mon.smithi116 (mon.0) 192 : audit [INF] from='mgr.14182 172.21.15.116:0/1868390107' entity='mgr.smithi116.ldeiub' 2023-11-15T05:36:21.650 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:36:21 smithi116 bash[25961]: audit 2023-11-15T05:36:20.270078+0000 mon.smithi116 (mon.0) 192 : audit [INF] from='mgr.14182 172.21.15.116:0/1868390107' entity='mgr.smithi116.ldeiub' 2023-11-15T05:36:22.590 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:36:22 smithi152 bash[29762]: cluster 2023-11-15T05:36:21.051273+0000 mgr.smithi116.ldeiub (mgr.14182) 21 : cluster [DBG] pgmap v12: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-15T05:36:22.650 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:36:22 smithi116 bash[25961]: cluster 2023-11-15T05:36:21.051273+0000 mgr.smithi116.ldeiub (mgr.14182) 21 : cluster [DBG] pgmap v12: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-15T05:36:22.982 INFO:teuthology.orchestra.run.smithi152.stdout:Scheduled osd.all-available-devices update... 2023-11-15T05:36:23.626 INFO:tasks.cephadm:Waiting for 8 OSDs to come up... 2023-11-15T05:36:23.626 DEBUG:teuthology.orchestra.run.smithi116:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 7456fada-8378-11ee-8dbe-212e2dc638e7 -- ceph osd stat -f json 2023-11-15T05:36:24.259 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:36:23 smithi152 bash[29762]: audit 2023-11-15T05:36:22.966804+0000 mgr.smithi116.ldeiub (mgr.14182) 22 : audit [DBG] from='client.24101 -' entity='client.admin' cmd=[{"prefix": "orch apply osd", "all_available_devices": true, "target": ["mon-mgr", ""]}]: dispatch 2023-11-15T05:36:24.259 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:36:23 smithi152 bash[29762]: cephadm 2023-11-15T05:36:22.971237+0000 mgr.smithi116.ldeiub (mgr.14182) 23 : cephadm [INF] Marking host: smithi116 for OSDSpec preview refresh. 2023-11-15T05:36:24.260 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:36:23 smithi152 bash[29762]: cephadm 2023-11-15T05:36:22.971452+0000 mgr.smithi116.ldeiub (mgr.14182) 24 : cephadm [INF] Marking host: smithi152 for OSDSpec preview refresh. 2023-11-15T05:36:24.260 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:36:23 smithi152 bash[29762]: cephadm 2023-11-15T05:36:22.972292+0000 mgr.smithi116.ldeiub (mgr.14182) 25 : cephadm [INF] Saving service osd.all-available-devices spec with placement * 2023-11-15T05:36:24.260 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:36:23 smithi152 bash[29762]: audit 2023-11-15T05:36:22.978778+0000 mon.smithi116 (mon.0) 193 : audit [INF] from='mgr.14182 172.21.15.116:0/1868390107' entity='mgr.smithi116.ldeiub' 2023-11-15T05:36:24.260 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:36:23 smithi152 bash[29762]: cluster 2023-11-15T05:36:23.051671+0000 mgr.smithi116.ldeiub (mgr.14182) 26 : cluster [DBG] pgmap v13: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-15T05:36:24.261 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:36:23 smithi152 bash[29762]: audit 2023-11-15T05:36:23.662121+0000 mon.smithi116 (mon.0) 194 : audit [INF] from='mgr.14182 172.21.15.116:0/1868390107' entity='mgr.smithi116.ldeiub' 2023-11-15T05:36:24.261 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:36:23 smithi152 bash[29762]: audit 2023-11-15T05:36:23.672146+0000 mon.smithi116 (mon.0) 195 : audit [INF] from='mgr.14182 172.21.15.116:0/1868390107' entity='mgr.smithi116.ldeiub' 2023-11-15T05:36:24.261 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:36:23 smithi152 bash[29762]: audit 2023-11-15T05:36:23.673722+0000 mon.smithi116 (mon.0) 196 : audit [DBG] from='mgr.14182 172.21.15.116:0/1868390107' entity='mgr.smithi116.ldeiub' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-15T05:36:24.261 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:36:23 smithi152 bash[29762]: audit 2023-11-15T05:36:23.675228+0000 mon.smithi116 (mon.0) 197 : audit [INF] from='mgr.14182 172.21.15.116:0/1868390107' entity='mgr.smithi116.ldeiub' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-11-15T05:36:24.261 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:36:23 smithi152 bash[29762]: audit 2023-11-15T05:36:23.706383+0000 mon.smithi116 (mon.0) 198 : audit [INF] from='mgr.14182 172.21.15.116:0/1868390107' entity='mgr.smithi116.ldeiub' 2023-11-15T05:36:24.261 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:36:23 smithi152 bash[29762]: audit 2023-11-15T05:36:23.712778+0000 mon.smithi116 (mon.0) 199 : audit [INF] from='mgr.14182 172.21.15.116:0/1868390107' entity='mgr.smithi116.ldeiub' 2023-11-15T05:36:24.262 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:36:23 smithi152 bash[29762]: audit 2023-11-15T05:36:23.719036+0000 mon.smithi116 (mon.0) 200 : audit [INF] from='mgr.14182 172.21.15.116:0/1868390107' entity='mgr.smithi116.ldeiub' 2023-11-15T05:36:24.262 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:36:23 smithi152 bash[29762]: audit 2023-11-15T05:36:23.726423+0000 mon.smithi116 (mon.0) 201 : audit [DBG] from='mgr.14182 172.21.15.116:0/1868390107' entity='mgr.smithi116.ldeiub' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-11-15T05:36:24.262 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:36:23 smithi152 bash[29762]: audit 2023-11-15T05:36:23.731062+0000 mon.smithi116 (mon.0) 202 : audit [INF] from='mgr.14182 172.21.15.116:0/1868390107' entity='mgr.smithi116.ldeiub' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2023-11-15T05:36:24.262 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:36:23 smithi152 bash[29762]: audit 2023-11-15T05:36:23.734816+0000 mon.smithi116 (mon.0) 203 : audit [INF] from='mgr.14182 172.21.15.116:0/1868390107' entity='mgr.smithi116.ldeiub' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2023-11-15T05:36:24.262 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:36:23 smithi152 bash[29762]: audit 2023-11-15T05:36:23.735384+0000 mon.smithi116 (mon.0) 204 : audit [DBG] from='mgr.14182 172.21.15.116:0/1868390107' entity='mgr.smithi116.ldeiub' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-15T05:36:24.263 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:36:23 smithi152 bash[29762]: audit 2023-11-15T05:36:23.736483+0000 mon.smithi116 (mon.0) 205 : audit [DBG] from='mgr.14182 172.21.15.116:0/1868390107' entity='mgr.smithi116.ldeiub' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-15T05:36:24.400 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:36:23 smithi116 bash[25961]: audit 2023-11-15T05:36:22.966804+0000 mgr.smithi116.ldeiub (mgr.14182) 22 : audit [DBG] from='client.24101 -' entity='client.admin' cmd=[{"prefix": "orch apply osd", "all_available_devices": true, "target": ["mon-mgr", ""]}]: dispatch 2023-11-15T05:36:24.401 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:36:23 smithi116 bash[25961]: cephadm 2023-11-15T05:36:22.971237+0000 mgr.smithi116.ldeiub (mgr.14182) 23 : cephadm [INF] Marking host: smithi116 for OSDSpec preview refresh. 2023-11-15T05:36:24.401 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:36:23 smithi116 bash[25961]: cephadm 2023-11-15T05:36:22.971452+0000 mgr.smithi116.ldeiub (mgr.14182) 24 : cephadm [INF] Marking host: smithi152 for OSDSpec preview refresh. 2023-11-15T05:36:24.401 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:36:23 smithi116 bash[25961]: cephadm 2023-11-15T05:36:22.972292+0000 mgr.smithi116.ldeiub (mgr.14182) 25 : cephadm [INF] Saving service osd.all-available-devices spec with placement * 2023-11-15T05:36:24.401 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:36:23 smithi116 bash[25961]: audit 2023-11-15T05:36:22.978778+0000 mon.smithi116 (mon.0) 193 : audit [INF] from='mgr.14182 172.21.15.116:0/1868390107' entity='mgr.smithi116.ldeiub' 2023-11-15T05:36:24.402 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:36:23 smithi116 bash[25961]: cluster 2023-11-15T05:36:23.051671+0000 mgr.smithi116.ldeiub (mgr.14182) 26 : cluster [DBG] pgmap v13: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-15T05:36:24.402 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:36:23 smithi116 bash[25961]: audit 2023-11-15T05:36:23.662121+0000 mon.smithi116 (mon.0) 194 : audit [INF] from='mgr.14182 172.21.15.116:0/1868390107' entity='mgr.smithi116.ldeiub' 2023-11-15T05:36:24.402 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:36:23 smithi116 bash[25961]: audit 2023-11-15T05:36:23.672146+0000 mon.smithi116 (mon.0) 195 : audit [INF] from='mgr.14182 172.21.15.116:0/1868390107' entity='mgr.smithi116.ldeiub' 2023-11-15T05:36:24.402 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:36:23 smithi116 bash[25961]: audit 2023-11-15T05:36:23.673722+0000 mon.smithi116 (mon.0) 196 : audit [DBG] from='mgr.14182 172.21.15.116:0/1868390107' entity='mgr.smithi116.ldeiub' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-15T05:36:24.402 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:36:23 smithi116 bash[25961]: audit 2023-11-15T05:36:23.675228+0000 mon.smithi116 (mon.0) 197 : audit [INF] from='mgr.14182 172.21.15.116:0/1868390107' entity='mgr.smithi116.ldeiub' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-11-15T05:36:24.403 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:36:23 smithi116 bash[25961]: audit 2023-11-15T05:36:23.706383+0000 mon.smithi116 (mon.0) 198 : audit [INF] from='mgr.14182 172.21.15.116:0/1868390107' entity='mgr.smithi116.ldeiub' 2023-11-15T05:36:24.403 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:36:23 smithi116 bash[25961]: audit 2023-11-15T05:36:23.712778+0000 mon.smithi116 (mon.0) 199 : audit [INF] from='mgr.14182 172.21.15.116:0/1868390107' entity='mgr.smithi116.ldeiub' 2023-11-15T05:36:24.403 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:36:23 smithi116 bash[25961]: audit 2023-11-15T05:36:23.719036+0000 mon.smithi116 (mon.0) 200 : audit [INF] from='mgr.14182 172.21.15.116:0/1868390107' entity='mgr.smithi116.ldeiub' 2023-11-15T05:36:24.403 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:36:23 smithi116 bash[25961]: audit 2023-11-15T05:36:23.726423+0000 mon.smithi116 (mon.0) 201 : audit [DBG] from='mgr.14182 172.21.15.116:0/1868390107' entity='mgr.smithi116.ldeiub' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-11-15T05:36:24.403 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:36:23 smithi116 bash[25961]: audit 2023-11-15T05:36:23.731062+0000 mon.smithi116 (mon.0) 202 : audit [INF] from='mgr.14182 172.21.15.116:0/1868390107' entity='mgr.smithi116.ldeiub' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2023-11-15T05:36:24.404 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:36:23 smithi116 bash[25961]: audit 2023-11-15T05:36:23.734816+0000 mon.smithi116 (mon.0) 203 : audit [INF] from='mgr.14182 172.21.15.116:0/1868390107' entity='mgr.smithi116.ldeiub' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2023-11-15T05:36:24.404 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:36:23 smithi116 bash[25961]: audit 2023-11-15T05:36:23.735384+0000 mon.smithi116 (mon.0) 204 : audit [DBG] from='mgr.14182 172.21.15.116:0/1868390107' entity='mgr.smithi116.ldeiub' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-15T05:36:24.404 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:36:23 smithi116 bash[25961]: audit 2023-11-15T05:36:23.736483+0000 mon.smithi116 (mon.0) 205 : audit [DBG] from='mgr.14182 172.21.15.116:0/1868390107' entity='mgr.smithi116.ldeiub' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-15T05:36:25.218 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:36:25 smithi116 bash[25961]: cephadm 2023-11-15T05:36:23.677563+0000 mgr.smithi116.ldeiub (mgr.14182) 27 : cephadm [INF] Updating smithi116:/etc/ceph/ceph.conf 2023-11-15T05:36:25.219 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:36:25 smithi116 bash[25961]: cephadm 2023-11-15T05:36:23.678333+0000 mgr.smithi116.ldeiub (mgr.14182) 28 : cephadm [INF] Updating smithi152:/etc/ceph/ceph.conf 2023-11-15T05:36:25.509 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:36:25 smithi152 bash[29762]: cephadm 2023-11-15T05:36:23.677563+0000 mgr.smithi116.ldeiub (mgr.14182) 27 : cephadm [INF] Updating smithi116:/etc/ceph/ceph.conf 2023-11-15T05:36:25.509 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:36:25 smithi152 bash[29762]: cephadm 2023-11-15T05:36:23.678333+0000 mgr.smithi116.ldeiub (mgr.14182) 28 : cephadm [INF] Updating smithi152:/etc/ceph/ceph.conf 2023-11-15T05:36:26.506 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:36:26 smithi116 bash[25961]: cluster 2023-11-15T05:36:25.052113+0000 mgr.smithi116.ldeiub (mgr.14182) 29 : cluster [DBG] pgmap v14: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-15T05:36:26.508 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:36:26 smithi152 bash[29762]: cluster 2023-11-15T05:36:25.052113+0000 mgr.smithi116.ldeiub (mgr.14182) 29 : cluster [DBG] pgmap v14: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-15T05:36:26.912 INFO:teuthology.orchestra.run.smithi116.stdout: 2023-11-15T05:36:27.400 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:36:27 smithi116 bash[25961]: audit 2023-11-15T05:36:26.909473+0000 mon.smithi116 (mon.0) 206 : audit [DBG] from='client.? 172.21.15.116:0/1547396923' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-11-15T05:36:27.500 INFO:teuthology.orchestra.run.smithi116.stdout:{"epoch":5,"num_osds":0,"num_up_osds":0,"osd_up_since":0,"num_in_osds":0,"osd_in_since":0,"num_remapped_pgs":0} 2023-11-15T05:36:27.508 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:36:27 smithi152 bash[29762]: audit 2023-11-15T05:36:26.909473+0000 mon.smithi116 (mon.0) 206 : audit [DBG] from='client.? 172.21.15.116:0/1547396923' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-11-15T05:36:28.501 DEBUG:teuthology.orchestra.run.smithi116:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 7456fada-8378-11ee-8dbe-212e2dc638e7 -- ceph osd stat -f json 2023-11-15T05:36:28.508 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:36:28 smithi152 bash[29762]: cluster 2023-11-15T05:36:27.052550+0000 mgr.smithi116.ldeiub (mgr.14182) 30 : cluster [DBG] pgmap v15: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-15T05:36:28.513 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:36:28 smithi116 bash[25961]: cluster 2023-11-15T05:36:27.052550+0000 mgr.smithi116.ldeiub (mgr.14182) 30 : cluster [DBG] pgmap v15: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-15T05:36:30.400 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:36:30 smithi116 bash[25961]: cluster 2023-11-15T05:36:29.053013+0000 mgr.smithi116.ldeiub (mgr.14182) 31 : cluster [DBG] pgmap v16: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-15T05:36:30.508 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:36:30 smithi152 bash[29762]: cluster 2023-11-15T05:36:29.053013+0000 mgr.smithi116.ldeiub (mgr.14182) 31 : cluster [DBG] pgmap v16: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-15T05:36:32.427 INFO:teuthology.orchestra.run.smithi116.stdout: 2023-11-15T05:36:32.475 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:36:32 smithi116 bash[25961]: cluster 2023-11-15T05:36:31.053474+0000 mgr.smithi116.ldeiub (mgr.14182) 32 : cluster [DBG] pgmap v17: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-15T05:36:32.476 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:36:32 smithi116 bash[25961]: audit 2023-11-15T05:36:32.157502+0000 mon.smithi152 (mon.1) 2 : audit [INF] from='client.? 172.21.15.152:0/2178879504' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "6d2fe0c4-9788-4bc7-96f8-28e6dc2e0775"}]: dispatch 2023-11-15T05:36:32.476 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:36:32 smithi116 bash[25961]: audit 2023-11-15T05:36:32.158773+0000 mon.smithi116 (mon.0) 207 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "6d2fe0c4-9788-4bc7-96f8-28e6dc2e0775"}]: dispatch 2023-11-15T05:36:32.476 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:36:32 smithi116 bash[25961]: audit 2023-11-15T05:36:32.165625+0000 mon.smithi116 (mon.0) 208 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "6d2fe0c4-9788-4bc7-96f8-28e6dc2e0775"}]': finished 2023-11-15T05:36:32.476 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:36:32 smithi116 bash[25961]: cluster 2023-11-15T05:36:32.165675+0000 mon.smithi116 (mon.0) 209 : cluster [DBG] osdmap e6: 1 total, 0 up, 1 in 2023-11-15T05:36:32.477 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:36:32 smithi116 bash[25961]: audit 2023-11-15T05:36:32.165784+0000 mon.smithi116 (mon.0) 210 : audit [DBG] from='mgr.14182 172.21.15.116:0/1868390107' entity='mgr.smithi116.ldeiub' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-11-15T05:36:32.508 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:36:32 smithi152 bash[29762]: cluster 2023-11-15T05:36:31.053474+0000 mgr.smithi116.ldeiub (mgr.14182) 32 : cluster [DBG] pgmap v17: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-15T05:36:32.509 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:36:32 smithi152 bash[29762]: audit 2023-11-15T05:36:32.157502+0000 mon.smithi152 (mon.1) 2 : audit [INF] from='client.? 172.21.15.152:0/2178879504' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "6d2fe0c4-9788-4bc7-96f8-28e6dc2e0775"}]: dispatch 2023-11-15T05:36:32.509 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:36:32 smithi152 bash[29762]: audit 2023-11-15T05:36:32.158773+0000 mon.smithi116 (mon.0) 207 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "6d2fe0c4-9788-4bc7-96f8-28e6dc2e0775"}]: dispatch 2023-11-15T05:36:32.509 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:36:32 smithi152 bash[29762]: audit 2023-11-15T05:36:32.165625+0000 mon.smithi116 (mon.0) 208 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "6d2fe0c4-9788-4bc7-96f8-28e6dc2e0775"}]': finished 2023-11-15T05:36:32.510 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:36:32 smithi152 bash[29762]: cluster 2023-11-15T05:36:32.165675+0000 mon.smithi116 (mon.0) 209 : cluster [DBG] osdmap e6: 1 total, 0 up, 1 in 2023-11-15T05:36:32.510 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:36:32 smithi152 bash[29762]: audit 2023-11-15T05:36:32.165784+0000 mon.smithi116 (mon.0) 210 : audit [DBG] from='mgr.14182 172.21.15.116:0/1868390107' entity='mgr.smithi116.ldeiub' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-11-15T05:36:33.161 INFO:teuthology.orchestra.run.smithi116.stdout:{"epoch":6,"num_osds":1,"num_up_osds":0,"osd_up_since":0,"num_in_osds":1,"osd_in_since":1700026592,"num_remapped_pgs":0} 2023-11-15T05:36:33.508 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:36:33 smithi152 bash[29762]: audit 2023-11-15T05:36:32.424817+0000 mon.smithi116 (mon.0) 211 : audit [DBG] from='client.? 172.21.15.116:0/63840062' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-11-15T05:36:33.509 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:36:33 smithi152 bash[29762]: audit 2023-11-15T05:36:33.180797+0000 mon.smithi152 (mon.1) 3 : audit [DBG] from='client.? 172.21.15.152:0/2234522893' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-11-15T05:36:33.650 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:36:33 smithi116 bash[25961]: audit 2023-11-15T05:36:32.424817+0000 mon.smithi116 (mon.0) 211 : audit [DBG] from='client.? 172.21.15.116:0/63840062' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-11-15T05:36:33.651 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:36:33 smithi116 bash[25961]: audit 2023-11-15T05:36:33.180797+0000 mon.smithi152 (mon.1) 3 : audit [DBG] from='client.? 172.21.15.152:0/2234522893' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-11-15T05:36:34.162 DEBUG:teuthology.orchestra.run.smithi116:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 7456fada-8378-11ee-8dbe-212e2dc638e7 -- ceph osd stat -f json 2023-11-15T05:36:34.508 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:36:34 smithi152 bash[29762]: cluster 2023-11-15T05:36:33.053906+0000 mgr.smithi116.ldeiub (mgr.14182) 33 : cluster [DBG] pgmap v19: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-15T05:36:34.509 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:36:34 smithi152 bash[29762]: audit 2023-11-15T05:36:33.620184+0000 mon.smithi116 (mon.0) 212 : audit [INF] from='client.? 172.21.15.116:0/3410873339' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "d31a2bc3-1fda-449d-b543-25b167e30874"}]: dispatch 2023-11-15T05:36:34.509 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:36:34 smithi152 bash[29762]: audit 2023-11-15T05:36:33.627813+0000 mon.smithi116 (mon.0) 213 : audit [INF] from='client.? 172.21.15.116:0/3410873339' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "d31a2bc3-1fda-449d-b543-25b167e30874"}]': finished 2023-11-15T05:36:34.509 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:36:34 smithi152 bash[29762]: cluster 2023-11-15T05:36:33.627940+0000 mon.smithi116 (mon.0) 214 : cluster [DBG] osdmap e7: 2 total, 0 up, 2 in 2023-11-15T05:36:34.509 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:36:34 smithi152 bash[29762]: audit 2023-11-15T05:36:33.628154+0000 mon.smithi116 (mon.0) 215 : audit [DBG] from='mgr.14182 172.21.15.116:0/1868390107' entity='mgr.smithi116.ldeiub' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-11-15T05:36:34.509 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:36:34 smithi152 bash[29762]: audit 2023-11-15T05:36:33.628715+0000 mon.smithi116 (mon.0) 216 : audit [DBG] from='mgr.14182 172.21.15.116:0/1868390107' entity='mgr.smithi116.ldeiub' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-11-15T05:36:34.655 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:36:34 smithi116 bash[25961]: cluster 2023-11-15T05:36:33.053906+0000 mgr.smithi116.ldeiub (mgr.14182) 33 : cluster [DBG] pgmap v19: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-15T05:36:34.656 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:36:34 smithi116 bash[25961]: audit 2023-11-15T05:36:33.620184+0000 mon.smithi116 (mon.0) 212 : audit [INF] from='client.? 172.21.15.116:0/3410873339' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "d31a2bc3-1fda-449d-b543-25b167e30874"}]: dispatch 2023-11-15T05:36:34.656 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:36:34 smithi116 bash[25961]: audit 2023-11-15T05:36:33.627813+0000 mon.smithi116 (mon.0) 213 : audit [INF] from='client.? 172.21.15.116:0/3410873339' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "d31a2bc3-1fda-449d-b543-25b167e30874"}]': finished 2023-11-15T05:36:34.656 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:36:34 smithi116 bash[25961]: cluster 2023-11-15T05:36:33.627940+0000 mon.smithi116 (mon.0) 214 : cluster [DBG] osdmap e7: 2 total, 0 up, 2 in 2023-11-15T05:36:34.656 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:36:34 smithi116 bash[25961]: audit 2023-11-15T05:36:33.628154+0000 mon.smithi116 (mon.0) 215 : audit [DBG] from='mgr.14182 172.21.15.116:0/1868390107' entity='mgr.smithi116.ldeiub' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-11-15T05:36:34.656 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:36:34 smithi116 bash[25961]: audit 2023-11-15T05:36:33.628715+0000 mon.smithi116 (mon.0) 216 : audit [DBG] from='mgr.14182 172.21.15.116:0/1868390107' entity='mgr.smithi116.ldeiub' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-11-15T05:36:35.508 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:36:35 smithi152 bash[29762]: audit 2023-11-15T05:36:34.691446+0000 mon.smithi116 (mon.0) 217 : audit [DBG] from='client.? 172.21.15.116:0/2803742620' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-11-15T05:36:35.566 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:36:35 smithi116 bash[25961]: audit 2023-11-15T05:36:34.691446+0000 mon.smithi116 (mon.0) 217 : audit [DBG] from='client.? 172.21.15.116:0/2803742620' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-11-15T05:36:36.508 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:36:36 smithi152 bash[29762]: cluster 2023-11-15T05:36:35.054298+0000 mgr.smithi116.ldeiub (mgr.14182) 34 : cluster [DBG] pgmap v21: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-15T05:36:36.508 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:36:36 smithi152 bash[29762]: audit 2023-11-15T05:36:35.929635+0000 mon.smithi152 (mon.1) 4 : audit [INF] from='client.? 172.21.15.152:0/3903808903' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "5cfdc704-e288-40df-a8e9-1444a24e4bc3"}]: dispatch 2023-11-15T05:36:36.509 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:36:36 smithi152 bash[29762]: audit 2023-11-15T05:36:35.930987+0000 mon.smithi116 (mon.0) 218 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "5cfdc704-e288-40df-a8e9-1444a24e4bc3"}]: dispatch 2023-11-15T05:36:36.509 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:36:36 smithi152 bash[29762]: audit 2023-11-15T05:36:35.939096+0000 mon.smithi116 (mon.0) 219 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "5cfdc704-e288-40df-a8e9-1444a24e4bc3"}]': finished 2023-11-15T05:36:36.509 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:36:36 smithi152 bash[29762]: cluster 2023-11-15T05:36:35.939238+0000 mon.smithi116 (mon.0) 220 : cluster [DBG] osdmap e8: 3 total, 0 up, 3 in 2023-11-15T05:36:36.509 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:36:36 smithi152 bash[29762]: audit 2023-11-15T05:36:35.939388+0000 mon.smithi116 (mon.0) 221 : audit [DBG] from='mgr.14182 172.21.15.116:0/1868390107' entity='mgr.smithi116.ldeiub' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-11-15T05:36:36.509 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:36:36 smithi152 bash[29762]: audit 2023-11-15T05:36:35.939913+0000 mon.smithi116 (mon.0) 222 : audit [DBG] from='mgr.14182 172.21.15.116:0/1868390107' entity='mgr.smithi116.ldeiub' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-11-15T05:36:36.510 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:36:36 smithi152 bash[29762]: audit 2023-11-15T05:36:35.940229+0000 mon.smithi116 (mon.0) 223 : audit [DBG] from='mgr.14182 172.21.15.116:0/1868390107' entity='mgr.smithi116.ldeiub' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-11-15T05:36:36.650 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:36:36 smithi116 bash[25961]: cluster 2023-11-15T05:36:35.054298+0000 mgr.smithi116.ldeiub (mgr.14182) 34 : cluster [DBG] pgmap v21: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-15T05:36:36.650 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:36:36 smithi116 bash[25961]: audit 2023-11-15T05:36:35.929635+0000 mon.smithi152 (mon.1) 4 : audit [INF] from='client.? 172.21.15.152:0/3903808903' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "5cfdc704-e288-40df-a8e9-1444a24e4bc3"}]: dispatch 2023-11-15T05:36:36.650 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:36:36 smithi116 bash[25961]: audit 2023-11-15T05:36:35.930987+0000 mon.smithi116 (mon.0) 218 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "5cfdc704-e288-40df-a8e9-1444a24e4bc3"}]: dispatch 2023-11-15T05:36:36.651 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:36:36 smithi116 bash[25961]: audit 2023-11-15T05:36:35.939096+0000 mon.smithi116 (mon.0) 219 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "5cfdc704-e288-40df-a8e9-1444a24e4bc3"}]': finished 2023-11-15T05:36:36.651 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:36:36 smithi116 bash[25961]: cluster 2023-11-15T05:36:35.939238+0000 mon.smithi116 (mon.0) 220 : cluster [DBG] osdmap e8: 3 total, 0 up, 3 in 2023-11-15T05:36:36.651 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:36:36 smithi116 bash[25961]: audit 2023-11-15T05:36:35.939388+0000 mon.smithi116 (mon.0) 221 : audit [DBG] from='mgr.14182 172.21.15.116:0/1868390107' entity='mgr.smithi116.ldeiub' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-11-15T05:36:36.651 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:36:36 smithi116 bash[25961]: audit 2023-11-15T05:36:35.939913+0000 mon.smithi116 (mon.0) 222 : audit [DBG] from='mgr.14182 172.21.15.116:0/1868390107' entity='mgr.smithi116.ldeiub' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-11-15T05:36:36.651 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:36:36 smithi116 bash[25961]: audit 2023-11-15T05:36:35.940229+0000 mon.smithi116 (mon.0) 223 : audit [DBG] from='mgr.14182 172.21.15.116:0/1868390107' entity='mgr.smithi116.ldeiub' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-11-15T05:36:37.397 INFO:teuthology.orchestra.run.smithi116.stdout: 2023-11-15T05:36:37.401 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:36:37 smithi116 bash[25961]: audit 2023-11-15T05:36:36.979254+0000 mon.smithi152 (mon.1) 5 : audit [DBG] from='client.? 172.21.15.152:0/2973626235' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-11-15T05:36:37.508 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:36:37 smithi152 bash[29762]: audit 2023-11-15T05:36:36.979254+0000 mon.smithi152 (mon.1) 5 : audit [DBG] from='client.? 172.21.15.152:0/2973626235' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-11-15T05:36:38.146 INFO:teuthology.orchestra.run.smithi116.stdout:{"epoch":8,"num_osds":3,"num_up_osds":0,"osd_up_since":0,"num_in_osds":3,"osd_in_since":1700026595,"num_remapped_pgs":0} 2023-11-15T05:36:38.400 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:36:38 smithi116 bash[25961]: cluster 2023-11-15T05:36:37.054673+0000 mgr.smithi116.ldeiub (mgr.14182) 35 : cluster [DBG] pgmap v23: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-15T05:36:38.400 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:36:38 smithi116 bash[25961]: audit 2023-11-15T05:36:37.395426+0000 mon.smithi116 (mon.0) 224 : audit [DBG] from='client.? 172.21.15.116:0/1972495112' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-11-15T05:36:38.400 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:36:38 smithi116 bash[25961]: audit 2023-11-15T05:36:37.404557+0000 mon.smithi116 (mon.0) 225 : audit [INF] from='client.? 172.21.15.116:0/1085355633' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "12c088bf-0b69-4b12-9542-fb0b1b6686a5"}]: dispatch 2023-11-15T05:36:38.401 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:36:38 smithi116 bash[25961]: audit 2023-11-15T05:36:37.415658+0000 mon.smithi116 (mon.0) 226 : audit [INF] from='client.? 172.21.15.116:0/1085355633' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "12c088bf-0b69-4b12-9542-fb0b1b6686a5"}]': finished 2023-11-15T05:36:38.401 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:36:38 smithi116 bash[25961]: cluster 2023-11-15T05:36:37.415833+0000 mon.smithi116 (mon.0) 227 : cluster [DBG] osdmap e9: 4 total, 0 up, 4 in 2023-11-15T05:36:38.401 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:36:38 smithi116 bash[25961]: audit 2023-11-15T05:36:37.416005+0000 mon.smithi116 (mon.0) 228 : audit [DBG] from='mgr.14182 172.21.15.116:0/1868390107' entity='mgr.smithi116.ldeiub' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-11-15T05:36:38.401 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:36:38 smithi116 bash[25961]: audit 2023-11-15T05:36:37.416384+0000 mon.smithi116 (mon.0) 229 : audit [DBG] from='mgr.14182 172.21.15.116:0/1868390107' entity='mgr.smithi116.ldeiub' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-11-15T05:36:38.401 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:36:38 smithi116 bash[25961]: audit 2023-11-15T05:36:37.416615+0000 mon.smithi116 (mon.0) 230 : audit [DBG] from='mgr.14182 172.21.15.116:0/1868390107' entity='mgr.smithi116.ldeiub' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-11-15T05:36:38.402 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:36:38 smithi116 bash[25961]: audit 2023-11-15T05:36:37.416846+0000 mon.smithi116 (mon.0) 231 : audit [DBG] from='mgr.14182 172.21.15.116:0/1868390107' entity='mgr.smithi116.ldeiub' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-11-15T05:36:38.508 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:36:38 smithi152 bash[29762]: cluster 2023-11-15T05:36:37.054673+0000 mgr.smithi116.ldeiub (mgr.14182) 35 : cluster [DBG] pgmap v23: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-15T05:36:38.508 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:36:38 smithi152 bash[29762]: audit 2023-11-15T05:36:37.395426+0000 mon.smithi116 (mon.0) 224 : audit [DBG] from='client.? 172.21.15.116:0/1972495112' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-11-15T05:36:38.509 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:36:38 smithi152 bash[29762]: audit 2023-11-15T05:36:37.404557+0000 mon.smithi116 (mon.0) 225 : audit [INF] from='client.? 172.21.15.116:0/1085355633' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "12c088bf-0b69-4b12-9542-fb0b1b6686a5"}]: dispatch 2023-11-15T05:36:38.509 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:36:38 smithi152 bash[29762]: audit 2023-11-15T05:36:37.415658+0000 mon.smithi116 (mon.0) 226 : audit [INF] from='client.? 172.21.15.116:0/1085355633' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "12c088bf-0b69-4b12-9542-fb0b1b6686a5"}]': finished 2023-11-15T05:36:38.509 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:36:38 smithi152 bash[29762]: cluster 2023-11-15T05:36:37.415833+0000 mon.smithi116 (mon.0) 227 : cluster [DBG] osdmap e9: 4 total, 0 up, 4 in 2023-11-15T05:36:38.509 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:36:38 smithi152 bash[29762]: audit 2023-11-15T05:36:37.416005+0000 mon.smithi116 (mon.0) 228 : audit [DBG] from='mgr.14182 172.21.15.116:0/1868390107' entity='mgr.smithi116.ldeiub' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-11-15T05:36:38.509 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:36:38 smithi152 bash[29762]: audit 2023-11-15T05:36:37.416384+0000 mon.smithi116 (mon.0) 229 : audit [DBG] from='mgr.14182 172.21.15.116:0/1868390107' entity='mgr.smithi116.ldeiub' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-11-15T05:36:38.510 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:36:38 smithi152 bash[29762]: audit 2023-11-15T05:36:37.416615+0000 mon.smithi116 (mon.0) 230 : audit [DBG] from='mgr.14182 172.21.15.116:0/1868390107' entity='mgr.smithi116.ldeiub' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-11-15T05:36:38.510 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:36:38 smithi152 bash[29762]: audit 2023-11-15T05:36:37.416846+0000 mon.smithi116 (mon.0) 231 : audit [DBG] from='mgr.14182 172.21.15.116:0/1868390107' entity='mgr.smithi116.ldeiub' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-11-15T05:36:39.147 DEBUG:teuthology.orchestra.run.smithi116:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 7456fada-8378-11ee-8dbe-212e2dc638e7 -- ceph osd stat -f json 2023-11-15T05:36:39.508 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:36:39 smithi152 bash[29762]: audit 2023-11-15T05:36:38.846589+0000 mon.smithi116 (mon.0) 232 : audit [DBG] from='client.? 172.21.15.116:0/4215207758' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-11-15T05:36:39.650 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:36:39 smithi116 bash[25961]: audit 2023-11-15T05:36:38.846589+0000 mon.smithi116 (mon.0) 232 : audit [DBG] from='client.? 172.21.15.116:0/4215207758' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-11-15T05:36:40.508 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:36:40 smithi152 bash[29762]: cluster 2023-11-15T05:36:39.055197+0000 mgr.smithi116.ldeiub (mgr.14182) 36 : cluster [DBG] pgmap v25: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-15T05:36:40.509 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:36:40 smithi152 bash[29762]: audit 2023-11-15T05:36:39.701357+0000 mon.smithi152 (mon.1) 6 : audit [INF] from='client.? 172.21.15.152:0/2976952773' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "e2ac5c6e-6236-4256-9729-da857b57222a"}]: dispatch 2023-11-15T05:36:40.509 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:36:40 smithi152 bash[29762]: audit 2023-11-15T05:36:39.702505+0000 mon.smithi116 (mon.0) 233 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "e2ac5c6e-6236-4256-9729-da857b57222a"}]: dispatch 2023-11-15T05:36:40.509 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:36:40 smithi152 bash[29762]: audit 2023-11-15T05:36:39.709648+0000 mon.smithi116 (mon.0) 234 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "e2ac5c6e-6236-4256-9729-da857b57222a"}]': finished 2023-11-15T05:36:40.509 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:36:40 smithi152 bash[29762]: cluster 2023-11-15T05:36:39.709825+0000 mon.smithi116 (mon.0) 235 : cluster [DBG] osdmap e10: 5 total, 0 up, 5 in 2023-11-15T05:36:40.509 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:36:40 smithi152 bash[29762]: audit 2023-11-15T05:36:39.710140+0000 mon.smithi116 (mon.0) 236 : audit [DBG] from='mgr.14182 172.21.15.116:0/1868390107' entity='mgr.smithi116.ldeiub' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-11-15T05:36:40.510 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:36:40 smithi152 bash[29762]: audit 2023-11-15T05:36:39.710959+0000 mon.smithi116 (mon.0) 237 : audit [DBG] from='mgr.14182 172.21.15.116:0/1868390107' entity='mgr.smithi116.ldeiub' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-11-15T05:36:40.510 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:36:40 smithi152 bash[29762]: audit 2023-11-15T05:36:39.711430+0000 mon.smithi116 (mon.0) 238 : audit [DBG] from='mgr.14182 172.21.15.116:0/1868390107' entity='mgr.smithi116.ldeiub' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-11-15T05:36:40.510 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:36:40 smithi152 bash[29762]: audit 2023-11-15T05:36:39.711908+0000 mon.smithi116 (mon.0) 239 : audit [DBG] from='mgr.14182 172.21.15.116:0/1868390107' entity='mgr.smithi116.ldeiub' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-11-15T05:36:40.510 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:36:40 smithi152 bash[29762]: audit 2023-11-15T05:36:39.712354+0000 mon.smithi116 (mon.0) 240 : audit [DBG] from='mgr.14182 172.21.15.116:0/1868390107' entity='mgr.smithi116.ldeiub' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-11-15T05:36:40.583 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:36:40 smithi116 bash[25961]: cluster 2023-11-15T05:36:39.055197+0000 mgr.smithi116.ldeiub (mgr.14182) 36 : cluster [DBG] pgmap v25: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-15T05:36:40.583 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:36:40 smithi116 bash[25961]: audit 2023-11-15T05:36:39.701357+0000 mon.smithi152 (mon.1) 6 : audit [INF] from='client.? 172.21.15.152:0/2976952773' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "e2ac5c6e-6236-4256-9729-da857b57222a"}]: dispatch 2023-11-15T05:36:40.583 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:36:40 smithi116 bash[25961]: audit 2023-11-15T05:36:39.702505+0000 mon.smithi116 (mon.0) 233 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "e2ac5c6e-6236-4256-9729-da857b57222a"}]: dispatch 2023-11-15T05:36:40.584 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:36:40 smithi116 bash[25961]: audit 2023-11-15T05:36:39.709648+0000 mon.smithi116 (mon.0) 234 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "e2ac5c6e-6236-4256-9729-da857b57222a"}]': finished 2023-11-15T05:36:40.584 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:36:40 smithi116 bash[25961]: cluster 2023-11-15T05:36:39.709825+0000 mon.smithi116 (mon.0) 235 : cluster [DBG] osdmap e10: 5 total, 0 up, 5 in 2023-11-15T05:36:40.584 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:36:40 smithi116 bash[25961]: audit 2023-11-15T05:36:39.710140+0000 mon.smithi116 (mon.0) 236 : audit [DBG] from='mgr.14182 172.21.15.116:0/1868390107' entity='mgr.smithi116.ldeiub' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-11-15T05:36:40.584 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:36:40 smithi116 bash[25961]: audit 2023-11-15T05:36:39.710959+0000 mon.smithi116 (mon.0) 237 : audit [DBG] from='mgr.14182 172.21.15.116:0/1868390107' entity='mgr.smithi116.ldeiub' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-11-15T05:36:40.584 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:36:40 smithi116 bash[25961]: audit 2023-11-15T05:36:39.711430+0000 mon.smithi116 (mon.0) 238 : audit [DBG] from='mgr.14182 172.21.15.116:0/1868390107' entity='mgr.smithi116.ldeiub' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-11-15T05:36:40.585 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:36:40 smithi116 bash[25961]: audit 2023-11-15T05:36:39.711908+0000 mon.smithi116 (mon.0) 239 : audit [DBG] from='mgr.14182 172.21.15.116:0/1868390107' entity='mgr.smithi116.ldeiub' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-11-15T05:36:40.585 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:36:40 smithi116 bash[25961]: audit 2023-11-15T05:36:39.712354+0000 mon.smithi116 (mon.0) 240 : audit [DBG] from='mgr.14182 172.21.15.116:0/1868390107' entity='mgr.smithi116.ldeiub' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-11-15T05:36:41.508 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:36:41 smithi152 bash[29762]: audit 2023-11-15T05:36:40.776295+0000 mon.smithi152 (mon.1) 7 : audit [DBG] from='client.? 172.21.15.152:0/1126323514' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-11-15T05:36:41.649 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:36:41 smithi116 bash[25961]: audit 2023-11-15T05:36:40.776295+0000 mon.smithi152 (mon.1) 7 : audit [DBG] from='client.? 172.21.15.152:0/1126323514' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-11-15T05:36:42.400 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:36:42 smithi116 bash[25961]: cluster 2023-11-15T05:36:41.055648+0000 mgr.smithi116.ldeiub (mgr.14182) 37 : cluster [DBG] pgmap v27: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-15T05:36:42.400 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:36:42 smithi116 bash[25961]: audit 2023-11-15T05:36:41.564783+0000 mon.smithi116 (mon.0) 241 : audit [INF] from='client.? 172.21.15.116:0/3837458996' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "6400eb30-27ca-42a8-ac3e-bf1eabae6f4c"}]: dispatch 2023-11-15T05:36:42.400 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:36:42 smithi116 bash[25961]: audit 2023-11-15T05:36:41.575549+0000 mon.smithi116 (mon.0) 242 : audit [INF] from='client.? 172.21.15.116:0/3837458996' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "6400eb30-27ca-42a8-ac3e-bf1eabae6f4c"}]': finished 2023-11-15T05:36:42.400 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:36:42 smithi116 bash[25961]: cluster 2023-11-15T05:36:41.575669+0000 mon.smithi116 (mon.0) 243 : cluster [DBG] osdmap e11: 6 total, 0 up, 6 in 2023-11-15T05:36:42.401 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:36:42 smithi116 bash[25961]: audit 2023-11-15T05:36:41.575824+0000 mon.smithi116 (mon.0) 244 : audit [DBG] from='mgr.14182 172.21.15.116:0/1868390107' entity='mgr.smithi116.ldeiub' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-11-15T05:36:42.401 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:36:42 smithi116 bash[25961]: audit 2023-11-15T05:36:41.576192+0000 mon.smithi116 (mon.0) 245 : audit [DBG] from='mgr.14182 172.21.15.116:0/1868390107' entity='mgr.smithi116.ldeiub' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-11-15T05:36:42.401 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:36:42 smithi116 bash[25961]: audit 2023-11-15T05:36:41.576422+0000 mon.smithi116 (mon.0) 246 : audit [DBG] from='mgr.14182 172.21.15.116:0/1868390107' entity='mgr.smithi116.ldeiub' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-11-15T05:36:42.401 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:36:42 smithi116 bash[25961]: audit 2023-11-15T05:36:41.576635+0000 mon.smithi116 (mon.0) 247 : audit [DBG] from='mgr.14182 172.21.15.116:0/1868390107' entity='mgr.smithi116.ldeiub' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-11-15T05:36:42.401 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:36:42 smithi116 bash[25961]: audit 2023-11-15T05:36:41.576864+0000 mon.smithi116 (mon.0) 248 : audit [DBG] from='mgr.14182 172.21.15.116:0/1868390107' entity='mgr.smithi116.ldeiub' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-11-15T05:36:42.402 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:36:42 smithi116 bash[25961]: audit 2023-11-15T05:36:41.577090+0000 mon.smithi116 (mon.0) 249 : audit [DBG] from='mgr.14182 172.21.15.116:0/1868390107' entity='mgr.smithi116.ldeiub' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-11-15T05:36:42.508 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:36:42 smithi152 bash[29762]: cluster 2023-11-15T05:36:41.055648+0000 mgr.smithi116.ldeiub (mgr.14182) 37 : cluster [DBG] pgmap v27: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-15T05:36:42.508 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:36:42 smithi152 bash[29762]: audit 2023-11-15T05:36:41.564783+0000 mon.smithi116 (mon.0) 241 : audit [INF] from='client.? 172.21.15.116:0/3837458996' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "6400eb30-27ca-42a8-ac3e-bf1eabae6f4c"}]: dispatch 2023-11-15T05:36:42.508 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:36:42 smithi152 bash[29762]: audit 2023-11-15T05:36:41.575549+0000 mon.smithi116 (mon.0) 242 : audit [INF] from='client.? 172.21.15.116:0/3837458996' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "6400eb30-27ca-42a8-ac3e-bf1eabae6f4c"}]': finished 2023-11-15T05:36:42.508 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:36:42 smithi152 bash[29762]: cluster 2023-11-15T05:36:41.575669+0000 mon.smithi116 (mon.0) 243 : cluster [DBG] osdmap e11: 6 total, 0 up, 6 in 2023-11-15T05:36:42.509 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:36:42 smithi152 bash[29762]: audit 2023-11-15T05:36:41.575824+0000 mon.smithi116 (mon.0) 244 : audit [DBG] from='mgr.14182 172.21.15.116:0/1868390107' entity='mgr.smithi116.ldeiub' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-11-15T05:36:42.509 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:36:42 smithi152 bash[29762]: audit 2023-11-15T05:36:41.576192+0000 mon.smithi116 (mon.0) 245 : audit [DBG] from='mgr.14182 172.21.15.116:0/1868390107' entity='mgr.smithi116.ldeiub' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-11-15T05:36:42.509 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:36:42 smithi152 bash[29762]: audit 2023-11-15T05:36:41.576422+0000 mon.smithi116 (mon.0) 246 : audit [DBG] from='mgr.14182 172.21.15.116:0/1868390107' entity='mgr.smithi116.ldeiub' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-11-15T05:36:42.509 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:36:42 smithi152 bash[29762]: audit 2023-11-15T05:36:41.576635+0000 mon.smithi116 (mon.0) 247 : audit [DBG] from='mgr.14182 172.21.15.116:0/1868390107' entity='mgr.smithi116.ldeiub' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-11-15T05:36:42.509 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:36:42 smithi152 bash[29762]: audit 2023-11-15T05:36:41.576864+0000 mon.smithi116 (mon.0) 248 : audit [DBG] from='mgr.14182 172.21.15.116:0/1868390107' entity='mgr.smithi116.ldeiub' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-11-15T05:36:42.510 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:36:42 smithi152 bash[29762]: audit 2023-11-15T05:36:41.577090+0000 mon.smithi116 (mon.0) 249 : audit [DBG] from='mgr.14182 172.21.15.116:0/1868390107' entity='mgr.smithi116.ldeiub' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-11-15T05:36:42.542 INFO:teuthology.orchestra.run.smithi116.stdout: 2023-11-15T05:36:43.182 INFO:teuthology.orchestra.run.smithi116.stdout:{"epoch":11,"num_osds":6,"num_up_osds":0,"osd_up_since":0,"num_in_osds":6,"osd_in_since":1700026601,"num_remapped_pgs":0} 2023-11-15T05:36:43.650 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:36:43 smithi116 bash[25961]: audit 2023-11-15T05:36:42.540003+0000 mon.smithi116 (mon.0) 250 : audit [DBG] from='client.? 172.21.15.116:0/262885587' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-11-15T05:36:43.650 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:36:43 smithi116 bash[25961]: audit 2023-11-15T05:36:42.861813+0000 mon.smithi116 (mon.0) 251 : audit [DBG] from='client.? 172.21.15.116:0/3655054421' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-11-15T05:36:43.758 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:36:43 smithi152 bash[29762]: audit 2023-11-15T05:36:42.540003+0000 mon.smithi116 (mon.0) 250 : audit [DBG] from='client.? 172.21.15.116:0/262885587' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-11-15T05:36:43.758 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:36:43 smithi152 bash[29762]: audit 2023-11-15T05:36:42.861813+0000 mon.smithi116 (mon.0) 251 : audit [DBG] from='client.? 172.21.15.116:0/3655054421' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-11-15T05:36:44.184 DEBUG:teuthology.orchestra.run.smithi116:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 7456fada-8378-11ee-8dbe-212e2dc638e7 -- ceph osd stat -f json 2023-11-15T05:36:44.650 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:36:44 smithi116 bash[25961]: cluster 2023-11-15T05:36:43.056057+0000 mgr.smithi116.ldeiub (mgr.14182) 38 : cluster [DBG] pgmap v29: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-15T05:36:44.650 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:36:44 smithi116 bash[25961]: audit 2023-11-15T05:36:43.512343+0000 mon.smithi152 (mon.1) 8 : audit [INF] from='client.? 172.21.15.152:0/913428807' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "afec2447-47f0-46eb-adf8-f4a0a63c95ed"}]: dispatch 2023-11-15T05:36:44.650 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:36:44 smithi116 bash[25961]: audit 2023-11-15T05:36:43.513472+0000 mon.smithi116 (mon.0) 252 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "afec2447-47f0-46eb-adf8-f4a0a63c95ed"}]: dispatch 2023-11-15T05:36:44.651 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:36:44 smithi116 bash[25961]: audit 2023-11-15T05:36:43.523406+0000 mon.smithi116 (mon.0) 253 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "afec2447-47f0-46eb-adf8-f4a0a63c95ed"}]': finished 2023-11-15T05:36:44.651 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:36:44 smithi116 bash[25961]: cluster 2023-11-15T05:36:43.523538+0000 mon.smithi116 (mon.0) 254 : cluster [DBG] osdmap e12: 7 total, 0 up, 7 in 2023-11-15T05:36:44.651 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:36:44 smithi116 bash[25961]: audit 2023-11-15T05:36:43.523803+0000 mon.smithi116 (mon.0) 255 : audit [DBG] from='mgr.14182 172.21.15.116:0/1868390107' entity='mgr.smithi116.ldeiub' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-11-15T05:36:44.651 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:36:44 smithi116 bash[25961]: audit 2023-11-15T05:36:43.524596+0000 mon.smithi116 (mon.0) 256 : audit [DBG] from='mgr.14182 172.21.15.116:0/1868390107' entity='mgr.smithi116.ldeiub' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-11-15T05:36:44.651 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:36:44 smithi116 bash[25961]: audit 2023-11-15T05:36:43.525006+0000 mon.smithi116 (mon.0) 257 : audit [DBG] from='mgr.14182 172.21.15.116:0/1868390107' entity='mgr.smithi116.ldeiub' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-11-15T05:36:44.652 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:36:44 smithi116 bash[25961]: audit 2023-11-15T05:36:43.525506+0000 mon.smithi116 (mon.0) 258 : audit [DBG] from='mgr.14182 172.21.15.116:0/1868390107' entity='mgr.smithi116.ldeiub' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-11-15T05:36:44.652 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:36:44 smithi116 bash[25961]: audit 2023-11-15T05:36:43.525912+0000 mon.smithi116 (mon.0) 259 : audit [DBG] from='mgr.14182 172.21.15.116:0/1868390107' entity='mgr.smithi116.ldeiub' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-11-15T05:36:44.652 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:36:44 smithi116 bash[25961]: audit 2023-11-15T05:36:43.526697+0000 mon.smithi116 (mon.0) 260 : audit [DBG] from='mgr.14182 172.21.15.116:0/1868390107' entity='mgr.smithi116.ldeiub' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-11-15T05:36:44.652 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:36:44 smithi116 bash[25961]: audit 2023-11-15T05:36:43.527159+0000 mon.smithi116 (mon.0) 261 : audit [DBG] from='mgr.14182 172.21.15.116:0/1868390107' entity='mgr.smithi116.ldeiub' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-11-15T05:36:44.758 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:36:44 smithi152 bash[29762]: cluster 2023-11-15T05:36:43.056057+0000 mgr.smithi116.ldeiub (mgr.14182) 38 : cluster [DBG] pgmap v29: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-15T05:36:44.758 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:36:44 smithi152 bash[29762]: audit 2023-11-15T05:36:43.512343+0000 mon.smithi152 (mon.1) 8 : audit [INF] from='client.? 172.21.15.152:0/913428807' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "afec2447-47f0-46eb-adf8-f4a0a63c95ed"}]: dispatch 2023-11-15T05:36:44.758 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:36:44 smithi152 bash[29762]: audit 2023-11-15T05:36:43.513472+0000 mon.smithi116 (mon.0) 252 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "afec2447-47f0-46eb-adf8-f4a0a63c95ed"}]: dispatch 2023-11-15T05:36:44.759 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:36:44 smithi152 bash[29762]: audit 2023-11-15T05:36:43.523406+0000 mon.smithi116 (mon.0) 253 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "afec2447-47f0-46eb-adf8-f4a0a63c95ed"}]': finished 2023-11-15T05:36:44.759 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:36:44 smithi152 bash[29762]: cluster 2023-11-15T05:36:43.523538+0000 mon.smithi116 (mon.0) 254 : cluster [DBG] osdmap e12: 7 total, 0 up, 7 in 2023-11-15T05:36:44.759 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:36:44 smithi152 bash[29762]: audit 2023-11-15T05:36:43.523803+0000 mon.smithi116 (mon.0) 255 : audit [DBG] from='mgr.14182 172.21.15.116:0/1868390107' entity='mgr.smithi116.ldeiub' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-11-15T05:36:44.759 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:36:44 smithi152 bash[29762]: audit 2023-11-15T05:36:43.524596+0000 mon.smithi116 (mon.0) 256 : audit [DBG] from='mgr.14182 172.21.15.116:0/1868390107' entity='mgr.smithi116.ldeiub' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-11-15T05:36:44.759 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:36:44 smithi152 bash[29762]: audit 2023-11-15T05:36:43.525006+0000 mon.smithi116 (mon.0) 257 : audit [DBG] from='mgr.14182 172.21.15.116:0/1868390107' entity='mgr.smithi116.ldeiub' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-11-15T05:36:44.760 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:36:44 smithi152 bash[29762]: audit 2023-11-15T05:36:43.525506+0000 mon.smithi116 (mon.0) 258 : audit [DBG] from='mgr.14182 172.21.15.116:0/1868390107' entity='mgr.smithi116.ldeiub' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-11-15T05:36:44.760 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:36:44 smithi152 bash[29762]: audit 2023-11-15T05:36:43.525912+0000 mon.smithi116 (mon.0) 259 : audit [DBG] from='mgr.14182 172.21.15.116:0/1868390107' entity='mgr.smithi116.ldeiub' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-11-15T05:36:44.760 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:36:44 smithi152 bash[29762]: audit 2023-11-15T05:36:43.526697+0000 mon.smithi116 (mon.0) 260 : audit [DBG] from='mgr.14182 172.21.15.116:0/1868390107' entity='mgr.smithi116.ldeiub' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-11-15T05:36:44.760 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:36:44 smithi152 bash[29762]: audit 2023-11-15T05:36:43.527159+0000 mon.smithi116 (mon.0) 261 : audit [DBG] from='mgr.14182 172.21.15.116:0/1868390107' entity='mgr.smithi116.ldeiub' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-11-15T05:36:45.540 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:36:45 smithi116 bash[25961]: audit 2023-11-15T05:36:44.616248+0000 mon.smithi152 (mon.1) 9 : audit [DBG] from='client.? 172.21.15.152:0/3099580746' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-11-15T05:36:45.758 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:36:45 smithi152 bash[29762]: audit 2023-11-15T05:36:44.616248+0000 mon.smithi152 (mon.1) 9 : audit [DBG] from='client.? 172.21.15.152:0/3099580746' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-11-15T05:36:46.650 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:36:46 smithi116 bash[25961]: cluster 2023-11-15T05:36:45.056465+0000 mgr.smithi116.ldeiub (mgr.14182) 39 : cluster [DBG] pgmap v31: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-15T05:36:46.650 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:36:46 smithi116 bash[25961]: audit 2023-11-15T05:36:45.593583+0000 mon.smithi116 (mon.0) 262 : audit [INF] from='client.? 172.21.15.116:0/2928887731' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "0eca7d6c-94d8-4b1a-8de7-4ef9f7e4ef49"}]: dispatch 2023-11-15T05:36:46.650 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:36:46 smithi116 bash[25961]: audit 2023-11-15T05:36:45.601903+0000 mon.smithi116 (mon.0) 263 : audit [INF] from='client.? 172.21.15.116:0/2928887731' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "0eca7d6c-94d8-4b1a-8de7-4ef9f7e4ef49"}]': finished 2023-11-15T05:36:46.650 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:36:46 smithi116 bash[25961]: cluster 2023-11-15T05:36:45.602043+0000 mon.smithi116 (mon.0) 264 : cluster [DBG] osdmap e13: 8 total, 0 up, 8 in 2023-11-15T05:36:46.651 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:36:46 smithi116 bash[25961]: audit 2023-11-15T05:36:45.602298+0000 mon.smithi116 (mon.0) 265 : audit [DBG] from='mgr.14182 172.21.15.116:0/1868390107' entity='mgr.smithi116.ldeiub' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-11-15T05:36:46.651 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:36:46 smithi116 bash[25961]: audit 2023-11-15T05:36:45.603065+0000 mon.smithi116 (mon.0) 266 : audit [DBG] from='mgr.14182 172.21.15.116:0/1868390107' entity='mgr.smithi116.ldeiub' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-11-15T05:36:46.651 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:36:46 smithi116 bash[25961]: audit 2023-11-15T05:36:45.603485+0000 mon.smithi116 (mon.0) 267 : audit [DBG] from='mgr.14182 172.21.15.116:0/1868390107' entity='mgr.smithi116.ldeiub' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-11-15T05:36:46.651 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:36:46 smithi116 bash[25961]: audit 2023-11-15T05:36:45.603928+0000 mon.smithi116 (mon.0) 268 : audit [DBG] from='mgr.14182 172.21.15.116:0/1868390107' entity='mgr.smithi116.ldeiub' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-11-15T05:36:46.652 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:36:46 smithi116 bash[25961]: audit 2023-11-15T05:36:45.604325+0000 mon.smithi116 (mon.0) 269 : audit [DBG] from='mgr.14182 172.21.15.116:0/1868390107' entity='mgr.smithi116.ldeiub' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-11-15T05:36:46.652 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:36:46 smithi116 bash[25961]: audit 2023-11-15T05:36:45.604990+0000 mon.smithi116 (mon.0) 270 : audit [DBG] from='mgr.14182 172.21.15.116:0/1868390107' entity='mgr.smithi116.ldeiub' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-11-15T05:36:46.652 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:36:46 smithi116 bash[25961]: audit 2023-11-15T05:36:45.605566+0000 mon.smithi116 (mon.0) 271 : audit [DBG] from='mgr.14182 172.21.15.116:0/1868390107' entity='mgr.smithi116.ldeiub' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-11-15T05:36:46.652 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:36:46 smithi116 bash[25961]: audit 2023-11-15T05:36:45.606217+0000 mon.smithi116 (mon.0) 272 : audit [DBG] from='mgr.14182 172.21.15.116:0/1868390107' entity='mgr.smithi116.ldeiub' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-11-15T05:36:46.758 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:36:46 smithi152 bash[29762]: cluster 2023-11-15T05:36:45.056465+0000 mgr.smithi116.ldeiub (mgr.14182) 39 : cluster [DBG] pgmap v31: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-15T05:36:46.758 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:36:46 smithi152 bash[29762]: audit 2023-11-15T05:36:45.593583+0000 mon.smithi116 (mon.0) 262 : audit [INF] from='client.? 172.21.15.116:0/2928887731' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "0eca7d6c-94d8-4b1a-8de7-4ef9f7e4ef49"}]: dispatch 2023-11-15T05:36:46.758 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:36:46 smithi152 bash[29762]: audit 2023-11-15T05:36:45.601903+0000 mon.smithi116 (mon.0) 263 : audit [INF] from='client.? 172.21.15.116:0/2928887731' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "0eca7d6c-94d8-4b1a-8de7-4ef9f7e4ef49"}]': finished 2023-11-15T05:36:46.759 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:36:46 smithi152 bash[29762]: cluster 2023-11-15T05:36:45.602043+0000 mon.smithi116 (mon.0) 264 : cluster [DBG] osdmap e13: 8 total, 0 up, 8 in 2023-11-15T05:36:46.759 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:36:46 smithi152 bash[29762]: audit 2023-11-15T05:36:45.602298+0000 mon.smithi116 (mon.0) 265 : audit [DBG] from='mgr.14182 172.21.15.116:0/1868390107' entity='mgr.smithi116.ldeiub' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-11-15T05:36:46.759 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:36:46 smithi152 bash[29762]: audit 2023-11-15T05:36:45.603065+0000 mon.smithi116 (mon.0) 266 : audit [DBG] from='mgr.14182 172.21.15.116:0/1868390107' entity='mgr.smithi116.ldeiub' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-11-15T05:36:46.759 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:36:46 smithi152 bash[29762]: audit 2023-11-15T05:36:45.603485+0000 mon.smithi116 (mon.0) 267 : audit [DBG] from='mgr.14182 172.21.15.116:0/1868390107' entity='mgr.smithi116.ldeiub' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-11-15T05:36:46.759 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:36:46 smithi152 bash[29762]: audit 2023-11-15T05:36:45.603928+0000 mon.smithi116 (mon.0) 268 : audit [DBG] from='mgr.14182 172.21.15.116:0/1868390107' entity='mgr.smithi116.ldeiub' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-11-15T05:36:46.759 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:36:46 smithi152 bash[29762]: audit 2023-11-15T05:36:45.604325+0000 mon.smithi116 (mon.0) 269 : audit [DBG] from='mgr.14182 172.21.15.116:0/1868390107' entity='mgr.smithi116.ldeiub' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-11-15T05:36:46.760 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:36:46 smithi152 bash[29762]: audit 2023-11-15T05:36:45.604990+0000 mon.smithi116 (mon.0) 270 : audit [DBG] from='mgr.14182 172.21.15.116:0/1868390107' entity='mgr.smithi116.ldeiub' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-11-15T05:36:46.760 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:36:46 smithi152 bash[29762]: audit 2023-11-15T05:36:45.605566+0000 mon.smithi116 (mon.0) 271 : audit [DBG] from='mgr.14182 172.21.15.116:0/1868390107' entity='mgr.smithi116.ldeiub' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-11-15T05:36:46.760 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:36:46 smithi152 bash[29762]: audit 2023-11-15T05:36:45.606217+0000 mon.smithi116 (mon.0) 272 : audit [DBG] from='mgr.14182 172.21.15.116:0/1868390107' entity='mgr.smithi116.ldeiub' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-11-15T05:36:47.771 INFO:teuthology.orchestra.run.smithi116.stdout: 2023-11-15T05:36:48.372 INFO:teuthology.orchestra.run.smithi116.stdout:{"epoch":13,"num_osds":8,"num_up_osds":0,"osd_up_since":0,"num_in_osds":8,"osd_in_since":1700026605,"num_remapped_pgs":0} 2023-11-15T05:36:48.649 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:36:48 smithi116 bash[25961]: cluster 2023-11-15T05:36:47.057064+0000 mgr.smithi116.ldeiub (mgr.14182) 40 : cluster [DBG] pgmap v33: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-15T05:36:48.650 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:36:48 smithi116 bash[25961]: audit 2023-11-15T05:36:47.627662+0000 mon.smithi116 (mon.0) 273 : audit [DBG] from='client.? 172.21.15.116:0/1427830933' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-11-15T05:36:48.650 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:36:48 smithi116 bash[25961]: audit 2023-11-15T05:36:47.769200+0000 mon.smithi116 (mon.0) 274 : audit [DBG] from='client.? 172.21.15.116:0/918005699' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-11-15T05:36:48.757 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:36:48 smithi152 bash[29762]: cluster 2023-11-15T05:36:47.057064+0000 mgr.smithi116.ldeiub (mgr.14182) 40 : cluster [DBG] pgmap v33: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-15T05:36:48.758 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:36:48 smithi152 bash[29762]: audit 2023-11-15T05:36:47.627662+0000 mon.smithi116 (mon.0) 273 : audit [DBG] from='client.? 172.21.15.116:0/1427830933' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-11-15T05:36:48.758 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:36:48 smithi152 bash[29762]: audit 2023-11-15T05:36:47.769200+0000 mon.smithi116 (mon.0) 274 : audit [DBG] from='client.? 172.21.15.116:0/918005699' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-11-15T05:36:49.374 DEBUG:teuthology.orchestra.run.smithi116:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 7456fada-8378-11ee-8dbe-212e2dc638e7 -- ceph osd stat -f json 2023-11-15T05:36:50.399 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:36:50 smithi116 bash[25961]: cluster 2023-11-15T05:36:49.057498+0000 mgr.smithi116.ldeiub (mgr.14182) 41 : cluster [DBG] pgmap v34: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-15T05:36:50.757 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:36:50 smithi152 bash[29762]: cluster 2023-11-15T05:36:49.057498+0000 mgr.smithi116.ldeiub (mgr.14182) 41 : cluster [DBG] pgmap v34: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-15T05:36:52.607 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:36:52 smithi116 bash[25961]: cluster 2023-11-15T05:36:51.057968+0000 mgr.smithi116.ldeiub (mgr.14182) 42 : cluster [DBG] pgmap v35: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-15T05:36:52.757 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:36:52 smithi152 bash[29762]: cluster 2023-11-15T05:36:51.057968+0000 mgr.smithi116.ldeiub (mgr.14182) 42 : cluster [DBG] pgmap v35: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-15T05:36:52.943 INFO:teuthology.orchestra.run.smithi116.stdout: 2023-11-15T05:36:53.507 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:36:53 smithi152 bash[29762]: audit 2023-11-15T05:36:52.941365+0000 mon.smithi116 (mon.0) 275 : audit [DBG] from='client.? 172.21.15.116:0/1224578750' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-11-15T05:36:53.544 INFO:teuthology.orchestra.run.smithi116.stdout:{"epoch":13,"num_osds":8,"num_up_osds":0,"osd_up_since":0,"num_in_osds":8,"osd_in_since":1700026605,"num_remapped_pgs":0} 2023-11-15T05:36:53.649 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:36:53 smithi116 bash[25961]: audit 2023-11-15T05:36:52.941365+0000 mon.smithi116 (mon.0) 275 : audit [DBG] from='client.? 172.21.15.116:0/1224578750' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-11-15T05:36:54.545 DEBUG:teuthology.orchestra.run.smithi116:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 7456fada-8378-11ee-8dbe-212e2dc638e7 -- ceph osd stat -f json 2023-11-15T05:36:54.556 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:36:54 smithi116 bash[25961]: cluster 2023-11-15T05:36:53.058354+0000 mgr.smithi116.ldeiub (mgr.14182) 43 : cluster [DBG] pgmap v36: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-15T05:36:54.609 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:36:54 smithi152 bash[29762]: cluster 2023-11-15T05:36:53.058354+0000 mgr.smithi116.ldeiub (mgr.14182) 43 : cluster [DBG] pgmap v36: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-15T05:36:56.650 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:36:56 smithi116 bash[25961]: cluster 2023-11-15T05:36:55.058723+0000 mgr.smithi116.ldeiub (mgr.14182) 44 : cluster [DBG] pgmap v37: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-15T05:36:56.650 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:36:56 smithi116 bash[25961]: audit 2023-11-15T05:36:55.561495+0000 mon.smithi116 (mon.0) 276 : audit [INF] from='mgr.14182 172.21.15.116:0/1868390107' entity='mgr.smithi116.ldeiub' cmd=[{"prefix": "auth get", "entity": "osd.0"}]: dispatch 2023-11-15T05:36:56.651 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:36:56 smithi116 bash[25961]: audit 2023-11-15T05:36:55.562722+0000 mon.smithi116 (mon.0) 277 : audit [DBG] from='mgr.14182 172.21.15.116:0/1868390107' entity='mgr.smithi116.ldeiub' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-15T05:36:56.651 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:36:56 smithi116 bash[25961]: cephadm 2023-11-15T05:36:55.563934+0000 mgr.smithi116.ldeiub (mgr.14182) 45 : cephadm [INF] Deploying daemon osd.0 on smithi152 2023-11-15T05:36:56.676 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:36:56 smithi152 bash[29762]: cluster 2023-11-15T05:36:55.058723+0000 mgr.smithi116.ldeiub (mgr.14182) 44 : cluster [DBG] pgmap v37: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-15T05:36:56.676 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:36:56 smithi152 bash[29762]: audit 2023-11-15T05:36:55.561495+0000 mon.smithi116 (mon.0) 276 : audit [INF] from='mgr.14182 172.21.15.116:0/1868390107' entity='mgr.smithi116.ldeiub' cmd=[{"prefix": "auth get", "entity": "osd.0"}]: dispatch 2023-11-15T05:36:56.677 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:36:56 smithi152 bash[29762]: audit 2023-11-15T05:36:55.562722+0000 mon.smithi116 (mon.0) 277 : audit [DBG] from='mgr.14182 172.21.15.116:0/1868390107' entity='mgr.smithi116.ldeiub' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-15T05:36:56.677 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:36:56 smithi152 bash[29762]: cephadm 2023-11-15T05:36:55.563934+0000 mgr.smithi116.ldeiub (mgr.14182) 45 : cephadm [INF] Deploying daemon osd.0 on smithi152 2023-11-15T05:36:58.083 INFO:teuthology.orchestra.run.smithi116.stdout: 2023-11-15T05:36:58.399 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:36:58 smithi116 bash[25961]: cluster 2023-11-15T05:36:57.059212+0000 mgr.smithi116.ldeiub (mgr.14182) 46 : cluster [DBG] pgmap v38: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-15T05:36:58.400 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:36:58 smithi116 bash[25961]: audit 2023-11-15T05:36:58.081665+0000 mon.smithi116 (mon.0) 278 : audit [DBG] from='client.? 172.21.15.116:0/2997721199' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-11-15T05:36:58.747 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:36:58 smithi152 bash[29762]: cluster 2023-11-15T05:36:57.059212+0000 mgr.smithi116.ldeiub (mgr.14182) 46 : cluster [DBG] pgmap v38: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-15T05:36:58.747 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:36:58 smithi152 bash[29762]: audit 2023-11-15T05:36:58.081665+0000 mon.smithi116 (mon.0) 278 : audit [DBG] from='client.? 172.21.15.116:0/2997721199' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-11-15T05:36:58.949 INFO:teuthology.orchestra.run.smithi116.stdout:{"epoch":13,"num_osds":8,"num_up_osds":0,"osd_up_since":0,"num_in_osds":8,"osd_in_since":1700026605,"num_remapped_pgs":0} 2023-11-15T05:36:59.951 DEBUG:teuthology.orchestra.run.smithi116:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 7456fada-8378-11ee-8dbe-212e2dc638e7 -- ceph osd stat -f json 2023-11-15T05:37:00.399 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:37:00 smithi116 bash[25961]: cluster 2023-11-15T05:36:59.059660+0000 mgr.smithi116.ldeiub (mgr.14182) 47 : cluster [DBG] pgmap v39: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-15T05:37:00.400 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:37:00 smithi116 bash[25961]: audit 2023-11-15T05:36:59.089059+0000 mon.smithi116 (mon.0) 279 : audit [INF] from='mgr.14182 172.21.15.116:0/1868390107' entity='mgr.smithi116.ldeiub' 2023-11-15T05:37:00.400 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:37:00 smithi116 bash[25961]: audit 2023-11-15T05:36:59.090691+0000 mon.smithi116 (mon.0) 280 : audit [INF] from='mgr.14182 172.21.15.116:0/1868390107' entity='mgr.smithi116.ldeiub' cmd=[{"prefix": "auth get", "entity": "osd.2"}]: dispatch 2023-11-15T05:37:00.400 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:37:00 smithi116 bash[25961]: audit 2023-11-15T05:36:59.092321+0000 mon.smithi116 (mon.0) 281 : audit [DBG] from='mgr.14182 172.21.15.116:0/1868390107' entity='mgr.smithi116.ldeiub' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-15T05:37:00.401 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:37:00 smithi116 bash[25961]: cephadm 2023-11-15T05:36:59.093415+0000 mgr.smithi116.ldeiub (mgr.14182) 48 : cephadm [INF] Deploying daemon osd.2 on smithi152 2023-11-15T05:37:00.460 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:37:00 smithi152 bash[29762]: cluster 2023-11-15T05:36:59.059660+0000 mgr.smithi116.ldeiub (mgr.14182) 47 : cluster [DBG] pgmap v39: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-15T05:37:00.461 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:37:00 smithi152 bash[29762]: audit 2023-11-15T05:36:59.089059+0000 mon.smithi116 (mon.0) 279 : audit [INF] from='mgr.14182 172.21.15.116:0/1868390107' entity='mgr.smithi116.ldeiub' 2023-11-15T05:37:00.461 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:37:00 smithi152 bash[29762]: audit 2023-11-15T05:36:59.090691+0000 mon.smithi116 (mon.0) 280 : audit [INF] from='mgr.14182 172.21.15.116:0/1868390107' entity='mgr.smithi116.ldeiub' cmd=[{"prefix": "auth get", "entity": "osd.2"}]: dispatch 2023-11-15T05:37:00.461 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:37:00 smithi152 bash[29762]: audit 2023-11-15T05:36:59.092321+0000 mon.smithi116 (mon.0) 281 : audit [DBG] from='mgr.14182 172.21.15.116:0/1868390107' entity='mgr.smithi116.ldeiub' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-15T05:37:00.461 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:37:00 smithi152 bash[29762]: cephadm 2023-11-15T05:36:59.093415+0000 mgr.smithi116.ldeiub (mgr.14182) 48 : cephadm [INF] Deploying daemon osd.2 on smithi152 2023-11-15T05:37:01.366 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:37:01 smithi152 bash[29762]: audit 2023-11-15T05:37:00.581973+0000 mon.smithi116 (mon.0) 282 : audit [INF] from='mgr.14182 172.21.15.116:0/1868390107' entity='mgr.smithi116.ldeiub' cmd=[{"prefix": "auth get", "entity": "osd.1"}]: dispatch 2023-11-15T05:37:01.366 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:37:01 smithi152 bash[29762]: audit 2023-11-15T05:37:00.583831+0000 mon.smithi116 (mon.0) 283 : audit [DBG] from='mgr.14182 172.21.15.116:0/1868390107' entity='mgr.smithi116.ldeiub' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-15T05:37:01.367 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:37:01 smithi152 bash[29762]: cephadm 2023-11-15T05:37:00.584964+0000 mgr.smithi116.ldeiub (mgr.14182) 49 : cephadm [INF] Deploying daemon osd.1 on smithi116 2023-11-15T05:37:01.399 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:37:01 smithi116 bash[25961]: audit 2023-11-15T05:37:00.581973+0000 mon.smithi116 (mon.0) 282 : audit [INF] from='mgr.14182 172.21.15.116:0/1868390107' entity='mgr.smithi116.ldeiub' cmd=[{"prefix": "auth get", "entity": "osd.1"}]: dispatch 2023-11-15T05:37:01.400 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:37:01 smithi116 bash[25961]: audit 2023-11-15T05:37:00.583831+0000 mon.smithi116 (mon.0) 283 : audit [DBG] from='mgr.14182 172.21.15.116:0/1868390107' entity='mgr.smithi116.ldeiub' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-15T05:37:01.400 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:37:01 smithi116 bash[25961]: cephadm 2023-11-15T05:37:00.584964+0000 mgr.smithi116.ldeiub (mgr.14182) 49 : cephadm [INF] Deploying daemon osd.1 on smithi116 2023-11-15T05:37:02.399 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:37:02 smithi116 bash[25961]: cluster 2023-11-15T05:37:01.060076+0000 mgr.smithi116.ldeiub (mgr.14182) 50 : cluster [DBG] pgmap v40: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-15T05:37:02.478 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:37:02 smithi152 bash[29762]: cluster 2023-11-15T05:37:01.060076+0000 mgr.smithi116.ldeiub (mgr.14182) 50 : cluster [DBG] pgmap v40: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-15T05:37:04.033 INFO:teuthology.orchestra.run.smithi116.stdout: 2023-11-15T05:37:04.400 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:37:04 smithi116 bash[25961]: cluster 2023-11-15T05:37:03.060490+0000 mgr.smithi116.ldeiub (mgr.14182) 51 : cluster [DBG] pgmap v41: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-15T05:37:04.400 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:37:04 smithi116 bash[25961]: audit 2023-11-15T05:37:03.758313+0000 mon.smithi116 (mon.0) 284 : audit [INF] from='mgr.14182 172.21.15.116:0/1868390107' entity='mgr.smithi116.ldeiub' 2023-11-15T05:37:04.401 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:37:04 smithi116 bash[25961]: audit 2023-11-15T05:37:03.759306+0000 mon.smithi116 (mon.0) 285 : audit [INF] from='mgr.14182 172.21.15.116:0/1868390107' entity='mgr.smithi116.ldeiub' cmd=[{"prefix": "auth get", "entity": "osd.4"}]: dispatch 2023-11-15T05:37:04.401 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:37:04 smithi116 bash[25961]: audit 2023-11-15T05:37:03.760650+0000 mon.smithi116 (mon.0) 286 : audit [DBG] from='mgr.14182 172.21.15.116:0/1868390107' entity='mgr.smithi116.ldeiub' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-15T05:37:04.401 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:37:04 smithi116 bash[25961]: audit 2023-11-15T05:37:04.031502+0000 mon.smithi116 (mon.0) 287 : audit [DBG] from='client.? 172.21.15.116:0/1267658445' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-11-15T05:37:04.507 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:37:04 smithi152 bash[29762]: cluster 2023-11-15T05:37:03.060490+0000 mgr.smithi116.ldeiub (mgr.14182) 51 : cluster [DBG] pgmap v41: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-15T05:37:04.508 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:37:04 smithi152 bash[29762]: audit 2023-11-15T05:37:03.758313+0000 mon.smithi116 (mon.0) 284 : audit [INF] from='mgr.14182 172.21.15.116:0/1868390107' entity='mgr.smithi116.ldeiub' 2023-11-15T05:37:04.508 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:37:04 smithi152 bash[29762]: audit 2023-11-15T05:37:03.759306+0000 mon.smithi116 (mon.0) 285 : audit [INF] from='mgr.14182 172.21.15.116:0/1868390107' entity='mgr.smithi116.ldeiub' cmd=[{"prefix": "auth get", "entity": "osd.4"}]: dispatch 2023-11-15T05:37:04.508 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:37:04 smithi152 bash[29762]: audit 2023-11-15T05:37:03.760650+0000 mon.smithi116 (mon.0) 286 : audit [DBG] from='mgr.14182 172.21.15.116:0/1868390107' entity='mgr.smithi116.ldeiub' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-15T05:37:04.508 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:37:04 smithi152 bash[29762]: audit 2023-11-15T05:37:04.031502+0000 mon.smithi116 (mon.0) 287 : audit [DBG] from='client.? 172.21.15.116:0/1267658445' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-11-15T05:37:04.758 INFO:teuthology.orchestra.run.smithi116.stdout:{"epoch":13,"num_osds":8,"num_up_osds":0,"osd_up_since":0,"num_in_osds":8,"osd_in_since":1700026605,"num_remapped_pgs":0} 2023-11-15T05:37:05.367 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:37:05 smithi116 bash[25961]: cephadm 2023-11-15T05:37:03.761637+0000 mgr.smithi116.ldeiub (mgr.14182) 52 : cephadm [INF] Deploying daemon osd.4 on smithi152 2023-11-15T05:37:05.507 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:37:05 smithi152 bash[29762]: cephadm 2023-11-15T05:37:03.761637+0000 mgr.smithi116.ldeiub (mgr.14182) 52 : cephadm [INF] Deploying daemon osd.4 on smithi152 2023-11-15T05:37:05.759 DEBUG:teuthology.orchestra.run.smithi116:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 7456fada-8378-11ee-8dbe-212e2dc638e7 -- ceph osd stat -f json 2023-11-15T05:37:06.757 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:37:06 smithi152 bash[29762]: cluster 2023-11-15T05:37:05.060940+0000 mgr.smithi116.ldeiub (mgr.14182) 53 : cluster [DBG] pgmap v42: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-15T05:37:06.758 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:37:06 smithi152 bash[29762]: audit 2023-11-15T05:37:05.406683+0000 mon.smithi116 (mon.0) 288 : audit [INF] from='mgr.14182 172.21.15.116:0/1868390107' entity='mgr.smithi116.ldeiub' 2023-11-15T05:37:06.758 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:37:06 smithi152 bash[29762]: audit 2023-11-15T05:37:05.408249+0000 mon.smithi116 (mon.0) 289 : audit [INF] from='mgr.14182 172.21.15.116:0/1868390107' entity='mgr.smithi116.ldeiub' cmd=[{"prefix": "auth get", "entity": "osd.3"}]: dispatch 2023-11-15T05:37:06.758 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:37:06 smithi152 bash[29762]: audit 2023-11-15T05:37:05.409404+0000 mon.smithi116 (mon.0) 290 : audit [DBG] from='mgr.14182 172.21.15.116:0/1868390107' entity='mgr.smithi116.ldeiub' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-15T05:37:06.758 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:37:06 smithi152 bash[29762]: cephadm 2023-11-15T05:37:05.410317+0000 mgr.smithi116.ldeiub (mgr.14182) 54 : cephadm [INF] Deploying daemon osd.3 on smithi116 2023-11-15T05:37:06.899 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:37:06 smithi116 bash[25961]: cluster 2023-11-15T05:37:05.060940+0000 mgr.smithi116.ldeiub (mgr.14182) 53 : cluster [DBG] pgmap v42: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-15T05:37:06.900 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:37:06 smithi116 bash[25961]: audit 2023-11-15T05:37:05.406683+0000 mon.smithi116 (mon.0) 288 : audit [INF] from='mgr.14182 172.21.15.116:0/1868390107' entity='mgr.smithi116.ldeiub' 2023-11-15T05:37:06.900 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:37:06 smithi116 bash[25961]: audit 2023-11-15T05:37:05.408249+0000 mon.smithi116 (mon.0) 289 : audit [INF] from='mgr.14182 172.21.15.116:0/1868390107' entity='mgr.smithi116.ldeiub' cmd=[{"prefix": "auth get", "entity": "osd.3"}]: dispatch 2023-11-15T05:37:06.900 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:37:06 smithi116 bash[25961]: audit 2023-11-15T05:37:05.409404+0000 mon.smithi116 (mon.0) 290 : audit [DBG] from='mgr.14182 172.21.15.116:0/1868390107' entity='mgr.smithi116.ldeiub' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-15T05:37:06.900 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:37:06 smithi116 bash[25961]: cephadm 2023-11-15T05:37:05.410317+0000 mgr.smithi116.ldeiub (mgr.14182) 54 : cephadm [INF] Deploying daemon osd.3 on smithi116 2023-11-15T05:37:07.687 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:37:07 smithi152 bash[29762]: audit 2023-11-15T05:37:07.158152+0000 mon.smithi152 (mon.1) 10 : audit [INF] from='osd.0 [v2:172.21.15.152:6800/1492986868,v1:172.21.15.152:6801/1492986868]' entity='osd.0' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]: dispatch 2023-11-15T05:37:07.688 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:37:07 smithi152 bash[29762]: audit 2023-11-15T05:37:07.158754+0000 mon.smithi116 (mon.0) 291 : audit [INF] from='osd.0 ' entity='osd.0' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]: dispatch 2023-11-15T05:37:07.727 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:37:07 smithi116 bash[25961]: audit 2023-11-15T05:37:07.158152+0000 mon.smithi152 (mon.1) 10 : audit [INF] from='osd.0 [v2:172.21.15.152:6800/1492986868,v1:172.21.15.152:6801/1492986868]' entity='osd.0' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]: dispatch 2023-11-15T05:37:07.728 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:37:07 smithi116 bash[25961]: audit 2023-11-15T05:37:07.158754+0000 mon.smithi116 (mon.0) 291 : audit [INF] from='osd.0 ' entity='osd.0' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]: dispatch 2023-11-15T05:37:08.688 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:37:08 smithi152 bash[29762]: cluster 2023-11-15T05:37:07.061268+0000 mgr.smithi116.ldeiub (mgr.14182) 55 : cluster [DBG] pgmap v43: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-15T05:37:08.689 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:37:08 smithi152 bash[29762]: audit 2023-11-15T05:37:07.414066+0000 mon.smithi116 (mon.0) 292 : audit [INF] from='osd.0 ' entity='osd.0' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]': finished 2023-11-15T05:37:08.689 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:37:08 smithi152 bash[29762]: cluster 2023-11-15T05:37:07.414170+0000 mon.smithi116 (mon.0) 293 : cluster [DBG] osdmap e14: 8 total, 0 up, 8 in 2023-11-15T05:37:08.689 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:37:08 smithi152 bash[29762]: audit 2023-11-15T05:37:07.414329+0000 mon.smithi116 (mon.0) 294 : audit [DBG] from='mgr.14182 172.21.15.116:0/1868390107' entity='mgr.smithi116.ldeiub' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-11-15T05:37:08.689 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:37:08 smithi152 bash[29762]: audit 2023-11-15T05:37:07.414803+0000 mon.smithi116 (mon.0) 295 : audit [DBG] from='mgr.14182 172.21.15.116:0/1868390107' entity='mgr.smithi116.ldeiub' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-11-15T05:37:08.689 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:37:08 smithi152 bash[29762]: audit 2023-11-15T05:37:07.415077+0000 mon.smithi116 (mon.0) 296 : audit [DBG] from='mgr.14182 172.21.15.116:0/1868390107' entity='mgr.smithi116.ldeiub' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-11-15T05:37:08.690 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:37:08 smithi152 bash[29762]: audit 2023-11-15T05:37:07.415168+0000 mon.smithi152 (mon.1) 11 : audit [INF] from='osd.0 [v2:172.21.15.152:6800/1492986868,v1:172.21.15.152:6801/1492986868]' entity='osd.0' cmd=[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi152", "root=default"]}]: dispatch 2023-11-15T05:37:08.690 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:37:08 smithi152 bash[29762]: audit 2023-11-15T05:37:07.415354+0000 mon.smithi116 (mon.0) 297 : audit [DBG] from='mgr.14182 172.21.15.116:0/1868390107' entity='mgr.smithi116.ldeiub' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-11-15T05:37:08.690 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:37:08 smithi152 bash[29762]: audit 2023-11-15T05:37:07.415608+0000 mon.smithi116 (mon.0) 298 : audit [DBG] from='mgr.14182 172.21.15.116:0/1868390107' entity='mgr.smithi116.ldeiub' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-11-15T05:37:08.690 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:37:08 smithi152 bash[29762]: audit 2023-11-15T05:37:07.416091+0000 mon.smithi116 (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=smithi152", "root=default"]}]: dispatch 2023-11-15T05:37:08.691 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:37:08 smithi152 bash[29762]: audit 2023-11-15T05:37:07.416429+0000 mon.smithi116 (mon.0) 300 : audit [DBG] from='mgr.14182 172.21.15.116:0/1868390107' entity='mgr.smithi116.ldeiub' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-11-15T05:37:08.691 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:37:08 smithi152 bash[29762]: audit 2023-11-15T05:37:07.416737+0000 mon.smithi116 (mon.0) 301 : audit [DBG] from='mgr.14182 172.21.15.116:0/1868390107' entity='mgr.smithi116.ldeiub' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-11-15T05:37:08.691 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:37:08 smithi152 bash[29762]: audit 2023-11-15T05:37:07.417028+0000 mon.smithi116 (mon.0) 302 : audit [DBG] from='mgr.14182 172.21.15.116:0/1868390107' entity='mgr.smithi116.ldeiub' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-11-15T05:37:08.899 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:37:08 smithi116 bash[25961]: cluster 2023-11-15T05:37:07.061268+0000 mgr.smithi116.ldeiub (mgr.14182) 55 : cluster [DBG] pgmap v43: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-15T05:37:08.900 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:37:08 smithi116 bash[25961]: audit 2023-11-15T05:37:07.414066+0000 mon.smithi116 (mon.0) 292 : audit [INF] from='osd.0 ' entity='osd.0' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]': finished 2023-11-15T05:37:08.900 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:37:08 smithi116 bash[25961]: cluster 2023-11-15T05:37:07.414170+0000 mon.smithi116 (mon.0) 293 : cluster [DBG] osdmap e14: 8 total, 0 up, 8 in 2023-11-15T05:37:08.900 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:37:08 smithi116 bash[25961]: audit 2023-11-15T05:37:07.414329+0000 mon.smithi116 (mon.0) 294 : audit [DBG] from='mgr.14182 172.21.15.116:0/1868390107' entity='mgr.smithi116.ldeiub' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-11-15T05:37:08.900 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:37:08 smithi116 bash[25961]: audit 2023-11-15T05:37:07.414803+0000 mon.smithi116 (mon.0) 295 : audit [DBG] from='mgr.14182 172.21.15.116:0/1868390107' entity='mgr.smithi116.ldeiub' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-11-15T05:37:08.900 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:37:08 smithi116 bash[25961]: audit 2023-11-15T05:37:07.415077+0000 mon.smithi116 (mon.0) 296 : audit [DBG] from='mgr.14182 172.21.15.116:0/1868390107' entity='mgr.smithi116.ldeiub' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-11-15T05:37:08.901 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:37:08 smithi116 bash[25961]: audit 2023-11-15T05:37:07.415168+0000 mon.smithi152 (mon.1) 11 : audit [INF] from='osd.0 [v2:172.21.15.152:6800/1492986868,v1:172.21.15.152:6801/1492986868]' entity='osd.0' cmd=[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi152", "root=default"]}]: dispatch 2023-11-15T05:37:08.901 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:37:08 smithi116 bash[25961]: audit 2023-11-15T05:37:07.415354+0000 mon.smithi116 (mon.0) 297 : audit [DBG] from='mgr.14182 172.21.15.116:0/1868390107' entity='mgr.smithi116.ldeiub' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-11-15T05:37:08.901 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:37:08 smithi116 bash[25961]: audit 2023-11-15T05:37:07.415608+0000 mon.smithi116 (mon.0) 298 : audit [DBG] from='mgr.14182 172.21.15.116:0/1868390107' entity='mgr.smithi116.ldeiub' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-11-15T05:37:08.901 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:37:08 smithi116 bash[25961]: audit 2023-11-15T05:37:07.416091+0000 mon.smithi116 (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=smithi152", "root=default"]}]: dispatch 2023-11-15T05:37:08.901 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:37:08 smithi116 bash[25961]: audit 2023-11-15T05:37:07.416429+0000 mon.smithi116 (mon.0) 300 : audit [DBG] from='mgr.14182 172.21.15.116:0/1868390107' entity='mgr.smithi116.ldeiub' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-11-15T05:37:08.902 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:37:08 smithi116 bash[25961]: audit 2023-11-15T05:37:07.416737+0000 mon.smithi116 (mon.0) 301 : audit [DBG] from='mgr.14182 172.21.15.116:0/1868390107' entity='mgr.smithi116.ldeiub' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-11-15T05:37:08.902 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:37:08 smithi116 bash[25961]: audit 2023-11-15T05:37:07.417028+0000 mon.smithi116 (mon.0) 302 : audit [DBG] from='mgr.14182 172.21.15.116:0/1868390107' entity='mgr.smithi116.ldeiub' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-11-15T05:37:09.757 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:37:09 smithi152 bash[29762]: audit 2023-11-15T05:37:08.418633+0000 mon.smithi116 (mon.0) 303 : audit [INF] from='osd.0 ' entity='osd.0' cmd='[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi152", "root=default"]}]': finished 2023-11-15T05:37:09.758 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:37:09 smithi152 bash[29762]: cluster 2023-11-15T05:37:08.418772+0000 mon.smithi116 (mon.0) 304 : cluster [DBG] osdmap e15: 8 total, 0 up, 8 in 2023-11-15T05:37:09.758 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:37:09 smithi152 bash[29762]: audit 2023-11-15T05:37:08.419398+0000 mon.smithi116 (mon.0) 305 : audit [DBG] from='mgr.14182 172.21.15.116:0/1868390107' entity='mgr.smithi116.ldeiub' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-11-15T05:37:09.758 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:37:09 smithi152 bash[29762]: audit 2023-11-15T05:37:08.420019+0000 mon.smithi116 (mon.0) 306 : audit [DBG] from='mgr.14182 172.21.15.116:0/1868390107' entity='mgr.smithi116.ldeiub' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-11-15T05:37:09.758 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:37:09 smithi152 bash[29762]: audit 2023-11-15T05:37:08.420382+0000 mon.smithi116 (mon.0) 307 : audit [DBG] from='mgr.14182 172.21.15.116:0/1868390107' entity='mgr.smithi116.ldeiub' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-11-15T05:37:09.759 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:37:09 smithi152 bash[29762]: audit 2023-11-15T05:37:08.420862+0000 mon.smithi116 (mon.0) 308 : audit [DBG] from='mgr.14182 172.21.15.116:0/1868390107' entity='mgr.smithi116.ldeiub' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-11-15T05:37:09.759 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:37:09 smithi152 bash[29762]: audit 2023-11-15T05:37:08.425060+0000 mon.smithi116 (mon.0) 309 : audit [DBG] from='mgr.14182 172.21.15.116:0/1868390107' entity='mgr.smithi116.ldeiub' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-11-15T05:37:09.759 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:37:09 smithi152 bash[29762]: audit 2023-11-15T05:37:08.426352+0000 mon.smithi116 (mon.0) 310 : audit [DBG] from='mgr.14182 172.21.15.116:0/1868390107' entity='mgr.smithi116.ldeiub' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-11-15T05:37:09.759 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:37:09 smithi152 bash[29762]: audit 2023-11-15T05:37:08.426709+0000 mon.smithi116 (mon.0) 311 : audit [DBG] from='mgr.14182 172.21.15.116:0/1868390107' entity='mgr.smithi116.ldeiub' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-11-15T05:37:09.759 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:37:09 smithi152 bash[29762]: audit 2023-11-15T05:37:08.427076+0000 mon.smithi116 (mon.0) 312 : audit [DBG] from='mgr.14182 172.21.15.116:0/1868390107' entity='mgr.smithi116.ldeiub' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-11-15T05:37:09.760 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:37:09 smithi152 bash[29762]: audit 2023-11-15T05:37:08.427453+0000 mon.smithi116 (mon.0) 313 : audit [DBG] from='mgr.14182 172.21.15.116:0/1868390107' entity='mgr.smithi116.ldeiub' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-11-15T05:37:09.760 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:37:09 smithi152 bash[29762]: audit 2023-11-15T05:37:08.728285+0000 mon.smithi116 (mon.0) 314 : audit [INF] from='mgr.14182 172.21.15.116:0/1868390107' entity='mgr.smithi116.ldeiub' 2023-11-15T05:37:09.760 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:37:09 smithi152 bash[29762]: audit 2023-11-15T05:37:08.730304+0000 mon.smithi116 (mon.0) 315 : audit [INF] from='mgr.14182 172.21.15.116:0/1868390107' entity='mgr.smithi116.ldeiub' cmd=[{"prefix": "auth get", "entity": "osd.6"}]: dispatch 2023-11-15T05:37:09.760 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:37:09 smithi152 bash[29762]: audit 2023-11-15T05:37:08.732081+0000 mon.smithi116 (mon.0) 316 : audit [DBG] from='mgr.14182 172.21.15.116:0/1868390107' entity='mgr.smithi116.ldeiub' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-15T05:37:09.899 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:37:09 smithi116 bash[25961]: audit 2023-11-15T05:37:08.418633+0000 mon.smithi116 (mon.0) 303 : audit [INF] from='osd.0 ' entity='osd.0' cmd='[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi152", "root=default"]}]': finished 2023-11-15T05:37:09.900 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:37:09 smithi116 bash[25961]: cluster 2023-11-15T05:37:08.418772+0000 mon.smithi116 (mon.0) 304 : cluster [DBG] osdmap e15: 8 total, 0 up, 8 in 2023-11-15T05:37:09.900 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:37:09 smithi116 bash[25961]: audit 2023-11-15T05:37:08.419398+0000 mon.smithi116 (mon.0) 305 : audit [DBG] from='mgr.14182 172.21.15.116:0/1868390107' entity='mgr.smithi116.ldeiub' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-11-15T05:37:09.900 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:37:09 smithi116 bash[25961]: audit 2023-11-15T05:37:08.420019+0000 mon.smithi116 (mon.0) 306 : audit [DBG] from='mgr.14182 172.21.15.116:0/1868390107' entity='mgr.smithi116.ldeiub' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-11-15T05:37:09.900 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:37:09 smithi116 bash[25961]: audit 2023-11-15T05:37:08.420382+0000 mon.smithi116 (mon.0) 307 : audit [DBG] from='mgr.14182 172.21.15.116:0/1868390107' entity='mgr.smithi116.ldeiub' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-11-15T05:37:09.900 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:37:09 smithi116 bash[25961]: audit 2023-11-15T05:37:08.420862+0000 mon.smithi116 (mon.0) 308 : audit [DBG] from='mgr.14182 172.21.15.116:0/1868390107' entity='mgr.smithi116.ldeiub' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-11-15T05:37:09.901 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:37:09 smithi116 bash[25961]: audit 2023-11-15T05:37:08.425060+0000 mon.smithi116 (mon.0) 309 : audit [DBG] from='mgr.14182 172.21.15.116:0/1868390107' entity='mgr.smithi116.ldeiub' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-11-15T05:37:09.901 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:37:09 smithi116 bash[25961]: audit 2023-11-15T05:37:08.426352+0000 mon.smithi116 (mon.0) 310 : audit [DBG] from='mgr.14182 172.21.15.116:0/1868390107' entity='mgr.smithi116.ldeiub' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-11-15T05:37:09.901 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:37:09 smithi116 bash[25961]: audit 2023-11-15T05:37:08.426709+0000 mon.smithi116 (mon.0) 311 : audit [DBG] from='mgr.14182 172.21.15.116:0/1868390107' entity='mgr.smithi116.ldeiub' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-11-15T05:37:09.901 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:37:09 smithi116 bash[25961]: audit 2023-11-15T05:37:08.427076+0000 mon.smithi116 (mon.0) 312 : audit [DBG] from='mgr.14182 172.21.15.116:0/1868390107' entity='mgr.smithi116.ldeiub' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-11-15T05:37:09.901 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:37:09 smithi116 bash[25961]: audit 2023-11-15T05:37:08.427453+0000 mon.smithi116 (mon.0) 313 : audit [DBG] from='mgr.14182 172.21.15.116:0/1868390107' entity='mgr.smithi116.ldeiub' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-11-15T05:37:09.902 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:37:09 smithi116 bash[25961]: audit 2023-11-15T05:37:08.728285+0000 mon.smithi116 (mon.0) 314 : audit [INF] from='mgr.14182 172.21.15.116:0/1868390107' entity='mgr.smithi116.ldeiub' 2023-11-15T05:37:09.902 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:37:09 smithi116 bash[25961]: audit 2023-11-15T05:37:08.730304+0000 mon.smithi116 (mon.0) 315 : audit [INF] from='mgr.14182 172.21.15.116:0/1868390107' entity='mgr.smithi116.ldeiub' cmd=[{"prefix": "auth get", "entity": "osd.6"}]: dispatch 2023-11-15T05:37:09.902 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:37:09 smithi116 bash[25961]: audit 2023-11-15T05:37:08.732081+0000 mon.smithi116 (mon.0) 316 : audit [DBG] from='mgr.14182 172.21.15.116:0/1868390107' entity='mgr.smithi116.ldeiub' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-15T05:37:10.617 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:37:10 smithi152 bash[29762]: cluster 2023-11-15T05:37:08.195460+0000 osd.0 (osd.0) 1 : cluster [DBG] purged_snaps scrub starts 2023-11-15T05:37:10.617 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:37:10 smithi152 bash[29762]: cluster 2023-11-15T05:37:08.195557+0000 osd.0 (osd.0) 2 : cluster [DBG] purged_snaps scrub ok 2023-11-15T05:37:10.618 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:37:10 smithi152 bash[29762]: cephadm 2023-11-15T05:37:08.733676+0000 mgr.smithi116.ldeiub (mgr.14182) 56 : cephadm [INF] Deploying daemon osd.6 on smithi152 2023-11-15T05:37:10.618 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:37:10 smithi152 bash[29762]: cluster 2023-11-15T05:37:09.061730+0000 mgr.smithi116.ldeiub (mgr.14182) 57 : cluster [DBG] pgmap v46: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-15T05:37:10.618 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:37:10 smithi152 bash[29762]: audit 2023-11-15T05:37:09.424580+0000 mon.smithi116 (mon.0) 317 : audit [DBG] from='mgr.14182 172.21.15.116:0/1868390107' entity='mgr.smithi116.ldeiub' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-11-15T05:37:10.618 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:37:10 smithi152 bash[29762]: cluster 2023-11-15T05:37:09.430043+0000 mon.smithi116 (mon.0) 318 : cluster [INF] osd.0 [v2:172.21.15.152:6800/1492986868,v1:172.21.15.152:6801/1492986868] boot 2023-11-15T05:37:10.618 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:37:10 smithi152 bash[29762]: cluster 2023-11-15T05:37:09.430172+0000 mon.smithi116 (mon.0) 319 : cluster [DBG] osdmap e16: 8 total, 1 up, 8 in 2023-11-15T05:37:10.619 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:37:10 smithi152 bash[29762]: audit 2023-11-15T05:37:09.431207+0000 mon.smithi116 (mon.0) 320 : audit [DBG] from='mgr.14182 172.21.15.116:0/1868390107' entity='mgr.smithi116.ldeiub' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-11-15T05:37:10.619 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:37:10 smithi152 bash[29762]: audit 2023-11-15T05:37:09.431765+0000 mon.smithi116 (mon.0) 321 : audit [DBG] from='mgr.14182 172.21.15.116:0/1868390107' entity='mgr.smithi116.ldeiub' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-11-15T05:37:10.619 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:37:10 smithi152 bash[29762]: audit 2023-11-15T05:37:09.432205+0000 mon.smithi116 (mon.0) 322 : audit [DBG] from='mgr.14182 172.21.15.116:0/1868390107' entity='mgr.smithi116.ldeiub' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-11-15T05:37:10.619 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:37:10 smithi152 bash[29762]: audit 2023-11-15T05:37:09.432681+0000 mon.smithi116 (mon.0) 323 : audit [DBG] from='mgr.14182 172.21.15.116:0/1868390107' entity='mgr.smithi116.ldeiub' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-11-15T05:37:10.620 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:37:10 smithi152 bash[29762]: audit 2023-11-15T05:37:09.433171+0000 mon.smithi116 (mon.0) 324 : audit [DBG] from='mgr.14182 172.21.15.116:0/1868390107' entity='mgr.smithi116.ldeiub' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-11-15T05:37:10.620 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:37:10 smithi152 bash[29762]: audit 2023-11-15T05:37:09.433783+0000 mon.smithi116 (mon.0) 325 : audit [DBG] from='mgr.14182 172.21.15.116:0/1868390107' entity='mgr.smithi116.ldeiub' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-11-15T05:37:10.620 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:37:10 smithi152 bash[29762]: audit 2023-11-15T05:37:09.440398+0000 mon.smithi116 (mon.0) 326 : audit [DBG] from='mgr.14182 172.21.15.116:0/1868390107' entity='mgr.smithi116.ldeiub' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-11-15T05:37:10.620 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:37:10 smithi152 bash[29762]: audit 2023-11-15T05:37:09.440799+0000 mon.smithi116 (mon.0) 327 : audit [DBG] from='mgr.14182 172.21.15.116:0/1868390107' entity='mgr.smithi116.ldeiub' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-11-15T05:37:10.649 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:37:10 smithi116 bash[25961]: cluster 2023-11-15T05:37:08.195460+0000 osd.0 (osd.0) 1 : cluster [DBG] purged_snaps scrub starts 2023-11-15T05:37:10.650 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:37:10 smithi116 bash[25961]: cluster 2023-11-15T05:37:08.195557+0000 osd.0 (osd.0) 2 : cluster [DBG] purged_snaps scrub ok 2023-11-15T05:37:10.650 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:37:10 smithi116 bash[25961]: cephadm 2023-11-15T05:37:08.733676+0000 mgr.smithi116.ldeiub (mgr.14182) 56 : cephadm [INF] Deploying daemon osd.6 on smithi152 2023-11-15T05:37:10.650 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:37:10 smithi116 bash[25961]: cluster 2023-11-15T05:37:09.061730+0000 mgr.smithi116.ldeiub (mgr.14182) 57 : cluster [DBG] pgmap v46: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-15T05:37:10.650 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:37:10 smithi116 bash[25961]: audit 2023-11-15T05:37:09.424580+0000 mon.smithi116 (mon.0) 317 : audit [DBG] from='mgr.14182 172.21.15.116:0/1868390107' entity='mgr.smithi116.ldeiub' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-11-15T05:37:10.651 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:37:10 smithi116 bash[25961]: cluster 2023-11-15T05:37:09.430043+0000 mon.smithi116 (mon.0) 318 : cluster [INF] osd.0 [v2:172.21.15.152:6800/1492986868,v1:172.21.15.152:6801/1492986868] boot 2023-11-15T05:37:10.651 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:37:10 smithi116 bash[25961]: cluster 2023-11-15T05:37:09.430172+0000 mon.smithi116 (mon.0) 319 : cluster [DBG] osdmap e16: 8 total, 1 up, 8 in 2023-11-15T05:37:10.651 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:37:10 smithi116 bash[25961]: audit 2023-11-15T05:37:09.431207+0000 mon.smithi116 (mon.0) 320 : audit [DBG] from='mgr.14182 172.21.15.116:0/1868390107' entity='mgr.smithi116.ldeiub' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-11-15T05:37:10.651 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:37:10 smithi116 bash[25961]: audit 2023-11-15T05:37:09.431765+0000 mon.smithi116 (mon.0) 321 : audit [DBG] from='mgr.14182 172.21.15.116:0/1868390107' entity='mgr.smithi116.ldeiub' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-11-15T05:37:10.651 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:37:10 smithi116 bash[25961]: audit 2023-11-15T05:37:09.432205+0000 mon.smithi116 (mon.0) 322 : audit [DBG] from='mgr.14182 172.21.15.116:0/1868390107' entity='mgr.smithi116.ldeiub' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-11-15T05:37:10.652 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:37:10 smithi116 bash[25961]: audit 2023-11-15T05:37:09.432681+0000 mon.smithi116 (mon.0) 323 : audit [DBG] from='mgr.14182 172.21.15.116:0/1868390107' entity='mgr.smithi116.ldeiub' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-11-15T05:37:10.652 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:37:10 smithi116 bash[25961]: audit 2023-11-15T05:37:09.433171+0000 mon.smithi116 (mon.0) 324 : audit [DBG] from='mgr.14182 172.21.15.116:0/1868390107' entity='mgr.smithi116.ldeiub' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-11-15T05:37:10.652 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:37:10 smithi116 bash[25961]: audit 2023-11-15T05:37:09.433783+0000 mon.smithi116 (mon.0) 325 : audit [DBG] from='mgr.14182 172.21.15.116:0/1868390107' entity='mgr.smithi116.ldeiub' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-11-15T05:37:10.652 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:37:10 smithi116 bash[25961]: audit 2023-11-15T05:37:09.440398+0000 mon.smithi116 (mon.0) 326 : audit [DBG] from='mgr.14182 172.21.15.116:0/1868390107' entity='mgr.smithi116.ldeiub' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-11-15T05:37:10.652 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:37:10 smithi116 bash[25961]: audit 2023-11-15T05:37:09.440799+0000 mon.smithi116 (mon.0) 327 : audit [DBG] from='mgr.14182 172.21.15.116:0/1868390107' entity='mgr.smithi116.ldeiub' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-11-15T05:37:11.086 INFO:teuthology.orchestra.run.smithi116.stdout: 2023-11-15T05:37:11.849 INFO:teuthology.orchestra.run.smithi116.stdout:{"epoch":17,"num_osds":8,"num_up_osds":1,"osd_up_since":1700026629,"num_in_osds":8,"osd_in_since":1700026605,"num_remapped_pgs":0} 2023-11-15T05:37:12.007 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:37:11 smithi152 bash[29762]: cluster 2023-11-15T05:37:10.731621+0000 mon.smithi116 (mon.0) 328 : cluster [DBG] osdmap e17: 8 total, 1 up, 8 in 2023-11-15T05:37:12.007 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:37:11 smithi152 bash[29762]: audit 2023-11-15T05:37:10.731848+0000 mon.smithi116 (mon.0) 329 : audit [DBG] from='mgr.14182 172.21.15.116:0/1868390107' entity='mgr.smithi116.ldeiub' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-11-15T05:37:12.008 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:37:11 smithi152 bash[29762]: audit 2023-11-15T05:37:10.732455+0000 mon.smithi116 (mon.0) 330 : audit [DBG] from='mgr.14182 172.21.15.116:0/1868390107' entity='mgr.smithi116.ldeiub' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-11-15T05:37:12.008 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:37:11 smithi152 bash[29762]: audit 2023-11-15T05:37:10.732814+0000 mon.smithi116 (mon.0) 331 : audit [DBG] from='mgr.14182 172.21.15.116:0/1868390107' entity='mgr.smithi116.ldeiub' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-11-15T05:37:12.008 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:37:11 smithi152 bash[29762]: audit 2023-11-15T05:37:10.733257+0000 mon.smithi116 (mon.0) 332 : audit [DBG] from='mgr.14182 172.21.15.116:0/1868390107' entity='mgr.smithi116.ldeiub' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-11-15T05:37:12.008 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:37:11 smithi152 bash[29762]: audit 2023-11-15T05:37:10.733573+0000 mon.smithi116 (mon.0) 333 : audit [DBG] from='mgr.14182 172.21.15.116:0/1868390107' entity='mgr.smithi116.ldeiub' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-11-15T05:37:12.009 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:37:11 smithi152 bash[29762]: audit 2023-11-15T05:37:10.733837+0000 mon.smithi116 (mon.0) 334 : audit [DBG] from='mgr.14182 172.21.15.116:0/1868390107' entity='mgr.smithi116.ldeiub' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-11-15T05:37:12.009 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:37:11 smithi152 bash[29762]: audit 2023-11-15T05:37:10.734101+0000 mon.smithi116 (mon.0) 335 : audit [DBG] from='mgr.14182 172.21.15.116:0/1868390107' entity='mgr.smithi116.ldeiub' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-11-15T05:37:12.009 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:37:11 smithi152 bash[29762]: cluster 2023-11-15T05:37:11.062175+0000 mgr.smithi116.ldeiub (mgr.14182) 58 : cluster [DBG] pgmap v49: 0 pgs: ; 0 B data, 290 MiB used, 89 GiB / 89 GiB avail 2023-11-15T05:37:12.009 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:37:11 smithi152 bash[29762]: audit 2023-11-15T05:37:11.084917+0000 mon.smithi116 (mon.0) 336 : audit [DBG] from='client.? 172.21.15.116:0/1904441890' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-11-15T05:37:12.149 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:37:11 smithi116 bash[25961]: cluster 2023-11-15T05:37:10.731621+0000 mon.smithi116 (mon.0) 328 : cluster [DBG] osdmap e17: 8 total, 1 up, 8 in 2023-11-15T05:37:12.150 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:37:11 smithi116 bash[25961]: audit 2023-11-15T05:37:10.731848+0000 mon.smithi116 (mon.0) 329 : audit [DBG] from='mgr.14182 172.21.15.116:0/1868390107' entity='mgr.smithi116.ldeiub' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-11-15T05:37:12.150 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:37:11 smithi116 bash[25961]: audit 2023-11-15T05:37:10.732455+0000 mon.smithi116 (mon.0) 330 : audit [DBG] from='mgr.14182 172.21.15.116:0/1868390107' entity='mgr.smithi116.ldeiub' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-11-15T05:37:12.150 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:37:11 smithi116 bash[25961]: audit 2023-11-15T05:37:10.732814+0000 mon.smithi116 (mon.0) 331 : audit [DBG] from='mgr.14182 172.21.15.116:0/1868390107' entity='mgr.smithi116.ldeiub' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-11-15T05:37:12.150 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:37:11 smithi116 bash[25961]: audit 2023-11-15T05:37:10.733257+0000 mon.smithi116 (mon.0) 332 : audit [DBG] from='mgr.14182 172.21.15.116:0/1868390107' entity='mgr.smithi116.ldeiub' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-11-15T05:37:12.151 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:37:11 smithi116 bash[25961]: audit 2023-11-15T05:37:10.733573+0000 mon.smithi116 (mon.0) 333 : audit [DBG] from='mgr.14182 172.21.15.116:0/1868390107' entity='mgr.smithi116.ldeiub' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-11-15T05:37:12.151 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:37:11 smithi116 bash[25961]: audit 2023-11-15T05:37:10.733837+0000 mon.smithi116 (mon.0) 334 : audit [DBG] from='mgr.14182 172.21.15.116:0/1868390107' entity='mgr.smithi116.ldeiub' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-11-15T05:37:12.151 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:37:11 smithi116 bash[25961]: audit 2023-11-15T05:37:10.734101+0000 mon.smithi116 (mon.0) 335 : audit [DBG] from='mgr.14182 172.21.15.116:0/1868390107' entity='mgr.smithi116.ldeiub' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-11-15T05:37:12.151 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:37:11 smithi116 bash[25961]: cluster 2023-11-15T05:37:11.062175+0000 mgr.smithi116.ldeiub (mgr.14182) 58 : cluster [DBG] pgmap v49: 0 pgs: ; 0 B data, 290 MiB used, 89 GiB / 89 GiB avail 2023-11-15T05:37:12.151 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:37:11 smithi116 bash[25961]: audit 2023-11-15T05:37:11.084917+0000 mon.smithi116 (mon.0) 336 : audit [DBG] from='client.? 172.21.15.116:0/1904441890' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-11-15T05:37:12.851 DEBUG:teuthology.orchestra.run.smithi116:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 7456fada-8378-11ee-8dbe-212e2dc638e7 -- ceph osd stat -f json 2023-11-15T05:37:13.149 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:37:12 smithi116 bash[25961]: audit 2023-11-15T05:37:11.903305+0000 mon.smithi116 (mon.0) 337 : audit [INF] from='mgr.14182 172.21.15.116:0/1868390107' entity='mgr.smithi116.ldeiub' 2023-11-15T05:37:13.150 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:37:12 smithi116 bash[25961]: audit 2023-11-15T05:37:11.904315+0000 mon.smithi116 (mon.0) 338 : audit [INF] from='mgr.14182 172.21.15.116:0/1868390107' entity='mgr.smithi116.ldeiub' cmd=[{"prefix": "auth get", "entity": "osd.5"}]: dispatch 2023-11-15T05:37:13.150 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:37:12 smithi116 bash[25961]: audit 2023-11-15T05:37:11.905405+0000 mon.smithi116 (mon.0) 339 : audit [DBG] from='mgr.14182 172.21.15.116:0/1868390107' entity='mgr.smithi116.ldeiub' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-15T05:37:13.150 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:37:12 smithi116 bash[25961]: cephadm 2023-11-15T05:37:11.906229+0000 mgr.smithi116.ldeiub (mgr.14182) 59 : cephadm [INF] Deploying daemon osd.5 on smithi116 2023-11-15T05:37:13.150 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:37:12 smithi116 bash[25961]: audit 2023-11-15T05:37:12.033876+0000 mon.smithi152 (mon.1) 12 : audit [INF] from='osd.2 [v2:172.21.15.152:6808/1717787854,v1:172.21.15.152:6809/1717787854]' entity='osd.2' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]: dispatch 2023-11-15T05:37:13.151 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:37:12 smithi116 bash[25961]: audit 2023-11-15T05:37:12.034413+0000 mon.smithi116 (mon.0) 340 : audit [INF] from='osd.2 ' entity='osd.2' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]: dispatch 2023-11-15T05:37:13.257 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:37:12 smithi152 bash[29762]: audit 2023-11-15T05:37:11.903305+0000 mon.smithi116 (mon.0) 337 : audit [INF] from='mgr.14182 172.21.15.116:0/1868390107' entity='mgr.smithi116.ldeiub' 2023-11-15T05:37:13.257 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:37:12 smithi152 bash[29762]: audit 2023-11-15T05:37:11.904315+0000 mon.smithi116 (mon.0) 338 : audit [INF] from='mgr.14182 172.21.15.116:0/1868390107' entity='mgr.smithi116.ldeiub' cmd=[{"prefix": "auth get", "entity": "osd.5"}]: dispatch 2023-11-15T05:37:13.258 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:37:12 smithi152 bash[29762]: audit 2023-11-15T05:37:11.905405+0000 mon.smithi116 (mon.0) 339 : audit [DBG] from='mgr.14182 172.21.15.116:0/1868390107' entity='mgr.smithi116.ldeiub' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-15T05:37:13.258 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:37:12 smithi152 bash[29762]: cephadm 2023-11-15T05:37:11.906229+0000 mgr.smithi116.ldeiub (mgr.14182) 59 : cephadm [INF] Deploying daemon osd.5 on smithi116 2023-11-15T05:37:13.258 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:37:12 smithi152 bash[29762]: audit 2023-11-15T05:37:12.033876+0000 mon.smithi152 (mon.1) 12 : audit [INF] from='osd.2 [v2:172.21.15.152:6808/1717787854,v1:172.21.15.152:6809/1717787854]' entity='osd.2' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]: dispatch 2023-11-15T05:37:13.258 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:37:12 smithi152 bash[29762]: audit 2023-11-15T05:37:12.034413+0000 mon.smithi116 (mon.0) 340 : audit [INF] from='osd.2 ' entity='osd.2' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]: dispatch 2023-11-15T05:37:14.183 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:37:13 smithi152 bash[29762]: audit 2023-11-15T05:37:12.918725+0000 mon.smithi116 (mon.0) 341 : audit [INF] from='osd.2 ' entity='osd.2' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]': finished 2023-11-15T05:37:14.183 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:37:13 smithi152 bash[29762]: cluster 2023-11-15T05:37:12.918857+0000 mon.smithi116 (mon.0) 342 : cluster [DBG] osdmap e18: 8 total, 1 up, 8 in 2023-11-15T05:37:14.183 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:37:13 smithi152 bash[29762]: audit 2023-11-15T05:37:12.919080+0000 mon.smithi116 (mon.0) 343 : audit [DBG] from='mgr.14182 172.21.15.116:0/1868390107' entity='mgr.smithi116.ldeiub' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-11-15T05:37:14.184 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:37:13 smithi152 bash[29762]: audit 2023-11-15T05:37:12.919627+0000 mon.smithi152 (mon.1) 13 : audit [INF] from='osd.2 [v2:172.21.15.152:6808/1717787854,v1:172.21.15.152:6809/1717787854]' entity='osd.2' cmd=[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi152", "root=default"]}]: dispatch 2023-11-15T05:37:14.184 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:37:13 smithi152 bash[29762]: audit 2023-11-15T05:37:12.919810+0000 mon.smithi116 (mon.0) 344 : audit [DBG] from='mgr.14182 172.21.15.116:0/1868390107' entity='mgr.smithi116.ldeiub' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-11-15T05:37:14.184 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:37:13 smithi152 bash[29762]: audit 2023-11-15T05:37:12.920338+0000 mon.smithi116 (mon.0) 345 : audit [DBG] from='mgr.14182 172.21.15.116:0/1868390107' entity='mgr.smithi116.ldeiub' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-11-15T05:37:14.184 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:37:13 smithi152 bash[29762]: audit 2023-11-15T05:37:12.920850+0000 mon.smithi116 (mon.0) 346 : audit [INF] from='osd.2 ' entity='osd.2' cmd=[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi152", "root=default"]}]: dispatch 2023-11-15T05:37:14.184 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:37:13 smithi152 bash[29762]: audit 2023-11-15T05:37:12.921319+0000 mon.smithi116 (mon.0) 347 : audit [DBG] from='mgr.14182 172.21.15.116:0/1868390107' entity='mgr.smithi116.ldeiub' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-11-15T05:37:14.185 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:37:13 smithi152 bash[29762]: audit 2023-11-15T05:37:12.921729+0000 mon.smithi116 (mon.0) 348 : audit [DBG] from='mgr.14182 172.21.15.116:0/1868390107' entity='mgr.smithi116.ldeiub' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-11-15T05:37:14.185 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:37:13 smithi152 bash[29762]: audit 2023-11-15T05:37:12.922244+0000 mon.smithi116 (mon.0) 349 : audit [DBG] from='mgr.14182 172.21.15.116:0/1868390107' entity='mgr.smithi116.ldeiub' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-11-15T05:37:14.185 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:37:13 smithi152 bash[29762]: audit 2023-11-15T05:37:12.922711+0000 mon.smithi116 (mon.0) 350 : audit [DBG] from='mgr.14182 172.21.15.116:0/1868390107' entity='mgr.smithi116.ldeiub' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-11-15T05:37:14.185 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:37:13 smithi152 bash[29762]: cluster 2023-11-15T05:37:13.062524+0000 mgr.smithi116.ldeiub (mgr.14182) 60 : cluster [DBG] pgmap v51: 0 pgs: ; 0 B data, 290 MiB used, 89 GiB / 89 GiB avail 2023-11-15T05:37:14.330 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:37:13 smithi116 bash[25961]: audit 2023-11-15T05:37:12.918725+0000 mon.smithi116 (mon.0) 341 : audit [INF] from='osd.2 ' entity='osd.2' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]': finished 2023-11-15T05:37:14.330 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:37:13 smithi116 bash[25961]: cluster 2023-11-15T05:37:12.918857+0000 mon.smithi116 (mon.0) 342 : cluster [DBG] osdmap e18: 8 total, 1 up, 8 in 2023-11-15T05:37:14.331 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:37:13 smithi116 bash[25961]: audit 2023-11-15T05:37:12.919080+0000 mon.smithi116 (mon.0) 343 : audit [DBG] from='mgr.14182 172.21.15.116:0/1868390107' entity='mgr.smithi116.ldeiub' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-11-15T05:37:14.331 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:37:13 smithi116 bash[25961]: audit 2023-11-15T05:37:12.919627+0000 mon.smithi152 (mon.1) 13 : audit [INF] from='osd.2 [v2:172.21.15.152:6808/1717787854,v1:172.21.15.152:6809/1717787854]' entity='osd.2' cmd=[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi152", "root=default"]}]: dispatch 2023-11-15T05:37:14.331 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:37:13 smithi116 bash[25961]: audit 2023-11-15T05:37:12.919810+0000 mon.smithi116 (mon.0) 344 : audit [DBG] from='mgr.14182 172.21.15.116:0/1868390107' entity='mgr.smithi116.ldeiub' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-11-15T05:37:14.331 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:37:13 smithi116 bash[25961]: audit 2023-11-15T05:37:12.920338+0000 mon.smithi116 (mon.0) 345 : audit [DBG] from='mgr.14182 172.21.15.116:0/1868390107' entity='mgr.smithi116.ldeiub' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-11-15T05:37:14.331 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:37:13 smithi116 bash[25961]: audit 2023-11-15T05:37:12.920850+0000 mon.smithi116 (mon.0) 346 : audit [INF] from='osd.2 ' entity='osd.2' cmd=[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi152", "root=default"]}]: dispatch 2023-11-15T05:37:14.332 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:37:13 smithi116 bash[25961]: audit 2023-11-15T05:37:12.921319+0000 mon.smithi116 (mon.0) 347 : audit [DBG] from='mgr.14182 172.21.15.116:0/1868390107' entity='mgr.smithi116.ldeiub' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-11-15T05:37:14.332 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:37:13 smithi116 bash[25961]: audit 2023-11-15T05:37:12.921729+0000 mon.smithi116 (mon.0) 348 : audit [DBG] from='mgr.14182 172.21.15.116:0/1868390107' entity='mgr.smithi116.ldeiub' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-11-15T05:37:14.332 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:37:13 smithi116 bash[25961]: audit 2023-11-15T05:37:12.922244+0000 mon.smithi116 (mon.0) 349 : audit [DBG] from='mgr.14182 172.21.15.116:0/1868390107' entity='mgr.smithi116.ldeiub' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-11-15T05:37:14.332 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:37:13 smithi116 bash[25961]: audit 2023-11-15T05:37:12.922711+0000 mon.smithi116 (mon.0) 350 : audit [DBG] from='mgr.14182 172.21.15.116:0/1868390107' entity='mgr.smithi116.ldeiub' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-11-15T05:37:14.332 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:37:13 smithi116 bash[25961]: cluster 2023-11-15T05:37:13.062524+0000 mgr.smithi116.ldeiub (mgr.14182) 60 : cluster [DBG] pgmap v51: 0 pgs: ; 0 B data, 290 MiB used, 89 GiB / 89 GiB avail 2023-11-15T05:37:15.235 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:37:14 smithi116 bash[25961]: audit 2023-11-15T05:37:13.923940+0000 mon.smithi116 (mon.0) 351 : audit [INF] from='osd.2 ' entity='osd.2' cmd='[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi152", "root=default"]}]': finished 2023-11-15T05:37:15.236 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:37:14 smithi116 bash[25961]: cluster 2023-11-15T05:37:13.924033+0000 mon.smithi116 (mon.0) 352 : cluster [DBG] osdmap e19: 8 total, 1 up, 8 in 2023-11-15T05:37:15.236 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:37:14 smithi116 bash[25961]: audit 2023-11-15T05:37:13.924487+0000 mon.smithi116 (mon.0) 353 : audit [DBG] from='mgr.14182 172.21.15.116:0/1868390107' entity='mgr.smithi116.ldeiub' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-11-15T05:37:15.236 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:37:14 smithi116 bash[25961]: audit 2023-11-15T05:37:13.925312+0000 mon.smithi116 (mon.0) 354 : audit [DBG] from='mgr.14182 172.21.15.116:0/1868390107' entity='mgr.smithi116.ldeiub' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-11-15T05:37:15.236 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:37:14 smithi116 bash[25961]: audit 2023-11-15T05:37:13.925713+0000 mon.smithi116 (mon.0) 355 : audit [DBG] from='mgr.14182 172.21.15.116:0/1868390107' entity='mgr.smithi116.ldeiub' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-11-15T05:37:15.237 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:37:14 smithi116 bash[25961]: audit 2023-11-15T05:37:13.926256+0000 mon.smithi116 (mon.0) 356 : audit [DBG] from='mgr.14182 172.21.15.116:0/1868390107' entity='mgr.smithi116.ldeiub' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-11-15T05:37:15.237 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:37:14 smithi116 bash[25961]: audit 2023-11-15T05:37:13.926652+0000 mon.smithi116 (mon.0) 357 : audit [DBG] from='mgr.14182 172.21.15.116:0/1868390107' entity='mgr.smithi116.ldeiub' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-11-15T05:37:15.237 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:37:14 smithi116 bash[25961]: audit 2023-11-15T05:37:13.927095+0000 mon.smithi116 (mon.0) 358 : audit [DBG] from='mgr.14182 172.21.15.116:0/1868390107' entity='mgr.smithi116.ldeiub' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-11-15T05:37:15.238 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:37:14 smithi116 bash[25961]: audit 2023-11-15T05:37:13.927550+0000 mon.smithi116 (mon.0) 359 : audit [DBG] from='mgr.14182 172.21.15.116:0/1868390107' entity='mgr.smithi116.ldeiub' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-11-15T05:37:15.238 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:37:14 smithi116 bash[25961]: audit 2023-11-15T05:37:13.928372+0000 mon.smithi116 (mon.0) 360 : audit [DBG] from='mgr.14182 172.21.15.116:0/1868390107' entity='mgr.smithi116.ldeiub' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-11-15T05:37:15.238 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:37:14 smithi116 bash[25961]: audit 2023-11-15T05:37:13.936316+0000 mon.smithi116 (mon.0) 361 : audit [INF] from='mgr.14182 172.21.15.116:0/1868390107' entity='mgr.smithi116.ldeiub' 2023-11-15T05:37:15.239 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:37:14 smithi116 bash[25961]: audit 2023-11-15T05:37:14.428063+0000 mon.smithi116 (mon.0) 362 : audit [INF] from='osd.1 [v2:172.21.15.116:6802/3310222829,v1:172.21.15.116:6803/3310222829]' entity='osd.1' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]: dispatch 2023-11-15T05:37:15.258 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:37:14 smithi152 bash[29762]: audit 2023-11-15T05:37:13.923940+0000 mon.smithi116 (mon.0) 351 : audit [INF] from='osd.2 ' entity='osd.2' cmd='[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi152", "root=default"]}]': finished 2023-11-15T05:37:15.259 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:37:14 smithi152 bash[29762]: cluster 2023-11-15T05:37:13.924033+0000 mon.smithi116 (mon.0) 352 : cluster [DBG] osdmap e19: 8 total, 1 up, 8 in 2023-11-15T05:37:15.259 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:37:14 smithi152 bash[29762]: audit 2023-11-15T05:37:13.924487+0000 mon.smithi116 (mon.0) 353 : audit [DBG] from='mgr.14182 172.21.15.116:0/1868390107' entity='mgr.smithi116.ldeiub' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-11-15T05:37:15.259 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:37:14 smithi152 bash[29762]: audit 2023-11-15T05:37:13.925312+0000 mon.smithi116 (mon.0) 354 : audit [DBG] from='mgr.14182 172.21.15.116:0/1868390107' entity='mgr.smithi116.ldeiub' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-11-15T05:37:15.260 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:37:14 smithi152 bash[29762]: audit 2023-11-15T05:37:13.925713+0000 mon.smithi116 (mon.0) 355 : audit [DBG] from='mgr.14182 172.21.15.116:0/1868390107' entity='mgr.smithi116.ldeiub' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-11-15T05:37:15.260 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:37:14 smithi152 bash[29762]: audit 2023-11-15T05:37:13.926256+0000 mon.smithi116 (mon.0) 356 : audit [DBG] from='mgr.14182 172.21.15.116:0/1868390107' entity='mgr.smithi116.ldeiub' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-11-15T05:37:15.260 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:37:14 smithi152 bash[29762]: audit 2023-11-15T05:37:13.926652+0000 mon.smithi116 (mon.0) 357 : audit [DBG] from='mgr.14182 172.21.15.116:0/1868390107' entity='mgr.smithi116.ldeiub' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-11-15T05:37:15.261 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:37:14 smithi152 bash[29762]: audit 2023-11-15T05:37:13.927095+0000 mon.smithi116 (mon.0) 358 : audit [DBG] from='mgr.14182 172.21.15.116:0/1868390107' entity='mgr.smithi116.ldeiub' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-11-15T05:37:15.261 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:37:14 smithi152 bash[29762]: audit 2023-11-15T05:37:13.927550+0000 mon.smithi116 (mon.0) 359 : audit [DBG] from='mgr.14182 172.21.15.116:0/1868390107' entity='mgr.smithi116.ldeiub' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-11-15T05:37:15.261 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:37:14 smithi152 bash[29762]: audit 2023-11-15T05:37:13.928372+0000 mon.smithi116 (mon.0) 360 : audit [DBG] from='mgr.14182 172.21.15.116:0/1868390107' entity='mgr.smithi116.ldeiub' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-11-15T05:37:15.261 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:37:14 smithi152 bash[29762]: audit 2023-11-15T05:37:13.936316+0000 mon.smithi116 (mon.0) 361 : audit [INF] from='mgr.14182 172.21.15.116:0/1868390107' entity='mgr.smithi116.ldeiub' 2023-11-15T05:37:15.261 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:37:14 smithi152 bash[29762]: audit 2023-11-15T05:37:14.428063+0000 mon.smithi116 (mon.0) 362 : audit [INF] from='osd.1 [v2:172.21.15.116:6802/3310222829,v1:172.21.15.116:6803/3310222829]' entity='osd.1' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]: dispatch 2023-11-15T05:37:16.007 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:37:15 smithi152 bash[29762]: cluster 2023-11-15T05:37:13.069418+0000 osd.2 (osd.2) 1 : cluster [DBG] purged_snaps scrub starts 2023-11-15T05:37:16.008 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:37:15 smithi152 bash[29762]: cluster 2023-11-15T05:37:13.069523+0000 osd.2 (osd.2) 2 : cluster [DBG] purged_snaps scrub ok 2023-11-15T05:37:16.008 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:37:15 smithi152 bash[29762]: audit 2023-11-15T05:37:14.928773+0000 mon.smithi116 (mon.0) 363 : audit [DBG] from='mgr.14182 172.21.15.116:0/1868390107' entity='mgr.smithi116.ldeiub' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-11-15T05:37:16.008 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:37:15 smithi152 bash[29762]: cluster 2023-11-15T05:37:14.938987+0000 mon.smithi116 (mon.0) 364 : cluster [INF] osd.2 [v2:172.21.15.152:6808/1717787854,v1:172.21.15.152:6809/1717787854] boot 2023-11-15T05:37:16.008 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:37:15 smithi152 bash[29762]: audit 2023-11-15T05:37:14.939105+0000 mon.smithi116 (mon.0) 365 : audit [INF] from='osd.1 [v2:172.21.15.116:6802/3310222829,v1:172.21.15.116:6803/3310222829]' entity='osd.1' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]': finished 2023-11-15T05:37:16.009 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:37:15 smithi152 bash[29762]: cluster 2023-11-15T05:37:14.939206+0000 mon.smithi116 (mon.0) 366 : cluster [DBG] osdmap e20: 8 total, 2 up, 8 in 2023-11-15T05:37:16.009 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:37:15 smithi152 bash[29762]: audit 2023-11-15T05:37:14.939432+0000 mon.smithi116 (mon.0) 367 : audit [DBG] from='mgr.14182 172.21.15.116:0/1868390107' entity='mgr.smithi116.ldeiub' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-11-15T05:37:16.009 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:37:15 smithi152 bash[29762]: audit 2023-11-15T05:37:14.939981+0000 mon.smithi116 (mon.0) 368 : audit [DBG] from='mgr.14182 172.21.15.116:0/1868390107' entity='mgr.smithi116.ldeiub' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-11-15T05:37:16.009 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:37:15 smithi152 bash[29762]: audit 2023-11-15T05:37:14.940270+0000 mon.smithi116 (mon.0) 369 : audit [INF] from='osd.1 [v2:172.21.15.116:6802/3310222829,v1:172.21.15.116:6803/3310222829]' entity='osd.1' cmd=[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi116", "root=default"]}]: dispatch 2023-11-15T05:37:16.009 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:37:15 smithi152 bash[29762]: audit 2023-11-15T05:37:14.940634+0000 mon.smithi116 (mon.0) 370 : audit [DBG] from='mgr.14182 172.21.15.116:0/1868390107' entity='mgr.smithi116.ldeiub' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-11-15T05:37:16.010 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:37:15 smithi152 bash[29762]: audit 2023-11-15T05:37:14.940837+0000 mon.smithi116 (mon.0) 371 : audit [DBG] from='mgr.14182 172.21.15.116:0/1868390107' entity='mgr.smithi116.ldeiub' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-11-15T05:37:16.010 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:37:15 smithi152 bash[29762]: audit 2023-11-15T05:37:14.941075+0000 mon.smithi116 (mon.0) 372 : audit [DBG] from='mgr.14182 172.21.15.116:0/1868390107' entity='mgr.smithi116.ldeiub' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-11-15T05:37:16.010 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:37:15 smithi152 bash[29762]: audit 2023-11-15T05:37:14.941291+0000 mon.smithi116 (mon.0) 373 : audit [DBG] from='mgr.14182 172.21.15.116:0/1868390107' entity='mgr.smithi116.ldeiub' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-11-15T05:37:16.010 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:37:15 smithi152 bash[29762]: audit 2023-11-15T05:37:14.941511+0000 mon.smithi116 (mon.0) 374 : audit [DBG] from='mgr.14182 172.21.15.116:0/1868390107' entity='mgr.smithi116.ldeiub' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-11-15T05:37:16.010 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:37:15 smithi152 bash[29762]: cluster 2023-11-15T05:37:15.062952+0000 mgr.smithi116.ldeiub (mgr.14182) 61 : cluster [DBG] pgmap v54: 0 pgs: ; 0 B data, 290 MiB used, 89 GiB / 89 GiB avail 2023-11-15T05:37:16.400 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:37:15 smithi116 bash[25961]: cluster 2023-11-15T05:37:13.069418+0000 osd.2 (osd.2) 1 : cluster [DBG] purged_snaps scrub starts 2023-11-15T05:37:16.400 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:37:15 smithi116 bash[25961]: cluster 2023-11-15T05:37:13.069523+0000 osd.2 (osd.2) 2 : cluster [DBG] purged_snaps scrub ok 2023-11-15T05:37:16.400 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:37:15 smithi116 bash[25961]: audit 2023-11-15T05:37:14.928773+0000 mon.smithi116 (mon.0) 363 : audit [DBG] from='mgr.14182 172.21.15.116:0/1868390107' entity='mgr.smithi116.ldeiub' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-11-15T05:37:16.401 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:37:15 smithi116 bash[25961]: cluster 2023-11-15T05:37:14.938987+0000 mon.smithi116 (mon.0) 364 : cluster [INF] osd.2 [v2:172.21.15.152:6808/1717787854,v1:172.21.15.152:6809/1717787854] boot 2023-11-15T05:37:16.401 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:37:15 smithi116 bash[25961]: audit 2023-11-15T05:37:14.939105+0000 mon.smithi116 (mon.0) 365 : audit [INF] from='osd.1 [v2:172.21.15.116:6802/3310222829,v1:172.21.15.116:6803/3310222829]' entity='osd.1' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]': finished 2023-11-15T05:37:16.401 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:37:15 smithi116 bash[25961]: cluster 2023-11-15T05:37:14.939206+0000 mon.smithi116 (mon.0) 366 : cluster [DBG] osdmap e20: 8 total, 2 up, 8 in 2023-11-15T05:37:16.401 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:37:15 smithi116 bash[25961]: audit 2023-11-15T05:37:14.939432+0000 mon.smithi116 (mon.0) 367 : audit [DBG] from='mgr.14182 172.21.15.116:0/1868390107' entity='mgr.smithi116.ldeiub' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-11-15T05:37:16.401 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:37:15 smithi116 bash[25961]: audit 2023-11-15T05:37:14.939981+0000 mon.smithi116 (mon.0) 368 : audit [DBG] from='mgr.14182 172.21.15.116:0/1868390107' entity='mgr.smithi116.ldeiub' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-11-15T05:37:16.402 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:37:15 smithi116 bash[25961]: audit 2023-11-15T05:37:14.940270+0000 mon.smithi116 (mon.0) 369 : audit [INF] from='osd.1 [v2:172.21.15.116:6802/3310222829,v1:172.21.15.116:6803/3310222829]' entity='osd.1' cmd=[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi116", "root=default"]}]: dispatch 2023-11-15T05:37:16.402 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:37:15 smithi116 bash[25961]: audit 2023-11-15T05:37:14.940634+0000 mon.smithi116 (mon.0) 370 : audit [DBG] from='mgr.14182 172.21.15.116:0/1868390107' entity='mgr.smithi116.ldeiub' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-11-15T05:37:16.402 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:37:15 smithi116 bash[25961]: audit 2023-11-15T05:37:14.940837+0000 mon.smithi116 (mon.0) 371 : audit [DBG] from='mgr.14182 172.21.15.116:0/1868390107' entity='mgr.smithi116.ldeiub' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-11-15T05:37:16.402 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:37:15 smithi116 bash[25961]: audit 2023-11-15T05:37:14.941075+0000 mon.smithi116 (mon.0) 372 : audit [DBG] from='mgr.14182 172.21.15.116:0/1868390107' entity='mgr.smithi116.ldeiub' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-11-15T05:37:16.402 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:37:15 smithi116 bash[25961]: audit 2023-11-15T05:37:14.941291+0000 mon.smithi116 (mon.0) 373 : audit [DBG] from='mgr.14182 172.21.15.116:0/1868390107' entity='mgr.smithi116.ldeiub' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-11-15T05:37:16.403 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:37:15 smithi116 bash[25961]: audit 2023-11-15T05:37:14.941511+0000 mon.smithi116 (mon.0) 374 : audit [DBG] from='mgr.14182 172.21.15.116:0/1868390107' entity='mgr.smithi116.ldeiub' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-11-15T05:37:16.403 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:37:15 smithi116 bash[25961]: cluster 2023-11-15T05:37:15.062952+0000 mgr.smithi116.ldeiub (mgr.14182) 61 : cluster [DBG] pgmap v54: 0 pgs: ; 0 B data, 290 MiB used, 89 GiB / 89 GiB avail 2023-11-15T05:37:17.504 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:37:17 smithi116 bash[25961]: audit 2023-11-15T05:37:15.945333+0000 mon.smithi116 (mon.0) 375 : audit [INF] from='osd.1 [v2:172.21.15.116:6802/3310222829,v1:172.21.15.116:6803/3310222829]' entity='osd.1' cmd='[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi116", "root=default"]}]': finished 2023-11-15T05:37:17.505 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:37:17 smithi116 bash[25961]: cluster 2023-11-15T05:37:15.945460+0000 mon.smithi116 (mon.0) 376 : cluster [DBG] osdmap e21: 8 total, 2 up, 8 in 2023-11-15T05:37:17.505 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:37:17 smithi116 bash[25961]: audit 2023-11-15T05:37:15.945635+0000 mon.smithi116 (mon.0) 377 : audit [DBG] from='mgr.14182 172.21.15.116:0/1868390107' entity='mgr.smithi116.ldeiub' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-11-15T05:37:17.505 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:37:17 smithi116 bash[25961]: audit 2023-11-15T05:37:15.946058+0000 mon.smithi116 (mon.0) 378 : audit [DBG] from='mgr.14182 172.21.15.116:0/1868390107' entity='mgr.smithi116.ldeiub' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-11-15T05:37:17.505 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:37:17 smithi116 bash[25961]: audit 2023-11-15T05:37:15.946271+0000 mon.smithi116 (mon.0) 379 : audit [DBG] from='mgr.14182 172.21.15.116:0/1868390107' entity='mgr.smithi116.ldeiub' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-11-15T05:37:17.505 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:37:17 smithi116 bash[25961]: audit 2023-11-15T05:37:15.946967+0000 mon.smithi116 (mon.0) 380 : audit [DBG] from='mgr.14182 172.21.15.116:0/1868390107' entity='mgr.smithi116.ldeiub' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-11-15T05:37:17.506 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:37:17 smithi116 bash[25961]: audit 2023-11-15T05:37:15.947237+0000 mon.smithi116 (mon.0) 381 : audit [DBG] from='mgr.14182 172.21.15.116:0/1868390107' entity='mgr.smithi116.ldeiub' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-11-15T05:37:17.506 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:37:17 smithi116 bash[25961]: audit 2023-11-15T05:37:15.947456+0000 mon.smithi116 (mon.0) 382 : audit [DBG] from='mgr.14182 172.21.15.116:0/1868390107' entity='mgr.smithi116.ldeiub' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-11-15T05:37:17.506 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:37:17 smithi116 bash[25961]: audit 2023-11-15T05:37:15.952898+0000 mon.smithi116 (mon.0) 383 : audit [DBG] from='mgr.14182 172.21.15.116:0/1868390107' entity='mgr.smithi116.ldeiub' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-11-15T05:37:17.756 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:37:17 smithi152 bash[29762]: audit 2023-11-15T05:37:15.945333+0000 mon.smithi116 (mon.0) 375 : audit [INF] from='osd.1 [v2:172.21.15.116:6802/3310222829,v1:172.21.15.116:6803/3310222829]' entity='osd.1' cmd='[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi116", "root=default"]}]': finished 2023-11-15T05:37:17.756 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:37:17 smithi152 bash[29762]: cluster 2023-11-15T05:37:15.945460+0000 mon.smithi116 (mon.0) 376 : cluster [DBG] osdmap e21: 8 total, 2 up, 8 in 2023-11-15T05:37:17.757 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:37:17 smithi152 bash[29762]: audit 2023-11-15T05:37:15.945635+0000 mon.smithi116 (mon.0) 377 : audit [DBG] from='mgr.14182 172.21.15.116:0/1868390107' entity='mgr.smithi116.ldeiub' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-11-15T05:37:17.757 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:37:17 smithi152 bash[29762]: audit 2023-11-15T05:37:15.946058+0000 mon.smithi116 (mon.0) 378 : audit [DBG] from='mgr.14182 172.21.15.116:0/1868390107' entity='mgr.smithi116.ldeiub' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-11-15T05:37:17.757 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:37:17 smithi152 bash[29762]: audit 2023-11-15T05:37:15.946271+0000 mon.smithi116 (mon.0) 379 : audit [DBG] from='mgr.14182 172.21.15.116:0/1868390107' entity='mgr.smithi116.ldeiub' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-11-15T05:37:17.757 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:37:17 smithi152 bash[29762]: audit 2023-11-15T05:37:15.946967+0000 mon.smithi116 (mon.0) 380 : audit [DBG] from='mgr.14182 172.21.15.116:0/1868390107' entity='mgr.smithi116.ldeiub' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-11-15T05:37:17.757 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:37:17 smithi152 bash[29762]: audit 2023-11-15T05:37:15.947237+0000 mon.smithi116 (mon.0) 381 : audit [DBG] from='mgr.14182 172.21.15.116:0/1868390107' entity='mgr.smithi116.ldeiub' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-11-15T05:37:17.758 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:37:17 smithi152 bash[29762]: audit 2023-11-15T05:37:15.947456+0000 mon.smithi116 (mon.0) 382 : audit [DBG] from='mgr.14182 172.21.15.116:0/1868390107' entity='mgr.smithi116.ldeiub' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-11-15T05:37:17.758 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:37:17 smithi152 bash[29762]: audit 2023-11-15T05:37:15.952898+0000 mon.smithi116 (mon.0) 383 : audit [DBG] from='mgr.14182 172.21.15.116:0/1868390107' entity='mgr.smithi116.ldeiub' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-11-15T05:37:18.141 INFO:teuthology.orchestra.run.smithi116.stdout: 2023-11-15T05:37:18.650 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:37:18 smithi116 bash[25961]: cluster 2023-11-15T05:37:15.454999+0000 osd.1 (osd.1) 1 : cluster [DBG] purged_snaps scrub starts 2023-11-15T05:37:18.651 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:37:18 smithi116 bash[25961]: cluster 2023-11-15T05:37:15.455111+0000 osd.1 (osd.1) 2 : cluster [DBG] purged_snaps scrub ok 2023-11-15T05:37:18.652 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:37:18 smithi116 bash[25961]: cluster 2023-11-15T05:37:16.948791+0000 mon.smithi116 (mon.0) 384 : cluster [INF] osd.1 [v2:172.21.15.116:6802/3310222829,v1:172.21.15.116:6803/3310222829] boot 2023-11-15T05:37:18.652 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:37:18 smithi116 bash[25961]: cluster 2023-11-15T05:37:16.948854+0000 mon.smithi116 (mon.0) 385 : cluster [DBG] osdmap e22: 8 total, 3 up, 8 in 2023-11-15T05:37:18.652 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:37:18 smithi116 bash[25961]: audit 2023-11-15T05:37:16.949819+0000 mon.smithi116 (mon.0) 386 : audit [DBG] from='mgr.14182 172.21.15.116:0/1868390107' entity='mgr.smithi116.ldeiub' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-11-15T05:37:18.652 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:37:18 smithi116 bash[25961]: audit 2023-11-15T05:37:16.950179+0000 mon.smithi116 (mon.0) 387 : audit [DBG] from='mgr.14182 172.21.15.116:0/1868390107' entity='mgr.smithi116.ldeiub' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-11-15T05:37:18.652 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:37:18 smithi116 bash[25961]: audit 2023-11-15T05:37:16.950477+0000 mon.smithi116 (mon.0) 388 : audit [DBG] from='mgr.14182 172.21.15.116:0/1868390107' entity='mgr.smithi116.ldeiub' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-11-15T05:37:18.653 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:37:18 smithi116 bash[25961]: audit 2023-11-15T05:37:16.950815+0000 mon.smithi116 (mon.0) 389 : audit [DBG] from='mgr.14182 172.21.15.116:0/1868390107' entity='mgr.smithi116.ldeiub' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-11-15T05:37:18.653 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:37:18 smithi116 bash[25961]: audit 2023-11-15T05:37:16.951053+0000 mon.smithi116 (mon.0) 390 : audit [DBG] from='mgr.14182 172.21.15.116:0/1868390107' entity='mgr.smithi116.ldeiub' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-11-15T05:37:18.653 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:37:18 smithi116 bash[25961]: audit 2023-11-15T05:37:16.951316+0000 mon.smithi116 (mon.0) 391 : audit [DBG] from='mgr.14182 172.21.15.116:0/1868390107' entity='mgr.smithi116.ldeiub' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-11-15T05:37:18.653 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:37:18 smithi116 bash[25961]: audit 2023-11-15T05:37:16.951683+0000 mon.smithi116 (mon.0) 392 : audit [INF] from='mgr.14182 172.21.15.116:0/1868390107' entity='mgr.smithi116.ldeiub' cmd=[{"prefix": "osd pool create", "format": "json", "pool": "device_health_metrics", "pg_num": 1, "pg_num_min": 1, "pg_num_max": 32}]: dispatch 2023-11-15T05:37:18.653 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:37:18 smithi116 bash[25961]: cluster 2023-11-15T05:37:17.063464+0000 mgr.smithi116.ldeiub (mgr.14182) 62 : cluster [DBG] pgmap v57: 0 pgs: ; 0 B data, 871 MiB used, 267 GiB / 268 GiB avail 2023-11-15T05:37:18.653 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:37:18 smithi116 bash[25961]: audit 2023-11-15T05:37:17.422292+0000 mon.smithi152 (mon.1) 14 : audit [INF] from='osd.4 [v2:172.21.15.152:6816/1456220124,v1:172.21.15.152:6817/1456220124]' entity='osd.4' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]: dispatch 2023-11-15T05:37:18.654 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:37:18 smithi116 bash[25961]: audit 2023-11-15T05:37:17.422725+0000 mon.smithi116 (mon.0) 393 : audit [INF] from='osd.4 ' entity='osd.4' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]: dispatch 2023-11-15T05:37:18.654 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:37:18 smithi116 bash[25961]: audit 2023-11-15T05:37:17.949787+0000 mon.smithi116 (mon.0) 394 : audit [INF] from='mgr.14182 172.21.15.116:0/1868390107' entity='mgr.smithi116.ldeiub' cmd='[{"prefix": "osd pool create", "format": "json", "pool": "device_health_metrics", "pg_num": 1, "pg_num_min": 1, "pg_num_max": 32}]': finished 2023-11-15T05:37:18.654 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:37:18 smithi116 bash[25961]: audit 2023-11-15T05:37:17.949883+0000 mon.smithi116 (mon.0) 395 : audit [INF] from='osd.4 ' entity='osd.4' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]': finished 2023-11-15T05:37:18.654 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:37:18 smithi116 bash[25961]: cluster 2023-11-15T05:37:17.950031+0000 mon.smithi116 (mon.0) 396 : cluster [DBG] osdmap e23: 8 total, 3 up, 8 in 2023-11-15T05:37:18.654 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:37:18 smithi116 bash[25961]: audit 2023-11-15T05:37:17.950207+0000 mon.smithi116 (mon.0) 397 : audit [DBG] from='mgr.14182 172.21.15.116:0/1868390107' entity='mgr.smithi116.ldeiub' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-11-15T05:37:18.655 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:37:18 smithi116 bash[25961]: audit 2023-11-15T05:37:17.950619+0000 mon.smithi116 (mon.0) 398 : audit [DBG] from='mgr.14182 172.21.15.116:0/1868390107' entity='mgr.smithi116.ldeiub' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-11-15T05:37:18.655 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:37:18 smithi116 bash[25961]: audit 2023-11-15T05:37:17.950856+0000 mon.smithi116 (mon.0) 399 : audit [DBG] from='mgr.14182 172.21.15.116:0/1868390107' entity='mgr.smithi116.ldeiub' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-11-15T05:37:18.655 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:37:18 smithi116 bash[25961]: audit 2023-11-15T05:37:17.951078+0000 mon.smithi116 (mon.0) 400 : audit [DBG] from='mgr.14182 172.21.15.116:0/1868390107' entity='mgr.smithi116.ldeiub' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-11-15T05:37:18.655 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:37:18 smithi116 bash[25961]: audit 2023-11-15T05:37:17.951301+0000 mon.smithi116 (mon.0) 401 : audit [DBG] from='mgr.14182 172.21.15.116:0/1868390107' entity='mgr.smithi116.ldeiub' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-11-15T05:37:18.655 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:37:18 smithi116 bash[25961]: audit 2023-11-15T05:37:17.952025+0000 mon.smithi116 (mon.0) 402 : audit [INF] from='mgr.14182 172.21.15.116:0/1868390107' entity='mgr.smithi116.ldeiub' cmd=[{"prefix": "osd pool application enable", "format": "json", "pool": "device_health_metrics", "app": "mgr_devicehealth"}]: dispatch 2023-11-15T05:37:18.656 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:37:18 smithi116 bash[25961]: audit 2023-11-15T05:37:17.953243+0000 mon.smithi152 (mon.1) 15 : audit [INF] from='osd.4 [v2:172.21.15.152:6816/1456220124,v1:172.21.15.152:6817/1456220124]' entity='osd.4' cmd=[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi152", "root=default"]}]: dispatch 2023-11-15T05:37:18.656 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:37:18 smithi116 bash[25961]: audit 2023-11-15T05:37:17.953796+0000 mon.smithi116 (mon.0) 403 : audit [INF] from='osd.4 ' entity='osd.4' cmd=[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi152", "root=default"]}]: dispatch 2023-11-15T05:37:18.656 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:37:18 smithi116 bash[25961]: audit 2023-11-15T05:37:18.140247+0000 mon.smithi116 (mon.0) 404 : audit [DBG] from='client.? 172.21.15.116:0/2544350851' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-11-15T05:37:18.656 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:37:18 smithi116 bash[25961]: audit 2023-11-15T05:37:18.238476+0000 mon.smithi116 (mon.0) 405 : audit [INF] from='mgr.14182 172.21.15.116:0/1868390107' entity='mgr.smithi116.ldeiub' 2023-11-15T05:37:18.656 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:37:18 smithi116 bash[25961]: audit 2023-11-15T05:37:18.239340+0000 mon.smithi116 (mon.0) 406 : audit [INF] from='mgr.14182 172.21.15.116:0/1868390107' entity='mgr.smithi116.ldeiub' cmd=[{"prefix": "auth get", "entity": "osd.7"}]: dispatch 2023-11-15T05:37:18.657 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:37:18 smithi116 bash[25961]: audit 2023-11-15T05:37:18.240236+0000 mon.smithi116 (mon.0) 407 : audit [DBG] from='mgr.14182 172.21.15.116:0/1868390107' entity='mgr.smithi116.ldeiub' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-15T05:37:18.758 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:37:18 smithi152 bash[29762]: cluster 2023-11-15T05:37:15.454999+0000 osd.1 (osd.1) 1 : cluster [DBG] purged_snaps scrub starts 2023-11-15T05:37:18.758 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:37:18 smithi152 bash[29762]: cluster 2023-11-15T05:37:15.455111+0000 osd.1 (osd.1) 2 : cluster [DBG] purged_snaps scrub ok 2023-11-15T05:37:18.758 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:37:18 smithi152 bash[29762]: cluster 2023-11-15T05:37:16.948791+0000 mon.smithi116 (mon.0) 384 : cluster [INF] osd.1 [v2:172.21.15.116:6802/3310222829,v1:172.21.15.116:6803/3310222829] boot 2023-11-15T05:37:18.758 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:37:18 smithi152 bash[29762]: cluster 2023-11-15T05:37:16.948854+0000 mon.smithi116 (mon.0) 385 : cluster [DBG] osdmap e22: 8 total, 3 up, 8 in 2023-11-15T05:37:18.759 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:37:18 smithi152 bash[29762]: audit 2023-11-15T05:37:16.949819+0000 mon.smithi116 (mon.0) 386 : audit [DBG] from='mgr.14182 172.21.15.116:0/1868390107' entity='mgr.smithi116.ldeiub' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-11-15T05:37:18.759 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:37:18 smithi152 bash[29762]: audit 2023-11-15T05:37:16.950179+0000 mon.smithi116 (mon.0) 387 : audit [DBG] from='mgr.14182 172.21.15.116:0/1868390107' entity='mgr.smithi116.ldeiub' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-11-15T05:37:18.759 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:37:18 smithi152 bash[29762]: audit 2023-11-15T05:37:16.950477+0000 mon.smithi116 (mon.0) 388 : audit [DBG] from='mgr.14182 172.21.15.116:0/1868390107' entity='mgr.smithi116.ldeiub' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-11-15T05:37:18.759 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:37:18 smithi152 bash[29762]: audit 2023-11-15T05:37:16.950815+0000 mon.smithi116 (mon.0) 389 : audit [DBG] from='mgr.14182 172.21.15.116:0/1868390107' entity='mgr.smithi116.ldeiub' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-11-15T05:37:18.759 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:37:18 smithi152 bash[29762]: audit 2023-11-15T05:37:16.951053+0000 mon.smithi116 (mon.0) 390 : audit [DBG] from='mgr.14182 172.21.15.116:0/1868390107' entity='mgr.smithi116.ldeiub' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-11-15T05:37:18.760 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:37:18 smithi152 bash[29762]: audit 2023-11-15T05:37:16.951316+0000 mon.smithi116 (mon.0) 391 : audit [DBG] from='mgr.14182 172.21.15.116:0/1868390107' entity='mgr.smithi116.ldeiub' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-11-15T05:37:18.760 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:37:18 smithi152 bash[29762]: audit 2023-11-15T05:37:16.951683+0000 mon.smithi116 (mon.0) 392 : audit [INF] from='mgr.14182 172.21.15.116:0/1868390107' entity='mgr.smithi116.ldeiub' cmd=[{"prefix": "osd pool create", "format": "json", "pool": "device_health_metrics", "pg_num": 1, "pg_num_min": 1, "pg_num_max": 32}]: dispatch 2023-11-15T05:37:18.760 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:37:18 smithi152 bash[29762]: cluster 2023-11-15T05:37:17.063464+0000 mgr.smithi116.ldeiub (mgr.14182) 62 : cluster [DBG] pgmap v57: 0 pgs: ; 0 B data, 871 MiB used, 267 GiB / 268 GiB avail 2023-11-15T05:37:18.760 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:37:18 smithi152 bash[29762]: audit 2023-11-15T05:37:17.422292+0000 mon.smithi152 (mon.1) 14 : audit [INF] from='osd.4 [v2:172.21.15.152:6816/1456220124,v1:172.21.15.152:6817/1456220124]' entity='osd.4' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]: dispatch 2023-11-15T05:37:18.760 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:37:18 smithi152 bash[29762]: audit 2023-11-15T05:37:17.422725+0000 mon.smithi116 (mon.0) 393 : audit [INF] from='osd.4 ' entity='osd.4' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]: dispatch 2023-11-15T05:37:18.760 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:37:18 smithi152 bash[29762]: audit 2023-11-15T05:37:17.949787+0000 mon.smithi116 (mon.0) 394 : audit [INF] from='mgr.14182 172.21.15.116:0/1868390107' entity='mgr.smithi116.ldeiub' cmd='[{"prefix": "osd pool create", "format": "json", "pool": "device_health_metrics", "pg_num": 1, "pg_num_min": 1, "pg_num_max": 32}]': finished 2023-11-15T05:37:18.761 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:37:18 smithi152 bash[29762]: audit 2023-11-15T05:37:17.949883+0000 mon.smithi116 (mon.0) 395 : audit [INF] from='osd.4 ' entity='osd.4' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]': finished 2023-11-15T05:37:18.761 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:37:18 smithi152 bash[29762]: cluster 2023-11-15T05:37:17.950031+0000 mon.smithi116 (mon.0) 396 : cluster [DBG] osdmap e23: 8 total, 3 up, 8 in 2023-11-15T05:37:18.761 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:37:18 smithi152 bash[29762]: audit 2023-11-15T05:37:17.950207+0000 mon.smithi116 (mon.0) 397 : audit [DBG] from='mgr.14182 172.21.15.116:0/1868390107' entity='mgr.smithi116.ldeiub' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-11-15T05:37:18.761 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:37:18 smithi152 bash[29762]: audit 2023-11-15T05:37:17.950619+0000 mon.smithi116 (mon.0) 398 : audit [DBG] from='mgr.14182 172.21.15.116:0/1868390107' entity='mgr.smithi116.ldeiub' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-11-15T05:37:18.761 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:37:18 smithi152 bash[29762]: audit 2023-11-15T05:37:17.950856+0000 mon.smithi116 (mon.0) 399 : audit [DBG] from='mgr.14182 172.21.15.116:0/1868390107' entity='mgr.smithi116.ldeiub' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-11-15T05:37:18.762 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:37:18 smithi152 bash[29762]: audit 2023-11-15T05:37:17.951078+0000 mon.smithi116 (mon.0) 400 : audit [DBG] from='mgr.14182 172.21.15.116:0/1868390107' entity='mgr.smithi116.ldeiub' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-11-15T05:37:18.762 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:37:18 smithi152 bash[29762]: audit 2023-11-15T05:37:17.951301+0000 mon.smithi116 (mon.0) 401 : audit [DBG] from='mgr.14182 172.21.15.116:0/1868390107' entity='mgr.smithi116.ldeiub' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-11-15T05:37:18.762 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:37:18 smithi152 bash[29762]: audit 2023-11-15T05:37:17.952025+0000 mon.smithi116 (mon.0) 402 : audit [INF] from='mgr.14182 172.21.15.116:0/1868390107' entity='mgr.smithi116.ldeiub' cmd=[{"prefix": "osd pool application enable", "format": "json", "pool": "device_health_metrics", "app": "mgr_devicehealth"}]: dispatch 2023-11-15T05:37:18.762 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:37:18 smithi152 bash[29762]: audit 2023-11-15T05:37:17.953243+0000 mon.smithi152 (mon.1) 15 : audit [INF] from='osd.4 [v2:172.21.15.152:6816/1456220124,v1:172.21.15.152:6817/1456220124]' entity='osd.4' cmd=[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi152", "root=default"]}]: dispatch 2023-11-15T05:37:18.762 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:37:18 smithi152 bash[29762]: audit 2023-11-15T05:37:17.953796+0000 mon.smithi116 (mon.0) 403 : audit [INF] from='osd.4 ' entity='osd.4' cmd=[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi152", "root=default"]}]: dispatch 2023-11-15T05:37:18.763 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:37:18 smithi152 bash[29762]: audit 2023-11-15T05:37:18.140247+0000 mon.smithi116 (mon.0) 404 : audit [DBG] from='client.? 172.21.15.116:0/2544350851' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-11-15T05:37:18.763 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:37:18 smithi152 bash[29762]: audit 2023-11-15T05:37:18.238476+0000 mon.smithi116 (mon.0) 405 : audit [INF] from='mgr.14182 172.21.15.116:0/1868390107' entity='mgr.smithi116.ldeiub' 2023-11-15T05:37:18.763 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:37:18 smithi152 bash[29762]: audit 2023-11-15T05:37:18.239340+0000 mon.smithi116 (mon.0) 406 : audit [INF] from='mgr.14182 172.21.15.116:0/1868390107' entity='mgr.smithi116.ldeiub' cmd=[{"prefix": "auth get", "entity": "osd.7"}]: dispatch 2023-11-15T05:37:18.763 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:37:18 smithi152 bash[29762]: audit 2023-11-15T05:37:18.240236+0000 mon.smithi116 (mon.0) 407 : audit [DBG] from='mgr.14182 172.21.15.116:0/1868390107' entity='mgr.smithi116.ldeiub' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-15T05:37:19.113 INFO:teuthology.orchestra.run.smithi116.stdout:{"epoch":23,"num_osds":8,"num_up_osds":3,"osd_up_since":1700026636,"num_in_osds":8,"osd_in_since":1700026605,"num_remapped_pgs":0} 2023-11-15T05:37:19.757 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:37:19 smithi152 bash[29762]: cephadm 2023-11-15T05:37:18.240940+0000 mgr.smithi116.ldeiub (mgr.14182) 63 : cephadm [INF] Deploying daemon osd.7 on smithi116 2023-11-15T05:37:19.758 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:37:19 smithi152 bash[29762]: audit 2023-11-15T05:37:18.951844+0000 mon.smithi116 (mon.0) 408 : audit [INF] from='mgr.14182 172.21.15.116:0/1868390107' entity='mgr.smithi116.ldeiub' cmd='[{"prefix": "osd pool application enable", "format": "json", "pool": "device_health_metrics", "app": "mgr_devicehealth"}]': finished 2023-11-15T05:37:19.758 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:37:19 smithi152 bash[29762]: audit 2023-11-15T05:37:18.951971+0000 mon.smithi116 (mon.0) 409 : audit [INF] from='osd.4 ' entity='osd.4' cmd='[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi152", "root=default"]}]': finished 2023-11-15T05:37:19.758 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:37:19 smithi152 bash[29762]: cluster 2023-11-15T05:37:18.952054+0000 mon.smithi116 (mon.0) 410 : cluster [DBG] osdmap e24: 8 total, 3 up, 8 in 2023-11-15T05:37:19.758 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:37:19 smithi152 bash[29762]: audit 2023-11-15T05:37:18.952258+0000 mon.smithi116 (mon.0) 411 : audit [DBG] from='mgr.14182 172.21.15.116:0/1868390107' entity='mgr.smithi116.ldeiub' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-11-15T05:37:19.759 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:37:19 smithi152 bash[29762]: audit 2023-11-15T05:37:18.952699+0000 mon.smithi116 (mon.0) 412 : audit [DBG] from='mgr.14182 172.21.15.116:0/1868390107' entity='mgr.smithi116.ldeiub' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-11-15T05:37:19.759 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:37:19 smithi152 bash[29762]: audit 2023-11-15T05:37:18.952938+0000 mon.smithi116 (mon.0) 413 : audit [DBG] from='mgr.14182 172.21.15.116:0/1868390107' entity='mgr.smithi116.ldeiub' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-11-15T05:37:19.759 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:37:19 smithi152 bash[29762]: audit 2023-11-15T05:37:18.953141+0000 mon.smithi116 (mon.0) 414 : audit [DBG] from='mgr.14182 172.21.15.116:0/1868390107' entity='mgr.smithi116.ldeiub' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-11-15T05:37:19.759 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:37:19 smithi152 bash[29762]: audit 2023-11-15T05:37:18.953402+0000 mon.smithi116 (mon.0) 415 : audit [DBG] from='mgr.14182 172.21.15.116:0/1868390107' entity='mgr.smithi116.ldeiub' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-11-15T05:37:19.759 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:37:19 smithi152 bash[29762]: audit 2023-11-15T05:37:18.958676+0000 mon.smithi116 (mon.0) 416 : audit [DBG] from='mgr.14182 172.21.15.116:0/1868390107' entity='mgr.smithi116.ldeiub' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-11-15T05:37:19.797 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:37:19 smithi116 bash[25961]: cephadm 2023-11-15T05:37:18.240940+0000 mgr.smithi116.ldeiub (mgr.14182) 63 : cephadm [INF] Deploying daemon osd.7 on smithi116 2023-11-15T05:37:19.797 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:37:19 smithi116 bash[25961]: audit 2023-11-15T05:37:18.951844+0000 mon.smithi116 (mon.0) 408 : audit [INF] from='mgr.14182 172.21.15.116:0/1868390107' entity='mgr.smithi116.ldeiub' cmd='[{"prefix": "osd pool application enable", "format": "json", "pool": "device_health_metrics", "app": "mgr_devicehealth"}]': finished 2023-11-15T05:37:19.797 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:37:19 smithi116 bash[25961]: audit 2023-11-15T05:37:18.951971+0000 mon.smithi116 (mon.0) 409 : audit [INF] from='osd.4 ' entity='osd.4' cmd='[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi152", "root=default"]}]': finished 2023-11-15T05:37:19.797 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:37:19 smithi116 bash[25961]: cluster 2023-11-15T05:37:18.952054+0000 mon.smithi116 (mon.0) 410 : cluster [DBG] osdmap e24: 8 total, 3 up, 8 in 2023-11-15T05:37:19.798 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:37:19 smithi116 bash[25961]: audit 2023-11-15T05:37:18.952258+0000 mon.smithi116 (mon.0) 411 : audit [DBG] from='mgr.14182 172.21.15.116:0/1868390107' entity='mgr.smithi116.ldeiub' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-11-15T05:37:19.798 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:37:19 smithi116 bash[25961]: audit 2023-11-15T05:37:18.952699+0000 mon.smithi116 (mon.0) 412 : audit [DBG] from='mgr.14182 172.21.15.116:0/1868390107' entity='mgr.smithi116.ldeiub' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-11-15T05:37:19.798 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:37:19 smithi116 bash[25961]: audit 2023-11-15T05:37:18.952938+0000 mon.smithi116 (mon.0) 413 : audit [DBG] from='mgr.14182 172.21.15.116:0/1868390107' entity='mgr.smithi116.ldeiub' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-11-15T05:37:19.798 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:37:19 smithi116 bash[25961]: audit 2023-11-15T05:37:18.953141+0000 mon.smithi116 (mon.0) 414 : audit [DBG] from='mgr.14182 172.21.15.116:0/1868390107' entity='mgr.smithi116.ldeiub' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-11-15T05:37:19.798 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:37:19 smithi116 bash[25961]: audit 2023-11-15T05:37:18.953402+0000 mon.smithi116 (mon.0) 415 : audit [DBG] from='mgr.14182 172.21.15.116:0/1868390107' entity='mgr.smithi116.ldeiub' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-11-15T05:37:19.799 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:37:19 smithi116 bash[25961]: audit 2023-11-15T05:37:18.958676+0000 mon.smithi116 (mon.0) 416 : audit [DBG] from='mgr.14182 172.21.15.116:0/1868390107' entity='mgr.smithi116.ldeiub' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-11-15T05:37:20.115 DEBUG:teuthology.orchestra.run.smithi116:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 7456fada-8378-11ee-8dbe-212e2dc638e7 -- ceph osd stat -f json 2023-11-15T05:37:20.685 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:37:20 smithi116 bash[25961]: cluster 2023-11-15T05:37:18.194820+0000 osd.4 (osd.4) 1 : cluster [DBG] purged_snaps scrub starts 2023-11-15T05:37:20.686 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:37:20 smithi116 bash[25961]: cluster 2023-11-15T05:37:18.194911+0000 osd.4 (osd.4) 2 : cluster [DBG] purged_snaps scrub ok 2023-11-15T05:37:20.686 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:37:20 smithi116 bash[25961]: cluster 2023-11-15T05:37:19.064040+0000 mgr.smithi116.ldeiub (mgr.14182) 64 : cluster [DBG] pgmap v60: 1 pgs: 1 unknown; 0 B data, 871 MiB used, 267 GiB / 268 GiB avail 2023-11-15T05:37:20.686 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:37:20 smithi116 bash[25961]: cluster 2023-11-15T05:37:19.955454+0000 mon.smithi116 (mon.0) 417 : cluster [INF] osd.4 [v2:172.21.15.152:6816/1456220124,v1:172.21.15.152:6817/1456220124] boot 2023-11-15T05:37:20.686 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:37:20 smithi116 bash[25961]: cluster 2023-11-15T05:37:19.955516+0000 mon.smithi116 (mon.0) 418 : cluster [DBG] osdmap e25: 8 total, 4 up, 8 in 2023-11-15T05:37:20.687 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:37:20 smithi116 bash[25961]: audit 2023-11-15T05:37:19.955952+0000 mon.smithi116 (mon.0) 419 : audit [DBG] from='mgr.14182 172.21.15.116:0/1868390107' entity='mgr.smithi116.ldeiub' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-11-15T05:37:20.687 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:37:20 smithi116 bash[25961]: audit 2023-11-15T05:37:19.956316+0000 mon.smithi116 (mon.0) 420 : audit [DBG] from='mgr.14182 172.21.15.116:0/1868390107' entity='mgr.smithi116.ldeiub' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-11-15T05:37:20.687 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:37:20 smithi116 bash[25961]: audit 2023-11-15T05:37:19.956635+0000 mon.smithi116 (mon.0) 421 : audit [DBG] from='mgr.14182 172.21.15.116:0/1868390107' entity='mgr.smithi116.ldeiub' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-11-15T05:37:20.687 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:37:20 smithi116 bash[25961]: audit 2023-11-15T05:37:19.956945+0000 mon.smithi116 (mon.0) 422 : audit [DBG] from='mgr.14182 172.21.15.116:0/1868390107' entity='mgr.smithi116.ldeiub' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-11-15T05:37:20.687 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:37:20 smithi116 bash[25961]: audit 2023-11-15T05:37:19.957328+0000 mon.smithi116 (mon.0) 423 : audit [DBG] from='mgr.14182 172.21.15.116:0/1868390107' entity='mgr.smithi116.ldeiub' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-11-15T05:37:20.741 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:37:20 smithi152 bash[29762]: cluster 2023-11-15T05:37:18.194820+0000 osd.4 (osd.4) 1 : cluster [DBG] purged_snaps scrub starts 2023-11-15T05:37:20.742 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:37:20 smithi152 bash[29762]: cluster 2023-11-15T05:37:18.194911+0000 osd.4 (osd.4) 2 : cluster [DBG] purged_snaps scrub ok 2023-11-15T05:37:20.742 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:37:20 smithi152 bash[29762]: cluster 2023-11-15T05:37:19.064040+0000 mgr.smithi116.ldeiub (mgr.14182) 64 : cluster [DBG] pgmap v60: 1 pgs: 1 unknown; 0 B data, 871 MiB used, 267 GiB / 268 GiB avail 2023-11-15T05:37:20.742 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:37:20 smithi152 bash[29762]: cluster 2023-11-15T05:37:19.955454+0000 mon.smithi116 (mon.0) 417 : cluster [INF] osd.4 [v2:172.21.15.152:6816/1456220124,v1:172.21.15.152:6817/1456220124] boot 2023-11-15T05:37:20.742 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:37:20 smithi152 bash[29762]: cluster 2023-11-15T05:37:19.955516+0000 mon.smithi116 (mon.0) 418 : cluster [DBG] osdmap e25: 8 total, 4 up, 8 in 2023-11-15T05:37:20.743 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:37:20 smithi152 bash[29762]: audit 2023-11-15T05:37:19.955952+0000 mon.smithi116 (mon.0) 419 : audit [DBG] from='mgr.14182 172.21.15.116:0/1868390107' entity='mgr.smithi116.ldeiub' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-11-15T05:37:20.743 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:37:20 smithi152 bash[29762]: audit 2023-11-15T05:37:19.956316+0000 mon.smithi116 (mon.0) 420 : audit [DBG] from='mgr.14182 172.21.15.116:0/1868390107' entity='mgr.smithi116.ldeiub' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-11-15T05:37:20.743 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:37:20 smithi152 bash[29762]: audit 2023-11-15T05:37:19.956635+0000 mon.smithi116 (mon.0) 421 : audit [DBG] from='mgr.14182 172.21.15.116:0/1868390107' entity='mgr.smithi116.ldeiub' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-11-15T05:37:20.743 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:37:20 smithi152 bash[29762]: audit 2023-11-15T05:37:19.956945+0000 mon.smithi116 (mon.0) 422 : audit [DBG] from='mgr.14182 172.21.15.116:0/1868390107' entity='mgr.smithi116.ldeiub' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-11-15T05:37:20.744 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:37:20 smithi152 bash[29762]: audit 2023-11-15T05:37:19.957328+0000 mon.smithi116 (mon.0) 423 : audit [DBG] from='mgr.14182 172.21.15.116:0/1868390107' entity='mgr.smithi116.ldeiub' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-11-15T05:37:21.747 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:37:21 smithi116 bash[25961]: audit 2023-11-15T05:37:20.497464+0000 mon.smithi116 (mon.0) 424 : audit [INF] from='osd.3 [v2:172.21.15.116:6810/3786333555,v1:172.21.15.116:6811/3786333555]' entity='osd.3' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]: dispatch 2023-11-15T05:37:21.747 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:37:21 smithi116 bash[25961]: audit 2023-11-15T05:37:20.744299+0000 mon.smithi152 (mon.1) 16 : audit [INF] from='osd.6 [v2:172.21.15.152:6824/2759872076,v1:172.21.15.152:6825/2759872076]' entity='osd.6' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]: dispatch 2023-11-15T05:37:21.748 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:37:21 smithi116 bash[25961]: audit 2023-11-15T05:37:20.744756+0000 mon.smithi116 (mon.0) 425 : audit [INF] from='osd.6 ' entity='osd.6' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]: dispatch 2023-11-15T05:37:21.748 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:37:21 smithi116 bash[25961]: audit 2023-11-15T05:37:20.967748+0000 mon.smithi116 (mon.0) 426 : audit [INF] from='osd.3 [v2:172.21.15.116:6810/3786333555,v1:172.21.15.116:6811/3786333555]' entity='osd.3' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]': finished 2023-11-15T05:37:21.748 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:37:21 smithi116 bash[25961]: audit 2023-11-15T05:37:20.967913+0000 mon.smithi116 (mon.0) 427 : audit [INF] from='osd.6 ' entity='osd.6' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]': finished 2023-11-15T05:37:21.748 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:37:21 smithi116 bash[25961]: cluster 2023-11-15T05:37:20.968065+0000 mon.smithi116 (mon.0) 428 : cluster [DBG] osdmap e26: 8 total, 4 up, 8 in 2023-11-15T05:37:21.749 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:37:21 smithi116 bash[25961]: audit 2023-11-15T05:37:20.968431+0000 mon.smithi116 (mon.0) 429 : audit [DBG] from='mgr.14182 172.21.15.116:0/1868390107' entity='mgr.smithi116.ldeiub' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-11-15T05:37:21.749 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:37:21 smithi116 bash[25961]: audit 2023-11-15T05:37:20.969229+0000 mon.smithi116 (mon.0) 430 : audit [DBG] from='mgr.14182 172.21.15.116:0/1868390107' entity='mgr.smithi116.ldeiub' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-11-15T05:37:21.749 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:37:21 smithi116 bash[25961]: audit 2023-11-15T05:37:20.969287+0000 mon.smithi152 (mon.1) 17 : audit [INF] from='osd.6 [v2:172.21.15.152:6824/2759872076,v1:172.21.15.152:6825/2759872076]' entity='osd.6' cmd=[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi152", "root=default"]}]: dispatch 2023-11-15T05:37:21.749 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:37:21 smithi116 bash[25961]: audit 2023-11-15T05:37:20.969761+0000 mon.smithi116 (mon.0) 431 : audit [INF] from='osd.3 [v2:172.21.15.116:6810/3786333555,v1:172.21.15.116:6811/3786333555]' entity='osd.3' cmd=[{"prefix": "osd crush create-or-move", "id": 3, "weight":0.0873, "args": ["host=smithi116", "root=default"]}]: dispatch 2023-11-15T05:37:21.749 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:37:21 smithi116 bash[25961]: audit 2023-11-15T05:37:20.970476+0000 mon.smithi116 (mon.0) 432 : audit [DBG] from='mgr.14182 172.21.15.116:0/1868390107' entity='mgr.smithi116.ldeiub' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-11-15T05:37:21.750 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:37:21 smithi116 bash[25961]: audit 2023-11-15T05:37:20.970976+0000 mon.smithi116 (mon.0) 433 : audit [INF] from='osd.6 ' entity='osd.6' cmd=[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi152", "root=default"]}]: dispatch 2023-11-15T05:37:21.750 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:37:21 smithi116 bash[25961]: audit 2023-11-15T05:37:20.971537+0000 mon.smithi116 (mon.0) 434 : audit [DBG] from='mgr.14182 172.21.15.116:0/1868390107' entity='mgr.smithi116.ldeiub' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-11-15T05:37:21.757 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:37:21 smithi152 bash[29762]: audit 2023-11-15T05:37:20.497464+0000 mon.smithi116 (mon.0) 424 : audit [INF] from='osd.3 [v2:172.21.15.116:6810/3786333555,v1:172.21.15.116:6811/3786333555]' entity='osd.3' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]: dispatch 2023-11-15T05:37:21.757 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:37:21 smithi152 bash[29762]: audit 2023-11-15T05:37:20.744299+0000 mon.smithi152 (mon.1) 16 : audit [INF] from='osd.6 [v2:172.21.15.152:6824/2759872076,v1:172.21.15.152:6825/2759872076]' entity='osd.6' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]: dispatch 2023-11-15T05:37:21.758 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:37:21 smithi152 bash[29762]: audit 2023-11-15T05:37:20.744756+0000 mon.smithi116 (mon.0) 425 : audit [INF] from='osd.6 ' entity='osd.6' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]: dispatch 2023-11-15T05:37:21.758 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:37:21 smithi152 bash[29762]: audit 2023-11-15T05:37:20.967748+0000 mon.smithi116 (mon.0) 426 : audit [INF] from='osd.3 [v2:172.21.15.116:6810/3786333555,v1:172.21.15.116:6811/3786333555]' entity='osd.3' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]': finished 2023-11-15T05:37:21.758 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:37:21 smithi152 bash[29762]: audit 2023-11-15T05:37:20.967913+0000 mon.smithi116 (mon.0) 427 : audit [INF] from='osd.6 ' entity='osd.6' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]': finished 2023-11-15T05:37:21.758 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:37:21 smithi152 bash[29762]: cluster 2023-11-15T05:37:20.968065+0000 mon.smithi116 (mon.0) 428 : cluster [DBG] osdmap e26: 8 total, 4 up, 8 in 2023-11-15T05:37:21.759 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:37:21 smithi152 bash[29762]: audit 2023-11-15T05:37:20.968431+0000 mon.smithi116 (mon.0) 429 : audit [DBG] from='mgr.14182 172.21.15.116:0/1868390107' entity='mgr.smithi116.ldeiub' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-11-15T05:37:21.759 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:37:21 smithi152 bash[29762]: audit 2023-11-15T05:37:20.969229+0000 mon.smithi116 (mon.0) 430 : audit [DBG] from='mgr.14182 172.21.15.116:0/1868390107' entity='mgr.smithi116.ldeiub' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-11-15T05:37:21.759 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:37:21 smithi152 bash[29762]: audit 2023-11-15T05:37:20.969287+0000 mon.smithi152 (mon.1) 17 : audit [INF] from='osd.6 [v2:172.21.15.152:6824/2759872076,v1:172.21.15.152:6825/2759872076]' entity='osd.6' cmd=[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi152", "root=default"]}]: dispatch 2023-11-15T05:37:21.759 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:37:21 smithi152 bash[29762]: audit 2023-11-15T05:37:20.969761+0000 mon.smithi116 (mon.0) 431 : audit [INF] from='osd.3 [v2:172.21.15.116:6810/3786333555,v1:172.21.15.116:6811/3786333555]' entity='osd.3' cmd=[{"prefix": "osd crush create-or-move", "id": 3, "weight":0.0873, "args": ["host=smithi116", "root=default"]}]: dispatch 2023-11-15T05:37:21.760 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:37:21 smithi152 bash[29762]: audit 2023-11-15T05:37:20.970476+0000 mon.smithi116 (mon.0) 432 : audit [DBG] from='mgr.14182 172.21.15.116:0/1868390107' entity='mgr.smithi116.ldeiub' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-11-15T05:37:21.760 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:37:21 smithi152 bash[29762]: audit 2023-11-15T05:37:20.970976+0000 mon.smithi116 (mon.0) 433 : audit [INF] from='osd.6 ' entity='osd.6' cmd=[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi152", "root=default"]}]: dispatch 2023-11-15T05:37:21.760 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:37:21 smithi152 bash[29762]: audit 2023-11-15T05:37:20.971537+0000 mon.smithi116 (mon.0) 434 : audit [DBG] from='mgr.14182 172.21.15.116:0/1868390107' entity='mgr.smithi116.ldeiub' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-11-15T05:37:22.592 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:37:22 smithi116 bash[25961]: cluster 2023-11-15T05:37:21.064569+0000 mgr.smithi116.ldeiub (mgr.14182) 65 : cluster [DBG] pgmap v63: 1 pgs: 1 active+clean; 0 B data, 1.1 GiB used, 356 GiB / 358 GiB avail 2023-11-15T05:37:22.592 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:37:22 smithi116 bash[25961]: audit 2023-11-15T05:37:21.968238+0000 mon.smithi116 (mon.0) 435 : audit [INF] from='osd.3 [v2:172.21.15.116:6810/3786333555,v1:172.21.15.116:6811/3786333555]' entity='osd.3' cmd='[{"prefix": "osd crush create-or-move", "id": 3, "weight":0.0873, "args": ["host=smithi116", "root=default"]}]': finished 2023-11-15T05:37:22.592 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:37:22 smithi116 bash[25961]: audit 2023-11-15T05:37:21.968426+0000 mon.smithi116 (mon.0) 436 : audit [INF] from='osd.6 ' entity='osd.6' cmd='[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi152", "root=default"]}]': finished 2023-11-15T05:37:22.592 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:37:22 smithi116 bash[25961]: cluster 2023-11-15T05:37:21.968686+0000 mon.smithi116 (mon.0) 437 : cluster [DBG] osdmap e27: 8 total, 4 up, 8 in 2023-11-15T05:37:22.593 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:37:22 smithi116 bash[25961]: audit 2023-11-15T05:37:21.969338+0000 mon.smithi116 (mon.0) 438 : audit [DBG] from='mgr.14182 172.21.15.116:0/1868390107' entity='mgr.smithi116.ldeiub' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-11-15T05:37:22.593 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:37:22 smithi116 bash[25961]: audit 2023-11-15T05:37:21.969697+0000 mon.smithi116 (mon.0) 439 : audit [DBG] from='mgr.14182 172.21.15.116:0/1868390107' entity='mgr.smithi116.ldeiub' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-11-15T05:37:22.593 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:37:22 smithi116 bash[25961]: audit 2023-11-15T05:37:21.972454+0000 mon.smithi116 (mon.0) 440 : audit [DBG] from='mgr.14182 172.21.15.116:0/1868390107' entity='mgr.smithi116.ldeiub' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-11-15T05:37:22.593 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:37:22 smithi116 bash[25961]: audit 2023-11-15T05:37:21.972952+0000 mon.smithi116 (mon.0) 441 : audit [DBG] from='mgr.14182 172.21.15.116:0/1868390107' entity='mgr.smithi116.ldeiub' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-11-15T05:37:22.593 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:37:22 smithi116 bash[25961]: audit 2023-11-15T05:37:21.973798+0000 mon.smithi116 (mon.0) 442 : audit [DBG] from='mgr.14182 172.21.15.116:0/1868390107' entity='mgr.smithi116.ldeiub' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-11-15T05:37:22.594 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:37:22 smithi116 bash[25961]: audit 2023-11-15T05:37:21.975122+0000 mon.smithi116 (mon.0) 443 : audit [DBG] from='mgr.14182 172.21.15.116:0/1868390107' entity='mgr.smithi116.ldeiub' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-11-15T05:37:22.757 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:37:22 smithi152 bash[29762]: cluster 2023-11-15T05:37:21.064569+0000 mgr.smithi116.ldeiub (mgr.14182) 65 : cluster [DBG] pgmap v63: 1 pgs: 1 active+clean; 0 B data, 1.1 GiB used, 356 GiB / 358 GiB avail 2023-11-15T05:37:22.758 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:37:22 smithi152 bash[29762]: audit 2023-11-15T05:37:21.968238+0000 mon.smithi116 (mon.0) 435 : audit [INF] from='osd.3 [v2:172.21.15.116:6810/3786333555,v1:172.21.15.116:6811/3786333555]' entity='osd.3' cmd='[{"prefix": "osd crush create-or-move", "id": 3, "weight":0.0873, "args": ["host=smithi116", "root=default"]}]': finished 2023-11-15T05:37:22.758 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:37:22 smithi152 bash[29762]: audit 2023-11-15T05:37:21.968426+0000 mon.smithi116 (mon.0) 436 : audit [INF] from='osd.6 ' entity='osd.6' cmd='[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi152", "root=default"]}]': finished 2023-11-15T05:37:22.758 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:37:22 smithi152 bash[29762]: cluster 2023-11-15T05:37:21.968686+0000 mon.smithi116 (mon.0) 437 : cluster [DBG] osdmap e27: 8 total, 4 up, 8 in 2023-11-15T05:37:22.758 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:37:22 smithi152 bash[29762]: audit 2023-11-15T05:37:21.969338+0000 mon.smithi116 (mon.0) 438 : audit [DBG] from='mgr.14182 172.21.15.116:0/1868390107' entity='mgr.smithi116.ldeiub' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-11-15T05:37:22.758 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:37:22 smithi152 bash[29762]: audit 2023-11-15T05:37:21.969697+0000 mon.smithi116 (mon.0) 439 : audit [DBG] from='mgr.14182 172.21.15.116:0/1868390107' entity='mgr.smithi116.ldeiub' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-11-15T05:37:22.759 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:37:22 smithi152 bash[29762]: audit 2023-11-15T05:37:21.972454+0000 mon.smithi116 (mon.0) 440 : audit [DBG] from='mgr.14182 172.21.15.116:0/1868390107' entity='mgr.smithi116.ldeiub' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-11-15T05:37:22.759 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:37:22 smithi152 bash[29762]: audit 2023-11-15T05:37:21.972952+0000 mon.smithi116 (mon.0) 441 : audit [DBG] from='mgr.14182 172.21.15.116:0/1868390107' entity='mgr.smithi116.ldeiub' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-11-15T05:37:22.759 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:37:22 smithi152 bash[29762]: audit 2023-11-15T05:37:21.973798+0000 mon.smithi116 (mon.0) 442 : audit [DBG] from='mgr.14182 172.21.15.116:0/1868390107' entity='mgr.smithi116.ldeiub' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-11-15T05:37:22.759 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:37:22 smithi152 bash[29762]: audit 2023-11-15T05:37:21.975122+0000 mon.smithi116 (mon.0) 443 : audit [DBG] from='mgr.14182 172.21.15.116:0/1868390107' entity='mgr.smithi116.ldeiub' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-11-15T05:37:24.257 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:37:23 smithi152 bash[29762]: cluster 2023-11-15T05:37:21.543090+0000 osd.3 (osd.3) 1 : cluster [DBG] purged_snaps scrub starts 2023-11-15T05:37:24.258 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:37:23 smithi152 bash[29762]: cluster 2023-11-15T05:37:21.543151+0000 osd.3 (osd.3) 2 : cluster [DBG] purged_snaps scrub ok 2023-11-15T05:37:24.258 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:37:23 smithi152 bash[29762]: cluster 2023-11-15T05:37:21.779636+0000 osd.6 (osd.6) 1 : cluster [DBG] purged_snaps scrub starts 2023-11-15T05:37:24.258 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:37:23 smithi152 bash[29762]: cluster 2023-11-15T05:37:21.779740+0000 osd.6 (osd.6) 2 : cluster [DBG] purged_snaps scrub ok 2023-11-15T05:37:24.258 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:37:23 smithi152 bash[29762]: cluster 2023-11-15T05:37:22.971358+0000 mon.smithi116 (mon.0) 444 : cluster [INF] osd.6 [v2:172.21.15.152:6824/2759872076,v1:172.21.15.152:6825/2759872076] boot 2023-11-15T05:37:24.258 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:37:23 smithi152 bash[29762]: cluster 2023-11-15T05:37:22.971434+0000 mon.smithi116 (mon.0) 445 : cluster [INF] osd.3 [v2:172.21.15.116:6810/3786333555,v1:172.21.15.116:6811/3786333555] boot 2023-11-15T05:37:24.259 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:37:23 smithi152 bash[29762]: cluster 2023-11-15T05:37:22.971493+0000 mon.smithi116 (mon.0) 446 : cluster [DBG] osdmap e28: 8 total, 6 up, 8 in 2023-11-15T05:37:24.259 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:37:23 smithi152 bash[29762]: audit 2023-11-15T05:37:22.971851+0000 mon.smithi116 (mon.0) 447 : audit [DBG] from='mgr.14182 172.21.15.116:0/1868390107' entity='mgr.smithi116.ldeiub' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-11-15T05:37:24.259 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:37:23 smithi152 bash[29762]: audit 2023-11-15T05:37:22.972155+0000 mon.smithi116 (mon.0) 448 : audit [DBG] from='mgr.14182 172.21.15.116:0/1868390107' entity='mgr.smithi116.ldeiub' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-11-15T05:37:24.259 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:37:23 smithi152 bash[29762]: audit 2023-11-15T05:37:22.972491+0000 mon.smithi116 (mon.0) 449 : audit [DBG] from='mgr.14182 172.21.15.116:0/1868390107' entity='mgr.smithi116.ldeiub' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-11-15T05:37:24.259 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:37:23 smithi152 bash[29762]: audit 2023-11-15T05:37:22.972832+0000 mon.smithi116 (mon.0) 450 : audit [DBG] from='mgr.14182 172.21.15.116:0/1868390107' entity='mgr.smithi116.ldeiub' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-11-15T05:37:24.260 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:37:23 smithi152 bash[29762]: audit 2023-11-15T05:37:22.978806+0000 mon.smithi116 (mon.0) 451 : audit [INF] from='mgr.14182 172.21.15.116:0/1868390107' entity='mgr.smithi116.ldeiub' 2023-11-15T05:37:24.260 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:37:23 smithi152 bash[29762]: cluster 2023-11-15T05:37:23.065139+0000 mgr.smithi116.ldeiub (mgr.14182) 66 : cluster [DBG] pgmap v66: 1 pgs: 1 peering; 0 B data, 1.7 GiB used, 535 GiB / 536 GiB avail 2023-11-15T05:37:24.400 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:37:23 smithi116 bash[25961]: cluster 2023-11-15T05:37:21.543090+0000 osd.3 (osd.3) 1 : cluster [DBG] purged_snaps scrub starts 2023-11-15T05:37:24.400 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:37:23 smithi116 bash[25961]: cluster 2023-11-15T05:37:21.543151+0000 osd.3 (osd.3) 2 : cluster [DBG] purged_snaps scrub ok 2023-11-15T05:37:24.400 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:37:23 smithi116 bash[25961]: cluster 2023-11-15T05:37:21.779636+0000 osd.6 (osd.6) 1 : cluster [DBG] purged_snaps scrub starts 2023-11-15T05:37:24.400 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:37:23 smithi116 bash[25961]: cluster 2023-11-15T05:37:21.779740+0000 osd.6 (osd.6) 2 : cluster [DBG] purged_snaps scrub ok 2023-11-15T05:37:24.400 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:37:23 smithi116 bash[25961]: cluster 2023-11-15T05:37:22.971358+0000 mon.smithi116 (mon.0) 444 : cluster [INF] osd.6 [v2:172.21.15.152:6824/2759872076,v1:172.21.15.152:6825/2759872076] boot 2023-11-15T05:37:24.401 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:37:23 smithi116 bash[25961]: cluster 2023-11-15T05:37:22.971434+0000 mon.smithi116 (mon.0) 445 : cluster [INF] osd.3 [v2:172.21.15.116:6810/3786333555,v1:172.21.15.116:6811/3786333555] boot 2023-11-15T05:37:24.401 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:37:23 smithi116 bash[25961]: cluster 2023-11-15T05:37:22.971493+0000 mon.smithi116 (mon.0) 446 : cluster [DBG] osdmap e28: 8 total, 6 up, 8 in 2023-11-15T05:37:24.401 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:37:23 smithi116 bash[25961]: audit 2023-11-15T05:37:22.971851+0000 mon.smithi116 (mon.0) 447 : audit [DBG] from='mgr.14182 172.21.15.116:0/1868390107' entity='mgr.smithi116.ldeiub' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-11-15T05:37:24.401 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:37:23 smithi116 bash[25961]: audit 2023-11-15T05:37:22.972155+0000 mon.smithi116 (mon.0) 448 : audit [DBG] from='mgr.14182 172.21.15.116:0/1868390107' entity='mgr.smithi116.ldeiub' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-11-15T05:37:24.401 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:37:23 smithi116 bash[25961]: audit 2023-11-15T05:37:22.972491+0000 mon.smithi116 (mon.0) 449 : audit [DBG] from='mgr.14182 172.21.15.116:0/1868390107' entity='mgr.smithi116.ldeiub' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-11-15T05:37:24.402 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:37:23 smithi116 bash[25961]: audit 2023-11-15T05:37:22.972832+0000 mon.smithi116 (mon.0) 450 : audit [DBG] from='mgr.14182 172.21.15.116:0/1868390107' entity='mgr.smithi116.ldeiub' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-11-15T05:37:24.402 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:37:23 smithi116 bash[25961]: audit 2023-11-15T05:37:22.978806+0000 mon.smithi116 (mon.0) 451 : audit [INF] from='mgr.14182 172.21.15.116:0/1868390107' entity='mgr.smithi116.ldeiub' 2023-11-15T05:37:24.402 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:37:23 smithi116 bash[25961]: cluster 2023-11-15T05:37:23.065139+0000 mgr.smithi116.ldeiub (mgr.14182) 66 : cluster [DBG] pgmap v66: 1 pgs: 1 peering; 0 B data, 1.7 GiB used, 535 GiB / 536 GiB avail 2023-11-15T05:37:25.257 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:37:24 smithi152 bash[29762]: cluster 2023-11-15T05:37:23.974173+0000 mon.smithi116 (mon.0) 452 : cluster [DBG] osdmap e29: 8 total, 6 up, 8 in 2023-11-15T05:37:25.258 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:37:24 smithi152 bash[29762]: audit 2023-11-15T05:37:23.974975+0000 mon.smithi116 (mon.0) 453 : audit [DBG] from='mgr.14182 172.21.15.116:0/1868390107' entity='mgr.smithi116.ldeiub' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-11-15T05:37:25.258 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:37:24 smithi152 bash[29762]: audit 2023-11-15T05:37:23.975345+0000 mon.smithi116 (mon.0) 454 : audit [DBG] from='mgr.14182 172.21.15.116:0/1868390107' entity='mgr.smithi116.ldeiub' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-11-15T05:37:25.259 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:37:24 smithi152 bash[29762]: audit 2023-11-15T05:37:24.671818+0000 mon.smithi116 (mon.0) 455 : audit [INF] from='mgr.14182 172.21.15.116:0/1868390107' entity='mgr.smithi116.ldeiub' 2023-11-15T05:37:25.399 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:37:24 smithi116 bash[25961]: cluster 2023-11-15T05:37:23.974173+0000 mon.smithi116 (mon.0) 452 : cluster [DBG] osdmap e29: 8 total, 6 up, 8 in 2023-11-15T05:37:25.400 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:37:24 smithi116 bash[25961]: audit 2023-11-15T05:37:23.974975+0000 mon.smithi116 (mon.0) 453 : audit [DBG] from='mgr.14182 172.21.15.116:0/1868390107' entity='mgr.smithi116.ldeiub' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-11-15T05:37:25.400 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:37:24 smithi116 bash[25961]: audit 2023-11-15T05:37:23.975345+0000 mon.smithi116 (mon.0) 454 : audit [DBG] from='mgr.14182 172.21.15.116:0/1868390107' entity='mgr.smithi116.ldeiub' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-11-15T05:37:25.400 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:37:24 smithi116 bash[25961]: audit 2023-11-15T05:37:24.671818+0000 mon.smithi116 (mon.0) 455 : audit [INF] from='mgr.14182 172.21.15.116:0/1868390107' entity='mgr.smithi116.ldeiub' 2023-11-15T05:37:25.494 INFO:teuthology.orchestra.run.smithi116.stdout: 2023-11-15T05:37:26.257 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:37:25 smithi152 bash[29762]: cluster 2023-11-15T05:37:24.979056+0000 mon.smithi116 (mon.0) 456 : cluster [DBG] osdmap e30: 8 total, 6 up, 8 in 2023-11-15T05:37:26.257 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:37:25 smithi152 bash[29762]: audit 2023-11-15T05:37:24.979255+0000 mon.smithi116 (mon.0) 457 : audit [DBG] from='mgr.14182 172.21.15.116:0/1868390107' entity='mgr.smithi116.ldeiub' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-11-15T05:37:26.258 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:37:25 smithi152 bash[29762]: audit 2023-11-15T05:37:24.980311+0000 mon.smithi116 (mon.0) 458 : audit [DBG] from='mgr.14182 172.21.15.116:0/1868390107' entity='mgr.smithi116.ldeiub' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-11-15T05:37:26.258 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:37:25 smithi152 bash[29762]: cluster 2023-11-15T05:37:25.065686+0000 mgr.smithi116.ldeiub (mgr.14182) 67 : cluster [DBG] pgmap v69: 1 pgs: 1 peering; 0 B data, 1.7 GiB used, 535 GiB / 536 GiB avail 2023-11-15T05:37:26.258 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:37:25 smithi152 bash[29762]: audit 2023-11-15T05:37:25.492721+0000 mon.smithi116 (mon.0) 459 : audit [DBG] from='client.? 172.21.15.116:0/2185714417' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-11-15T05:37:26.267 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:37:25 smithi116 bash[25961]: cluster 2023-11-15T05:37:24.979056+0000 mon.smithi116 (mon.0) 456 : cluster [DBG] osdmap e30: 8 total, 6 up, 8 in 2023-11-15T05:37:26.268 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:37:25 smithi116 bash[25961]: audit 2023-11-15T05:37:24.979255+0000 mon.smithi116 (mon.0) 457 : audit [DBG] from='mgr.14182 172.21.15.116:0/1868390107' entity='mgr.smithi116.ldeiub' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-11-15T05:37:26.268 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:37:25 smithi116 bash[25961]: audit 2023-11-15T05:37:24.980311+0000 mon.smithi116 (mon.0) 458 : audit [DBG] from='mgr.14182 172.21.15.116:0/1868390107' entity='mgr.smithi116.ldeiub' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-11-15T05:37:26.269 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:37:25 smithi116 bash[25961]: cluster 2023-11-15T05:37:25.065686+0000 mgr.smithi116.ldeiub (mgr.14182) 67 : cluster [DBG] pgmap v69: 1 pgs: 1 peering; 0 B data, 1.7 GiB used, 535 GiB / 536 GiB avail 2023-11-15T05:37:26.269 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:37:25 smithi116 bash[25961]: audit 2023-11-15T05:37:25.492721+0000 mon.smithi116 (mon.0) 459 : audit [DBG] from='client.? 172.21.15.116:0/2185714417' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-11-15T05:37:26.315 INFO:teuthology.orchestra.run.smithi116.stdout:{"epoch":30,"num_osds":8,"num_up_osds":6,"osd_up_since":1700026642,"num_in_osds":8,"osd_in_since":1700026605,"num_remapped_pgs":0} 2023-11-15T05:37:27.257 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:37:26 smithi152 bash[29762]: audit 2023-11-15T05:37:26.989722+0000 mon.smithi116 (mon.0) 460 : audit [INF] from='osd.5 [v2:172.21.15.116:6818/3968156830,v1:172.21.15.116:6819/3968156830]' entity='osd.5' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]: dispatch 2023-11-15T05:37:27.316 DEBUG:teuthology.orchestra.run.smithi116:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 7456fada-8378-11ee-8dbe-212e2dc638e7 -- ceph osd stat -f json 2023-11-15T05:37:27.328 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:37:26 smithi116 bash[25961]: audit 2023-11-15T05:37:26.989722+0000 mon.smithi116 (mon.0) 460 : audit [INF] from='osd.5 [v2:172.21.15.116:6818/3968156830,v1:172.21.15.116:6819/3968156830]' entity='osd.5' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]: dispatch 2023-11-15T05:37:28.400 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:37:28 smithi116 bash[25961]: audit 2023-11-15T05:37:27.004069+0000 mon.smithi116 (mon.0) 461 : audit [INF] from='osd.5 [v2:172.21.15.116:6818/3968156830,v1:172.21.15.116:6819/3968156830]' entity='osd.5' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]': finished 2023-11-15T05:37:28.400 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:37:28 smithi116 bash[25961]: cluster 2023-11-15T05:37:27.004156+0000 mon.smithi116 (mon.0) 462 : cluster [DBG] osdmap e31: 8 total, 6 up, 8 in 2023-11-15T05:37:28.400 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:37:28 smithi116 bash[25961]: audit 2023-11-15T05:37:27.004364+0000 mon.smithi116 (mon.0) 463 : audit [DBG] from='mgr.14182 172.21.15.116:0/1868390107' entity='mgr.smithi116.ldeiub' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-11-15T05:37:28.400 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:37:28 smithi116 bash[25961]: audit 2023-11-15T05:37:27.004966+0000 mon.smithi116 (mon.0) 464 : audit [DBG] from='mgr.14182 172.21.15.116:0/1868390107' entity='mgr.smithi116.ldeiub' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-11-15T05:37:28.401 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:37:28 smithi116 bash[25961]: audit 2023-11-15T05:37:27.005359+0000 mon.smithi116 (mon.0) 465 : audit [INF] from='osd.5 [v2:172.21.15.116:6818/3968156830,v1:172.21.15.116:6819/3968156830]' entity='osd.5' cmd=[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi116", "root=default"]}]: dispatch 2023-11-15T05:37:28.401 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:37:28 smithi116 bash[25961]: cluster 2023-11-15T05:37:27.066358+0000 mgr.smithi116.ldeiub (mgr.14182) 68 : cluster [DBG] pgmap v71: 1 pgs: 1 active+clean; 0 B data, 1.7 GiB used, 535 GiB / 536 GiB avail 2023-11-15T05:37:28.507 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:37:28 smithi152 bash[29762]: audit 2023-11-15T05:37:27.004069+0000 mon.smithi116 (mon.0) 461 : audit [INF] from='osd.5 [v2:172.21.15.116:6818/3968156830,v1:172.21.15.116:6819/3968156830]' entity='osd.5' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]': finished 2023-11-15T05:37:28.508 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:37:28 smithi152 bash[29762]: cluster 2023-11-15T05:37:27.004156+0000 mon.smithi116 (mon.0) 462 : cluster [DBG] osdmap e31: 8 total, 6 up, 8 in 2023-11-15T05:37:28.508 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:37:28 smithi152 bash[29762]: audit 2023-11-15T05:37:27.004364+0000 mon.smithi116 (mon.0) 463 : audit [DBG] from='mgr.14182 172.21.15.116:0/1868390107' entity='mgr.smithi116.ldeiub' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-11-15T05:37:28.508 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:37:28 smithi152 bash[29762]: audit 2023-11-15T05:37:27.004966+0000 mon.smithi116 (mon.0) 464 : audit [DBG] from='mgr.14182 172.21.15.116:0/1868390107' entity='mgr.smithi116.ldeiub' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-11-15T05:37:28.508 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:37:28 smithi152 bash[29762]: audit 2023-11-15T05:37:27.005359+0000 mon.smithi116 (mon.0) 465 : audit [INF] from='osd.5 [v2:172.21.15.116:6818/3968156830,v1:172.21.15.116:6819/3968156830]' entity='osd.5' cmd=[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi116", "root=default"]}]: dispatch 2023-11-15T05:37:28.508 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:37:28 smithi152 bash[29762]: cluster 2023-11-15T05:37:27.066358+0000 mgr.smithi116.ldeiub (mgr.14182) 68 : cluster [DBG] pgmap v71: 1 pgs: 1 active+clean; 0 B data, 1.7 GiB used, 535 GiB / 536 GiB avail 2023-11-15T05:37:29.091 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:37:29 smithi116 bash[25961]: audit 2023-11-15T05:37:28.004982+0000 mon.smithi116 (mon.0) 466 : audit [INF] from='osd.5 [v2:172.21.15.116:6818/3968156830,v1:172.21.15.116:6819/3968156830]' entity='osd.5' cmd='[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi116", "root=default"]}]': finished 2023-11-15T05:37:29.091 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:37:29 smithi116 bash[25961]: cluster 2023-11-15T05:37:28.005081+0000 mon.smithi116 (mon.0) 467 : cluster [DBG] osdmap e32: 8 total, 6 up, 8 in 2023-11-15T05:37:29.092 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:37:29 smithi116 bash[25961]: audit 2023-11-15T05:37:28.005733+0000 mon.smithi116 (mon.0) 468 : audit [DBG] from='mgr.14182 172.21.15.116:0/1868390107' entity='mgr.smithi116.ldeiub' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-11-15T05:37:29.092 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:37:29 smithi116 bash[25961]: audit 2023-11-15T05:37:28.006505+0000 mon.smithi116 (mon.0) 469 : audit [DBG] from='mgr.14182 172.21.15.116:0/1868390107' entity='mgr.smithi116.ldeiub' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-11-15T05:37:29.092 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:37:29 smithi116 bash[25961]: audit 2023-11-15T05:37:28.012970+0000 mon.smithi116 (mon.0) 470 : audit [DBG] from='mgr.14182 172.21.15.116:0/1868390107' entity='mgr.smithi116.ldeiub' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-11-15T05:37:29.507 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:37:29 smithi152 bash[29762]: audit 2023-11-15T05:37:28.004982+0000 mon.smithi116 (mon.0) 466 : audit [INF] from='osd.5 [v2:172.21.15.116:6818/3968156830,v1:172.21.15.116:6819/3968156830]' entity='osd.5' cmd='[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi116", "root=default"]}]': finished 2023-11-15T05:37:29.507 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:37:29 smithi152 bash[29762]: cluster 2023-11-15T05:37:28.005081+0000 mon.smithi116 (mon.0) 467 : cluster [DBG] osdmap e32: 8 total, 6 up, 8 in 2023-11-15T05:37:29.508 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:37:29 smithi152 bash[29762]: audit 2023-11-15T05:37:28.005733+0000 mon.smithi116 (mon.0) 468 : audit [DBG] from='mgr.14182 172.21.15.116:0/1868390107' entity='mgr.smithi116.ldeiub' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-11-15T05:37:29.508 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:37:29 smithi152 bash[29762]: audit 2023-11-15T05:37:28.006505+0000 mon.smithi116 (mon.0) 469 : audit [DBG] from='mgr.14182 172.21.15.116:0/1868390107' entity='mgr.smithi116.ldeiub' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-11-15T05:37:29.508 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:37:29 smithi152 bash[29762]: audit 2023-11-15T05:37:28.012970+0000 mon.smithi116 (mon.0) 470 : audit [DBG] from='mgr.14182 172.21.15.116:0/1868390107' entity='mgr.smithi116.ldeiub' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-11-15T05:37:30.399 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:37:30 smithi116 bash[25961]: cluster 2023-11-15T05:37:27.984827+0000 osd.5 (osd.5) 1 : cluster [DBG] purged_snaps scrub starts 2023-11-15T05:37:30.400 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:37:30 smithi116 bash[25961]: cluster 2023-11-15T05:37:27.984941+0000 osd.5 (osd.5) 2 : cluster [DBG] purged_snaps scrub ok 2023-11-15T05:37:30.400 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:37:30 smithi116 bash[25961]: cluster 2023-11-15T05:37:29.015025+0000 mon.smithi116 (mon.0) 471 : cluster [INF] osd.5 [v2:172.21.15.116:6818/3968156830,v1:172.21.15.116:6819/3968156830] boot 2023-11-15T05:37:30.400 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:37:30 smithi116 bash[25961]: cluster 2023-11-15T05:37:29.015083+0000 mon.smithi116 (mon.0) 472 : cluster [DBG] osdmap e33: 8 total, 7 up, 8 in 2023-11-15T05:37:30.400 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:37:30 smithi116 bash[25961]: audit 2023-11-15T05:37:29.015657+0000 mon.smithi116 (mon.0) 473 : audit [DBG] from='mgr.14182 172.21.15.116:0/1868390107' entity='mgr.smithi116.ldeiub' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-11-15T05:37:30.400 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:37:30 smithi116 bash[25961]: audit 2023-11-15T05:37:29.015979+0000 mon.smithi116 (mon.0) 474 : audit [DBG] from='mgr.14182 172.21.15.116:0/1868390107' entity='mgr.smithi116.ldeiub' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-11-15T05:37:30.401 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:37:30 smithi116 bash[25961]: cluster 2023-11-15T05:37:29.066823+0000 mgr.smithi116.ldeiub (mgr.14182) 69 : cluster [DBG] pgmap v74: 1 pgs: 1 active+clean; 0 B data, 1.7 GiB used, 535 GiB / 536 GiB avail 2023-11-15T05:37:30.507 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:37:30 smithi152 bash[29762]: cluster 2023-11-15T05:37:27.984827+0000 osd.5 (osd.5) 1 : cluster [DBG] purged_snaps scrub starts 2023-11-15T05:37:30.507 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:37:30 smithi152 bash[29762]: cluster 2023-11-15T05:37:27.984941+0000 osd.5 (osd.5) 2 : cluster [DBG] purged_snaps scrub ok 2023-11-15T05:37:30.508 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:37:30 smithi152 bash[29762]: cluster 2023-11-15T05:37:29.015025+0000 mon.smithi116 (mon.0) 471 : cluster [INF] osd.5 [v2:172.21.15.116:6818/3968156830,v1:172.21.15.116:6819/3968156830] boot 2023-11-15T05:37:30.508 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:37:30 smithi152 bash[29762]: cluster 2023-11-15T05:37:29.015083+0000 mon.smithi116 (mon.0) 472 : cluster [DBG] osdmap e33: 8 total, 7 up, 8 in 2023-11-15T05:37:30.508 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:37:30 smithi152 bash[29762]: audit 2023-11-15T05:37:29.015657+0000 mon.smithi116 (mon.0) 473 : audit [DBG] from='mgr.14182 172.21.15.116:0/1868390107' entity='mgr.smithi116.ldeiub' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-11-15T05:37:30.508 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:37:30 smithi152 bash[29762]: audit 2023-11-15T05:37:29.015979+0000 mon.smithi116 (mon.0) 474 : audit [DBG] from='mgr.14182 172.21.15.116:0/1868390107' entity='mgr.smithi116.ldeiub' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-11-15T05:37:30.508 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:37:30 smithi152 bash[29762]: cluster 2023-11-15T05:37:29.066823+0000 mgr.smithi116.ldeiub (mgr.14182) 69 : cluster [DBG] pgmap v74: 1 pgs: 1 active+clean; 0 B data, 1.7 GiB used, 535 GiB / 536 GiB avail 2023-11-15T05:37:31.137 INFO:teuthology.orchestra.run.smithi116.stdout: 2023-11-15T05:37:31.399 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:37:31 smithi116 bash[25961]: cluster 2023-11-15T05:37:30.032723+0000 mon.smithi116 (mon.0) 475 : cluster [DBG] osdmap e34: 8 total, 7 up, 8 in 2023-11-15T05:37:31.400 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:37:31 smithi116 bash[25961]: audit 2023-11-15T05:37:30.032966+0000 mon.smithi116 (mon.0) 476 : audit [DBG] from='mgr.14182 172.21.15.116:0/1868390107' entity='mgr.smithi116.ldeiub' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-11-15T05:37:31.509 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:37:31 smithi152 bash[29762]: cluster 2023-11-15T05:37:30.032723+0000 mon.smithi116 (mon.0) 475 : cluster [DBG] osdmap e34: 8 total, 7 up, 8 in 2023-11-15T05:37:31.509 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:37:31 smithi152 bash[29762]: audit 2023-11-15T05:37:30.032966+0000 mon.smithi116 (mon.0) 476 : audit [DBG] from='mgr.14182 172.21.15.116:0/1868390107' entity='mgr.smithi116.ldeiub' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-11-15T05:37:31.761 INFO:teuthology.orchestra.run.smithi116.stdout:{"epoch":34,"num_osds":8,"num_up_osds":7,"osd_up_since":1700026649,"num_in_osds":8,"osd_in_since":1700026605,"num_remapped_pgs":0} 2023-11-15T05:37:32.399 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:37:32 smithi116 bash[25961]: cluster 2023-11-15T05:37:31.067329+0000 mgr.smithi116.ldeiub (mgr.14182) 70 : cluster [DBG] pgmap v76: 1 pgs: 1 active+clean; 0 B data, 2.0 GiB used, 624 GiB / 626 GiB avail 2023-11-15T05:37:32.399 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:37:32 smithi116 bash[25961]: audit 2023-11-15T05:37:31.134990+0000 mon.smithi116 (mon.0) 477 : audit [DBG] from='client.? 172.21.15.116:0/1284939083' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-11-15T05:37:32.507 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:37:32 smithi152 bash[29762]: cluster 2023-11-15T05:37:31.067329+0000 mgr.smithi116.ldeiub (mgr.14182) 70 : cluster [DBG] pgmap v76: 1 pgs: 1 active+clean; 0 B data, 2.0 GiB used, 624 GiB / 626 GiB avail 2023-11-15T05:37:32.507 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:37:32 smithi152 bash[29762]: audit 2023-11-15T05:37:31.134990+0000 mon.smithi116 (mon.0) 477 : audit [DBG] from='client.? 172.21.15.116:0/1284939083' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-11-15T05:37:32.762 DEBUG:teuthology.orchestra.run.smithi116:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 7456fada-8378-11ee-8dbe-212e2dc638e7 -- ceph osd stat -f json 2023-11-15T05:37:33.410 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:37:33 smithi116 bash[25961]: audit 2023-11-15T05:37:32.417012+0000 mon.smithi116 (mon.0) 478 : audit [INF] from='osd.7 [v2:172.21.15.116:6826/3424699127,v1:172.21.15.116:6827/3424699127]' entity='osd.7' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["7"]}]: dispatch 2023-11-15T05:37:33.507 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:37:33 smithi152 bash[29762]: audit 2023-11-15T05:37:32.417012+0000 mon.smithi116 (mon.0) 478 : audit [INF] from='osd.7 [v2:172.21.15.116:6826/3424699127,v1:172.21.15.116:6827/3424699127]' entity='osd.7' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["7"]}]: dispatch 2023-11-15T05:37:34.149 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:37:34 smithi116 bash[25961]: audit 2023-11-15T05:37:33.050773+0000 mon.smithi116 (mon.0) 479 : audit [INF] from='osd.7 [v2:172.21.15.116:6826/3424699127,v1:172.21.15.116:6827/3424699127]' entity='osd.7' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["7"]}]': finished 2023-11-15T05:37:34.150 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:37:34 smithi116 bash[25961]: cluster 2023-11-15T05:37:33.050897+0000 mon.smithi116 (mon.0) 480 : cluster [DBG] osdmap e35: 8 total, 7 up, 8 in 2023-11-15T05:37:34.150 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:37:34 smithi116 bash[25961]: audit 2023-11-15T05:37:33.051094+0000 mon.smithi116 (mon.0) 481 : audit [DBG] from='mgr.14182 172.21.15.116:0/1868390107' entity='mgr.smithi116.ldeiub' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-11-15T05:37:34.150 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:37:34 smithi116 bash[25961]: audit 2023-11-15T05:37:33.051752+0000 mon.smithi116 (mon.0) 482 : audit [INF] from='osd.7 [v2:172.21.15.116:6826/3424699127,v1:172.21.15.116:6827/3424699127]' entity='osd.7' cmd=[{"prefix": "osd crush create-or-move", "id": 7, "weight":0.0873, "args": ["host=smithi116", "root=default"]}]: dispatch 2023-11-15T05:37:34.150 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:37:34 smithi116 bash[25961]: cluster 2023-11-15T05:37:33.067797+0000 mgr.smithi116.ldeiub (mgr.14182) 71 : cluster [DBG] pgmap v78: 1 pgs: 1 active+clean; 0 B data, 2.0 GiB used, 624 GiB / 626 GiB avail 2023-11-15T05:37:34.507 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:37:34 smithi152 bash[29762]: audit 2023-11-15T05:37:33.050773+0000 mon.smithi116 (mon.0) 479 : audit [INF] from='osd.7 [v2:172.21.15.116:6826/3424699127,v1:172.21.15.116:6827/3424699127]' entity='osd.7' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["7"]}]': finished 2023-11-15T05:37:34.507 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:37:34 smithi152 bash[29762]: cluster 2023-11-15T05:37:33.050897+0000 mon.smithi116 (mon.0) 480 : cluster [DBG] osdmap e35: 8 total, 7 up, 8 in 2023-11-15T05:37:34.507 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:37:34 smithi152 bash[29762]: audit 2023-11-15T05:37:33.051094+0000 mon.smithi116 (mon.0) 481 : audit [DBG] from='mgr.14182 172.21.15.116:0/1868390107' entity='mgr.smithi116.ldeiub' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-11-15T05:37:34.508 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:37:34 smithi152 bash[29762]: audit 2023-11-15T05:37:33.051752+0000 mon.smithi116 (mon.0) 482 : audit [INF] from='osd.7 [v2:172.21.15.116:6826/3424699127,v1:172.21.15.116:6827/3424699127]' entity='osd.7' cmd=[{"prefix": "osd crush create-or-move", "id": 7, "weight":0.0873, "args": ["host=smithi116", "root=default"]}]: dispatch 2023-11-15T05:37:34.508 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:37:34 smithi152 bash[29762]: cluster 2023-11-15T05:37:33.067797+0000 mgr.smithi116.ldeiub (mgr.14182) 71 : cluster [DBG] pgmap v78: 1 pgs: 1 active+clean; 0 B data, 2.0 GiB used, 624 GiB / 626 GiB avail 2023-11-15T05:37:35.400 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:37:35 smithi116 bash[25961]: audit 2023-11-15T05:37:34.052192+0000 mon.smithi116 (mon.0) 483 : audit [INF] from='osd.7 [v2:172.21.15.116:6826/3424699127,v1:172.21.15.116:6827/3424699127]' entity='osd.7' cmd='[{"prefix": "osd crush create-or-move", "id": 7, "weight":0.0873, "args": ["host=smithi116", "root=default"]}]': finished 2023-11-15T05:37:35.400 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:37:35 smithi116 bash[25961]: cluster 2023-11-15T05:37:34.052263+0000 mon.smithi116 (mon.0) 484 : cluster [DBG] osdmap e36: 8 total, 7 up, 8 in 2023-11-15T05:37:35.400 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:37:35 smithi116 bash[25961]: audit 2023-11-15T05:37:34.052854+0000 mon.smithi116 (mon.0) 485 : audit [DBG] from='mgr.14182 172.21.15.116:0/1868390107' entity='mgr.smithi116.ldeiub' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-11-15T05:37:35.400 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:37:35 smithi116 bash[25961]: audit 2023-11-15T05:37:34.062977+0000 mon.smithi116 (mon.0) 486 : audit [DBG] from='mgr.14182 172.21.15.116:0/1868390107' entity='mgr.smithi116.ldeiub' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-11-15T05:37:35.401 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:37:35 smithi116 bash[25961]: cluster 2023-11-15T05:37:34.187305+0000 mon.smithi116 (mon.0) 487 : cluster [INF] osd.7 [v2:172.21.15.116:6826/3424699127,v1:172.21.15.116:6827/3424699127] boot 2023-11-15T05:37:35.401 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:37:35 smithi116 bash[25961]: cluster 2023-11-15T05:37:34.187378+0000 mon.smithi116 (mon.0) 488 : cluster [DBG] osdmap e37: 8 total, 8 up, 8 in 2023-11-15T05:37:35.401 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:37:35 smithi116 bash[25961]: audit 2023-11-15T05:37:34.187851+0000 mon.smithi116 (mon.0) 489 : audit [DBG] from='mgr.14182 172.21.15.116:0/1868390107' entity='mgr.smithi116.ldeiub' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-11-15T05:37:35.507 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:37:35 smithi152 bash[29762]: audit 2023-11-15T05:37:34.052192+0000 mon.smithi116 (mon.0) 483 : audit [INF] from='osd.7 [v2:172.21.15.116:6826/3424699127,v1:172.21.15.116:6827/3424699127]' entity='osd.7' cmd='[{"prefix": "osd crush create-or-move", "id": 7, "weight":0.0873, "args": ["host=smithi116", "root=default"]}]': finished 2023-11-15T05:37:35.507 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:37:35 smithi152 bash[29762]: cluster 2023-11-15T05:37:34.052263+0000 mon.smithi116 (mon.0) 484 : cluster [DBG] osdmap e36: 8 total, 7 up, 8 in 2023-11-15T05:37:35.508 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:37:35 smithi152 bash[29762]: audit 2023-11-15T05:37:34.052854+0000 mon.smithi116 (mon.0) 485 : audit [DBG] from='mgr.14182 172.21.15.116:0/1868390107' entity='mgr.smithi116.ldeiub' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-11-15T05:37:35.508 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:37:35 smithi152 bash[29762]: audit 2023-11-15T05:37:34.062977+0000 mon.smithi116 (mon.0) 486 : audit [DBG] from='mgr.14182 172.21.15.116:0/1868390107' entity='mgr.smithi116.ldeiub' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-11-15T05:37:35.508 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:37:35 smithi152 bash[29762]: cluster 2023-11-15T05:37:34.187305+0000 mon.smithi116 (mon.0) 487 : cluster [INF] osd.7 [v2:172.21.15.116:6826/3424699127,v1:172.21.15.116:6827/3424699127] boot 2023-11-15T05:37:35.508 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:37:35 smithi152 bash[29762]: cluster 2023-11-15T05:37:34.187378+0000 mon.smithi116 (mon.0) 488 : cluster [DBG] osdmap e37: 8 total, 8 up, 8 in 2023-11-15T05:37:35.508 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:37:35 smithi152 bash[29762]: audit 2023-11-15T05:37:34.187851+0000 mon.smithi116 (mon.0) 489 : audit [DBG] from='mgr.14182 172.21.15.116:0/1868390107' entity='mgr.smithi116.ldeiub' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-11-15T05:37:36.507 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:37:36 smithi152 bash[29762]: cluster 2023-11-15T05:37:33.433101+0000 osd.7 (osd.7) 1 : cluster [DBG] purged_snaps scrub starts 2023-11-15T05:37:36.507 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:37:36 smithi152 bash[29762]: cluster 2023-11-15T05:37:33.433208+0000 osd.7 (osd.7) 2 : cluster [DBG] purged_snaps scrub ok 2023-11-15T05:37:36.507 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:37:36 smithi152 bash[29762]: cluster 2023-11-15T05:37:35.068331+0000 mgr.smithi116.ldeiub (mgr.14182) 72 : cluster [DBG] pgmap v81: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T05:37:36.508 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:37:36 smithi152 bash[29762]: cluster 2023-11-15T05:37:35.197349+0000 mon.smithi116 (mon.0) 490 : cluster [DBG] osdmap e38: 8 total, 8 up, 8 in 2023-11-15T05:37:36.612 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:37:36 smithi116 bash[25961]: cluster 2023-11-15T05:37:33.433101+0000 osd.7 (osd.7) 1 : cluster [DBG] purged_snaps scrub starts 2023-11-15T05:37:36.613 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:37:36 smithi116 bash[25961]: cluster 2023-11-15T05:37:33.433208+0000 osd.7 (osd.7) 2 : cluster [DBG] purged_snaps scrub ok 2023-11-15T05:37:36.613 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:37:36 smithi116 bash[25961]: cluster 2023-11-15T05:37:35.068331+0000 mgr.smithi116.ldeiub (mgr.14182) 72 : cluster [DBG] pgmap v81: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T05:37:36.613 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:37:36 smithi116 bash[25961]: cluster 2023-11-15T05:37:35.197349+0000 mon.smithi116 (mon.0) 490 : cluster [DBG] osdmap e38: 8 total, 8 up, 8 in 2023-11-15T05:37:37.001 INFO:teuthology.orchestra.run.smithi116.stdout: 2023-11-15T05:37:37.399 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:37:37 smithi116 bash[25961]: cluster 2023-11-15T05:37:36.198565+0000 mon.smithi116 (mon.0) 491 : cluster [DBG] osdmap e39: 8 total, 8 up, 8 in 2023-11-15T05:37:37.399 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:37:37 smithi116 bash[25961]: audit 2023-11-15T05:37:36.999809+0000 mon.smithi116 (mon.0) 492 : audit [DBG] from='client.? 172.21.15.116:0/2867316014' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-11-15T05:37:37.507 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:37:37 smithi152 bash[29762]: cluster 2023-11-15T05:37:36.198565+0000 mon.smithi116 (mon.0) 491 : cluster [DBG] osdmap e39: 8 total, 8 up, 8 in 2023-11-15T05:37:37.507 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:37:37 smithi152 bash[29762]: audit 2023-11-15T05:37:36.999809+0000 mon.smithi116 (mon.0) 492 : audit [DBG] from='client.? 172.21.15.116:0/2867316014' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-11-15T05:37:37.726 INFO:teuthology.orchestra.run.smithi116.stdout:{"epoch":39,"num_osds":8,"num_up_osds":8,"osd_up_since":1700026654,"num_in_osds":8,"osd_in_since":1700026605,"num_remapped_pgs":0} 2023-11-15T05:37:37.727 INFO:tasks.cephadm:Setting up client nodes... 2023-11-15T05:37:37.727 DEBUG:teuthology.orchestra.run.smithi116:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 7456fada-8378-11ee-8dbe-212e2dc638e7 -- ceph auth get-or-create client.0 mon 'allow *' osd 'allow *' mds 'allow *' mgr 'allow *' 2023-11-15T05:37:38.899 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:37:38 smithi116 bash[25961]: cluster 2023-11-15T05:37:37.069004+0000 mgr.smithi116.ldeiub (mgr.14182) 73 : cluster [DBG] pgmap v84: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T05:37:38.900 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:37:38 smithi116 bash[25961]: audit 2023-11-15T05:37:37.575715+0000 mon.smithi116 (mon.0) 493 : audit [INF] from='mgr.14182 172.21.15.116:0/1868390107' entity='mgr.smithi116.ldeiub' 2023-11-15T05:37:38.900 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:37:38 smithi116 bash[25961]: cephadm 2023-11-15T05:37:37.577061+0000 mgr.smithi116.ldeiub (mgr.14182) 74 : cephadm [INF] Reconfiguring mon.smithi116 (unknown last config time)... 2023-11-15T05:37:38.900 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:37:38 smithi116 bash[25961]: audit 2023-11-15T05:37:37.577510+0000 mon.smithi116 (mon.0) 494 : audit [INF] from='mgr.14182 172.21.15.116:0/1868390107' entity='mgr.smithi116.ldeiub' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2023-11-15T05:37:38.900 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:37:38 smithi116 bash[25961]: audit 2023-11-15T05:37:37.578863+0000 mon.smithi116 (mon.0) 495 : audit [DBG] from='mgr.14182 172.21.15.116:0/1868390107' entity='mgr.smithi116.ldeiub' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2023-11-15T05:37:38.900 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:37:38 smithi116 bash[25961]: audit 2023-11-15T05:37:37.580177+0000 mon.smithi116 (mon.0) 496 : audit [DBG] from='mgr.14182 172.21.15.116:0/1868390107' entity='mgr.smithi116.ldeiub' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-15T05:37:38.901 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:37:38 smithi116 bash[25961]: cephadm 2023-11-15T05:37:37.581262+0000 mgr.smithi116.ldeiub (mgr.14182) 75 : cephadm [INF] Reconfiguring daemon mon.smithi116 on smithi116 2023-11-15T05:37:39.007 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:37:38 smithi152 bash[29762]: cluster 2023-11-15T05:37:37.069004+0000 mgr.smithi116.ldeiub (mgr.14182) 73 : cluster [DBG] pgmap v84: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T05:37:39.007 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:37:38 smithi152 bash[29762]: audit 2023-11-15T05:37:37.575715+0000 mon.smithi116 (mon.0) 493 : audit [INF] from='mgr.14182 172.21.15.116:0/1868390107' entity='mgr.smithi116.ldeiub' 2023-11-15T05:37:39.008 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:37:38 smithi152 bash[29762]: cephadm 2023-11-15T05:37:37.577061+0000 mgr.smithi116.ldeiub (mgr.14182) 74 : cephadm [INF] Reconfiguring mon.smithi116 (unknown last config time)... 2023-11-15T05:37:39.008 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:37:38 smithi152 bash[29762]: audit 2023-11-15T05:37:37.577510+0000 mon.smithi116 (mon.0) 494 : audit [INF] from='mgr.14182 172.21.15.116:0/1868390107' entity='mgr.smithi116.ldeiub' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2023-11-15T05:37:39.008 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:37:38 smithi152 bash[29762]: audit 2023-11-15T05:37:37.578863+0000 mon.smithi116 (mon.0) 495 : audit [DBG] from='mgr.14182 172.21.15.116:0/1868390107' entity='mgr.smithi116.ldeiub' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2023-11-15T05:37:39.008 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:37:38 smithi152 bash[29762]: audit 2023-11-15T05:37:37.580177+0000 mon.smithi116 (mon.0) 496 : audit [DBG] from='mgr.14182 172.21.15.116:0/1868390107' entity='mgr.smithi116.ldeiub' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-15T05:37:39.008 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:37:38 smithi152 bash[29762]: cephadm 2023-11-15T05:37:37.581262+0000 mgr.smithi116.ldeiub (mgr.14182) 75 : cephadm [INF] Reconfiguring daemon mon.smithi116 on smithi116 2023-11-15T05:37:40.899 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:37:40 smithi116 bash[25961]: cluster 2023-11-15T05:37:39.069624+0000 mgr.smithi116.ldeiub (mgr.14182) 76 : cluster [DBG] pgmap v85: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T05:37:40.899 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:37:40 smithi116 bash[25961]: audit 2023-11-15T05:37:40.176719+0000 mon.smithi116 (mon.0) 497 : audit [INF] from='mgr.14182 172.21.15.116:0/1868390107' entity='mgr.smithi116.ldeiub' 2023-11-15T05:37:40.900 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:37:40 smithi116 bash[25961]: audit 2023-11-15T05:37:40.178155+0000 mon.smithi116 (mon.0) 498 : audit [INF] from='mgr.14182 172.21.15.116:0/1868390107' entity='mgr.smithi116.ldeiub' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.smithi116.ldeiub", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2023-11-15T05:37:40.900 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:37:40 smithi116 bash[25961]: audit 2023-11-15T05:37:40.179805+0000 mon.smithi116 (mon.0) 499 : audit [DBG] from='mgr.14182 172.21.15.116:0/1868390107' entity='mgr.smithi116.ldeiub' cmd=[{"prefix": "mgr services"}]: dispatch 2023-11-15T05:37:40.900 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:37:40 smithi116 bash[25961]: audit 2023-11-15T05:37:40.181111+0000 mon.smithi116 (mon.0) 500 : audit [DBG] from='mgr.14182 172.21.15.116:0/1868390107' entity='mgr.smithi116.ldeiub' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-15T05:37:41.007 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:37:40 smithi152 bash[29762]: cluster 2023-11-15T05:37:39.069624+0000 mgr.smithi116.ldeiub (mgr.14182) 76 : cluster [DBG] pgmap v85: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T05:37:41.007 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:37:40 smithi152 bash[29762]: audit 2023-11-15T05:37:40.176719+0000 mon.smithi116 (mon.0) 497 : audit [INF] from='mgr.14182 172.21.15.116:0/1868390107' entity='mgr.smithi116.ldeiub' 2023-11-15T05:37:41.007 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:37:40 smithi152 bash[29762]: audit 2023-11-15T05:37:40.178155+0000 mon.smithi116 (mon.0) 498 : audit [INF] from='mgr.14182 172.21.15.116:0/1868390107' entity='mgr.smithi116.ldeiub' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.smithi116.ldeiub", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2023-11-15T05:37:41.008 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:37:40 smithi152 bash[29762]: audit 2023-11-15T05:37:40.179805+0000 mon.smithi116 (mon.0) 499 : audit [DBG] from='mgr.14182 172.21.15.116:0/1868390107' entity='mgr.smithi116.ldeiub' cmd=[{"prefix": "mgr services"}]: dispatch 2023-11-15T05:37:41.008 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:37:40 smithi152 bash[29762]: audit 2023-11-15T05:37:40.181111+0000 mon.smithi116 (mon.0) 500 : audit [DBG] from='mgr.14182 172.21.15.116:0/1868390107' entity='mgr.smithi116.ldeiub' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-15T05:37:41.858 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:37:41 smithi116 bash[25961]: cephadm 2023-11-15T05:37:40.177617+0000 mgr.smithi116.ldeiub (mgr.14182) 77 : cephadm [INF] Reconfiguring mgr.smithi116.ldeiub (unknown last config time)... 2023-11-15T05:37:41.858 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:37:41 smithi116 bash[25961]: cephadm 2023-11-15T05:37:40.182271+0000 mgr.smithi116.ldeiub (mgr.14182) 78 : cephadm [INF] Reconfiguring daemon mgr.smithi116.ldeiub on smithi116 2023-11-15T05:37:42.007 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:37:41 smithi152 bash[29762]: cephadm 2023-11-15T05:37:40.177617+0000 mgr.smithi116.ldeiub (mgr.14182) 77 : cephadm [INF] Reconfiguring mgr.smithi116.ldeiub (unknown last config time)... 2023-11-15T05:37:42.007 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:37:41 smithi152 bash[29762]: cephadm 2023-11-15T05:37:40.182271+0000 mgr.smithi116.ldeiub (mgr.14182) 78 : cephadm [INF] Reconfiguring daemon mgr.smithi116.ldeiub on smithi116 2023-11-15T05:37:42.035 INFO:teuthology.orchestra.run.smithi116.stdout:[client.0] 2023-11-15T05:37:42.035 INFO:teuthology.orchestra.run.smithi116.stdout: key = AQAmWVRlir6hARAAmcj4FrS1tuONhcwGsRin9Q== 2023-11-15T05:37:42.852 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:37:42 smithi116 bash[25961]: cluster 2023-11-15T05:37:41.070259+0000 mgr.smithi116.ldeiub (mgr.14182) 79 : cluster [DBG] pgmap v86: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T05:37:42.852 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:37:42 smithi116 bash[25961]: audit 2023-11-15T05:37:42.027022+0000 mon.smithi116 (mon.0) 501 : audit [INF] from='client.? 172.21.15.116:0/2274405253' entity='client.admin' cmd=[{"prefix": "auth get-or-create", "entity": "client.0", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]: dispatch 2023-11-15T05:37:42.853 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:37:42 smithi116 bash[25961]: audit 2023-11-15T05:37:42.033698+0000 mon.smithi116 (mon.0) 502 : audit [INF] from='client.? 172.21.15.116:0/2274405253' entity='client.admin' cmd='[{"prefix": "auth get-or-create", "entity": "client.0", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]': finished 2023-11-15T05:37:42.854 DEBUG:teuthology.orchestra.run.smithi116:> set -ex 2023-11-15T05:37:42.854 DEBUG:teuthology.orchestra.run.smithi116:> sudo dd of=/etc/ceph/ceph.client.0.keyring 2023-11-15T05:37:42.854 DEBUG:teuthology.orchestra.run.smithi116:> sudo chmod 0644 /etc/ceph/ceph.client.0.keyring 2023-11-15T05:37:42.878 DEBUG:teuthology.orchestra.run.smithi152:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 7456fada-8378-11ee-8dbe-212e2dc638e7 -- ceph auth get-or-create client.1 mon 'allow *' osd 'allow *' mds 'allow *' mgr 'allow *' 2023-11-15T05:37:42.891 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:37:42 smithi152 bash[29762]: cluster 2023-11-15T05:37:41.070259+0000 mgr.smithi116.ldeiub (mgr.14182) 79 : cluster [DBG] pgmap v86: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T05:37:42.891 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:37:42 smithi152 bash[29762]: audit 2023-11-15T05:37:42.027022+0000 mon.smithi116 (mon.0) 501 : audit [INF] from='client.? 172.21.15.116:0/2274405253' entity='client.admin' cmd=[{"prefix": "auth get-or-create", "entity": "client.0", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]: dispatch 2023-11-15T05:37:42.891 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:37:42 smithi152 bash[29762]: audit 2023-11-15T05:37:42.033698+0000 mon.smithi116 (mon.0) 502 : audit [INF] from='client.? 172.21.15.116:0/2274405253' entity='client.admin' cmd='[{"prefix": "auth get-or-create", "entity": "client.0", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]': finished 2023-11-15T05:37:44.071 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:37:43 smithi116 bash[25961]: audit 2023-11-15T05:37:42.760770+0000 mon.smithi116 (mon.0) 503 : audit [INF] from='mgr.14182 172.21.15.116:0/1868390107' entity='mgr.smithi116.ldeiub' 2023-11-15T05:37:44.071 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:37:43 smithi116 bash[25961]: cephadm 2023-11-15T05:37:42.762419+0000 mgr.smithi116.ldeiub (mgr.14182) 80 : cephadm [INF] Reconfiguring alertmanager.smithi116 (dependencies changed)... 2023-11-15T05:37:44.072 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:37:43 smithi116 bash[25961]: cephadm 2023-11-15T05:37:42.776838+0000 mgr.smithi116.ldeiub (mgr.14182) 81 : cephadm [INF] Reconfiguring daemon alertmanager.smithi116 on smithi116 2023-11-15T05:37:44.072 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:37:43 smithi116 bash[25961]: cluster 2023-11-15T05:37:43.070820+0000 mgr.smithi116.ldeiub (mgr.14182) 82 : cluster [DBG] pgmap v87: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T05:37:44.170 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:37:43 smithi152 bash[29762]: audit 2023-11-15T05:37:42.760770+0000 mon.smithi116 (mon.0) 503 : audit [INF] from='mgr.14182 172.21.15.116:0/1868390107' entity='mgr.smithi116.ldeiub' 2023-11-15T05:37:44.170 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:37:43 smithi152 bash[29762]: cephadm 2023-11-15T05:37:42.762419+0000 mgr.smithi116.ldeiub (mgr.14182) 80 : cephadm [INF] Reconfiguring alertmanager.smithi116 (dependencies changed)... 2023-11-15T05:37:44.170 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:37:43 smithi152 bash[29762]: cephadm 2023-11-15T05:37:42.776838+0000 mgr.smithi116.ldeiub (mgr.14182) 81 : cephadm [INF] Reconfiguring daemon alertmanager.smithi116 on smithi116 2023-11-15T05:37:44.170 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:37:43 smithi152 bash[29762]: cluster 2023-11-15T05:37:43.070820+0000 mgr.smithi116.ldeiub (mgr.14182) 82 : cluster [DBG] pgmap v87: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T05:37:45.868 INFO:teuthology.orchestra.run.smithi152.stdout:[client.1] 2023-11-15T05:37:45.869 INFO:teuthology.orchestra.run.smithi152.stdout: key = AQApWVRlqDgwMxAAs1O4YUWPvF/XB0NSt4qSbA== 2023-11-15T05:37:46.430 DEBUG:teuthology.orchestra.run.smithi152:> set -ex 2023-11-15T05:37:46.431 DEBUG:teuthology.orchestra.run.smithi152:> sudo dd of=/etc/ceph/ceph.client.1.keyring 2023-11-15T05:37:46.431 DEBUG:teuthology.orchestra.run.smithi152:> sudo chmod 0644 /etc/ceph/ceph.client.1.keyring 2023-11-15T05:37:46.484 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:37:46 smithi152 bash[29762]: cluster 2023-11-15T05:37:45.071387+0000 mgr.smithi116.ldeiub (mgr.14182) 83 : cluster [DBG] pgmap v88: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T05:37:46.484 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:37:46 smithi152 bash[29762]: audit 2023-11-15T05:37:45.857769+0000 mon.smithi152 (mon.1) 18 : audit [INF] from='client.? 172.21.15.152:0/1306931478' entity='client.admin' cmd=[{"prefix": "auth get-or-create", "entity": "client.1", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]: dispatch 2023-11-15T05:37:46.484 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:37:46 smithi152 bash[29762]: audit 2023-11-15T05:37:45.858603+0000 mon.smithi116 (mon.0) 504 : audit [INF] from='client.? ' entity='client.admin' cmd=[{"prefix": "auth get-or-create", "entity": "client.1", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]: dispatch 2023-11-15T05:37:46.484 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:37:46 smithi152 bash[29762]: audit 2023-11-15T05:37:45.867165+0000 mon.smithi116 (mon.0) 505 : audit [INF] from='client.? ' entity='client.admin' cmd='[{"prefix": "auth get-or-create", "entity": "client.1", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]': finished 2023-11-15T05:37:46.496 DEBUG:teuthology.orchestra.run.smithi116:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell --fsid 7456fada-8378-11ee-8dbe-212e2dc638e7 -- ceph osd dump --format=json 2023-11-15T05:37:46.506 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:37:46 smithi116 bash[25961]: cluster 2023-11-15T05:37:45.071387+0000 mgr.smithi116.ldeiub (mgr.14182) 83 : cluster [DBG] pgmap v88: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T05:37:46.507 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:37:46 smithi116 bash[25961]: audit 2023-11-15T05:37:45.857769+0000 mon.smithi152 (mon.1) 18 : audit [INF] from='client.? 172.21.15.152:0/1306931478' entity='client.admin' cmd=[{"prefix": "auth get-or-create", "entity": "client.1", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]: dispatch 2023-11-15T05:37:46.507 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:37:46 smithi116 bash[25961]: audit 2023-11-15T05:37:45.858603+0000 mon.smithi116 (mon.0) 504 : audit [INF] from='client.? ' entity='client.admin' cmd=[{"prefix": "auth get-or-create", "entity": "client.1", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]: dispatch 2023-11-15T05:37:46.507 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:37:46 smithi116 bash[25961]: audit 2023-11-15T05:37:45.867165+0000 mon.smithi116 (mon.0) 505 : audit [INF] from='client.? ' entity='client.admin' cmd='[{"prefix": "auth get-or-create", "entity": "client.1", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]': finished 2023-11-15T05:37:48.564 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:37:48 smithi116 bash[25961]: cluster 2023-11-15T05:37:47.071927+0000 mgr.smithi116.ldeiub (mgr.14182) 84 : cluster [DBG] pgmap v89: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T05:37:48.564 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:37:48 smithi116 bash[25961]: audit 2023-11-15T05:37:47.277630+0000 mon.smithi116 (mon.0) 506 : audit [INF] from='mgr.14182 172.21.15.116:0/1868390107' entity='mgr.smithi116.ldeiub' 2023-11-15T05:37:48.564 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:37:48 smithi116 bash[25961]: cephadm 2023-11-15T05:37:47.278444+0000 mgr.smithi116.ldeiub (mgr.14182) 85 : cephadm [INF] Reconfiguring crash.smithi116 (monmap changed)... 2023-11-15T05:37:48.565 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:37:48 smithi116 bash[25961]: audit 2023-11-15T05:37:47.278922+0000 mon.smithi116 (mon.0) 507 : audit [INF] from='mgr.14182 172.21.15.116:0/1868390107' entity='mgr.smithi116.ldeiub' cmd=[{"prefix": "auth get-or-create", "entity": "client.crash.smithi116", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]: dispatch 2023-11-15T05:37:48.565 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:37:48 smithi116 bash[25961]: audit 2023-11-15T05:37:47.280500+0000 mon.smithi116 (mon.0) 508 : audit [DBG] from='mgr.14182 172.21.15.116:0/1868390107' entity='mgr.smithi116.ldeiub' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-15T05:37:48.565 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:37:48 smithi116 bash[25961]: cephadm 2023-11-15T05:37:47.281549+0000 mgr.smithi116.ldeiub (mgr.14182) 86 : cephadm [INF] Reconfiguring daemon crash.smithi116 on smithi116 2023-11-15T05:37:48.757 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:37:48 smithi152 bash[29762]: cluster 2023-11-15T05:37:47.071927+0000 mgr.smithi116.ldeiub (mgr.14182) 84 : cluster [DBG] pgmap v89: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T05:37:48.757 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:37:48 smithi152 bash[29762]: audit 2023-11-15T05:37:47.277630+0000 mon.smithi116 (mon.0) 506 : audit [INF] from='mgr.14182 172.21.15.116:0/1868390107' entity='mgr.smithi116.ldeiub' 2023-11-15T05:37:48.757 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:37:48 smithi152 bash[29762]: cephadm 2023-11-15T05:37:47.278444+0000 mgr.smithi116.ldeiub (mgr.14182) 85 : cephadm [INF] Reconfiguring crash.smithi116 (monmap changed)... 2023-11-15T05:37:48.758 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:37:48 smithi152 bash[29762]: audit 2023-11-15T05:37:47.278922+0000 mon.smithi116 (mon.0) 507 : audit [INF] from='mgr.14182 172.21.15.116:0/1868390107' entity='mgr.smithi116.ldeiub' cmd=[{"prefix": "auth get-or-create", "entity": "client.crash.smithi116", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]: dispatch 2023-11-15T05:37:48.758 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:37:48 smithi152 bash[29762]: audit 2023-11-15T05:37:47.280500+0000 mon.smithi116 (mon.0) 508 : audit [DBG] from='mgr.14182 172.21.15.116:0/1868390107' entity='mgr.smithi116.ldeiub' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-15T05:37:48.758 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:37:48 smithi152 bash[29762]: cephadm 2023-11-15T05:37:47.281549+0000 mgr.smithi116.ldeiub (mgr.14182) 86 : cephadm [INF] Reconfiguring daemon crash.smithi116 on smithi116 2023-11-15T05:37:50.649 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:37:50 smithi116 bash[25961]: cluster 2023-11-15T05:37:49.072514+0000 mgr.smithi116.ldeiub (mgr.14182) 87 : cluster [DBG] pgmap v90: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T05:37:50.649 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:37:50 smithi116 bash[25961]: audit 2023-11-15T05:37:49.399214+0000 mon.smithi116 (mon.0) 509 : audit [INF] from='mgr.14182 172.21.15.116:0/1868390107' entity='mgr.smithi116.ldeiub' 2023-11-15T05:37:50.649 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:37:50 smithi116 bash[25961]: cephadm 2023-11-15T05:37:49.400758+0000 mgr.smithi116.ldeiub (mgr.14182) 88 : cephadm [INF] Reconfiguring grafana.smithi116 (dependencies changed)... 2023-11-15T05:37:50.649 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:37:50 smithi116 bash[25961]: cephadm 2023-11-15T05:37:49.449497+0000 mgr.smithi116.ldeiub (mgr.14182) 89 : cephadm [INF] Reconfiguring daemon grafana.smithi116 on smithi116 2023-11-15T05:37:50.757 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:37:50 smithi152 bash[29762]: cluster 2023-11-15T05:37:49.072514+0000 mgr.smithi116.ldeiub (mgr.14182) 87 : cluster [DBG] pgmap v90: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T05:37:50.757 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:37:50 smithi152 bash[29762]: audit 2023-11-15T05:37:49.399214+0000 mon.smithi116 (mon.0) 509 : audit [INF] from='mgr.14182 172.21.15.116:0/1868390107' entity='mgr.smithi116.ldeiub' 2023-11-15T05:37:50.757 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:37:50 smithi152 bash[29762]: cephadm 2023-11-15T05:37:49.400758+0000 mgr.smithi116.ldeiub (mgr.14182) 88 : cephadm [INF] Reconfiguring grafana.smithi116 (dependencies changed)... 2023-11-15T05:37:50.758 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:37:50 smithi152 bash[29762]: cephadm 2023-11-15T05:37:49.449497+0000 mgr.smithi116.ldeiub (mgr.14182) 89 : cephadm [INF] Reconfiguring daemon grafana.smithi116 on smithi116 2023-11-15T05:37:52.322 INFO:teuthology.orchestra.run.smithi116.stderr:Inferring config /var/lib/ceph/7456fada-8378-11ee-8dbe-212e2dc638e7/mon.smithi116/config 2023-11-15T05:37:52.649 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:37:52 smithi116 bash[25961]: cluster 2023-11-15T05:37:51.073125+0000 mgr.smithi116.ldeiub (mgr.14182) 90 : cluster [DBG] pgmap v91: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T05:37:52.757 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:37:52 smithi152 bash[29762]: cluster 2023-11-15T05:37:51.073125+0000 mgr.smithi116.ldeiub (mgr.14182) 90 : cluster [DBG] pgmap v91: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T05:37:54.757 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:37:54 smithi152 bash[29762]: cluster 2023-11-15T05:37:53.073750+0000 mgr.smithi116.ldeiub (mgr.14182) 91 : cluster [DBG] pgmap v92: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T05:37:54.899 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:37:54 smithi116 bash[25961]: cluster 2023-11-15T05:37:53.073750+0000 mgr.smithi116.ldeiub (mgr.14182) 91 : cluster [DBG] pgmap v92: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T05:37:55.830 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:37:55 smithi152 bash[29762]: audit 2023-11-15T05:37:54.553557+0000 mon.smithi116 (mon.0) 510 : audit [INF] from='mgr.14182 172.21.15.116:0/1868390107' entity='mgr.smithi116.ldeiub' 2023-11-15T05:37:55.831 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:37:55 smithi152 bash[29762]: cephadm 2023-11-15T05:37:54.554731+0000 mgr.smithi116.ldeiub (mgr.14182) 92 : cephadm [INF] Reconfiguring crash.smithi152 (monmap changed)... 2023-11-15T05:37:55.831 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:37:55 smithi152 bash[29762]: audit 2023-11-15T05:37:54.555113+0000 mon.smithi116 (mon.0) 511 : audit [INF] from='mgr.14182 172.21.15.116:0/1868390107' entity='mgr.smithi116.ldeiub' cmd=[{"prefix": "auth get-or-create", "entity": "client.crash.smithi152", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]: dispatch 2023-11-15T05:37:55.831 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:37:55 smithi152 bash[29762]: audit 2023-11-15T05:37:54.556103+0000 mon.smithi116 (mon.0) 512 : audit [DBG] from='mgr.14182 172.21.15.116:0/1868390107' entity='mgr.smithi116.ldeiub' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-15T05:37:55.832 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:37:55 smithi152 bash[29762]: cephadm 2023-11-15T05:37:54.556813+0000 mgr.smithi116.ldeiub (mgr.14182) 93 : cephadm [INF] Reconfiguring daemon crash.smithi152 on smithi152 2023-11-15T05:37:55.883 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:37:55 smithi116 bash[25961]: audit 2023-11-15T05:37:54.553557+0000 mon.smithi116 (mon.0) 510 : audit [INF] from='mgr.14182 172.21.15.116:0/1868390107' entity='mgr.smithi116.ldeiub' 2023-11-15T05:37:55.883 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:37:55 smithi116 bash[25961]: cephadm 2023-11-15T05:37:54.554731+0000 mgr.smithi116.ldeiub (mgr.14182) 92 : cephadm [INF] Reconfiguring crash.smithi152 (monmap changed)... 2023-11-15T05:37:55.883 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:37:55 smithi116 bash[25961]: audit 2023-11-15T05:37:54.555113+0000 mon.smithi116 (mon.0) 511 : audit [INF] from='mgr.14182 172.21.15.116:0/1868390107' entity='mgr.smithi116.ldeiub' cmd=[{"prefix": "auth get-or-create", "entity": "client.crash.smithi152", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]: dispatch 2023-11-15T05:37:55.883 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:37:55 smithi116 bash[25961]: audit 2023-11-15T05:37:54.556103+0000 mon.smithi116 (mon.0) 512 : audit [DBG] from='mgr.14182 172.21.15.116:0/1868390107' entity='mgr.smithi116.ldeiub' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-15T05:37:55.884 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:37:55 smithi116 bash[25961]: cephadm 2023-11-15T05:37:54.556813+0000 mgr.smithi116.ldeiub (mgr.14182) 93 : cephadm [INF] Reconfiguring daemon crash.smithi152 on smithi152 2023-11-15T05:37:56.171 INFO:teuthology.orchestra.run.smithi116.stdout: 2023-11-15T05:37:56.171 INFO:teuthology.orchestra.run.smithi116.stdout:{"epoch":39,"fsid":"7456fada-8378-11ee-8dbe-212e2dc638e7","created":"2023-11-15T05:33:42.739755+0000","modified":"2023-11-15T05:37:36.192679+0000","last_up_change":"2023-11-15T05:37:34.179894+0000","last_in_change":"2023-11-15T05:36:45.594897+0000","flags":"sortbitwise,recovery_deletes,purged_snapdirs,pglog_hardlimit","flags_num":5799936,"flags_set":["pglog_hardlimit","purged_snapdirs","recovery_deletes","sortbitwise"],"crush_version":16,"full_ratio":0.94999998807907104,"backfillfull_ratio":0.89999997615814209,"nearfull_ratio":0.85000002384185791,"cluster_snapshot":"","pool_max":1,"max_osd":8,"require_min_compat_client":"luminous","min_compat_client":"jewel","require_osd_release":"pacific","pools":[{"pool":1,"pool_name":"device_health_metrics","create_time":"2023-11-15T05:37:17.414061+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":"6d2fe0c4-9788-4bc7-96f8-28e6dc2e0775","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":16,"up_thru":37,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.152:6800","nonce":1492986868},{"type":"v1","addr":"172.21.15.152:6801","nonce":1492986868}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.152:6802","nonce":1492986868},{"type":"v1","addr":"172.21.15.152:6803","nonce":1492986868}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.152:6806","nonce":1492986868},{"type":"v1","addr":"172.21.15.152:6807","nonce":1492986868}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.152:6804","nonce":1492986868},{"type":"v1","addr":"172.21.15.152:6805","nonce":1492986868}]},"public_addr":"172.21.15.152:6801/1492986868","cluster_addr":"172.21.15.152:6803/1492986868","heartbeat_back_addr":"172.21.15.152:6807/1492986868","heartbeat_front_addr":"172.21.15.152:6805/1492986868","state":["exists","up"]},{"osd":1,"uuid":"d31a2bc3-1fda-449d-b543-25b167e30874","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":22,"up_thru":29,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.116:6802","nonce":3310222829},{"type":"v1","addr":"172.21.15.116:6803","nonce":3310222829}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.116:6804","nonce":3310222829},{"type":"v1","addr":"172.21.15.116:6805","nonce":3310222829}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.116:6808","nonce":3310222829},{"type":"v1","addr":"172.21.15.116:6809","nonce":3310222829}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.116:6806","nonce":3310222829},{"type":"v1","addr":"172.21.15.116:6807","nonce":3310222829}]},"public_addr":"172.21.15.116:6803/3310222829","cluster_addr":"172.21.15.116:6805/3310222829","heartbeat_back_addr":"172.21.15.116:6809/3310222829","heartbeat_front_addr":"172.21.15.116:6807/3310222829","state":["exists","up"]},{"osd":2,"uuid":"5cfdc704-e288-40df-a8e9-1444a24e4bc3","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.152:6808","nonce":1717787854},{"type":"v1","addr":"172.21.15.152:6809","nonce":1717787854}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.152:6810","nonce":1717787854},{"type":"v1","addr":"172.21.15.152:6811","nonce":1717787854}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.152:6814","nonce":1717787854},{"type":"v1","addr":"172.21.15.152:6815","nonce":1717787854}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.152:6812","nonce":1717787854},{"type":"v1","addr":"172.21.15.152:6813","nonce":1717787854}]},"public_addr":"172.21.15.152:6809/1717787854","cluster_addr":"172.21.15.152:6811/1717787854","heartbeat_back_addr":"172.21.15.152:6815/1717787854","heartbeat_front_addr":"172.21.15.152:6813/1717787854","state":["exists","up"]},{"osd":3,"uuid":"12c088bf-0b69-4b12-9542-fb0b1b6686a5","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":28,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.116:6810","nonce":3786333555},{"type":"v1","addr":"172.21.15.116:6811","nonce":3786333555}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.116:6812","nonce":3786333555},{"type":"v1","addr":"172.21.15.116:6813","nonce":3786333555}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.116:6816","nonce":3786333555},{"type":"v1","addr":"172.21.15.116:6817","nonce":3786333555}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.116:6814","nonce":3786333555},{"type":"v1","addr":"172.21.15.116:6815","nonce":3786333555}]},"public_addr":"172.21.15.116:6811/3786333555","cluster_addr":"172.21.15.116:6813/3786333555","heartbeat_back_addr":"172.21.15.116:6817/3786333555","heartbeat_front_addr":"172.21.15.116:6815/3786333555","state":["exists","up"]},{"osd":4,"uuid":"e2ac5c6e-6236-4256-9729-da857b57222a","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.152:6816","nonce":1456220124},{"type":"v1","addr":"172.21.15.152:6817","nonce":1456220124}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.152:6818","nonce":1456220124},{"type":"v1","addr":"172.21.15.152:6819","nonce":1456220124}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.152:6822","nonce":1456220124},{"type":"v1","addr":"172.21.15.152:6823","nonce":1456220124}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.152:6820","nonce":1456220124},{"type":"v1","addr":"172.21.15.152:6821","nonce":1456220124}]},"public_addr":"172.21.15.152:6817/1456220124","cluster_addr":"172.21.15.152:6819/1456220124","heartbeat_back_addr":"172.21.15.152:6823/1456220124","heartbeat_front_addr":"172.21.15.152:6821/1456220124","state":["exists","up"]},{"osd":5,"uuid":"6400eb30-27ca-42a8-ac3e-bf1eabae6f4c","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":33,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.116:6818","nonce":3968156830},{"type":"v1","addr":"172.21.15.116:6819","nonce":3968156830}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.116:6820","nonce":3968156830},{"type":"v1","addr":"172.21.15.116:6821","nonce":3968156830}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.116:6824","nonce":3968156830},{"type":"v1","addr":"172.21.15.116:6825","nonce":3968156830}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.116:6822","nonce":3968156830},{"type":"v1","addr":"172.21.15.116:6823","nonce":3968156830}]},"public_addr":"172.21.15.116:6819/3968156830","cluster_addr":"172.21.15.116:6821/3968156830","heartbeat_back_addr":"172.21.15.116:6825/3968156830","heartbeat_front_addr":"172.21.15.116:6823/3968156830","state":["exists","up"]},{"osd":6,"uuid":"afec2447-47f0-46eb-adf8-f4a0a63c95ed","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":28,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.152:6824","nonce":2759872076},{"type":"v1","addr":"172.21.15.152:6825","nonce":2759872076}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.152:6826","nonce":2759872076},{"type":"v1","addr":"172.21.15.152:6827","nonce":2759872076}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.152:6830","nonce":2759872076},{"type":"v1","addr":"172.21.15.152:6831","nonce":2759872076}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.152:6828","nonce":2759872076},{"type":"v1","addr":"172.21.15.152:6829","nonce":2759872076}]},"public_addr":"172.21.15.152:6825/2759872076","cluster_addr":"172.21.15.152:6827/2759872076","heartbeat_back_addr":"172.21.15.152:6831/2759872076","heartbeat_front_addr":"172.21.15.152:6829/2759872076","state":["exists","up"]},{"osd":7,"uuid":"0eca7d6c-94d8-4b1a-8de7-4ef9f7e4ef49","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":37,"up_thru":38,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.116:6826","nonce":3424699127},{"type":"v1","addr":"172.21.15.116:6827","nonce":3424699127}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.116:6828","nonce":3424699127},{"type":"v1","addr":"172.21.15.116:6829","nonce":3424699127}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.116:6832","nonce":3424699127},{"type":"v1","addr":"172.21.15.116:6833","nonce":3424699127}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.116:6830","nonce":3424699127},{"type":"v1","addr":"172.21.15.116:6831","nonce":3424699127}]},"public_addr":"172.21.15.116:6827/3424699127","cluster_addr":"172.21.15.116:6829/3424699127","heartbeat_back_addr":"172.21.15.116:6833/3424699127","heartbeat_front_addr":"172.21.15.116:6831/3424699127","state":["exists","up"]}],"osd_xinfo":[{"osd":0,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138314316775423,"old_weight":0,"last_purged_snaps_scrub":"2023-11-15T05:37:08.195564+0000","dead_epoch":0},{"osd":1,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138314316775423,"old_weight":0,"last_purged_snaps_scrub":"2023-11-15T05:37:15.455118+0000","dead_epoch":0},{"osd":2,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138314316775423,"old_weight":0,"last_purged_snaps_scrub":"2023-11-15T05:37:13.069528+0000","dead_epoch":0},{"osd":3,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138314316775423,"old_weight":0,"last_purged_snaps_scrub":"2023-11-15T05:37:21.543155+0000","dead_epoch":0},{"osd":4,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138314316775423,"old_weight":0,"last_purged_snaps_scrub":"2023-11-15T05:37:18.194916+0000","dead_epoch":0},{"osd":5,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138314316775423,"old_weight":0,"last_purged_snaps_scrub":"2023-11-15T05:37:27.984948+0000","dead_epoch":0},{"osd":6,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138314316775423,"old_weight":0,"last_purged_snaps_scrub":"2023-11-15T05:37:21.779745+0000","dead_epoch":0},{"osd":7,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138314316775423,"old_weight":0,"last_purged_snaps_scrub":"2023-11-15T05:37:33.433213+0000","dead_epoch":0}],"pg_upmap":[],"pg_upmap_items":[],"pg_temp":[],"primary_temp":[],"blocklist":{"172.21.15.116:6801/3517441771":"2023-11-16T05:35:45.035189+0000","172.21.15.116:6800/3517441771":"2023-11-16T05:35:45.035189+0000","172.21.15.116:0/2313880806":"2023-11-16T05:34:50.351555+0000","172.21.15.116:0/952581840":"2023-11-16T05:34:50.351555+0000","172.21.15.116:6800/1387175269":"2023-11-16T05:34:50.351555+0000","172.21.15.116:0/2414966794":"2023-11-16T05:34:10.304087+0000","172.21.15.116:0/3090050647":"2023-11-16T05:35:45.035189+0000","172.21.15.116:6800/1599906885":"2023-11-16T05:34:10.304087+0000","172.21.15.116:0/3440017116":"2023-11-16T05:35:45.035189+0000","172.21.15.116:6801/1387175269":"2023-11-16T05:34:50.351555+0000","172.21.15.116:6801/1599906885":"2023-11-16T05:34:10.304087+0000","172.21.15.116:0/2079110550":"2023-11-16T05:34:10.304087+0000"},"range_blocklist":{},"erasure_code_profiles":{"default":{"crush-failure-domain":"osd","k":"2","m":"1","plugin":"jerasure","ruleset-failure-domain":"osd","technique":"reed_sol_van"}},"removed_snaps_queue":[],"new_removed_snaps":[],"new_purged_snaps":[],"crush_node_flags":{},"device_class_flags":{},"stretch_mode":{"stretch_mode_enabled":false,"stretch_bucket_count":0,"degraded_stretch_mode":0,"recovering_stretch_mode":0,"stretch_mode_bucket":0}} 2023-11-15T05:37:56.649 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:37:56 smithi116 bash[25961]: cluster 2023-11-15T05:37:55.074305+0000 mgr.smithi116.ldeiub (mgr.14182) 94 : cluster [DBG] pgmap v93: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T05:37:56.649 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:37:56 smithi116 bash[25961]: audit 2023-11-15T05:37:56.168725+0000 mon.smithi116 (mon.0) 513 : audit [DBG] from='client.? 172.21.15.116:0/3501410996' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2023-11-15T05:37:56.649 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:37:56 smithi116 bash[25961]: audit 2023-11-15T05:37:56.381958+0000 mon.smithi116 (mon.0) 514 : audit [INF] from='mgr.14182 172.21.15.116:0/1868390107' entity='mgr.smithi116.ldeiub' 2023-11-15T05:37:56.650 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:37:56 smithi116 bash[25961]: audit 2023-11-15T05:37:56.383858+0000 mon.smithi116 (mon.0) 515 : audit [INF] from='mgr.14182 172.21.15.116:0/1868390107' entity='mgr.smithi116.ldeiub' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.smithi152.uihpes", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2023-11-15T05:37:56.650 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:37:56 smithi116 bash[25961]: audit 2023-11-15T05:37:56.385385+0000 mon.smithi116 (mon.0) 516 : audit [DBG] from='mgr.14182 172.21.15.116:0/1868390107' entity='mgr.smithi116.ldeiub' cmd=[{"prefix": "mgr services"}]: dispatch 2023-11-15T05:37:56.650 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:37:56 smithi116 bash[25961]: audit 2023-11-15T05:37:56.386602+0000 mon.smithi116 (mon.0) 517 : audit [DBG] from='mgr.14182 172.21.15.116:0/1868390107' entity='mgr.smithi116.ldeiub' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-15T05:37:56.873 INFO:tasks.cephadm.ceph_manager.ceph:[{'pool': 1, 'pool_name': 'device_health_metrics', 'create_time': '2023-11-15T05:37:17.414061+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': {}}}] 2023-11-15T05:37:56.874 DEBUG:teuthology.orchestra.run.smithi116:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell --fsid 7456fada-8378-11ee-8dbe-212e2dc638e7 -- ceph osd pool get device_health_metrics pg_num 2023-11-15T05:37:57.007 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:37:56 smithi152 bash[29762]: cluster 2023-11-15T05:37:55.074305+0000 mgr.smithi116.ldeiub (mgr.14182) 94 : cluster [DBG] pgmap v93: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T05:37:57.007 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:37:56 smithi152 bash[29762]: audit 2023-11-15T05:37:56.168725+0000 mon.smithi116 (mon.0) 513 : audit [DBG] from='client.? 172.21.15.116:0/3501410996' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2023-11-15T05:37:57.007 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:37:56 smithi152 bash[29762]: audit 2023-11-15T05:37:56.381958+0000 mon.smithi116 (mon.0) 514 : audit [INF] from='mgr.14182 172.21.15.116:0/1868390107' entity='mgr.smithi116.ldeiub' 2023-11-15T05:37:57.007 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:37:56 smithi152 bash[29762]: audit 2023-11-15T05:37:56.383858+0000 mon.smithi116 (mon.0) 515 : audit [INF] from='mgr.14182 172.21.15.116:0/1868390107' entity='mgr.smithi116.ldeiub' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.smithi152.uihpes", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2023-11-15T05:37:57.008 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:37:56 smithi152 bash[29762]: audit 2023-11-15T05:37:56.385385+0000 mon.smithi116 (mon.0) 516 : audit [DBG] from='mgr.14182 172.21.15.116:0/1868390107' entity='mgr.smithi116.ldeiub' cmd=[{"prefix": "mgr services"}]: dispatch 2023-11-15T05:37:57.008 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:37:56 smithi152 bash[29762]: audit 2023-11-15T05:37:56.386602+0000 mon.smithi116 (mon.0) 517 : audit [DBG] from='mgr.14182 172.21.15.116:0/1868390107' entity='mgr.smithi116.ldeiub' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-15T05:37:57.757 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:37:57 smithi152 bash[29762]: cephadm 2023-11-15T05:37:56.383357+0000 mgr.smithi116.ldeiub (mgr.14182) 95 : cephadm [INF] Reconfiguring mgr.smithi152.uihpes (monmap changed)... 2023-11-15T05:37:57.757 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:37:57 smithi152 bash[29762]: cephadm 2023-11-15T05:37:56.387711+0000 mgr.smithi116.ldeiub (mgr.14182) 96 : cephadm [INF] Reconfiguring daemon mgr.smithi152.uihpes on smithi152 2023-11-15T05:37:57.899 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:37:57 smithi116 bash[25961]: cephadm 2023-11-15T05:37:56.383357+0000 mgr.smithi116.ldeiub (mgr.14182) 95 : cephadm [INF] Reconfiguring mgr.smithi152.uihpes (monmap changed)... 2023-11-15T05:37:57.899 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:37:57 smithi116 bash[25961]: cephadm 2023-11-15T05:37:56.387711+0000 mgr.smithi116.ldeiub (mgr.14182) 96 : cephadm [INF] Reconfiguring daemon mgr.smithi152.uihpes on smithi152 2023-11-15T05:37:58.899 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:37:58 smithi116 bash[25961]: cluster 2023-11-15T05:37:57.074894+0000 mgr.smithi116.ldeiub (mgr.14182) 97 : cluster [DBG] pgmap v94: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T05:37:58.899 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:37:58 smithi116 bash[25961]: audit 2023-11-15T05:37:58.190972+0000 mon.smithi116 (mon.0) 518 : audit [INF] from='mgr.14182 172.21.15.116:0/1868390107' entity='mgr.smithi116.ldeiub' 2023-11-15T05:37:58.900 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:37:58 smithi116 bash[25961]: audit 2023-11-15T05:37:58.192727+0000 mon.smithi116 (mon.0) 519 : audit [INF] from='mgr.14182 172.21.15.116:0/1868390107' entity='mgr.smithi116.ldeiub' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2023-11-15T05:37:58.900 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:37:58 smithi116 bash[25961]: audit 2023-11-15T05:37:58.194167+0000 mon.smithi116 (mon.0) 520 : audit [DBG] from='mgr.14182 172.21.15.116:0/1868390107' entity='mgr.smithi116.ldeiub' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2023-11-15T05:37:58.900 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:37:58 smithi116 bash[25961]: audit 2023-11-15T05:37:58.195467+0000 mon.smithi116 (mon.0) 521 : audit [DBG] from='mgr.14182 172.21.15.116:0/1868390107' entity='mgr.smithi116.ldeiub' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-15T05:37:59.007 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:37:58 smithi152 bash[29762]: cluster 2023-11-15T05:37:57.074894+0000 mgr.smithi116.ldeiub (mgr.14182) 97 : cluster [DBG] pgmap v94: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T05:37:59.007 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:37:58 smithi152 bash[29762]: audit 2023-11-15T05:37:58.190972+0000 mon.smithi116 (mon.0) 518 : audit [INF] from='mgr.14182 172.21.15.116:0/1868390107' entity='mgr.smithi116.ldeiub' 2023-11-15T05:37:59.007 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:37:58 smithi152 bash[29762]: audit 2023-11-15T05:37:58.192727+0000 mon.smithi116 (mon.0) 519 : audit [INF] from='mgr.14182 172.21.15.116:0/1868390107' entity='mgr.smithi116.ldeiub' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2023-11-15T05:37:59.007 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:37:58 smithi152 bash[29762]: audit 2023-11-15T05:37:58.194167+0000 mon.smithi116 (mon.0) 520 : audit [DBG] from='mgr.14182 172.21.15.116:0/1868390107' entity='mgr.smithi116.ldeiub' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2023-11-15T05:37:59.008 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:37:58 smithi152 bash[29762]: audit 2023-11-15T05:37:58.195467+0000 mon.smithi116 (mon.0) 521 : audit [DBG] from='mgr.14182 172.21.15.116:0/1868390107' entity='mgr.smithi116.ldeiub' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-15T05:37:59.757 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:37:59 smithi152 bash[29762]: cephadm 2023-11-15T05:37:58.192167+0000 mgr.smithi116.ldeiub (mgr.14182) 98 : cephadm [INF] Reconfiguring mon.smithi152 (monmap changed)... 2023-11-15T05:37:59.757 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:37:59 smithi152 bash[29762]: cephadm 2023-11-15T05:37:58.196680+0000 mgr.smithi116.ldeiub (mgr.14182) 99 : cephadm [INF] Reconfiguring daemon mon.smithi152 on smithi152 2023-11-15T05:37:59.899 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:37:59 smithi116 bash[25961]: cephadm 2023-11-15T05:37:58.192167+0000 mgr.smithi116.ldeiub (mgr.14182) 98 : cephadm [INF] Reconfiguring mon.smithi152 (monmap changed)... 2023-11-15T05:37:59.899 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:37:59 smithi116 bash[25961]: cephadm 2023-11-15T05:37:58.196680+0000 mgr.smithi116.ldeiub (mgr.14182) 99 : cephadm [INF] Reconfiguring daemon mon.smithi152 on smithi152 2023-11-15T05:38:00.899 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:38:00 smithi116 bash[25961]: cluster 2023-11-15T05:37:59.075537+0000 mgr.smithi116.ldeiub (mgr.14182) 100 : cluster [DBG] pgmap v95: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T05:38:00.899 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:38:00 smithi116 bash[25961]: audit 2023-11-15T05:37:59.993591+0000 mon.smithi116 (mon.0) 522 : audit [INF] from='mgr.14182 172.21.15.116:0/1868390107' entity='mgr.smithi116.ldeiub' 2023-11-15T05:38:00.899 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:38:00 smithi116 bash[25961]: audit 2023-11-15T05:38:00.002409+0000 mon.smithi116 (mon.0) 523 : audit [DBG] from='mgr.14182 172.21.15.116:0/1868390107' entity='mgr.smithi116.ldeiub' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2023-11-15T05:38:00.900 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:38:00 smithi116 bash[25961]: audit 2023-11-15T05:38:00.005858+0000 mon.smithi116 (mon.0) 524 : audit [INF] from='mgr.14182 172.21.15.116:0/1868390107' entity='mgr.smithi116.ldeiub' cmd=[{"prefix": "dashboard set-alertmanager-api-host", "value": "http://smithi116.front.sepia.ceph.com:9093"}]: dispatch 2023-11-15T05:38:00.900 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:38:00 smithi116 bash[25961]: audit 2023-11-15T05:38:00.015248+0000 mon.smithi116 (mon.0) 525 : audit [INF] from='mgr.14182 172.21.15.116:0/1868390107' entity='mgr.smithi116.ldeiub' 2023-11-15T05:38:00.900 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:38:00 smithi116 bash[25961]: audit 2023-11-15T05:38:00.027006+0000 mon.smithi116 (mon.0) 526 : audit [DBG] from='mgr.14182 172.21.15.116:0/1868390107' entity='mgr.smithi116.ldeiub' cmd=[{"prefix": "dashboard get-grafana-api-url"}]: dispatch 2023-11-15T05:38:00.900 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:38:00 smithi116 bash[25961]: audit 2023-11-15T05:38:00.033621+0000 mon.smithi116 (mon.0) 527 : audit [INF] from='mgr.14182 172.21.15.116:0/1868390107' entity='mgr.smithi116.ldeiub' cmd=[{"prefix": "dashboard set-grafana-api-url", "value": "https://smithi116.front.sepia.ceph.com:3000"}]: dispatch 2023-11-15T05:38:00.900 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:38:00 smithi116 bash[25961]: audit 2023-11-15T05:38:00.040403+0000 mon.smithi116 (mon.0) 528 : audit [INF] from='mgr.14182 172.21.15.116:0/1868390107' entity='mgr.smithi116.ldeiub' 2023-11-15T05:38:00.900 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:38:00 smithi116 bash[25961]: audit 2023-11-15T05:38:00.049289+0000 mon.smithi116 (mon.0) 529 : audit [DBG] from='mgr.14182 172.21.15.116:0/1868390107' entity='mgr.smithi116.ldeiub' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2023-11-15T05:38:00.901 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:38:00 smithi116 bash[25961]: audit 2023-11-15T05:38:00.055421+0000 mon.smithi116 (mon.0) 530 : audit [INF] from='mgr.14182 172.21.15.116:0/1868390107' entity='mgr.smithi116.ldeiub' cmd=[{"prefix": "dashboard set-prometheus-api-host", "value": "http://smithi152.front.sepia.ceph.com:9095"}]: dispatch 2023-11-15T05:38:00.901 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:38:00 smithi116 bash[25961]: audit 2023-11-15T05:38:00.063466+0000 mon.smithi116 (mon.0) 531 : audit [INF] from='mgr.14182 172.21.15.116:0/1868390107' entity='mgr.smithi116.ldeiub' 2023-11-15T05:38:00.901 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:38:00 smithi116 bash[25961]: audit 2023-11-15T05:38:00.068752+0000 mon.smithi116 (mon.0) 532 : audit [DBG] from='mgr.14182 172.21.15.116:0/1868390107' entity='mgr.smithi116.ldeiub' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-15T05:38:01.007 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:38:00 smithi152 bash[29762]: cluster 2023-11-15T05:37:59.075537+0000 mgr.smithi116.ldeiub (mgr.14182) 100 : cluster [DBG] pgmap v95: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T05:38:01.007 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:38:00 smithi152 bash[29762]: audit 2023-11-15T05:37:59.993591+0000 mon.smithi116 (mon.0) 522 : audit [INF] from='mgr.14182 172.21.15.116:0/1868390107' entity='mgr.smithi116.ldeiub' 2023-11-15T05:38:01.007 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:38:00 smithi152 bash[29762]: audit 2023-11-15T05:38:00.002409+0000 mon.smithi116 (mon.0) 523 : audit [DBG] from='mgr.14182 172.21.15.116:0/1868390107' entity='mgr.smithi116.ldeiub' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2023-11-15T05:38:01.008 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:38:00 smithi152 bash[29762]: audit 2023-11-15T05:38:00.005858+0000 mon.smithi116 (mon.0) 524 : audit [INF] from='mgr.14182 172.21.15.116:0/1868390107' entity='mgr.smithi116.ldeiub' cmd=[{"prefix": "dashboard set-alertmanager-api-host", "value": "http://smithi116.front.sepia.ceph.com:9093"}]: dispatch 2023-11-15T05:38:01.008 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:38:00 smithi152 bash[29762]: audit 2023-11-15T05:38:00.015248+0000 mon.smithi116 (mon.0) 525 : audit [INF] from='mgr.14182 172.21.15.116:0/1868390107' entity='mgr.smithi116.ldeiub' 2023-11-15T05:38:01.008 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:38:00 smithi152 bash[29762]: audit 2023-11-15T05:38:00.027006+0000 mon.smithi116 (mon.0) 526 : audit [DBG] from='mgr.14182 172.21.15.116:0/1868390107' entity='mgr.smithi116.ldeiub' cmd=[{"prefix": "dashboard get-grafana-api-url"}]: dispatch 2023-11-15T05:38:01.008 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:38:00 smithi152 bash[29762]: audit 2023-11-15T05:38:00.033621+0000 mon.smithi116 (mon.0) 527 : audit [INF] from='mgr.14182 172.21.15.116:0/1868390107' entity='mgr.smithi116.ldeiub' cmd=[{"prefix": "dashboard set-grafana-api-url", "value": "https://smithi116.front.sepia.ceph.com:3000"}]: dispatch 2023-11-15T05:38:01.008 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:38:00 smithi152 bash[29762]: audit 2023-11-15T05:38:00.040403+0000 mon.smithi116 (mon.0) 528 : audit [INF] from='mgr.14182 172.21.15.116:0/1868390107' entity='mgr.smithi116.ldeiub' 2023-11-15T05:38:01.009 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:38:00 smithi152 bash[29762]: audit 2023-11-15T05:38:00.049289+0000 mon.smithi116 (mon.0) 529 : audit [DBG] from='mgr.14182 172.21.15.116:0/1868390107' entity='mgr.smithi116.ldeiub' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2023-11-15T05:38:01.009 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:38:00 smithi152 bash[29762]: audit 2023-11-15T05:38:00.055421+0000 mon.smithi116 (mon.0) 530 : audit [INF] from='mgr.14182 172.21.15.116:0/1868390107' entity='mgr.smithi116.ldeiub' cmd=[{"prefix": "dashboard set-prometheus-api-host", "value": "http://smithi152.front.sepia.ceph.com:9095"}]: dispatch 2023-11-15T05:38:01.009 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:38:00 smithi152 bash[29762]: audit 2023-11-15T05:38:00.063466+0000 mon.smithi116 (mon.0) 531 : audit [INF] from='mgr.14182 172.21.15.116:0/1868390107' entity='mgr.smithi116.ldeiub' 2023-11-15T05:38:01.009 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:38:00 smithi152 bash[29762]: audit 2023-11-15T05:38:00.068752+0000 mon.smithi116 (mon.0) 532 : audit [DBG] from='mgr.14182 172.21.15.116:0/1868390107' entity='mgr.smithi116.ldeiub' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-15T05:38:01.753 INFO:teuthology.orchestra.run.smithi116.stderr:Inferring config /var/lib/ceph/7456fada-8378-11ee-8dbe-212e2dc638e7/mon.smithi116/config 2023-11-15T05:38:01.899 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:38:01 smithi116 bash[25961]: audit 2023-11-15T05:38:00.003388+0000 mgr.smithi116.ldeiub (mgr.14182) 101 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2023-11-15T05:38:01.899 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:38:01 smithi116 bash[25961]: audit 2023-11-15T05:38:00.006696+0000 mgr.smithi116.ldeiub (mgr.14182) 102 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-alertmanager-api-host", "value": "http://smithi116.front.sepia.ceph.com:9093"}]: dispatch 2023-11-15T05:38:01.899 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:38:01 smithi116 bash[25961]: audit 2023-11-15T05:38:00.027915+0000 mgr.smithi116.ldeiub (mgr.14182) 103 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-grafana-api-url"}]: dispatch 2023-11-15T05:38:01.900 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:38:01 smithi116 bash[25961]: audit 2023-11-15T05:38:00.034246+0000 mgr.smithi116.ldeiub (mgr.14182) 104 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-grafana-api-url", "value": "https://smithi116.front.sepia.ceph.com:3000"}]: dispatch 2023-11-15T05:38:01.900 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:38:01 smithi116 bash[25961]: audit 2023-11-15T05:38:00.049983+0000 mgr.smithi116.ldeiub (mgr.14182) 105 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2023-11-15T05:38:01.900 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:38:01 smithi116 bash[25961]: audit 2023-11-15T05:38:00.056175+0000 mgr.smithi116.ldeiub (mgr.14182) 106 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-prometheus-api-host", "value": "http://smithi152.front.sepia.ceph.com:9095"}]: dispatch 2023-11-15T05:38:02.007 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:38:01 smithi152 bash[29762]: audit 2023-11-15T05:38:00.003388+0000 mgr.smithi116.ldeiub (mgr.14182) 101 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2023-11-15T05:38:02.007 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:38:01 smithi152 bash[29762]: audit 2023-11-15T05:38:00.006696+0000 mgr.smithi116.ldeiub (mgr.14182) 102 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-alertmanager-api-host", "value": "http://smithi116.front.sepia.ceph.com:9093"}]: dispatch 2023-11-15T05:38:02.007 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:38:01 smithi152 bash[29762]: audit 2023-11-15T05:38:00.027915+0000 mgr.smithi116.ldeiub (mgr.14182) 103 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-grafana-api-url"}]: dispatch 2023-11-15T05:38:02.007 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:38:01 smithi152 bash[29762]: audit 2023-11-15T05:38:00.034246+0000 mgr.smithi116.ldeiub (mgr.14182) 104 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-grafana-api-url", "value": "https://smithi116.front.sepia.ceph.com:3000"}]: dispatch 2023-11-15T05:38:02.008 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:38:01 smithi152 bash[29762]: audit 2023-11-15T05:38:00.049983+0000 mgr.smithi116.ldeiub (mgr.14182) 105 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2023-11-15T05:38:02.008 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:38:01 smithi152 bash[29762]: audit 2023-11-15T05:38:00.056175+0000 mgr.smithi116.ldeiub (mgr.14182) 106 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-prometheus-api-host", "value": "http://smithi152.front.sepia.ceph.com:9095"}]: dispatch 2023-11-15T05:38:02.899 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:38:02 smithi116 bash[25961]: cluster 2023-11-15T05:38:01.076175+0000 mgr.smithi116.ldeiub (mgr.14182) 107 : cluster [DBG] pgmap v96: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T05:38:03.007 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:38:02 smithi152 bash[29762]: cluster 2023-11-15T05:38:01.076175+0000 mgr.smithi116.ldeiub (mgr.14182) 107 : cluster [DBG] pgmap v96: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T05:38:04.758 INFO:teuthology.orchestra.run.smithi116.stdout:pg_num: 1 2023-11-15T05:38:04.898 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:38:04 smithi116 bash[25961]: cluster 2023-11-15T05:38:03.076623+0000 mgr.smithi116.ldeiub (mgr.14182) 108 : cluster [DBG] pgmap v97: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T05:38:05.006 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:38:04 smithi152 bash[29762]: cluster 2023-11-15T05:38:03.076623+0000 mgr.smithi116.ldeiub (mgr.14182) 108 : cluster [DBG] pgmap v97: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T05:38:05.452 INFO:tasks.ceph:Waiting until ceph daemons up and pgs clean... 2023-11-15T05:38:05.453 INFO:tasks.cephadm.ceph_manager.ceph:waiting for mgr available 2023-11-15T05:38:05.454 DEBUG:teuthology.orchestra.run.smithi116:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell --fsid 7456fada-8378-11ee-8dbe-212e2dc638e7 -- ceph mgr dump --format=json 2023-11-15T05:38:05.898 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:38:05 smithi116 bash[25961]: audit 2023-11-15T05:38:04.756560+0000 mon.smithi116 (mon.0) 533 : audit [DBG] from='client.? 172.21.15.116:0/4015457198' entity='client.admin' cmd=[{"prefix": "osd pool get", "pool": "device_health_metrics", "var": "pg_num"}]: dispatch 2023-11-15T05:38:06.007 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:38:05 smithi152 bash[29762]: audit 2023-11-15T05:38:04.756560+0000 mon.smithi116 (mon.0) 533 : audit [DBG] from='client.? 172.21.15.116:0/4015457198' entity='client.admin' cmd=[{"prefix": "osd pool get", "pool": "device_health_metrics", "var": "pg_num"}]: dispatch 2023-11-15T05:38:06.899 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:38:06 smithi116 bash[25961]: cluster 2023-11-15T05:38:05.077171+0000 mgr.smithi116.ldeiub (mgr.14182) 109 : cluster [DBG] pgmap v98: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T05:38:06.899 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:38:06 smithi116 bash[25961]: audit 2023-11-15T05:38:05.895546+0000 mon.smithi116 (mon.0) 534 : audit [INF] from='mgr.14182 172.21.15.116:0/1868390107' entity='mgr.smithi116.ldeiub' 2023-11-15T05:38:06.899 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:38:06 smithi116 bash[25961]: audit 2023-11-15T05:38:05.925410+0000 mon.smithi116 (mon.0) 535 : audit [INF] from='mgr.14182 172.21.15.116:0/1868390107' entity='mgr.smithi116.ldeiub' 2023-11-15T05:38:07.007 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:38:06 smithi152 bash[29762]: cluster 2023-11-15T05:38:05.077171+0000 mgr.smithi116.ldeiub (mgr.14182) 109 : cluster [DBG] pgmap v98: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T05:38:07.007 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:38:06 smithi152 bash[29762]: audit 2023-11-15T05:38:05.895546+0000 mon.smithi116 (mon.0) 534 : audit [INF] from='mgr.14182 172.21.15.116:0/1868390107' entity='mgr.smithi116.ldeiub' 2023-11-15T05:38:07.007 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:38:06 smithi152 bash[29762]: audit 2023-11-15T05:38:05.925410+0000 mon.smithi116 (mon.0) 535 : audit [INF] from='mgr.14182 172.21.15.116:0/1868390107' entity='mgr.smithi116.ldeiub' 2023-11-15T05:38:08.899 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:38:08 smithi116 bash[25961]: cluster 2023-11-15T05:38:07.077804+0000 mgr.smithi116.ldeiub (mgr.14182) 110 : cluster [DBG] pgmap v99: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T05:38:09.006 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:38:08 smithi152 bash[29762]: cluster 2023-11-15T05:38:07.077804+0000 mgr.smithi116.ldeiub (mgr.14182) 110 : cluster [DBG] pgmap v99: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T05:38:10.314 INFO:teuthology.orchestra.run.smithi116.stderr:Inferring config /var/lib/ceph/7456fada-8378-11ee-8dbe-212e2dc638e7/mon.smithi116/config 2023-11-15T05:38:10.899 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:38:10 smithi116 bash[25961]: cluster 2023-11-15T05:38:09.078478+0000 mgr.smithi116.ldeiub (mgr.14182) 111 : cluster [DBG] pgmap v100: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T05:38:11.007 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:38:10 smithi152 bash[29762]: cluster 2023-11-15T05:38:09.078478+0000 mgr.smithi116.ldeiub (mgr.14182) 111 : cluster [DBG] pgmap v100: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T05:38:12.899 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:38:12 smithi116 bash[25961]: cluster 2023-11-15T05:38:11.079114+0000 mgr.smithi116.ldeiub (mgr.14182) 112 : cluster [DBG] pgmap v101: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T05:38:13.007 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:38:12 smithi152 bash[29762]: cluster 2023-11-15T05:38:11.079114+0000 mgr.smithi116.ldeiub (mgr.14182) 112 : cluster [DBG] pgmap v101: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T05:38:14.376 INFO:teuthology.orchestra.run.smithi116.stdout: 2023-11-15T05:38:14.898 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:38:14 smithi116 bash[25961]: cluster 2023-11-15T05:38:13.079743+0000 mgr.smithi116.ldeiub (mgr.14182) 113 : cluster [DBG] pgmap v102: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T05:38:14.899 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:38:14 smithi116 bash[25961]: audit 2023-11-15T05:38:14.364897+0000 mon.smithi116 (mon.0) 536 : audit [DBG] from='client.? 172.21.15.116:0/3983872277' entity='client.admin' cmd=[{"prefix": "mgr dump", "format": "json"}]: dispatch 2023-11-15T05:38:15.007 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:38:14 smithi152 bash[29762]: cluster 2023-11-15T05:38:13.079743+0000 mgr.smithi116.ldeiub (mgr.14182) 113 : cluster [DBG] pgmap v102: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T05:38:15.007 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:38:14 smithi152 bash[29762]: audit 2023-11-15T05:38:14.364897+0000 mon.smithi116 (mon.0) 536 : audit [DBG] from='client.? 172.21.15.116:0/3983872277' entity='client.admin' cmd=[{"prefix": "mgr dump", "format": "json"}]: dispatch 2023-11-15T05:38:15.064 INFO:teuthology.orchestra.run.smithi116.stdout:{"epoch":18,"active_gid":14182,"active_name":"smithi116.ldeiub","active_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.116:6800","nonce":118889316},{"type":"v1","addr":"172.21.15.116:6801","nonce":118889316}]},"active_addr":"172.21.15.116:6801/118889316","active_change":"2023-11-15T05:35:45.035465+0000","active_mgr_features":4540138314316775423,"available":true,"standbys":[{"gid":14196,"name":"smithi152.uihpes","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.116:8443/","prometheus":"http://172.21.15.116: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.116:0","nonce":3556722795}]},{"name":"volumes","addrvec":[{"type":"v2","addr":"172.21.15.116:0","nonce":2785095469}]}]} 2023-11-15T05:38:15.068 INFO:tasks.cephadm.ceph_manager.ceph:mgr available! 2023-11-15T05:38:15.068 INFO:tasks.cephadm.ceph_manager.ceph:waiting for all up 2023-11-15T05:38:15.069 DEBUG:teuthology.orchestra.run.smithi116:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell --fsid 7456fada-8378-11ee-8dbe-212e2dc638e7 -- ceph osd dump --format=json 2023-11-15T05:38:16.757 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:38:16 smithi152 bash[29762]: cluster 2023-11-15T05:38:15.080233+0000 mgr.smithi116.ldeiub (mgr.14182) 114 : cluster [DBG] pgmap v103: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T05:38:16.757 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:38:16 smithi152 bash[29762]: cephadm 2023-11-15T05:38:15.481991+0000 mgr.smithi116.ldeiub (mgr.14182) 115 : cephadm [INF] Detected new or changed devices on smithi152 2023-11-15T05:38:16.758 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:38:16 smithi152 bash[29762]: audit 2023-11-15T05:38:15.491457+0000 mon.smithi116 (mon.0) 537 : audit [INF] from='mgr.14182 172.21.15.116:0/1868390107' entity='mgr.smithi116.ldeiub' 2023-11-15T05:38:16.758 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:38:16 smithi152 bash[29762]: audit 2023-11-15T05:38:15.784688+0000 mon.smithi116 (mon.0) 538 : audit [INF] from='mgr.14182 172.21.15.116:0/1868390107' entity='mgr.smithi116.ldeiub' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2023-11-15T05:38:16.758 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:38:16 smithi152 bash[29762]: audit 2023-11-15T05:38:15.786867+0000 mon.smithi116 (mon.0) 539 : audit [INF] from='mgr.14182 172.21.15.116:0/1868390107' entity='mgr.smithi116.ldeiub' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2023-11-15T05:38:16.758 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:38:16 smithi152 bash[29762]: audit 2023-11-15T05:38:15.788845+0000 mon.smithi116 (mon.0) 540 : audit [INF] from='mgr.14182 172.21.15.116:0/1868390107' entity='mgr.smithi116.ldeiub' cmd=[{"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"}]: dispatch 2023-11-15T05:38:16.758 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:38:16 smithi152 bash[29762]: audit 2023-11-15T05:38:15.790890+0000 mon.smithi116 (mon.0) 541 : audit [INF] from='mgr.14182 172.21.15.116:0/1868390107' entity='mgr.smithi116.ldeiub' cmd=[{"prefix": "config rm", "who": "osd.6", "name": "osd_memory_target"}]: dispatch 2023-11-15T05:38:16.759 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:38:16 smithi152 bash[29762]: audit 2023-11-15T05:38:15.799953+0000 mon.smithi116 (mon.0) 542 : audit [INF] from='mgr.14182 172.21.15.116:0/1868390107' entity='mgr.smithi116.ldeiub' 2023-11-15T05:38:16.759 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:38:16 smithi152 bash[29762]: audit 2023-11-15T05:38:16.387211+0000 mon.smithi116 (mon.0) 543 : audit [INF] from='mgr.14182 172.21.15.116:0/1868390107' entity='mgr.smithi116.ldeiub' 2023-11-15T05:38:16.899 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:38:16 smithi116 bash[25961]: cluster 2023-11-15T05:38:15.080233+0000 mgr.smithi116.ldeiub (mgr.14182) 114 : cluster [DBG] pgmap v103: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T05:38:16.899 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:38:16 smithi116 bash[25961]: cephadm 2023-11-15T05:38:15.481991+0000 mgr.smithi116.ldeiub (mgr.14182) 115 : cephadm [INF] Detected new or changed devices on smithi152 2023-11-15T05:38:16.899 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:38:16 smithi116 bash[25961]: audit 2023-11-15T05:38:15.491457+0000 mon.smithi116 (mon.0) 537 : audit [INF] from='mgr.14182 172.21.15.116:0/1868390107' entity='mgr.smithi116.ldeiub' 2023-11-15T05:38:16.900 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:38:16 smithi116 bash[25961]: audit 2023-11-15T05:38:15.784688+0000 mon.smithi116 (mon.0) 538 : audit [INF] from='mgr.14182 172.21.15.116:0/1868390107' entity='mgr.smithi116.ldeiub' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2023-11-15T05:38:16.900 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:38:16 smithi116 bash[25961]: audit 2023-11-15T05:38:15.786867+0000 mon.smithi116 (mon.0) 539 : audit [INF] from='mgr.14182 172.21.15.116:0/1868390107' entity='mgr.smithi116.ldeiub' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2023-11-15T05:38:16.900 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:38:16 smithi116 bash[25961]: audit 2023-11-15T05:38:15.788845+0000 mon.smithi116 (mon.0) 540 : audit [INF] from='mgr.14182 172.21.15.116:0/1868390107' entity='mgr.smithi116.ldeiub' cmd=[{"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"}]: dispatch 2023-11-15T05:38:16.900 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:38:16 smithi116 bash[25961]: audit 2023-11-15T05:38:15.790890+0000 mon.smithi116 (mon.0) 541 : audit [INF] from='mgr.14182 172.21.15.116:0/1868390107' entity='mgr.smithi116.ldeiub' cmd=[{"prefix": "config rm", "who": "osd.6", "name": "osd_memory_target"}]: dispatch 2023-11-15T05:38:16.900 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:38:16 smithi116 bash[25961]: audit 2023-11-15T05:38:15.799953+0000 mon.smithi116 (mon.0) 542 : audit [INF] from='mgr.14182 172.21.15.116:0/1868390107' entity='mgr.smithi116.ldeiub' 2023-11-15T05:38:16.901 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:38:16 smithi116 bash[25961]: audit 2023-11-15T05:38:16.387211+0000 mon.smithi116 (mon.0) 543 : audit [INF] from='mgr.14182 172.21.15.116:0/1868390107' entity='mgr.smithi116.ldeiub' 2023-11-15T05:38:17.757 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:38:17 smithi152 bash[29762]: cephadm 2023-11-15T05:38:15.792362+0000 mgr.smithi116.ldeiub (mgr.14182) 116 : cephadm [INF] Adjusting osd_memory_target on smithi152 to 3785M 2023-11-15T05:38:17.757 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:38:17 smithi152 bash[29762]: cephadm 2023-11-15T05:38:16.378191+0000 mgr.smithi116.ldeiub (mgr.14182) 117 : cephadm [INF] Detected new or changed devices on smithi116 2023-11-15T05:38:17.758 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:38:17 smithi152 bash[29762]: audit 2023-11-15T05:38:16.678668+0000 mon.smithi116 (mon.0) 544 : audit [INF] from='mgr.14182 172.21.15.116:0/1868390107' entity='mgr.smithi116.ldeiub' 2023-11-15T05:38:17.758 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:38:17 smithi152 bash[29762]: audit 2023-11-15T05:38:16.680699+0000 mon.smithi116 (mon.0) 545 : audit [INF] from='mgr.14182 172.21.15.116:0/1868390107' entity='mgr.smithi116.ldeiub' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2023-11-15T05:38:17.758 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:38:17 smithi152 bash[29762]: audit 2023-11-15T05:38:16.681781+0000 mon.smithi116 (mon.0) 546 : audit [INF] from='mgr.14182 172.21.15.116:0/1868390107' entity='mgr.smithi116.ldeiub' cmd=[{"prefix": "config rm", "who": "osd.3", "name": "osd_memory_target"}]: dispatch 2023-11-15T05:38:17.758 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:38:17 smithi152 bash[29762]: audit 2023-11-15T05:38:16.682793+0000 mon.smithi116 (mon.0) 547 : audit [INF] from='mgr.14182 172.21.15.116:0/1868390107' entity='mgr.smithi116.ldeiub' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2023-11-15T05:38:17.759 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:38:17 smithi152 bash[29762]: audit 2023-11-15T05:38:16.683799+0000 mon.smithi116 (mon.0) 548 : audit [INF] from='mgr.14182 172.21.15.116:0/1868390107' entity='mgr.smithi116.ldeiub' cmd=[{"prefix": "config rm", "who": "osd.7", "name": "osd_memory_target"}]: dispatch 2023-11-15T05:38:17.759 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:38:17 smithi152 bash[29762]: audit 2023-11-15T05:38:16.691355+0000 mon.smithi116 (mon.0) 549 : audit [INF] from='mgr.14182 172.21.15.116:0/1868390107' entity='mgr.smithi116.ldeiub' 2023-11-15T05:38:17.759 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:38:17 smithi152 bash[29762]: audit 2023-11-15T05:38:16.694298+0000 mon.smithi116 (mon.0) 550 : audit [DBG] from='mgr.14182 172.21.15.116:0/1868390107' entity='mgr.smithi116.ldeiub' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-15T05:38:17.759 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:38:17 smithi152 bash[29762]: audit 2023-11-15T05:38:16.695663+0000 mon.smithi116 (mon.0) 551 : audit [INF] from='mgr.14182 172.21.15.116:0/1868390107' entity='mgr.smithi116.ldeiub' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-11-15T05:38:17.759 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:38:17 smithi152 bash[29762]: audit 2023-11-15T05:38:16.703058+0000 mon.smithi116 (mon.0) 552 : audit [INF] from='mgr.14182 172.21.15.116:0/1868390107' entity='mgr.smithi116.ldeiub' 2023-11-15T05:38:17.760 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:38:17 smithi152 bash[29762]: audit 2023-11-15T05:38:16.711445+0000 mon.smithi116 (mon.0) 553 : audit [DBG] from='mgr.14182 172.21.15.116:0/1868390107' entity='mgr.smithi116.ldeiub' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-11-15T05:38:17.760 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:38:17 smithi152 bash[29762]: audit 2023-11-15T05:38:16.719400+0000 mon.smithi116 (mon.0) 554 : audit [INF] from='mgr.14182 172.21.15.116:0/1868390107' entity='mgr.smithi116.ldeiub' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2023-11-15T05:38:17.760 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:38:17 smithi152 bash[29762]: audit 2023-11-15T05:38:16.721714+0000 mon.smithi116 (mon.0) 555 : audit [INF] from='mgr.14182 172.21.15.116:0/1868390107' entity='mgr.smithi116.ldeiub' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2023-11-15T05:38:17.760 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:38:17 smithi152 bash[29762]: audit 2023-11-15T05:38:16.722479+0000 mon.smithi116 (mon.0) 556 : audit [DBG] from='mgr.14182 172.21.15.116:0/1868390107' entity='mgr.smithi116.ldeiub' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-15T05:38:17.760 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:38:17 smithi152 bash[29762]: audit 2023-11-15T05:38:16.722853+0000 mon.smithi116 (mon.0) 557 : audit [DBG] from='mgr.14182 172.21.15.116:0/1868390107' entity='mgr.smithi116.ldeiub' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-15T05:38:17.899 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:38:17 smithi116 bash[25961]: cephadm 2023-11-15T05:38:15.792362+0000 mgr.smithi116.ldeiub (mgr.14182) 116 : cephadm [INF] Adjusting osd_memory_target on smithi152 to 3785M 2023-11-15T05:38:17.899 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:38:17 smithi116 bash[25961]: cephadm 2023-11-15T05:38:16.378191+0000 mgr.smithi116.ldeiub (mgr.14182) 117 : cephadm [INF] Detected new or changed devices on smithi116 2023-11-15T05:38:17.899 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:38:17 smithi116 bash[25961]: audit 2023-11-15T05:38:16.678668+0000 mon.smithi116 (mon.0) 544 : audit [INF] from='mgr.14182 172.21.15.116:0/1868390107' entity='mgr.smithi116.ldeiub' 2023-11-15T05:38:17.899 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:38:17 smithi116 bash[25961]: audit 2023-11-15T05:38:16.680699+0000 mon.smithi116 (mon.0) 545 : audit [INF] from='mgr.14182 172.21.15.116:0/1868390107' entity='mgr.smithi116.ldeiub' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2023-11-15T05:38:17.900 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:38:17 smithi116 bash[25961]: audit 2023-11-15T05:38:16.681781+0000 mon.smithi116 (mon.0) 546 : audit [INF] from='mgr.14182 172.21.15.116:0/1868390107' entity='mgr.smithi116.ldeiub' cmd=[{"prefix": "config rm", "who": "osd.3", "name": "osd_memory_target"}]: dispatch 2023-11-15T05:38:17.900 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:38:17 smithi116 bash[25961]: audit 2023-11-15T05:38:16.682793+0000 mon.smithi116 (mon.0) 547 : audit [INF] from='mgr.14182 172.21.15.116:0/1868390107' entity='mgr.smithi116.ldeiub' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2023-11-15T05:38:17.900 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:38:17 smithi116 bash[25961]: audit 2023-11-15T05:38:16.683799+0000 mon.smithi116 (mon.0) 548 : audit [INF] from='mgr.14182 172.21.15.116:0/1868390107' entity='mgr.smithi116.ldeiub' cmd=[{"prefix": "config rm", "who": "osd.7", "name": "osd_memory_target"}]: dispatch 2023-11-15T05:38:17.900 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:38:17 smithi116 bash[25961]: audit 2023-11-15T05:38:16.691355+0000 mon.smithi116 (mon.0) 549 : audit [INF] from='mgr.14182 172.21.15.116:0/1868390107' entity='mgr.smithi116.ldeiub' 2023-11-15T05:38:17.900 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:38:17 smithi116 bash[25961]: audit 2023-11-15T05:38:16.694298+0000 mon.smithi116 (mon.0) 550 : audit [DBG] from='mgr.14182 172.21.15.116:0/1868390107' entity='mgr.smithi116.ldeiub' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-15T05:38:17.901 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:38:17 smithi116 bash[25961]: audit 2023-11-15T05:38:16.695663+0000 mon.smithi116 (mon.0) 551 : audit [INF] from='mgr.14182 172.21.15.116:0/1868390107' entity='mgr.smithi116.ldeiub' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-11-15T05:38:17.901 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:38:17 smithi116 bash[25961]: audit 2023-11-15T05:38:16.703058+0000 mon.smithi116 (mon.0) 552 : audit [INF] from='mgr.14182 172.21.15.116:0/1868390107' entity='mgr.smithi116.ldeiub' 2023-11-15T05:38:17.901 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:38:17 smithi116 bash[25961]: audit 2023-11-15T05:38:16.711445+0000 mon.smithi116 (mon.0) 553 : audit [DBG] from='mgr.14182 172.21.15.116:0/1868390107' entity='mgr.smithi116.ldeiub' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-11-15T05:38:17.901 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:38:17 smithi116 bash[25961]: audit 2023-11-15T05:38:16.719400+0000 mon.smithi116 (mon.0) 554 : audit [INF] from='mgr.14182 172.21.15.116:0/1868390107' entity='mgr.smithi116.ldeiub' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2023-11-15T05:38:17.901 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:38:17 smithi116 bash[25961]: audit 2023-11-15T05:38:16.721714+0000 mon.smithi116 (mon.0) 555 : audit [INF] from='mgr.14182 172.21.15.116:0/1868390107' entity='mgr.smithi116.ldeiub' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2023-11-15T05:38:17.901 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:38:17 smithi116 bash[25961]: audit 2023-11-15T05:38:16.722479+0000 mon.smithi116 (mon.0) 556 : audit [DBG] from='mgr.14182 172.21.15.116:0/1868390107' entity='mgr.smithi116.ldeiub' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-15T05:38:17.902 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:38:17 smithi116 bash[25961]: audit 2023-11-15T05:38:16.722853+0000 mon.smithi116 (mon.0) 557 : audit [DBG] from='mgr.14182 172.21.15.116:0/1868390107' entity='mgr.smithi116.ldeiub' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-15T05:38:18.757 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:38:18 smithi152 bash[29762]: cephadm 2023-11-15T05:38:16.684596+0000 mgr.smithi116.ldeiub (mgr.14182) 118 : cephadm [INF] Adjusting osd_memory_target on smithi116 to 3529M 2023-11-15T05:38:18.757 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:38:18 smithi152 bash[29762]: cluster 2023-11-15T05:38:17.080884+0000 mgr.smithi116.ldeiub (mgr.14182) 119 : cluster [DBG] pgmap v104: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T05:38:18.899 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:38:18 smithi116 bash[25961]: cephadm 2023-11-15T05:38:16.684596+0000 mgr.smithi116.ldeiub (mgr.14182) 118 : cephadm [INF] Adjusting osd_memory_target on smithi116 to 3529M 2023-11-15T05:38:18.899 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:38:18 smithi116 bash[25961]: cluster 2023-11-15T05:38:17.080884+0000 mgr.smithi116.ldeiub (mgr.14182) 119 : cluster [DBG] pgmap v104: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T05:38:19.917 INFO:teuthology.orchestra.run.smithi116.stderr:Inferring config /var/lib/ceph/7456fada-8378-11ee-8dbe-212e2dc638e7/mon.smithi116/config 2023-11-15T05:38:20.757 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:38:20 smithi152 bash[29762]: cluster 2023-11-15T05:38:19.081499+0000 mgr.smithi116.ldeiub (mgr.14182) 120 : cluster [DBG] pgmap v105: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T05:38:20.768 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:38:20 smithi116 bash[25961]: cluster 2023-11-15T05:38:19.081499+0000 mgr.smithi116.ldeiub (mgr.14182) 120 : cluster [DBG] pgmap v105: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T05:38:22.717 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:38:22 smithi152 bash[29762]: cluster 2023-11-15T05:38:21.082236+0000 mgr.smithi116.ldeiub (mgr.14182) 121 : cluster [DBG] pgmap v106: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T05:38:22.898 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:38:22 smithi116 bash[25961]: cluster 2023-11-15T05:38:21.082236+0000 mgr.smithi116.ldeiub (mgr.14182) 121 : cluster [DBG] pgmap v106: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T05:38:24.117 INFO:teuthology.orchestra.run.smithi116.stdout: 2023-11-15T05:38:24.117 INFO:teuthology.orchestra.run.smithi116.stdout:{"epoch":39,"fsid":"7456fada-8378-11ee-8dbe-212e2dc638e7","created":"2023-11-15T05:33:42.739755+0000","modified":"2023-11-15T05:37:36.192679+0000","last_up_change":"2023-11-15T05:37:34.179894+0000","last_in_change":"2023-11-15T05:36:45.594897+0000","flags":"sortbitwise,recovery_deletes,purged_snapdirs,pglog_hardlimit","flags_num":5799936,"flags_set":["pglog_hardlimit","purged_snapdirs","recovery_deletes","sortbitwise"],"crush_version":16,"full_ratio":0.94999998807907104,"backfillfull_ratio":0.89999997615814209,"nearfull_ratio":0.85000002384185791,"cluster_snapshot":"","pool_max":1,"max_osd":8,"require_min_compat_client":"luminous","min_compat_client":"jewel","require_osd_release":"pacific","pools":[{"pool":1,"pool_name":"device_health_metrics","create_time":"2023-11-15T05:37:17.414061+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":"6d2fe0c4-9788-4bc7-96f8-28e6dc2e0775","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":16,"up_thru":37,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.152:6800","nonce":1492986868},{"type":"v1","addr":"172.21.15.152:6801","nonce":1492986868}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.152:6802","nonce":1492986868},{"type":"v1","addr":"172.21.15.152:6803","nonce":1492986868}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.152:6806","nonce":1492986868},{"type":"v1","addr":"172.21.15.152:6807","nonce":1492986868}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.152:6804","nonce":1492986868},{"type":"v1","addr":"172.21.15.152:6805","nonce":1492986868}]},"public_addr":"172.21.15.152:6801/1492986868","cluster_addr":"172.21.15.152:6803/1492986868","heartbeat_back_addr":"172.21.15.152:6807/1492986868","heartbeat_front_addr":"172.21.15.152:6805/1492986868","state":["exists","up"]},{"osd":1,"uuid":"d31a2bc3-1fda-449d-b543-25b167e30874","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":22,"up_thru":29,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.116:6802","nonce":3310222829},{"type":"v1","addr":"172.21.15.116:6803","nonce":3310222829}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.116:6804","nonce":3310222829},{"type":"v1","addr":"172.21.15.116:6805","nonce":3310222829}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.116:6808","nonce":3310222829},{"type":"v1","addr":"172.21.15.116:6809","nonce":3310222829}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.116:6806","nonce":3310222829},{"type":"v1","addr":"172.21.15.116:6807","nonce":3310222829}]},"public_addr":"172.21.15.116:6803/3310222829","cluster_addr":"172.21.15.116:6805/3310222829","heartbeat_back_addr":"172.21.15.116:6809/3310222829","heartbeat_front_addr":"172.21.15.116:6807/3310222829","state":["exists","up"]},{"osd":2,"uuid":"5cfdc704-e288-40df-a8e9-1444a24e4bc3","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.152:6808","nonce":1717787854},{"type":"v1","addr":"172.21.15.152:6809","nonce":1717787854}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.152:6810","nonce":1717787854},{"type":"v1","addr":"172.21.15.152:6811","nonce":1717787854}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.152:6814","nonce":1717787854},{"type":"v1","addr":"172.21.15.152:6815","nonce":1717787854}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.152:6812","nonce":1717787854},{"type":"v1","addr":"172.21.15.152:6813","nonce":1717787854}]},"public_addr":"172.21.15.152:6809/1717787854","cluster_addr":"172.21.15.152:6811/1717787854","heartbeat_back_addr":"172.21.15.152:6815/1717787854","heartbeat_front_addr":"172.21.15.152:6813/1717787854","state":["exists","up"]},{"osd":3,"uuid":"12c088bf-0b69-4b12-9542-fb0b1b6686a5","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":28,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.116:6810","nonce":3786333555},{"type":"v1","addr":"172.21.15.116:6811","nonce":3786333555}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.116:6812","nonce":3786333555},{"type":"v1","addr":"172.21.15.116:6813","nonce":3786333555}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.116:6816","nonce":3786333555},{"type":"v1","addr":"172.21.15.116:6817","nonce":3786333555}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.116:6814","nonce":3786333555},{"type":"v1","addr":"172.21.15.116:6815","nonce":3786333555}]},"public_addr":"172.21.15.116:6811/3786333555","cluster_addr":"172.21.15.116:6813/3786333555","heartbeat_back_addr":"172.21.15.116:6817/3786333555","heartbeat_front_addr":"172.21.15.116:6815/3786333555","state":["exists","up"]},{"osd":4,"uuid":"e2ac5c6e-6236-4256-9729-da857b57222a","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.152:6816","nonce":1456220124},{"type":"v1","addr":"172.21.15.152:6817","nonce":1456220124}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.152:6818","nonce":1456220124},{"type":"v1","addr":"172.21.15.152:6819","nonce":1456220124}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.152:6822","nonce":1456220124},{"type":"v1","addr":"172.21.15.152:6823","nonce":1456220124}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.152:6820","nonce":1456220124},{"type":"v1","addr":"172.21.15.152:6821","nonce":1456220124}]},"public_addr":"172.21.15.152:6817/1456220124","cluster_addr":"172.21.15.152:6819/1456220124","heartbeat_back_addr":"172.21.15.152:6823/1456220124","heartbeat_front_addr":"172.21.15.152:6821/1456220124","state":["exists","up"]},{"osd":5,"uuid":"6400eb30-27ca-42a8-ac3e-bf1eabae6f4c","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":33,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.116:6818","nonce":3968156830},{"type":"v1","addr":"172.21.15.116:6819","nonce":3968156830}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.116:6820","nonce":3968156830},{"type":"v1","addr":"172.21.15.116:6821","nonce":3968156830}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.116:6824","nonce":3968156830},{"type":"v1","addr":"172.21.15.116:6825","nonce":3968156830}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.116:6822","nonce":3968156830},{"type":"v1","addr":"172.21.15.116:6823","nonce":3968156830}]},"public_addr":"172.21.15.116:6819/3968156830","cluster_addr":"172.21.15.116:6821/3968156830","heartbeat_back_addr":"172.21.15.116:6825/3968156830","heartbeat_front_addr":"172.21.15.116:6823/3968156830","state":["exists","up"]},{"osd":6,"uuid":"afec2447-47f0-46eb-adf8-f4a0a63c95ed","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":28,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.152:6824","nonce":2759872076},{"type":"v1","addr":"172.21.15.152:6825","nonce":2759872076}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.152:6826","nonce":2759872076},{"type":"v1","addr":"172.21.15.152:6827","nonce":2759872076}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.152:6830","nonce":2759872076},{"type":"v1","addr":"172.21.15.152:6831","nonce":2759872076}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.152:6828","nonce":2759872076},{"type":"v1","addr":"172.21.15.152:6829","nonce":2759872076}]},"public_addr":"172.21.15.152:6825/2759872076","cluster_addr":"172.21.15.152:6827/2759872076","heartbeat_back_addr":"172.21.15.152:6831/2759872076","heartbeat_front_addr":"172.21.15.152:6829/2759872076","state":["exists","up"]},{"osd":7,"uuid":"0eca7d6c-94d8-4b1a-8de7-4ef9f7e4ef49","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":37,"up_thru":38,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.116:6826","nonce":3424699127},{"type":"v1","addr":"172.21.15.116:6827","nonce":3424699127}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.116:6828","nonce":3424699127},{"type":"v1","addr":"172.21.15.116:6829","nonce":3424699127}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.116:6832","nonce":3424699127},{"type":"v1","addr":"172.21.15.116:6833","nonce":3424699127}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.116:6830","nonce":3424699127},{"type":"v1","addr":"172.21.15.116:6831","nonce":3424699127}]},"public_addr":"172.21.15.116:6827/3424699127","cluster_addr":"172.21.15.116:6829/3424699127","heartbeat_back_addr":"172.21.15.116:6833/3424699127","heartbeat_front_addr":"172.21.15.116:6831/3424699127","state":["exists","up"]}],"osd_xinfo":[{"osd":0,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138314316775423,"old_weight":0,"last_purged_snaps_scrub":"2023-11-15T05:37:08.195564+0000","dead_epoch":0},{"osd":1,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138314316775423,"old_weight":0,"last_purged_snaps_scrub":"2023-11-15T05:37:15.455118+0000","dead_epoch":0},{"osd":2,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138314316775423,"old_weight":0,"last_purged_snaps_scrub":"2023-11-15T05:37:13.069528+0000","dead_epoch":0},{"osd":3,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138314316775423,"old_weight":0,"last_purged_snaps_scrub":"2023-11-15T05:37:21.543155+0000","dead_epoch":0},{"osd":4,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138314316775423,"old_weight":0,"last_purged_snaps_scrub":"2023-11-15T05:37:18.194916+0000","dead_epoch":0},{"osd":5,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138314316775423,"old_weight":0,"last_purged_snaps_scrub":"2023-11-15T05:37:27.984948+0000","dead_epoch":0},{"osd":6,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138314316775423,"old_weight":0,"last_purged_snaps_scrub":"2023-11-15T05:37:21.779745+0000","dead_epoch":0},{"osd":7,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138314316775423,"old_weight":0,"last_purged_snaps_scrub":"2023-11-15T05:37:33.433213+0000","dead_epoch":0}],"pg_upmap":[],"pg_upmap_items":[],"pg_temp":[],"primary_temp":[],"blocklist":{"172.21.15.116:6801/3517441771":"2023-11-16T05:35:45.035189+0000","172.21.15.116:6800/3517441771":"2023-11-16T05:35:45.035189+0000","172.21.15.116:0/2313880806":"2023-11-16T05:34:50.351555+0000","172.21.15.116:0/952581840":"2023-11-16T05:34:50.351555+0000","172.21.15.116:6800/1387175269":"2023-11-16T05:34:50.351555+0000","172.21.15.116:0/2414966794":"2023-11-16T05:34:10.304087+0000","172.21.15.116:0/3090050647":"2023-11-16T05:35:45.035189+0000","172.21.15.116:6800/1599906885":"2023-11-16T05:34:10.304087+0000","172.21.15.116:0/3440017116":"2023-11-16T05:35:45.035189+0000","172.21.15.116:6801/1387175269":"2023-11-16T05:34:50.351555+0000","172.21.15.116:6801/1599906885":"2023-11-16T05:34:10.304087+0000","172.21.15.116:0/2079110550":"2023-11-16T05:34:10.304087+0000"},"range_blocklist":{},"erasure_code_profiles":{"default":{"crush-failure-domain":"osd","k":"2","m":"1","plugin":"jerasure","ruleset-failure-domain":"osd","technique":"reed_sol_van"}},"removed_snaps_queue":[],"new_removed_snaps":[],"new_purged_snaps":[],"crush_node_flags":{},"device_class_flags":{},"stretch_mode":{"stretch_mode_enabled":false,"stretch_bucket_count":0,"degraded_stretch_mode":0,"recovering_stretch_mode":0,"stretch_mode_bucket":0}} 2023-11-15T05:38:24.899 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:38:24 smithi116 bash[25961]: cluster 2023-11-15T05:38:23.082864+0000 mgr.smithi116.ldeiub (mgr.14182) 122 : cluster [DBG] pgmap v107: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T05:38:24.899 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:38:24 smithi116 bash[25961]: audit 2023-11-15T05:38:24.114041+0000 mon.smithi116 (mon.0) 558 : audit [DBG] from='client.? 172.21.15.116:0/3667417389' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2023-11-15T05:38:24.944 INFO:tasks.cephadm.ceph_manager.ceph:all up! 2023-11-15T05:38:24.945 DEBUG:teuthology.orchestra.run.smithi116:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell --fsid 7456fada-8378-11ee-8dbe-212e2dc638e7 -- ceph osd dump --format=json 2023-11-15T05:38:24.993 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:38:24 smithi152 bash[29762]: cluster 2023-11-15T05:38:23.082864+0000 mgr.smithi116.ldeiub (mgr.14182) 122 : cluster [DBG] pgmap v107: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T05:38:24.993 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:38:24 smithi152 bash[29762]: audit 2023-11-15T05:38:24.114041+0000 mon.smithi116 (mon.0) 558 : audit [DBG] from='client.? 172.21.15.116:0/3667417389' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2023-11-15T05:38:26.899 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:38:26 smithi116 bash[25961]: cluster 2023-11-15T05:38:25.083463+0000 mgr.smithi116.ldeiub (mgr.14182) 123 : cluster [DBG] pgmap v108: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T05:38:27.007 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:38:26 smithi152 bash[29762]: cluster 2023-11-15T05:38:25.083463+0000 mgr.smithi116.ldeiub (mgr.14182) 123 : cluster [DBG] pgmap v108: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T05:38:28.899 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:38:28 smithi116 bash[25961]: cluster 2023-11-15T05:38:27.084091+0000 mgr.smithi116.ldeiub (mgr.14182) 124 : cluster [DBG] pgmap v109: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T05:38:29.007 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:38:28 smithi152 bash[29762]: cluster 2023-11-15T05:38:27.084091+0000 mgr.smithi116.ldeiub (mgr.14182) 124 : cluster [DBG] pgmap v109: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T05:38:30.157 INFO:teuthology.orchestra.run.smithi116.stderr:Inferring config /var/lib/ceph/7456fada-8378-11ee-8dbe-212e2dc638e7/mon.smithi116/config 2023-11-15T05:38:30.899 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:38:30 smithi116 bash[25961]: cluster 2023-11-15T05:38:29.084690+0000 mgr.smithi116.ldeiub (mgr.14182) 125 : cluster [DBG] pgmap v110: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T05:38:31.007 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:38:30 smithi152 bash[29762]: cluster 2023-11-15T05:38:29.084690+0000 mgr.smithi116.ldeiub (mgr.14182) 125 : cluster [DBG] pgmap v110: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T05:38:32.898 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:38:32 smithi116 bash[25961]: cluster 2023-11-15T05:38:31.085364+0000 mgr.smithi116.ldeiub (mgr.14182) 126 : cluster [DBG] pgmap v111: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T05:38:32.903 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:38:32 smithi152 bash[29762]: cluster 2023-11-15T05:38:31.085364+0000 mgr.smithi116.ldeiub (mgr.14182) 126 : cluster [DBG] pgmap v111: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T05:38:34.335 INFO:teuthology.orchestra.run.smithi116.stdout: 2023-11-15T05:38:34.336 INFO:teuthology.orchestra.run.smithi116.stdout:{"epoch":39,"fsid":"7456fada-8378-11ee-8dbe-212e2dc638e7","created":"2023-11-15T05:33:42.739755+0000","modified":"2023-11-15T05:37:36.192679+0000","last_up_change":"2023-11-15T05:37:34.179894+0000","last_in_change":"2023-11-15T05:36:45.594897+0000","flags":"sortbitwise,recovery_deletes,purged_snapdirs,pglog_hardlimit","flags_num":5799936,"flags_set":["pglog_hardlimit","purged_snapdirs","recovery_deletes","sortbitwise"],"crush_version":16,"full_ratio":0.94999998807907104,"backfillfull_ratio":0.89999997615814209,"nearfull_ratio":0.85000002384185791,"cluster_snapshot":"","pool_max":1,"max_osd":8,"require_min_compat_client":"luminous","min_compat_client":"jewel","require_osd_release":"pacific","pools":[{"pool":1,"pool_name":"device_health_metrics","create_time":"2023-11-15T05:37:17.414061+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":"6d2fe0c4-9788-4bc7-96f8-28e6dc2e0775","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":16,"up_thru":37,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.152:6800","nonce":1492986868},{"type":"v1","addr":"172.21.15.152:6801","nonce":1492986868}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.152:6802","nonce":1492986868},{"type":"v1","addr":"172.21.15.152:6803","nonce":1492986868}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.152:6806","nonce":1492986868},{"type":"v1","addr":"172.21.15.152:6807","nonce":1492986868}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.152:6804","nonce":1492986868},{"type":"v1","addr":"172.21.15.152:6805","nonce":1492986868}]},"public_addr":"172.21.15.152:6801/1492986868","cluster_addr":"172.21.15.152:6803/1492986868","heartbeat_back_addr":"172.21.15.152:6807/1492986868","heartbeat_front_addr":"172.21.15.152:6805/1492986868","state":["exists","up"]},{"osd":1,"uuid":"d31a2bc3-1fda-449d-b543-25b167e30874","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":22,"up_thru":29,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.116:6802","nonce":3310222829},{"type":"v1","addr":"172.21.15.116:6803","nonce":3310222829}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.116:6804","nonce":3310222829},{"type":"v1","addr":"172.21.15.116:6805","nonce":3310222829}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.116:6808","nonce":3310222829},{"type":"v1","addr":"172.21.15.116:6809","nonce":3310222829}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.116:6806","nonce":3310222829},{"type":"v1","addr":"172.21.15.116:6807","nonce":3310222829}]},"public_addr":"172.21.15.116:6803/3310222829","cluster_addr":"172.21.15.116:6805/3310222829","heartbeat_back_addr":"172.21.15.116:6809/3310222829","heartbeat_front_addr":"172.21.15.116:6807/3310222829","state":["exists","up"]},{"osd":2,"uuid":"5cfdc704-e288-40df-a8e9-1444a24e4bc3","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.152:6808","nonce":1717787854},{"type":"v1","addr":"172.21.15.152:6809","nonce":1717787854}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.152:6810","nonce":1717787854},{"type":"v1","addr":"172.21.15.152:6811","nonce":1717787854}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.152:6814","nonce":1717787854},{"type":"v1","addr":"172.21.15.152:6815","nonce":1717787854}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.152:6812","nonce":1717787854},{"type":"v1","addr":"172.21.15.152:6813","nonce":1717787854}]},"public_addr":"172.21.15.152:6809/1717787854","cluster_addr":"172.21.15.152:6811/1717787854","heartbeat_back_addr":"172.21.15.152:6815/1717787854","heartbeat_front_addr":"172.21.15.152:6813/1717787854","state":["exists","up"]},{"osd":3,"uuid":"12c088bf-0b69-4b12-9542-fb0b1b6686a5","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":28,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.116:6810","nonce":3786333555},{"type":"v1","addr":"172.21.15.116:6811","nonce":3786333555}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.116:6812","nonce":3786333555},{"type":"v1","addr":"172.21.15.116:6813","nonce":3786333555}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.116:6816","nonce":3786333555},{"type":"v1","addr":"172.21.15.116:6817","nonce":3786333555}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.116:6814","nonce":3786333555},{"type":"v1","addr":"172.21.15.116:6815","nonce":3786333555}]},"public_addr":"172.21.15.116:6811/3786333555","cluster_addr":"172.21.15.116:6813/3786333555","heartbeat_back_addr":"172.21.15.116:6817/3786333555","heartbeat_front_addr":"172.21.15.116:6815/3786333555","state":["exists","up"]},{"osd":4,"uuid":"e2ac5c6e-6236-4256-9729-da857b57222a","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.152:6816","nonce":1456220124},{"type":"v1","addr":"172.21.15.152:6817","nonce":1456220124}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.152:6818","nonce":1456220124},{"type":"v1","addr":"172.21.15.152:6819","nonce":1456220124}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.152:6822","nonce":1456220124},{"type":"v1","addr":"172.21.15.152:6823","nonce":1456220124}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.152:6820","nonce":1456220124},{"type":"v1","addr":"172.21.15.152:6821","nonce":1456220124}]},"public_addr":"172.21.15.152:6817/1456220124","cluster_addr":"172.21.15.152:6819/1456220124","heartbeat_back_addr":"172.21.15.152:6823/1456220124","heartbeat_front_addr":"172.21.15.152:6821/1456220124","state":["exists","up"]},{"osd":5,"uuid":"6400eb30-27ca-42a8-ac3e-bf1eabae6f4c","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":33,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.116:6818","nonce":3968156830},{"type":"v1","addr":"172.21.15.116:6819","nonce":3968156830}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.116:6820","nonce":3968156830},{"type":"v1","addr":"172.21.15.116:6821","nonce":3968156830}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.116:6824","nonce":3968156830},{"type":"v1","addr":"172.21.15.116:6825","nonce":3968156830}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.116:6822","nonce":3968156830},{"type":"v1","addr":"172.21.15.116:6823","nonce":3968156830}]},"public_addr":"172.21.15.116:6819/3968156830","cluster_addr":"172.21.15.116:6821/3968156830","heartbeat_back_addr":"172.21.15.116:6825/3968156830","heartbeat_front_addr":"172.21.15.116:6823/3968156830","state":["exists","up"]},{"osd":6,"uuid":"afec2447-47f0-46eb-adf8-f4a0a63c95ed","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":28,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.152:6824","nonce":2759872076},{"type":"v1","addr":"172.21.15.152:6825","nonce":2759872076}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.152:6826","nonce":2759872076},{"type":"v1","addr":"172.21.15.152:6827","nonce":2759872076}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.152:6830","nonce":2759872076},{"type":"v1","addr":"172.21.15.152:6831","nonce":2759872076}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.152:6828","nonce":2759872076},{"type":"v1","addr":"172.21.15.152:6829","nonce":2759872076}]},"public_addr":"172.21.15.152:6825/2759872076","cluster_addr":"172.21.15.152:6827/2759872076","heartbeat_back_addr":"172.21.15.152:6831/2759872076","heartbeat_front_addr":"172.21.15.152:6829/2759872076","state":["exists","up"]},{"osd":7,"uuid":"0eca7d6c-94d8-4b1a-8de7-4ef9f7e4ef49","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":37,"up_thru":38,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.116:6826","nonce":3424699127},{"type":"v1","addr":"172.21.15.116:6827","nonce":3424699127}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.116:6828","nonce":3424699127},{"type":"v1","addr":"172.21.15.116:6829","nonce":3424699127}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.116:6832","nonce":3424699127},{"type":"v1","addr":"172.21.15.116:6833","nonce":3424699127}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.116:6830","nonce":3424699127},{"type":"v1","addr":"172.21.15.116:6831","nonce":3424699127}]},"public_addr":"172.21.15.116:6827/3424699127","cluster_addr":"172.21.15.116:6829/3424699127","heartbeat_back_addr":"172.21.15.116:6833/3424699127","heartbeat_front_addr":"172.21.15.116:6831/3424699127","state":["exists","up"]}],"osd_xinfo":[{"osd":0,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138314316775423,"old_weight":0,"last_purged_snaps_scrub":"2023-11-15T05:37:08.195564+0000","dead_epoch":0},{"osd":1,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138314316775423,"old_weight":0,"last_purged_snaps_scrub":"2023-11-15T05:37:15.455118+0000","dead_epoch":0},{"osd":2,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138314316775423,"old_weight":0,"last_purged_snaps_scrub":"2023-11-15T05:37:13.069528+0000","dead_epoch":0},{"osd":3,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138314316775423,"old_weight":0,"last_purged_snaps_scrub":"2023-11-15T05:37:21.543155+0000","dead_epoch":0},{"osd":4,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138314316775423,"old_weight":0,"last_purged_snaps_scrub":"2023-11-15T05:37:18.194916+0000","dead_epoch":0},{"osd":5,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138314316775423,"old_weight":0,"last_purged_snaps_scrub":"2023-11-15T05:37:27.984948+0000","dead_epoch":0},{"osd":6,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138314316775423,"old_weight":0,"last_purged_snaps_scrub":"2023-11-15T05:37:21.779745+0000","dead_epoch":0},{"osd":7,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138314316775423,"old_weight":0,"last_purged_snaps_scrub":"2023-11-15T05:37:33.433213+0000","dead_epoch":0}],"pg_upmap":[],"pg_upmap_items":[],"pg_temp":[],"primary_temp":[],"blocklist":{"172.21.15.116:6801/3517441771":"2023-11-16T05:35:45.035189+0000","172.21.15.116:6800/3517441771":"2023-11-16T05:35:45.035189+0000","172.21.15.116:0/2313880806":"2023-11-16T05:34:50.351555+0000","172.21.15.116:0/952581840":"2023-11-16T05:34:50.351555+0000","172.21.15.116:6800/1387175269":"2023-11-16T05:34:50.351555+0000","172.21.15.116:0/2414966794":"2023-11-16T05:34:10.304087+0000","172.21.15.116:0/3090050647":"2023-11-16T05:35:45.035189+0000","172.21.15.116:6800/1599906885":"2023-11-16T05:34:10.304087+0000","172.21.15.116:0/3440017116":"2023-11-16T05:35:45.035189+0000","172.21.15.116:6801/1387175269":"2023-11-16T05:34:50.351555+0000","172.21.15.116:6801/1599906885":"2023-11-16T05:34:10.304087+0000","172.21.15.116:0/2079110550":"2023-11-16T05:34:10.304087+0000"},"range_blocklist":{},"erasure_code_profiles":{"default":{"crush-failure-domain":"osd","k":"2","m":"1","plugin":"jerasure","ruleset-failure-domain":"osd","technique":"reed_sol_van"}},"removed_snaps_queue":[],"new_removed_snaps":[],"new_purged_snaps":[],"crush_node_flags":{},"device_class_flags":{},"stretch_mode":{"stretch_mode_enabled":false,"stretch_bucket_count":0,"degraded_stretch_mode":0,"recovering_stretch_mode":0,"stretch_mode_bucket":0}} 2023-11-15T05:38:34.649 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:38:34 smithi116 bash[25961]: cluster 2023-11-15T05:38:33.086025+0000 mgr.smithi116.ldeiub (mgr.14182) 127 : cluster [DBG] pgmap v112: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T05:38:34.649 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:38:34 smithi116 bash[25961]: audit 2023-11-15T05:38:34.333906+0000 mon.smithi116 (mon.0) 559 : audit [DBG] from='client.? 172.21.15.116:0/3470135352' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2023-11-15T05:38:35.007 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:38:34 smithi152 bash[29762]: cluster 2023-11-15T05:38:33.086025+0000 mgr.smithi116.ldeiub (mgr.14182) 127 : cluster [DBG] pgmap v112: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T05:38:35.007 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:38:34 smithi152 bash[29762]: audit 2023-11-15T05:38:34.333906+0000 mon.smithi116 (mon.0) 559 : audit [DBG] from='client.? 172.21.15.116:0/3470135352' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2023-11-15T05:38:35.058 DEBUG:teuthology.orchestra.run.smithi116:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell --fsid 7456fada-8378-11ee-8dbe-212e2dc638e7 -- ceph tell osd.0 flush_pg_stats 2023-11-15T05:38:36.898 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:38:36 smithi116 bash[25961]: cluster 2023-11-15T05:38:35.086603+0000 mgr.smithi116.ldeiub (mgr.14182) 128 : cluster [DBG] pgmap v113: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T05:38:37.007 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:38:36 smithi152 bash[29762]: cluster 2023-11-15T05:38:35.086603+0000 mgr.smithi116.ldeiub (mgr.14182) 128 : cluster [DBG] pgmap v113: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T05:38:38.898 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:38:38 smithi116 bash[25961]: cluster 2023-11-15T05:38:37.087189+0000 mgr.smithi116.ldeiub (mgr.14182) 129 : cluster [DBG] pgmap v114: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T05:38:39.007 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:38:38 smithi152 bash[29762]: cluster 2023-11-15T05:38:37.087189+0000 mgr.smithi116.ldeiub (mgr.14182) 129 : cluster [DBG] pgmap v114: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T05:38:39.908 INFO:teuthology.orchestra.run.smithi116.stderr:Inferring config /var/lib/ceph/7456fada-8378-11ee-8dbe-212e2dc638e7/mon.smithi116/config 2023-11-15T05:38:40.808 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:38:40 smithi116 bash[25961]: cluster 2023-11-15T05:38:39.087841+0000 mgr.smithi116.ldeiub (mgr.14182) 130 : cluster [DBG] pgmap v115: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T05:38:41.007 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:38:40 smithi152 bash[29762]: cluster 2023-11-15T05:38:39.087841+0000 mgr.smithi116.ldeiub (mgr.14182) 130 : cluster [DBG] pgmap v115: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T05:38:42.648 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:38:42 smithi116 bash[25961]: cluster 2023-11-15T05:38:41.088476+0000 mgr.smithi116.ldeiub (mgr.14182) 131 : cluster [DBG] pgmap v116: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T05:38:43.007 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:38:42 smithi152 bash[29762]: cluster 2023-11-15T05:38:41.088476+0000 mgr.smithi116.ldeiub (mgr.14182) 131 : cluster [DBG] pgmap v116: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T05:38:43.898 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:38:43 smithi116 bash[25961]: audit 2023-11-15T05:38:42.605111+0000 mon.smithi116 (mon.0) 560 : audit [INF] from='mgr.14182 172.21.15.116:0/1868390107' entity='mgr.smithi116.ldeiub' 2023-11-15T05:38:44.007 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:38:43 smithi152 bash[29762]: audit 2023-11-15T05:38:42.605111+0000 mon.smithi116 (mon.0) 560 : audit [INF] from='mgr.14182 172.21.15.116:0/1868390107' entity='mgr.smithi116.ldeiub' 2023-11-15T05:38:44.898 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:38:44 smithi116 bash[25961]: cluster 2023-11-15T05:38:43.089076+0000 mgr.smithi116.ldeiub (mgr.14182) 132 : cluster [DBG] pgmap v117: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T05:38:44.931 INFO:teuthology.orchestra.run.smithi116.stdout:68719476758 2023-11-15T05:38:44.932 DEBUG:teuthology.orchestra.run.smithi116:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell --fsid 7456fada-8378-11ee-8dbe-212e2dc638e7 -- ceph tell osd.1 flush_pg_stats 2023-11-15T05:38:45.007 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:38:44 smithi152 bash[29762]: cluster 2023-11-15T05:38:43.089076+0000 mgr.smithi116.ldeiub (mgr.14182) 132 : cluster [DBG] pgmap v117: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T05:38:46.898 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:38:46 smithi116 bash[25961]: cluster 2023-11-15T05:38:45.089573+0000 mgr.smithi116.ldeiub (mgr.14182) 133 : cluster [DBG] pgmap v118: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T05:38:46.899 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:38:46 smithi116 bash[25961]: audit 2023-11-15T05:38:46.471160+0000 mon.smithi116 (mon.0) 561 : audit [INF] from='mgr.14182 172.21.15.116:0/1868390107' entity='mgr.smithi116.ldeiub' 2023-11-15T05:38:46.899 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:38:46 smithi116 bash[25961]: audit 2023-11-15T05:38:46.474203+0000 mon.smithi116 (mon.0) 562 : audit [DBG] from='mgr.14182 172.21.15.116:0/1868390107' entity='mgr.smithi116.ldeiub' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-15T05:38:47.007 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:38:46 smithi152 bash[29762]: cluster 2023-11-15T05:38:45.089573+0000 mgr.smithi116.ldeiub (mgr.14182) 133 : cluster [DBG] pgmap v118: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T05:38:47.007 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:38:46 smithi152 bash[29762]: audit 2023-11-15T05:38:46.471160+0000 mon.smithi116 (mon.0) 561 : audit [INF] from='mgr.14182 172.21.15.116:0/1868390107' entity='mgr.smithi116.ldeiub' 2023-11-15T05:38:47.007 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:38:46 smithi152 bash[29762]: audit 2023-11-15T05:38:46.474203+0000 mon.smithi116 (mon.0) 562 : audit [DBG] from='mgr.14182 172.21.15.116:0/1868390107' entity='mgr.smithi116.ldeiub' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-15T05:38:48.899 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:38:48 smithi116 bash[25961]: cluster 2023-11-15T05:38:47.090220+0000 mgr.smithi116.ldeiub (mgr.14182) 134 : cluster [DBG] pgmap v119: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T05:38:49.006 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:38:48 smithi152 bash[29762]: cluster 2023-11-15T05:38:47.090220+0000 mgr.smithi116.ldeiub (mgr.14182) 134 : cluster [DBG] pgmap v119: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T05:38:50.010 INFO:teuthology.orchestra.run.smithi116.stderr:Inferring config /var/lib/ceph/7456fada-8378-11ee-8dbe-212e2dc638e7/mon.smithi116/config 2023-11-15T05:38:50.898 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:38:50 smithi116 bash[25961]: cluster 2023-11-15T05:38:49.090855+0000 mgr.smithi116.ldeiub (mgr.14182) 135 : cluster [DBG] pgmap v120: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T05:38:51.007 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:38:50 smithi152 bash[29762]: cluster 2023-11-15T05:38:49.090855+0000 mgr.smithi116.ldeiub (mgr.14182) 135 : cluster [DBG] pgmap v120: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T05:38:52.898 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:38:52 smithi116 bash[25961]: cluster 2023-11-15T05:38:51.091481+0000 mgr.smithi116.ldeiub (mgr.14182) 136 : cluster [DBG] pgmap v121: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T05:38:52.899 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:38:52 smithi116 bash[25961]: audit 2023-11-15T05:38:52.284153+0000 mon.smithi116 (mon.0) 563 : audit [INF] from='mgr.14182 172.21.15.116:0/1868390107' entity='mgr.smithi116.ldeiub' 2023-11-15T05:38:52.899 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:38:52 smithi116 bash[25961]: audit 2023-11-15T05:38:52.326650+0000 mon.smithi116 (mon.0) 564 : audit [INF] from='mgr.14182 172.21.15.116:0/1868390107' entity='mgr.smithi116.ldeiub' 2023-11-15T05:38:52.899 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:38:52 smithi116 bash[25961]: audit 2023-11-15T05:38:52.328844+0000 mon.smithi116 (mon.0) 565 : audit [DBG] from='mgr.14182 172.21.15.116:0/1868390107' entity='mgr.smithi116.ldeiub' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-15T05:38:52.899 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:38:52 smithi116 bash[25961]: audit 2023-11-15T05:38:52.330664+0000 mon.smithi116 (mon.0) 566 : audit [INF] from='mgr.14182 172.21.15.116:0/1868390107' entity='mgr.smithi116.ldeiub' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-11-15T05:38:52.899 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:38:52 smithi116 bash[25961]: audit 2023-11-15T05:38:52.340336+0000 mon.smithi116 (mon.0) 567 : audit [INF] from='mgr.14182 172.21.15.116:0/1868390107' entity='mgr.smithi116.ldeiub' 2023-11-15T05:38:52.900 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:38:52 smithi116 bash[25961]: audit 2023-11-15T05:38:52.352231+0000 mon.smithi116 (mon.0) 568 : audit [DBG] from='mgr.14182 172.21.15.116:0/1868390107' entity='mgr.smithi116.ldeiub' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-11-15T05:38:53.007 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:38:52 smithi152 bash[29762]: cluster 2023-11-15T05:38:51.091481+0000 mgr.smithi116.ldeiub (mgr.14182) 136 : cluster [DBG] pgmap v121: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T05:38:53.007 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:38:52 smithi152 bash[29762]: audit 2023-11-15T05:38:52.284153+0000 mon.smithi116 (mon.0) 563 : audit [INF] from='mgr.14182 172.21.15.116:0/1868390107' entity='mgr.smithi116.ldeiub' 2023-11-15T05:38:53.008 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:38:52 smithi152 bash[29762]: audit 2023-11-15T05:38:52.326650+0000 mon.smithi116 (mon.0) 564 : audit [INF] from='mgr.14182 172.21.15.116:0/1868390107' entity='mgr.smithi116.ldeiub' 2023-11-15T05:38:53.008 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:38:52 smithi152 bash[29762]: audit 2023-11-15T05:38:52.328844+0000 mon.smithi116 (mon.0) 565 : audit [DBG] from='mgr.14182 172.21.15.116:0/1868390107' entity='mgr.smithi116.ldeiub' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-15T05:38:53.008 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:38:52 smithi152 bash[29762]: audit 2023-11-15T05:38:52.330664+0000 mon.smithi116 (mon.0) 566 : audit [INF] from='mgr.14182 172.21.15.116:0/1868390107' entity='mgr.smithi116.ldeiub' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-11-15T05:38:53.009 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:38:52 smithi152 bash[29762]: audit 2023-11-15T05:38:52.340336+0000 mon.smithi116 (mon.0) 567 : audit [INF] from='mgr.14182 172.21.15.116:0/1868390107' entity='mgr.smithi116.ldeiub' 2023-11-15T05:38:53.009 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:38:52 smithi152 bash[29762]: audit 2023-11-15T05:38:52.352231+0000 mon.smithi116 (mon.0) 568 : audit [DBG] from='mgr.14182 172.21.15.116:0/1868390107' entity='mgr.smithi116.ldeiub' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-11-15T05:38:53.580 INFO:teuthology.orchestra.run.smithi116.stdout:94489280534 2023-11-15T05:38:53.581 DEBUG:teuthology.orchestra.run.smithi116:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell --fsid 7456fada-8378-11ee-8dbe-212e2dc638e7 -- ceph tell osd.2 flush_pg_stats 2023-11-15T05:38:54.898 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:38:54 smithi116 bash[25961]: cluster 2023-11-15T05:38:53.092083+0000 mgr.smithi116.ldeiub (mgr.14182) 137 : cluster [DBG] pgmap v122: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T05:38:55.007 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:38:54 smithi152 bash[29762]: cluster 2023-11-15T05:38:53.092083+0000 mgr.smithi116.ldeiub (mgr.14182) 137 : cluster [DBG] pgmap v122: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T05:38:56.898 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:38:56 smithi116 bash[25961]: cluster 2023-11-15T05:38:55.092705+0000 mgr.smithi116.ldeiub (mgr.14182) 138 : cluster [DBG] pgmap v123: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T05:38:57.007 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:38:56 smithi152 bash[29762]: cluster 2023-11-15T05:38:55.092705+0000 mgr.smithi116.ldeiub (mgr.14182) 138 : cluster [DBG] pgmap v123: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T05:38:58.417 INFO:teuthology.orchestra.run.smithi116.stderr:Inferring config /var/lib/ceph/7456fada-8378-11ee-8dbe-212e2dc638e7/mon.smithi116/config 2023-11-15T05:38:59.007 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:38:58 smithi152 bash[29762]: cluster 2023-11-15T05:38:57.093303+0000 mgr.smithi116.ldeiub (mgr.14182) 139 : cluster [DBG] pgmap v124: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T05:38:59.148 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:38:58 smithi116 bash[25961]: cluster 2023-11-15T05:38:57.093303+0000 mgr.smithi116.ldeiub (mgr.14182) 139 : cluster [DBG] pgmap v124: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T05:39:01.007 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:39:00 smithi152 bash[29762]: cluster 2023-11-15T05:38:59.093908+0000 mgr.smithi116.ldeiub (mgr.14182) 140 : cluster [DBG] pgmap v125: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T05:39:01.097 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:39:00 smithi116 bash[25961]: cluster 2023-11-15T05:38:59.093908+0000 mgr.smithi116.ldeiub (mgr.14182) 140 : cluster [DBG] pgmap v125: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T05:39:02.023 INFO:teuthology.orchestra.run.smithi116.stdout:85899345945 2023-11-15T05:39:02.024 DEBUG:teuthology.orchestra.run.smithi116:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell --fsid 7456fada-8378-11ee-8dbe-212e2dc638e7 -- ceph tell osd.3 flush_pg_stats 2023-11-15T05:39:03.007 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:39:02 smithi152 bash[29762]: cluster 2023-11-15T05:39:01.094521+0000 mgr.smithi116.ldeiub (mgr.14182) 141 : cluster [DBG] pgmap v126: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T05:39:03.148 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:39:02 smithi116 bash[25961]: cluster 2023-11-15T05:39:01.094521+0000 mgr.smithi116.ldeiub (mgr.14182) 141 : cluster [DBG] pgmap v126: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T05:39:04.006 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:39:03 smithi152 bash[29762]: cluster 2023-11-15T05:39:03.095098+0000 mgr.smithi116.ldeiub (mgr.14182) 142 : cluster [DBG] pgmap v127: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T05:39:04.148 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:39:03 smithi116 bash[25961]: cluster 2023-11-15T05:39:03.095098+0000 mgr.smithi116.ldeiub (mgr.14182) 142 : cluster [DBG] pgmap v127: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T05:39:06.507 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:39:06 smithi152 bash[29762]: cluster 2023-11-15T05:39:05.095688+0000 mgr.smithi116.ldeiub (mgr.14182) 143 : cluster [DBG] pgmap v128: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T05:39:06.648 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:39:06 smithi116 bash[25961]: cluster 2023-11-15T05:39:05.095688+0000 mgr.smithi116.ldeiub (mgr.14182) 143 : cluster [DBG] pgmap v128: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T05:39:06.862 INFO:teuthology.orchestra.run.smithi116.stderr:Inferring config /var/lib/ceph/7456fada-8378-11ee-8dbe-212e2dc638e7/mon.smithi116/config 2023-11-15T05:39:08.398 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:39:08 smithi116 bash[25961]: cluster 2023-11-15T05:39:07.096283+0000 mgr.smithi116.ldeiub (mgr.14182) 144 : cluster [DBG] pgmap v129: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T05:39:08.506 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:39:08 smithi152 bash[29762]: cluster 2023-11-15T05:39:07.096283+0000 mgr.smithi116.ldeiub (mgr.14182) 144 : cluster [DBG] pgmap v129: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T05:39:10.320 INFO:teuthology.orchestra.run.smithi116.stdout:120259084312 2023-11-15T05:39:10.321 DEBUG:teuthology.orchestra.run.smithi116:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell --fsid 7456fada-8378-11ee-8dbe-212e2dc638e7 -- ceph tell osd.4 flush_pg_stats 2023-11-15T05:39:10.507 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:39:10 smithi152 bash[29762]: cluster 2023-11-15T05:39:09.096861+0000 mgr.smithi116.ldeiub (mgr.14182) 145 : cluster [DBG] pgmap v130: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T05:39:10.648 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:39:10 smithi116 bash[25961]: cluster 2023-11-15T05:39:09.096861+0000 mgr.smithi116.ldeiub (mgr.14182) 145 : cluster [DBG] pgmap v130: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T05:39:12.507 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:39:12 smithi152 bash[29762]: cluster 2023-11-15T05:39:11.097466+0000 mgr.smithi116.ldeiub (mgr.14182) 146 : cluster [DBG] pgmap v131: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T05:39:12.648 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:39:12 smithi116 bash[25961]: cluster 2023-11-15T05:39:11.097466+0000 mgr.smithi116.ldeiub (mgr.14182) 146 : cluster [DBG] pgmap v131: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T05:39:14.507 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:39:14 smithi152 bash[29762]: cluster 2023-11-15T05:39:13.098171+0000 mgr.smithi116.ldeiub (mgr.14182) 147 : cluster [DBG] pgmap v132: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T05:39:14.649 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:39:14 smithi116 bash[25961]: cluster 2023-11-15T05:39:13.098171+0000 mgr.smithi116.ldeiub (mgr.14182) 147 : cluster [DBG] pgmap v132: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T05:39:15.153 INFO:teuthology.orchestra.run.smithi116.stderr:Inferring config /var/lib/ceph/7456fada-8378-11ee-8dbe-212e2dc638e7/mon.smithi116/config 2023-11-15T05:39:16.310 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:39:16 smithi116 bash[25961]: cluster 2023-11-15T05:39:15.098798+0000 mgr.smithi116.ldeiub (mgr.14182) 148 : cluster [DBG] pgmap v133: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T05:39:16.507 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:39:16 smithi152 bash[29762]: cluster 2023-11-15T05:39:15.098798+0000 mgr.smithi116.ldeiub (mgr.14182) 148 : cluster [DBG] pgmap v133: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T05:39:18.398 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:39:18 smithi116 bash[25961]: cluster 2023-11-15T05:39:17.099405+0000 mgr.smithi116.ldeiub (mgr.14182) 149 : cluster [DBG] pgmap v134: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T05:39:18.506 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:39:18 smithi152 bash[29762]: cluster 2023-11-15T05:39:17.099405+0000 mgr.smithi116.ldeiub (mgr.14182) 149 : cluster [DBG] pgmap v134: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T05:39:18.626 INFO:teuthology.orchestra.run.smithi116.stdout:107374182425 2023-11-15T05:39:18.627 DEBUG:teuthology.orchestra.run.smithi116:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell --fsid 7456fada-8378-11ee-8dbe-212e2dc638e7 -- ceph tell osd.5 flush_pg_stats 2023-11-15T05:39:20.507 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:39:20 smithi152 bash[29762]: cluster 2023-11-15T05:39:19.100118+0000 mgr.smithi116.ldeiub (mgr.14182) 150 : cluster [DBG] pgmap v135: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T05:39:20.648 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:39:20 smithi116 bash[25961]: cluster 2023-11-15T05:39:19.100118+0000 mgr.smithi116.ldeiub (mgr.14182) 150 : cluster [DBG] pgmap v135: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T05:39:22.648 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:39:22 smithi116 bash[25961]: cluster 2023-11-15T05:39:21.100737+0000 mgr.smithi116.ldeiub (mgr.14182) 151 : cluster [DBG] pgmap v136: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T05:39:22.756 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:39:22 smithi152 bash[29762]: cluster 2023-11-15T05:39:21.100737+0000 mgr.smithi116.ldeiub (mgr.14182) 151 : cluster [DBG] pgmap v136: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T05:39:23.458 INFO:teuthology.orchestra.run.smithi116.stderr:Inferring config /var/lib/ceph/7456fada-8378-11ee-8dbe-212e2dc638e7/mon.smithi116/config 2023-11-15T05:39:24.648 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:39:24 smithi116 bash[25961]: cluster 2023-11-15T05:39:23.101347+0000 mgr.smithi116.ldeiub (mgr.14182) 152 : cluster [DBG] pgmap v137: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T05:39:24.757 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:39:24 smithi152 bash[29762]: cluster 2023-11-15T05:39:23.101347+0000 mgr.smithi116.ldeiub (mgr.14182) 152 : cluster [DBG] pgmap v137: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T05:39:26.353 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:39:26 smithi116 bash[25961]: cluster 2023-11-15T05:39:25.102084+0000 mgr.smithi116.ldeiub (mgr.14182) 153 : cluster [DBG] pgmap v138: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T05:39:26.757 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:39:26 smithi152 bash[29762]: cluster 2023-11-15T05:39:25.102084+0000 mgr.smithi116.ldeiub (mgr.14182) 153 : cluster [DBG] pgmap v138: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T05:39:26.940 INFO:teuthology.orchestra.run.smithi116.stdout:141733920794 2023-11-15T05:39:26.941 DEBUG:teuthology.orchestra.run.smithi116:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell --fsid 7456fada-8378-11ee-8dbe-212e2dc638e7 -- ceph tell osd.6 flush_pg_stats 2023-11-15T05:39:28.648 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:39:28 smithi116 bash[25961]: cluster 2023-11-15T05:39:27.102659+0000 mgr.smithi116.ldeiub (mgr.14182) 154 : cluster [DBG] pgmap v139: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T05:39:28.757 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:39:28 smithi152 bash[29762]: cluster 2023-11-15T05:39:27.102659+0000 mgr.smithi116.ldeiub (mgr.14182) 154 : cluster [DBG] pgmap v139: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T05:39:30.648 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:39:30 smithi116 bash[25961]: cluster 2023-11-15T05:39:29.103251+0000 mgr.smithi116.ldeiub (mgr.14182) 155 : cluster [DBG] pgmap v140: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T05:39:30.756 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:39:30 smithi152 bash[29762]: cluster 2023-11-15T05:39:29.103251+0000 mgr.smithi116.ldeiub (mgr.14182) 155 : cluster [DBG] pgmap v140: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T05:39:31.783 INFO:teuthology.orchestra.run.smithi116.stderr:Inferring config /var/lib/ceph/7456fada-8378-11ee-8dbe-212e2dc638e7/mon.smithi116/config 2023-11-15T05:39:32.648 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:39:32 smithi116 bash[25961]: cluster 2023-11-15T05:39:31.103900+0000 mgr.smithi116.ldeiub (mgr.14182) 156 : cluster [DBG] pgmap v141: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T05:39:32.757 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:39:32 smithi152 bash[29762]: cluster 2023-11-15T05:39:31.103900+0000 mgr.smithi116.ldeiub (mgr.14182) 156 : cluster [DBG] pgmap v141: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T05:39:34.648 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:39:34 smithi116 bash[25961]: cluster 2023-11-15T05:39:33.104490+0000 mgr.smithi116.ldeiub (mgr.14182) 157 : cluster [DBG] pgmap v142: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T05:39:34.757 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:39:34 smithi152 bash[29762]: cluster 2023-11-15T05:39:33.104490+0000 mgr.smithi116.ldeiub (mgr.14182) 157 : cluster [DBG] pgmap v142: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T05:39:35.252 INFO:teuthology.orchestra.run.smithi116.stdout:120259084316 2023-11-15T05:39:35.253 DEBUG:teuthology.orchestra.run.smithi116:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell --fsid 7456fada-8378-11ee-8dbe-212e2dc638e7 -- ceph tell osd.7 flush_pg_stats 2023-11-15T05:39:36.648 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:39:36 smithi116 bash[25961]: cluster 2023-11-15T05:39:35.105099+0000 mgr.smithi116.ldeiub (mgr.14182) 158 : cluster [DBG] pgmap v143: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T05:39:36.757 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:39:36 smithi152 bash[29762]: cluster 2023-11-15T05:39:35.105099+0000 mgr.smithi116.ldeiub (mgr.14182) 158 : cluster [DBG] pgmap v143: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T05:39:38.649 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:39:38 smithi116 bash[25961]: cluster 2023-11-15T05:39:37.105706+0000 mgr.smithi116.ldeiub (mgr.14182) 159 : cluster [DBG] pgmap v144: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T05:39:38.757 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:39:38 smithi152 bash[29762]: cluster 2023-11-15T05:39:37.105706+0000 mgr.smithi116.ldeiub (mgr.14182) 159 : cluster [DBG] pgmap v144: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T05:39:40.094 INFO:teuthology.orchestra.run.smithi116.stderr:Inferring config /var/lib/ceph/7456fada-8378-11ee-8dbe-212e2dc638e7/mon.smithi116/config 2023-11-15T05:39:40.649 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:39:40 smithi116 bash[25961]: cluster 2023-11-15T05:39:39.106395+0000 mgr.smithi116.ldeiub (mgr.14182) 160 : cluster [DBG] pgmap v145: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T05:39:40.757 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:39:40 smithi152 bash[29762]: cluster 2023-11-15T05:39:39.106395+0000 mgr.smithi116.ldeiub (mgr.14182) 160 : cluster [DBG] pgmap v145: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T05:39:42.648 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:39:42 smithi116 bash[25961]: cluster 2023-11-15T05:39:41.106817+0000 mgr.smithi116.ldeiub (mgr.14182) 161 : cluster [DBG] pgmap v146: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T05:39:42.757 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:39:42 smithi152 bash[29762]: cluster 2023-11-15T05:39:41.106817+0000 mgr.smithi116.ldeiub (mgr.14182) 161 : cluster [DBG] pgmap v146: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T05:39:43.672 INFO:teuthology.orchestra.run.smithi116.stdout:158913789979 2023-11-15T05:39:43.673 DEBUG:teuthology.orchestra.run.smithi116:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell --fsid 7456fada-8378-11ee-8dbe-212e2dc638e7 -- ceph osd last-stat-seq osd.0 2023-11-15T05:39:44.648 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:39:44 smithi116 bash[25961]: cluster 2023-11-15T05:39:43.107429+0000 mgr.smithi116.ldeiub (mgr.14182) 162 : cluster [DBG] pgmap v147: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T05:39:44.757 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:39:44 smithi152 bash[29762]: cluster 2023-11-15T05:39:43.107429+0000 mgr.smithi116.ldeiub (mgr.14182) 162 : cluster [DBG] pgmap v147: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T05:39:46.648 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:39:46 smithi116 bash[25961]: cluster 2023-11-15T05:39:45.108044+0000 mgr.smithi116.ldeiub (mgr.14182) 163 : cluster [DBG] pgmap v148: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T05:39:46.757 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:39:46 smithi152 bash[29762]: cluster 2023-11-15T05:39:45.108044+0000 mgr.smithi116.ldeiub (mgr.14182) 163 : cluster [DBG] pgmap v148: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T05:39:48.518 INFO:teuthology.orchestra.run.smithi116.stderr:Inferring config /var/lib/ceph/7456fada-8378-11ee-8dbe-212e2dc638e7/mon.smithi116/config 2023-11-15T05:39:48.648 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:39:48 smithi116 bash[25961]: cluster 2023-11-15T05:39:47.108613+0000 mgr.smithi116.ldeiub (mgr.14182) 164 : cluster [DBG] pgmap v149: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T05:39:48.757 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:39:48 smithi152 bash[29762]: cluster 2023-11-15T05:39:47.108613+0000 mgr.smithi116.ldeiub (mgr.14182) 164 : cluster [DBG] pgmap v149: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T05:39:50.648 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:39:50 smithi116 bash[25961]: cluster 2023-11-15T05:39:49.109215+0000 mgr.smithi116.ldeiub (mgr.14182) 165 : cluster [DBG] pgmap v150: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T05:39:50.757 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:39:50 smithi152 bash[29762]: cluster 2023-11-15T05:39:49.109215+0000 mgr.smithi116.ldeiub (mgr.14182) 165 : cluster [DBG] pgmap v150: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T05:39:51.565 INFO:teuthology.orchestra.run.smithi116.stdout:68719476772 2023-11-15T05:39:52.106 INFO:tasks.cephadm.ceph_manager.ceph:need seq 68719476758 got 68719476772 for osd.0 2023-11-15T05:39:52.107 DEBUG:teuthology.orchestra.run.smithi116:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell --fsid 7456fada-8378-11ee-8dbe-212e2dc638e7 -- ceph osd last-stat-seq osd.1 2023-11-15T05:39:52.398 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:39:52 smithi116 bash[25961]: cluster 2023-11-15T05:39:51.109788+0000 mgr.smithi116.ldeiub (mgr.14182) 166 : cluster [DBG] pgmap v151: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T05:39:52.399 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:39:52 smithi116 bash[25961]: audit 2023-11-15T05:39:51.564217+0000 mon.smithi116 (mon.0) 569 : audit [DBG] from='client.? 172.21.15.116:0/2899772134' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 0}]: dispatch 2023-11-15T05:39:52.757 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:39:52 smithi152 bash[29762]: cluster 2023-11-15T05:39:51.109788+0000 mgr.smithi116.ldeiub (mgr.14182) 166 : cluster [DBG] pgmap v151: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T05:39:52.757 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:39:52 smithi152 bash[29762]: audit 2023-11-15T05:39:51.564217+0000 mon.smithi116 (mon.0) 569 : audit [DBG] from='client.? 172.21.15.116:0/2899772134' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 0}]: dispatch 2023-11-15T05:39:53.648 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:39:53 smithi116 bash[25961]: audit 2023-11-15T05:39:52.366765+0000 mon.smithi116 (mon.0) 570 : audit [DBG] from='mgr.14182 172.21.15.116:0/1868390107' entity='mgr.smithi116.ldeiub' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-15T05:39:53.757 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:39:53 smithi152 bash[29762]: audit 2023-11-15T05:39:52.366765+0000 mon.smithi116 (mon.0) 570 : audit [DBG] from='mgr.14182 172.21.15.116:0/1868390107' entity='mgr.smithi116.ldeiub' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-15T05:39:54.648 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:39:54 smithi116 bash[25961]: cluster 2023-11-15T05:39:53.110500+0000 mgr.smithi116.ldeiub (mgr.14182) 167 : cluster [DBG] pgmap v152: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T05:39:54.757 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:39:54 smithi152 bash[29762]: cluster 2023-11-15T05:39:53.110500+0000 mgr.smithi116.ldeiub (mgr.14182) 167 : cluster [DBG] pgmap v152: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T05:39:56.648 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:39:56 smithi116 bash[25961]: cluster 2023-11-15T05:39:55.111130+0000 mgr.smithi116.ldeiub (mgr.14182) 168 : cluster [DBG] pgmap v153: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T05:39:56.757 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:39:56 smithi152 bash[29762]: cluster 2023-11-15T05:39:55.111130+0000 mgr.smithi116.ldeiub (mgr.14182) 168 : cluster [DBG] pgmap v153: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T05:39:56.953 INFO:teuthology.orchestra.run.smithi116.stderr:Inferring config /var/lib/ceph/7456fada-8378-11ee-8dbe-212e2dc638e7/mon.smithi116/config 2023-11-15T05:39:58.649 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:39:58 smithi116 bash[25961]: cluster 2023-11-15T05:39:57.111766+0000 mgr.smithi116.ldeiub (mgr.14182) 169 : cluster [DBG] pgmap v154: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T05:39:58.649 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:39:58 smithi116 bash[25961]: audit 2023-11-15T05:39:58.223079+0000 mon.smithi116 (mon.0) 571 : audit [INF] from='mgr.14182 172.21.15.116:0/1868390107' entity='mgr.smithi116.ldeiub' 2023-11-15T05:39:58.649 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:39:58 smithi116 bash[25961]: audit 2023-11-15T05:39:58.229524+0000 mon.smithi116 (mon.0) 572 : audit [INF] from='mgr.14182 172.21.15.116:0/1868390107' entity='mgr.smithi116.ldeiub' 2023-11-15T05:39:58.757 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:39:58 smithi152 bash[29762]: cluster 2023-11-15T05:39:57.111766+0000 mgr.smithi116.ldeiub (mgr.14182) 169 : cluster [DBG] pgmap v154: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T05:39:58.757 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:39:58 smithi152 bash[29762]: audit 2023-11-15T05:39:58.223079+0000 mon.smithi116 (mon.0) 571 : audit [INF] from='mgr.14182 172.21.15.116:0/1868390107' entity='mgr.smithi116.ldeiub' 2023-11-15T05:39:58.757 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:39:58 smithi152 bash[29762]: audit 2023-11-15T05:39:58.229524+0000 mon.smithi116 (mon.0) 572 : audit [INF] from='mgr.14182 172.21.15.116:0/1868390107' entity='mgr.smithi116.ldeiub' 2023-11-15T05:39:59.507 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:39:59 smithi152 bash[29762]: audit 2023-11-15T05:39:58.528515+0000 mon.smithi116 (mon.0) 573 : audit [DBG] from='mgr.14182 172.21.15.116:0/1868390107' entity='mgr.smithi116.ldeiub' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-15T05:39:59.507 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:39:59 smithi152 bash[29762]: audit 2023-11-15T05:39:58.530607+0000 mon.smithi116 (mon.0) 574 : audit [INF] from='mgr.14182 172.21.15.116:0/1868390107' entity='mgr.smithi116.ldeiub' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-11-15T05:39:59.508 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:39:59 smithi152 bash[29762]: audit 2023-11-15T05:39:58.540798+0000 mon.smithi116 (mon.0) 575 : audit [INF] from='mgr.14182 172.21.15.116:0/1868390107' entity='mgr.smithi116.ldeiub' 2023-11-15T05:39:59.508 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:39:59 smithi152 bash[29762]: audit 2023-11-15T05:39:58.546217+0000 mon.smithi116 (mon.0) 576 : audit [DBG] from='mgr.14182 172.21.15.116:0/1868390107' entity='mgr.smithi116.ldeiub' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-11-15T05:39:59.649 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:39:59 smithi116 bash[25961]: audit 2023-11-15T05:39:58.528515+0000 mon.smithi116 (mon.0) 573 : audit [DBG] from='mgr.14182 172.21.15.116:0/1868390107' entity='mgr.smithi116.ldeiub' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-15T05:39:59.649 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:39:59 smithi116 bash[25961]: audit 2023-11-15T05:39:58.530607+0000 mon.smithi116 (mon.0) 574 : audit [INF] from='mgr.14182 172.21.15.116:0/1868390107' entity='mgr.smithi116.ldeiub' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-11-15T05:39:59.649 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:39:59 smithi116 bash[25961]: audit 2023-11-15T05:39:58.540798+0000 mon.smithi116 (mon.0) 575 : audit [INF] from='mgr.14182 172.21.15.116:0/1868390107' entity='mgr.smithi116.ldeiub' 2023-11-15T05:39:59.649 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:39:59 smithi116 bash[25961]: audit 2023-11-15T05:39:58.546217+0000 mon.smithi116 (mon.0) 576 : audit [DBG] from='mgr.14182 172.21.15.116:0/1868390107' entity='mgr.smithi116.ldeiub' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-11-15T05:40:00.004 INFO:teuthology.orchestra.run.smithi116.stdout:94489280547 2023-11-15T05:40:00.665 INFO:tasks.cephadm.ceph_manager.ceph:need seq 94489280534 got 94489280547 for osd.1 2023-11-15T05:40:00.665 DEBUG:teuthology.orchestra.run.smithi116:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell --fsid 7456fada-8378-11ee-8dbe-212e2dc638e7 -- ceph osd last-stat-seq osd.2 2023-11-15T05:40:00.898 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:40:00 smithi116 bash[25961]: cluster 2023-11-15T05:39:59.112308+0000 mgr.smithi116.ldeiub (mgr.14182) 170 : cluster [DBG] pgmap v155: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T05:40:00.899 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:40:00 smithi116 bash[25961]: cluster 2023-11-15T05:40:00.000155+0000 mon.smithi116 (mon.0) 577 : cluster [INF] overall HEALTH_OK 2023-11-15T05:40:00.899 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:40:00 smithi116 bash[25961]: audit 2023-11-15T05:40:00.003595+0000 mon.smithi116 (mon.0) 578 : audit [DBG] from='client.? 172.21.15.116:0/3331812775' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 1}]: dispatch 2023-11-15T05:40:01.007 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:40:00 smithi152 bash[29762]: cluster 2023-11-15T05:39:59.112308+0000 mgr.smithi116.ldeiub (mgr.14182) 170 : cluster [DBG] pgmap v155: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T05:40:01.007 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:40:00 smithi152 bash[29762]: cluster 2023-11-15T05:40:00.000155+0000 mon.smithi116 (mon.0) 577 : cluster [INF] overall HEALTH_OK 2023-11-15T05:40:01.007 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:40:00 smithi152 bash[29762]: audit 2023-11-15T05:40:00.003595+0000 mon.smithi116 (mon.0) 578 : audit [DBG] from='client.? 172.21.15.116:0/3331812775' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 1}]: dispatch 2023-11-15T05:40:02.898 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:40:02 smithi116 bash[25961]: cluster 2023-11-15T05:40:01.112978+0000 mgr.smithi116.ldeiub (mgr.14182) 171 : cluster [DBG] pgmap v156: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T05:40:03.006 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:40:02 smithi152 bash[29762]: cluster 2023-11-15T05:40:01.112978+0000 mgr.smithi116.ldeiub (mgr.14182) 171 : cluster [DBG] pgmap v156: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T05:40:04.898 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:40:04 smithi116 bash[25961]: cluster 2023-11-15T05:40:03.113633+0000 mgr.smithi116.ldeiub (mgr.14182) 172 : cluster [DBG] pgmap v157: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T05:40:05.007 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:40:04 smithi152 bash[29762]: cluster 2023-11-15T05:40:03.113633+0000 mgr.smithi116.ldeiub (mgr.14182) 172 : cluster [DBG] pgmap v157: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T05:40:05.518 INFO:teuthology.orchestra.run.smithi116.stderr:Inferring config /var/lib/ceph/7456fada-8378-11ee-8dbe-212e2dc638e7/mon.smithi116/config 2023-11-15T05:40:06.685 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:40:06 smithi116 bash[25961]: cluster 2023-11-15T05:40:05.114249+0000 mgr.smithi116.ldeiub (mgr.14182) 173 : cluster [DBG] pgmap v158: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T05:40:07.007 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:40:06 smithi152 bash[29762]: cluster 2023-11-15T05:40:05.114249+0000 mgr.smithi116.ldeiub (mgr.14182) 173 : cluster [DBG] pgmap v158: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T05:40:08.405 INFO:teuthology.orchestra.run.smithi116.stdout:85899345958 2023-11-15T05:40:08.899 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:40:08 smithi116 bash[25961]: cluster 2023-11-15T05:40:07.114886+0000 mgr.smithi116.ldeiub (mgr.14182) 174 : cluster [DBG] pgmap v159: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T05:40:08.899 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:40:08 smithi116 bash[25961]: audit 2023-11-15T05:40:08.404163+0000 mon.smithi116 (mon.0) 579 : audit [DBG] from='client.? 172.21.15.116:0/295161901' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 2}]: dispatch 2023-11-15T05:40:09.007 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:40:08 smithi152 bash[29762]: cluster 2023-11-15T05:40:07.114886+0000 mgr.smithi116.ldeiub (mgr.14182) 174 : cluster [DBG] pgmap v159: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T05:40:09.007 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:40:08 smithi152 bash[29762]: audit 2023-11-15T05:40:08.404163+0000 mon.smithi116 (mon.0) 579 : audit [DBG] from='client.? 172.21.15.116:0/295161901' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 2}]: dispatch 2023-11-15T05:40:09.051 INFO:tasks.cephadm.ceph_manager.ceph:need seq 85899345945 got 85899345958 for osd.2 2023-11-15T05:40:09.051 DEBUG:teuthology.orchestra.run.smithi116:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell --fsid 7456fada-8378-11ee-8dbe-212e2dc638e7 -- ceph osd last-stat-seq osd.3 2023-11-15T05:40:10.898 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:40:10 smithi116 bash[25961]: cluster 2023-11-15T05:40:09.115390+0000 mgr.smithi116.ldeiub (mgr.14182) 175 : cluster [DBG] pgmap v160: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T05:40:11.007 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:40:10 smithi152 bash[29762]: cluster 2023-11-15T05:40:09.115390+0000 mgr.smithi116.ldeiub (mgr.14182) 175 : cluster [DBG] pgmap v160: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T05:40:12.898 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:40:12 smithi116 bash[25961]: cluster 2023-11-15T05:40:11.116059+0000 mgr.smithi116.ldeiub (mgr.14182) 176 : cluster [DBG] pgmap v161: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T05:40:13.007 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:40:12 smithi152 bash[29762]: cluster 2023-11-15T05:40:11.116059+0000 mgr.smithi116.ldeiub (mgr.14182) 176 : cluster [DBG] pgmap v161: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T05:40:13.893 INFO:teuthology.orchestra.run.smithi116.stderr:Inferring config /var/lib/ceph/7456fada-8378-11ee-8dbe-212e2dc638e7/mon.smithi116/config 2023-11-15T05:40:14.898 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:40:14 smithi116 bash[25961]: cluster 2023-11-15T05:40:13.116633+0000 mgr.smithi116.ldeiub (mgr.14182) 177 : cluster [DBG] pgmap v162: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T05:40:15.007 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:40:14 smithi152 bash[29762]: cluster 2023-11-15T05:40:13.116633+0000 mgr.smithi116.ldeiub (mgr.14182) 177 : cluster [DBG] pgmap v162: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T05:40:16.859 INFO:teuthology.orchestra.run.smithi116.stdout:120259084325 2023-11-15T05:40:16.899 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:40:16 smithi116 bash[25961]: cluster 2023-11-15T05:40:15.117213+0000 mgr.smithi116.ldeiub (mgr.14182) 178 : cluster [DBG] pgmap v163: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T05:40:17.006 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:40:16 smithi152 bash[29762]: cluster 2023-11-15T05:40:15.117213+0000 mgr.smithi116.ldeiub (mgr.14182) 178 : cluster [DBG] pgmap v163: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T05:40:17.440 INFO:tasks.cephadm.ceph_manager.ceph:need seq 120259084312 got 120259084325 for osd.3 2023-11-15T05:40:17.440 DEBUG:teuthology.orchestra.run.smithi116:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell --fsid 7456fada-8378-11ee-8dbe-212e2dc638e7 -- ceph osd last-stat-seq osd.4 2023-11-15T05:40:17.899 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:40:17 smithi116 bash[25961]: audit 2023-11-15T05:40:16.858733+0000 mon.smithi116 (mon.0) 580 : audit [DBG] from='client.? 172.21.15.116:0/916973633' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 3}]: dispatch 2023-11-15T05:40:18.007 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:40:17 smithi152 bash[29762]: audit 2023-11-15T05:40:16.858733+0000 mon.smithi116 (mon.0) 580 : audit [DBG] from='client.? 172.21.15.116:0/916973633' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 3}]: dispatch 2023-11-15T05:40:18.898 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:40:18 smithi116 bash[25961]: cluster 2023-11-15T05:40:17.117816+0000 mgr.smithi116.ldeiub (mgr.14182) 179 : cluster [DBG] pgmap v164: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T05:40:19.006 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:40:18 smithi152 bash[29762]: cluster 2023-11-15T05:40:17.117816+0000 mgr.smithi116.ldeiub (mgr.14182) 179 : cluster [DBG] pgmap v164: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T05:40:20.899 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:40:20 smithi116 bash[25961]: cluster 2023-11-15T05:40:19.118424+0000 mgr.smithi116.ldeiub (mgr.14182) 180 : cluster [DBG] pgmap v165: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T05:40:21.007 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:40:20 smithi152 bash[29762]: cluster 2023-11-15T05:40:19.118424+0000 mgr.smithi116.ldeiub (mgr.14182) 180 : cluster [DBG] pgmap v165: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T05:40:22.289 INFO:teuthology.orchestra.run.smithi116.stderr:Inferring config /var/lib/ceph/7456fada-8378-11ee-8dbe-212e2dc638e7/mon.smithi116/config 2023-11-15T05:40:22.898 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:40:22 smithi116 bash[25961]: cluster 2023-11-15T05:40:21.119031+0000 mgr.smithi116.ldeiub (mgr.14182) 181 : cluster [DBG] pgmap v166: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T05:40:23.007 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:40:22 smithi152 bash[29762]: cluster 2023-11-15T05:40:21.119031+0000 mgr.smithi116.ldeiub (mgr.14182) 181 : cluster [DBG] pgmap v166: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T05:40:24.899 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:40:24 smithi116 bash[25961]: cluster 2023-11-15T05:40:23.119623+0000 mgr.smithi116.ldeiub (mgr.14182) 182 : cluster [DBG] pgmap v167: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T05:40:25.007 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:40:24 smithi152 bash[29762]: cluster 2023-11-15T05:40:23.119623+0000 mgr.smithi116.ldeiub (mgr.14182) 182 : cluster [DBG] pgmap v167: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T05:40:25.465 INFO:teuthology.orchestra.run.smithi116.stdout:107374182438 2023-11-15T05:40:25.899 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:40:25 smithi116 bash[25961]: audit 2023-11-15T05:40:25.464494+0000 mon.smithi116 (mon.0) 581 : audit [DBG] from='client.? 172.21.15.116:0/3294354107' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 4}]: dispatch 2023-11-15T05:40:26.007 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:40:25 smithi152 bash[29762]: audit 2023-11-15T05:40:25.464494+0000 mon.smithi116 (mon.0) 581 : audit [DBG] from='client.? 172.21.15.116:0/3294354107' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 4}]: dispatch 2023-11-15T05:40:26.089 INFO:tasks.cephadm.ceph_manager.ceph:need seq 107374182425 got 107374182438 for osd.4 2023-11-15T05:40:26.090 DEBUG:teuthology.orchestra.run.smithi116:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell --fsid 7456fada-8378-11ee-8dbe-212e2dc638e7 -- ceph osd last-stat-seq osd.5 2023-11-15T05:40:26.898 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:40:26 smithi116 bash[25961]: cluster 2023-11-15T05:40:25.120289+0000 mgr.smithi116.ldeiub (mgr.14182) 183 : cluster [DBG] pgmap v168: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T05:40:27.007 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:40:26 smithi152 bash[29762]: cluster 2023-11-15T05:40:25.120289+0000 mgr.smithi116.ldeiub (mgr.14182) 183 : cluster [DBG] pgmap v168: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T05:40:28.899 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:40:28 smithi116 bash[25961]: cluster 2023-11-15T05:40:27.120885+0000 mgr.smithi116.ldeiub (mgr.14182) 184 : cluster [DBG] pgmap v169: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T05:40:29.007 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:40:28 smithi152 bash[29762]: cluster 2023-11-15T05:40:27.120885+0000 mgr.smithi116.ldeiub (mgr.14182) 184 : cluster [DBG] pgmap v169: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T05:40:30.899 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:40:30 smithi116 bash[25961]: cluster 2023-11-15T05:40:29.121573+0000 mgr.smithi116.ldeiub (mgr.14182) 185 : cluster [DBG] pgmap v170: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T05:40:30.929 INFO:teuthology.orchestra.run.smithi116.stderr:Inferring config /var/lib/ceph/7456fada-8378-11ee-8dbe-212e2dc638e7/mon.smithi116/config 2023-11-15T05:40:31.007 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:40:30 smithi152 bash[29762]: cluster 2023-11-15T05:40:29.121573+0000 mgr.smithi116.ldeiub (mgr.14182) 185 : cluster [DBG] pgmap v170: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T05:40:32.899 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:40:32 smithi116 bash[25961]: cluster 2023-11-15T05:40:31.122379+0000 mgr.smithi116.ldeiub (mgr.14182) 186 : cluster [DBG] pgmap v171: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T05:40:33.007 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:40:32 smithi152 bash[29762]: cluster 2023-11-15T05:40:31.122379+0000 mgr.smithi116.ldeiub (mgr.14182) 186 : cluster [DBG] pgmap v171: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T05:40:34.113 INFO:teuthology.orchestra.run.smithi116.stdout:141733920807 2023-11-15T05:40:34.751 INFO:tasks.cephadm.ceph_manager.ceph:need seq 141733920794 got 141733920807 for osd.5 2023-11-15T05:40:34.751 DEBUG:teuthology.orchestra.run.smithi116:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell --fsid 7456fada-8378-11ee-8dbe-212e2dc638e7 -- ceph osd last-stat-seq osd.6 2023-11-15T05:40:34.899 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:40:34 smithi116 bash[25961]: cluster 2023-11-15T05:40:33.122956+0000 mgr.smithi116.ldeiub (mgr.14182) 187 : cluster [DBG] pgmap v172: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T05:40:34.899 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:40:34 smithi116 bash[25961]: audit 2023-11-15T05:40:34.111488+0000 mon.smithi116 (mon.0) 582 : audit [DBG] from='client.? 172.21.15.116:0/1415850253' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 5}]: dispatch 2023-11-15T05:40:35.007 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:40:34 smithi152 bash[29762]: cluster 2023-11-15T05:40:33.122956+0000 mgr.smithi116.ldeiub (mgr.14182) 187 : cluster [DBG] pgmap v172: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T05:40:35.007 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:40:34 smithi152 bash[29762]: audit 2023-11-15T05:40:34.111488+0000 mon.smithi116 (mon.0) 582 : audit [DBG] from='client.? 172.21.15.116:0/1415850253' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 5}]: dispatch 2023-11-15T05:40:37.007 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:40:36 smithi152 bash[29762]: cluster 2023-11-15T05:40:35.123638+0000 mgr.smithi116.ldeiub (mgr.14182) 188 : cluster [DBG] pgmap v173: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T05:40:37.149 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:40:36 smithi116 bash[25961]: cluster 2023-11-15T05:40:35.123638+0000 mgr.smithi116.ldeiub (mgr.14182) 188 : cluster [DBG] pgmap v173: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T05:40:39.007 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:40:38 smithi152 bash[29762]: cluster 2023-11-15T05:40:37.124297+0000 mgr.smithi116.ldeiub (mgr.14182) 189 : cluster [DBG] pgmap v174: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T05:40:39.149 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:40:38 smithi116 bash[25961]: cluster 2023-11-15T05:40:37.124297+0000 mgr.smithi116.ldeiub (mgr.14182) 189 : cluster [DBG] pgmap v174: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T05:40:39.596 INFO:teuthology.orchestra.run.smithi116.stderr:Inferring config /var/lib/ceph/7456fada-8378-11ee-8dbe-212e2dc638e7/mon.smithi116/config 2023-11-15T05:40:40.777 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:40:40 smithi116 bash[25961]: cluster 2023-11-15T05:40:39.124883+0000 mgr.smithi116.ldeiub (mgr.14182) 190 : cluster [DBG] pgmap v175: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T05:40:41.007 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:40:40 smithi152 bash[29762]: cluster 2023-11-15T05:40:39.124883+0000 mgr.smithi116.ldeiub (mgr.14182) 190 : cluster [DBG] pgmap v175: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T05:40:42.626 INFO:teuthology.orchestra.run.smithi116.stdout:120259084329 2023-11-15T05:40:43.007 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:40:42 smithi152 bash[29762]: cluster 2023-11-15T05:40:41.125557+0000 mgr.smithi116.ldeiub (mgr.14182) 191 : cluster [DBG] pgmap v176: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T05:40:43.007 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:40:42 smithi152 bash[29762]: audit 2023-11-15T05:40:42.625006+0000 mon.smithi116 (mon.0) 583 : audit [DBG] from='client.? 172.21.15.116:0/4188986213' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 6}]: dispatch 2023-11-15T05:40:43.149 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:40:42 smithi116 bash[25961]: cluster 2023-11-15T05:40:41.125557+0000 mgr.smithi116.ldeiub (mgr.14182) 191 : cluster [DBG] pgmap v176: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T05:40:43.149 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:40:42 smithi116 bash[25961]: audit 2023-11-15T05:40:42.625006+0000 mon.smithi116 (mon.0) 583 : audit [DBG] from='client.? 172.21.15.116:0/4188986213' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 6}]: dispatch 2023-11-15T05:40:43.282 INFO:tasks.cephadm.ceph_manager.ceph:need seq 120259084316 got 120259084329 for osd.6 2023-11-15T05:40:43.283 DEBUG:teuthology.orchestra.run.smithi116:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell --fsid 7456fada-8378-11ee-8dbe-212e2dc638e7 -- ceph osd last-stat-seq osd.7 2023-11-15T05:40:45.007 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:40:44 smithi152 bash[29762]: cluster 2023-11-15T05:40:43.126216+0000 mgr.smithi116.ldeiub (mgr.14182) 192 : cluster [DBG] pgmap v177: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T05:40:45.149 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:40:44 smithi116 bash[25961]: cluster 2023-11-15T05:40:43.126216+0000 mgr.smithi116.ldeiub (mgr.14182) 192 : cluster [DBG] pgmap v177: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T05:40:47.007 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:40:46 smithi152 bash[29762]: cluster 2023-11-15T05:40:45.126812+0000 mgr.smithi116.ldeiub (mgr.14182) 193 : cluster [DBG] pgmap v178: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T05:40:47.149 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:40:46 smithi116 bash[25961]: cluster 2023-11-15T05:40:45.126812+0000 mgr.smithi116.ldeiub (mgr.14182) 193 : cluster [DBG] pgmap v178: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T05:40:48.007 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:40:47 smithi152 bash[29762]: cluster 2023-11-15T05:40:47.127424+0000 mgr.smithi116.ldeiub (mgr.14182) 194 : cluster [DBG] pgmap v179: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T05:40:48.122 INFO:teuthology.orchestra.run.smithi116.stderr:Inferring config /var/lib/ceph/7456fada-8378-11ee-8dbe-212e2dc638e7/mon.smithi116/config 2023-11-15T05:40:48.149 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:40:47 smithi116 bash[25961]: cluster 2023-11-15T05:40:47.127424+0000 mgr.smithi116.ldeiub (mgr.14182) 194 : cluster [DBG] pgmap v179: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T05:40:50.507 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:40:50 smithi152 bash[29762]: cluster 2023-11-15T05:40:49.128035+0000 mgr.smithi116.ldeiub (mgr.14182) 195 : cluster [DBG] pgmap v180: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T05:40:50.614 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:40:50 smithi116 bash[25961]: cluster 2023-11-15T05:40:49.128035+0000 mgr.smithi116.ldeiub (mgr.14182) 195 : cluster [DBG] pgmap v180: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T05:40:51.048 INFO:teuthology.orchestra.run.smithi116.stdout:158913789992 2023-11-15T05:40:51.399 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:40:51 smithi116 bash[25961]: audit 2023-11-15T05:40:51.047652+0000 mon.smithi116 (mon.0) 584 : audit [DBG] from='client.? 172.21.15.116:0/1311634075' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 7}]: dispatch 2023-11-15T05:40:51.714 INFO:tasks.cephadm.ceph_manager.ceph:need seq 158913789979 got 158913789992 for osd.7 2023-11-15T05:40:51.715 INFO:tasks.cephadm.ceph_manager.ceph:waiting for clean 2023-11-15T05:40:51.715 DEBUG:teuthology.orchestra.run.smithi116:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell --fsid 7456fada-8378-11ee-8dbe-212e2dc638e7 -- ceph pg dump --format=json 2023-11-15T05:40:51.757 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:40:51 smithi152 bash[29762]: audit 2023-11-15T05:40:51.047652+0000 mon.smithi116 (mon.0) 584 : audit [DBG] from='client.? 172.21.15.116:0/1311634075' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 7}]: dispatch 2023-11-15T05:40:52.649 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:40:52 smithi116 bash[25961]: cluster 2023-11-15T05:40:51.128661+0000 mgr.smithi116.ldeiub (mgr.14182) 196 : cluster [DBG] pgmap v181: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T05:40:52.757 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:40:52 smithi152 bash[29762]: cluster 2023-11-15T05:40:51.128661+0000 mgr.smithi116.ldeiub (mgr.14182) 196 : cluster [DBG] pgmap v181: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T05:40:54.649 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:40:54 smithi116 bash[25961]: cluster 2023-11-15T05:40:53.129268+0000 mgr.smithi116.ldeiub (mgr.14182) 197 : cluster [DBG] pgmap v182: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T05:40:54.757 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:40:54 smithi152 bash[29762]: cluster 2023-11-15T05:40:53.129268+0000 mgr.smithi116.ldeiub (mgr.14182) 197 : cluster [DBG] pgmap v182: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T05:40:56.551 INFO:teuthology.orchestra.run.smithi116.stderr:Inferring config /var/lib/ceph/7456fada-8378-11ee-8dbe-212e2dc638e7/mon.smithi116/config 2023-11-15T05:40:56.589 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:40:56 smithi116 bash[25961]: cluster 2023-11-15T05:40:55.129841+0000 mgr.smithi116.ldeiub (mgr.14182) 198 : cluster [DBG] pgmap v183: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T05:40:56.757 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:40:56 smithi152 bash[29762]: cluster 2023-11-15T05:40:55.129841+0000 mgr.smithi116.ldeiub (mgr.14182) 198 : cluster [DBG] pgmap v183: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T05:40:58.698 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:40:58 smithi116 bash[25961]: cluster 2023-11-15T05:40:57.130432+0000 mgr.smithi116.ldeiub (mgr.14182) 199 : cluster [DBG] pgmap v184: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T05:40:58.757 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:40:58 smithi152 bash[29762]: cluster 2023-11-15T05:40:57.130432+0000 mgr.smithi116.ldeiub (mgr.14182) 199 : cluster [DBG] pgmap v184: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T05:40:59.507 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:40:59 smithi152 bash[29762]: audit 2023-11-15T05:40:58.554293+0000 mon.smithi116 (mon.0) 585 : audit [DBG] from='mgr.14182 172.21.15.116:0/1868390107' entity='mgr.smithi116.ldeiub' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-15T05:40:59.587 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:40:59 smithi116 bash[25961]: audit 2023-11-15T05:40:58.554293+0000 mon.smithi116 (mon.0) 585 : audit [DBG] from='mgr.14182 172.21.15.116:0/1868390107' entity='mgr.smithi116.ldeiub' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-15T05:40:59.942 INFO:teuthology.orchestra.run.smithi116.stdout: 2023-11-15T05:40:59.945 INFO:teuthology.orchestra.run.smithi116.stderr:dumped all 2023-11-15T05:41:00.579 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:41:00 smithi116 bash[25961]: cluster 2023-11-15T05:40:59.131067+0000 mgr.smithi116.ldeiub (mgr.14182) 200 : cluster [DBG] pgmap v185: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T05:41:00.580 INFO:teuthology.orchestra.run.smithi116.stdout:{"pg_ready":true,"pg_map":{"version":185,"stamp":"2023-11-15T05:40:59.130775+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":2379796,"kb_used_data":3028,"kb_used_omap":0,"kb_used_meta":2376704,"kb_avail":747548652,"statfs":{"total":767926730752,"available":765489819648,"internally_reserved":0,"allocated":3100672,"data_stored":1208821,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":2433744896},"hb_peers":[],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[]},"pg_stats_delta":{"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"store_stats":{"total":0,"available":0,"internally_reserved":0,"allocated":0,"data_stored":0,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},"log_size":0,"ondisk_log_size":0,"up":0,"acting":0,"num_store_stats":0,"stamp_delta":"0.000000"},"pg_stats":[{"pgid":"1.0","version":"0'0","reported_seq":10,"reported_epoch":39,"state":"active+clean","last_fresh":"2023-11-15T05:37:36.421157+0000","last_change":"2023-11-15T05:37:36.421157+0000","last_active":"2023-11-15T05:37:36.421157+0000","last_peered":"2023-11-15T05:37:36.421157+0000","last_clean":"2023-11-15T05:37:36.421157+0000","last_became_active":"2023-11-15T05:37:36.420797+0000","last_became_peered":"2023-11-15T05:37:36.420797+0000","last_unstale":"2023-11-15T05:37:36.421157+0000","last_undegraded":"2023-11-15T05:37:36.421157+0000","last_fullsized":"2023-11-15T05:37:36.421157+0000","mapping_epoch":38,"log_start":"0'0","ondisk_log_start":"0'0","created":23,"last_epoch_clean":39,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2023-11-15T05:37:17.944615+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-11-15T05:37:17.944615+0000","last_clean_scrub_stamp":"2023-11-15T05:37:17.944615+0000","log_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"up":[7,0,3],"acting":[7,0,3],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":7,"acting_primary":7,"purged_snaps":[]}],"pool_stats":[{"poolid":1,"num_pg":1,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"store_stats":{"total":0,"available":0,"internally_reserved":0,"allocated":0,"data_stored":0,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},"log_size":0,"ondisk_log_size":0,"up":3,"acting":3,"num_store_stats":5}],"osd_stats":[{"osd":7,"up_from":37,"seq":158913789994,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93741056,"kb_used":297476,"kb_used_data":380,"kb_used_omap":0,"kb_used_meta":297088,"kb_avail":93443580,"statfs":{"total":95990841344,"available":95686225920,"internally_reserved":0,"allocated":389120,"data_stored":151227,"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 Nov 15 05:40:43 2023","interfaces":[{"interface":"back","average":{"1min":0.91600000000000004,"5min":0.86499999999999999,"15min":0.85399999999999998},"min":{"1min":0.70599999999999996,"5min":0.622,"15min":0.622},"max":{"1min":1.2150000000000001,"5min":1.2470000000000001,"15min":1.2470000000000001},"last":1.2310000000000001},{"interface":"front","average":{"1min":0.85499999999999998,"5min":0.85999999999999999,"15min":0.85499999999999998},"min":{"1min":0.60099999999999998,"5min":0.60099999999999998,"15min":0.60099999999999998},"max":{"1min":1.052,"5min":1.1200000000000001,"15min":1.1200000000000001},"last":0.98299999999999998}]},{"osd":1,"last update":"Wed Nov 15 05:40:43 2023","interfaces":[{"interface":"back","average":{"1min":0.78800000000000003,"5min":0.79300000000000004,"15min":0.78200000000000003},"min":{"1min":0.56799999999999995,"5min":0.436,"15min":0.436},"max":{"1min":1.232,"5min":1.232,"15min":1.232},"last":1.4099999999999999},{"interface":"front","average":{"1min":0.874,"5min":0.84099999999999997,"15min":0.82899999999999996},"min":{"1min":0.59899999999999998,"5min":0.55800000000000005,"15min":0.55800000000000005},"max":{"1min":1.1479999999999999,"5min":1.222,"15min":1.222},"last":0.91500000000000004}]},{"osd":2,"last update":"Wed Nov 15 05:40:43 2023","interfaces":[{"interface":"back","average":{"1min":0.86899999999999999,"5min":0.85399999999999998,"15min":0.85199999999999998},"min":{"1min":0.72799999999999998,"5min":0.57599999999999996,"15min":0.57599999999999996},"max":{"1min":1.0389999999999999,"5min":1.1040000000000001,"15min":1.1040000000000001},"last":0.93600000000000005},{"interface":"front","average":{"1min":1.026,"5min":0.97199999999999998,"15min":0.95399999999999996},"min":{"1min":0.73099999999999998,"5min":0.68300000000000005,"15min":0.68300000000000005},"max":{"1min":1.3080000000000001,"5min":1.431,"15min":1.431},"last":1.319}]},{"osd":3,"last update":"Wed Nov 15 05:40:43 2023","interfaces":[{"interface":"back","average":{"1min":0.94399999999999995,"5min":0.88600000000000001,"15min":0.875},"min":{"1min":0.65500000000000003,"5min":0.54800000000000004,"15min":0.54800000000000004},"max":{"1min":1.3049999999999999,"5min":1.3049999999999999,"15min":1.3049999999999999},"last":0.80700000000000005},{"interface":"front","average":{"1min":0.96799999999999997,"5min":0.90600000000000003,"15min":0.878},"min":{"1min":0.66900000000000004,"5min":0.56899999999999995,"15min":0.56899999999999995},"max":{"1min":1.605,"5min":1.605,"15min":1.605},"last":1}]},{"osd":4,"last update":"Wed Nov 15 05:40:43 2023","interfaces":[{"interface":"back","average":{"1min":1.0529999999999999,"5min":0.97299999999999998,"15min":0.95299999999999996},"min":{"1min":0.84899999999999998,"5min":0.67300000000000004,"15min":0.67300000000000004},"max":{"1min":1.2,"5min":1.2090000000000001,"15min":1.2090000000000001},"last":1.081},{"interface":"front","average":{"1min":1.1359999999999999,"5min":1.0920000000000001,"15min":1.0800000000000001},"min":{"1min":0.83099999999999996,"5min":0.81399999999999995,"15min":0.81399999999999995},"max":{"1min":1.3620000000000001,"5min":1.645,"15min":1.645},"last":1.5189999999999999}]},{"osd":5,"last update":"Wed Nov 15 05:40:43 2023","interfaces":[{"interface":"back","average":{"1min":1.1479999999999999,"5min":1.0760000000000001,"15min":1.0469999999999999},"min":{"1min":0.73499999999999999,"5min":0.65000000000000002,"15min":0.65000000000000002},"max":{"1min":1.4610000000000001,"5min":1.5289999999999999,"15min":1.5289999999999999},"last":1.4690000000000001},{"interface":"front","average":{"1min":1.133,"5min":1.0429999999999999,"15min":1.0109999999999999},"min":{"1min":0.85899999999999999,"5min":0.58399999999999996,"15min":0.58399999999999996},"max":{"1min":1.5049999999999999,"5min":1.5049999999999999,"15min":1.5049999999999999},"last":1.3839999999999999}]},{"osd":6,"last update":"Wed Nov 15 05:40:43 2023","interfaces":[{"interface":"back","average":{"1min":1.208,"5min":1.1479999999999999,"15min":1.137},"min":{"1min":0.97999999999999998,"5min":0.878,"15min":0.878},"max":{"1min":1.5820000000000001,"5min":1.5820000000000001,"15min":1.5820000000000001},"last":1.0549999999999999},{"interface":"front","average":{"1min":1.1970000000000001,"5min":1.109,"15min":1.079},"min":{"1min":0.96699999999999997,"5min":0.83799999999999997,"15min":0.83799999999999997},"max":{"1min":1.4610000000000001,"5min":1.4610000000000001,"15min":1.4610000000000001},"last":1.5389999999999999}]}]},{"osd":5,"up_from":33,"seq":141733920812,"num_pgs":0,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":0,"kb":93741056,"kb_used":297476,"kb_used_data":380,"kb_used_omap":0,"kb_used_meta":297088,"kb_avail":93443580,"statfs":{"total":95990841344,"available":95686225920,"internally_reserved":0,"allocated":389120,"data_stored":151227,"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 Nov 15 05:40:35 2023","interfaces":[{"interface":"back","average":{"1min":0.87,"5min":0.872,"15min":0.871},"min":{"1min":0.63500000000000001,"5min":0.63500000000000001,"15min":0.63500000000000001},"max":{"1min":1.085,"5min":1.1839999999999999,"15min":1.1839999999999999},"last":0.75},{"interface":"front","average":{"1min":0.97799999999999998,"5min":0.96999999999999997,"15min":0.95899999999999996},"min":{"1min":0.72199999999999998,"5min":0.65800000000000003,"15min":0.65800000000000003},"max":{"1min":1.25,"5min":1.284,"15min":1.284},"last":0.92700000000000005}]},{"osd":1,"last update":"Wed Nov 15 05:40:35 2023","interfaces":[{"interface":"back","average":{"1min":0.83699999999999997,"5min":0.76600000000000001,"15min":0.74299999999999999},"min":{"1min":0.55000000000000004,"5min":0.46300000000000002,"15min":0.46300000000000002},"max":{"1min":1.1439999999999999,"5min":1.353,"15min":1.353},"last":0.57799999999999996},{"interface":"front","average":{"1min":0.80700000000000005,"5min":0.79600000000000004,"15min":0.79200000000000004},"min":{"1min":0.51300000000000001,"5min":0.434,"15min":0.434},"max":{"1min":1.0169999999999999,"5min":1.204,"15min":1.204},"last":0.88500000000000001}]},{"osd":2,"last update":"Wed Nov 15 05:40:35 2023","interfaces":[{"interface":"back","average":{"1min":0.85699999999999998,"5min":0.877,"15min":0.88100000000000001},"min":{"1min":0.68100000000000005,"5min":0.67100000000000004,"15min":0.67100000000000004},"max":{"1min":1.3600000000000001,"5min":1.3600000000000001,"15min":1.3600000000000001},"last":0.77900000000000003},{"interface":"front","average":{"1min":0.93200000000000005,"5min":0.89000000000000001,"15min":0.88100000000000001},"min":{"1min":0.70299999999999996,"5min":0.57399999999999995,"15min":0.57399999999999995},"max":{"1min":1.306,"5min":1.306,"15min":1.306},"last":0.84099999999999997}]},{"osd":3,"last update":"Wed Nov 15 05:40:35 2023","interfaces":[{"interface":"back","average":{"1min":0.92400000000000004,"5min":0.88800000000000001,"15min":0.89500000000000002},"min":{"1min":0.71499999999999997,"5min":0.48899999999999999,"15min":0.48899999999999999},"max":{"1min":1.4450000000000001,"5min":1.4450000000000001,"15min":1.4450000000000001},"last":0.61799999999999999},{"interface":"front","average":{"1min":0.999,"5min":0.95299999999999996,"15min":0.95499999999999996},"min":{"1min":0.60799999999999998,"5min":0.54500000000000004,"15min":0.54500000000000004},"max":{"1min":1.3839999999999999,"5min":1.3839999999999999,"15min":1.3839999999999999},"last":1.012}]},{"osd":4,"last update":"Wed Nov 15 05:40:35 2023","interfaces":[{"interface":"back","average":{"1min":1.141,"5min":1.0529999999999999,"15min":1.026},"min":{"1min":0.93300000000000005,"5min":0.68799999999999994,"15min":0.68799999999999994},"max":{"1min":1.617,"5min":1.617,"15min":1.617},"last":0.95799999999999996},{"interface":"front","average":{"1min":1.0169999999999999,"5min":1.089,"15min":1.1000000000000001},"min":{"1min":0.77400000000000002,"5min":0.77400000000000002,"15min":0.77400000000000002},"max":{"1min":1.3109999999999999,"5min":1.897,"15min":1.897},"last":0.97299999999999998}]},{"osd":6,"last update":"Wed Nov 15 05:40:35 2023","interfaces":[{"interface":"back","average":{"1min":1.1220000000000001,"5min":1.1120000000000001,"15min":1.1140000000000001},"min":{"1min":0.878,"5min":0.745,"15min":0.745},"max":{"1min":1.522,"5min":1.522,"15min":1.522},"last":1.002},{"interface":"front","average":{"1min":1.218,"5min":1.141,"15min":1.119},"min":{"1min":0.92100000000000004,"5min":0.85699999999999998,"15min":0.85699999999999998},"max":{"1min":1.968,"5min":1.968,"15min":1.968},"last":1.083}]},{"osd":7,"last update":"Wed Nov 15 05:40:37 2023","interfaces":[{"interface":"back","average":{"1min":1.1020000000000001,"5min":1.119,"15min":1.111},"min":{"1min":0.76600000000000001,"5min":0.71899999999999997,"15min":0.71899999999999997},"max":{"1min":1.3839999999999999,"5min":1.8480000000000001,"15min":1.8480000000000001},"last":1.034},{"interface":"front","average":{"1min":1.1930000000000001,"5min":1.1759999999999999,"15min":1.1759999999999999},"min":{"1min":0.93799999999999994,"5min":0.69599999999999995,"15min":0.69599999999999995},"max":{"1min":1.5640000000000001,"5min":1.5780000000000001,"15min":1.5780000000000001},"last":1.0509999999999999}]}]},{"osd":2,"up_from":20,"seq":85899345968,"num_pgs":0,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":0,"kb":93741056,"kb_used":297476,"kb_used_data":380,"kb_used_omap":0,"kb_used_meta":297088,"kb_avail":93443580,"statfs":{"total":95990841344,"available":95686225920,"internally_reserved":0,"allocated":389120,"data_stored":151227,"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 Nov 15 05:40:17 2023","interfaces":[{"interface":"back","average":{"1min":0.67800000000000005,"5min":0.71399999999999997,"15min":0.72199999999999998},"min":{"1min":0.55600000000000005,"5min":0.502,"15min":0.502},"max":{"1min":1.0489999999999999,"5min":1.0609999999999999,"15min":1.0609999999999999},"last":0.82399999999999995},{"interface":"front","average":{"1min":0.71099999999999997,"5min":0.70499999999999996,"15min":0.70199999999999996},"min":{"1min":0.59499999999999997,"5min":0.48099999999999998,"15min":0.48099999999999998},"max":{"1min":1.147,"5min":1.147,"15min":1.147},"last":0.88600000000000001}]},{"osd":1,"last update":"Wed Nov 15 05:40:25 2023","interfaces":[{"interface":"back","average":{"1min":0.94399999999999995,"5min":0.95499999999999996,"15min":0.96599999999999997},"min":{"1min":0.66300000000000003,"5min":0.66300000000000003,"15min":0.66300000000000003},"max":{"1min":1.22,"5min":1.22,"15min":1.22},"last":1.0209999999999999},{"interface":"front","average":{"1min":0.94199999999999995,"5min":0.92900000000000005,"15min":0.92400000000000004},"min":{"1min":0.83499999999999996,"5min":0.69799999999999995,"15min":0.69799999999999995},"max":{"1min":1.165,"5min":1.3100000000000001,"15min":1.3100000000000001},"last":1.355}]},{"osd":3,"last update":"Wed Nov 15 05:40:29 2023","interfaces":[{"interface":"back","average":{"1min":0.92100000000000004,"5min":0.91000000000000003,"15min":0.90200000000000002},"min":{"1min":0.67300000000000004,"5min":0.67300000000000004,"15min":0.67300000000000004},"max":{"1min":1.2210000000000001,"5min":1.294,"15min":1.294},"last":0.94299999999999995},{"interface":"front","average":{"1min":0.95999999999999996,"5min":0.98899999999999999,"15min":0.997},"min":{"1min":0.68799999999999994,"5min":0.66700000000000004,"15min":0.66700000000000004},"max":{"1min":1.147,"5min":1.244,"15min":1.244},"last":1.0780000000000001}]},{"osd":4,"last update":"Wed Nov 15 05:40:25 2023","interfaces":[{"interface":"back","average":{"1min":0.89200000000000002,"5min":0.89700000000000002,"15min":0.88300000000000001},"min":{"1min":0.68000000000000005,"5min":0.57599999999999996,"15min":0.57599999999999996},"max":{"1min":1.2110000000000001,"5min":1.3220000000000001,"15min":1.3220000000000001},"last":0.84799999999999998},{"interface":"front","average":{"1min":0.95099999999999996,"5min":1.0209999999999999,"15min":1.0289999999999999},"min":{"1min":0.78500000000000003,"5min":0.60999999999999999,"15min":0.60999999999999999},"max":{"1min":1.1990000000000001,"5min":1.2849999999999999,"15min":1.2849999999999999},"last":0.96399999999999997}]},{"osd":5,"last update":"Wed Nov 15 05:40:34 2023","interfaces":[{"interface":"back","average":{"1min":1.006,"5min":1.024,"15min":1.018},"min":{"1min":0.78600000000000003,"5min":0.77300000000000002,"15min":0.77300000000000002},"max":{"1min":1.1919999999999999,"5min":1.3879999999999999,"15min":1.3879999999999999},"last":1.127},{"interface":"front","average":{"1min":0.99099999999999999,"5min":1.089,"15min":1.111},"min":{"1min":0.80600000000000005,"5min":0.80600000000000005,"15min":0.80600000000000005},"max":{"1min":1.1279999999999999,"5min":1.413,"15min":1.413},"last":0.99399999999999999}]},{"osd":6,"last update":"Wed Nov 15 05:40:29 2023","interfaces":[{"interface":"back","average":{"1min":1.0369999999999999,"5min":1.0760000000000001,"15min":1.0669999999999999},"min":{"1min":0.749,"5min":0.745,"15min":0.745},"max":{"1min":1.2430000000000001,"5min":1.4750000000000001,"15min":1.4750000000000001},"last":1.2789999999999999},{"interface":"front","average":{"1min":1.085,"5min":1.111,"15min":1.119},"min":{"1min":0.90700000000000003,"5min":0.86199999999999999,"15min":0.86199999999999999},"max":{"1min":1.2310000000000001,"5min":1.385,"15min":1.385},"last":1.038}]},{"osd":7,"last update":"Wed Nov 15 05:40:40 2023","interfaces":[{"interface":"back","average":{"1min":1.179,"5min":1.2210000000000001,"15min":1.2370000000000001},"min":{"1min":1.0580000000000001,"5min":0.85799999999999998,"15min":0.85799999999999998},"max":{"1min":1.593,"5min":1.593,"15min":1.593},"last":1.1990000000000001},{"interface":"front","average":{"1min":1.1839999999999999,"5min":1.226,"15min":1.236},"min":{"1min":0.87,"5min":0.87,"15min":0.87},"max":{"1min":1.429,"5min":1.778,"15min":1.778},"last":1.4239999999999999}]}]},{"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":297476,"kb_used_data":380,"kb_used_omap":0,"kb_used_meta":297088,"kb_avail":93443580,"statfs":{"total":95990841344,"available":95686225920,"internally_reserved":0,"allocated":389120,"data_stored":151227,"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 Nov 15 05:40:26 2023","interfaces":[{"interface":"back","average":{"1min":0.90300000000000002,"5min":0.88700000000000001,"15min":0.88100000000000001},"min":{"1min":0.67100000000000004,"5min":0.56599999999999995,"15min":0.56599999999999995},"max":{"1min":1.1299999999999999,"5min":1.23,"15min":1.23},"last":1.266},{"interface":"front","average":{"1min":0.873,"5min":0.84899999999999998,"15min":0.83899999999999997},"min":{"1min":0.59099999999999997,"5min":0.58899999999999997,"15min":0.58899999999999997},"max":{"1min":1.1359999999999999,"5min":1.1359999999999999,"15min":1.1359999999999999},"last":0.98699999999999999}]},{"osd":2,"last update":"Wed Nov 15 05:40:26 2023","interfaces":[{"interface":"back","average":{"1min":0.68700000000000006,"5min":0.73399999999999999,"15min":0.72899999999999998},"min":{"1min":0.56000000000000005,"5min":0.46300000000000002,"15min":0.46300000000000002},"max":{"1min":1.1060000000000001,"5min":1.212,"15min":1.212},"last":0.95999999999999996},{"interface":"front","average":{"1min":0.82199999999999995,"5min":0.84099999999999997,"15min":0.84699999999999998},"min":{"1min":0.57899999999999996,"5min":0.48899999999999999,"15min":0.48899999999999999},"max":{"1min":1.2669999999999999,"5min":1.3180000000000001,"15min":1.3180000000000001},"last":1.046}]},{"osd":3,"last update":"Wed Nov 15 05:40:26 2023","interfaces":[{"interface":"back","average":{"1min":0.81200000000000006,"5min":0.85899999999999999,"15min":0.86699999999999999},"min":{"1min":0.67800000000000005,"5min":0.67800000000000005,"15min":0.67800000000000005},"max":{"1min":1.0649999999999999,"5min":1.117,"15min":1.117},"last":0.81699999999999995},{"interface":"front","average":{"1min":0.91300000000000003,"5min":0.90200000000000002,"15min":0.89400000000000002},"min":{"1min":0.75,"5min":0.52000000000000002,"15min":0.52000000000000002},"max":{"1min":1.0229999999999999,"5min":1.173,"15min":1.173},"last":1.073}]},{"osd":4,"last update":"Wed Nov 15 05:40:26 2023","interfaces":[{"interface":"back","average":{"1min":0.84199999999999997,"5min":0.91300000000000003,"15min":0.92700000000000005},"min":{"1min":0.66300000000000003,"5min":0.63700000000000001,"15min":0.63700000000000001},"max":{"1min":1.1899999999999999,"5min":1.321,"15min":1.321},"last":0.84899999999999998},{"interface":"front","average":{"1min":0.90200000000000002,"5min":0.999,"15min":1.02},"min":{"1min":0.65000000000000002,"5min":0.64700000000000002,"15min":0.64700000000000002},"max":{"1min":1.3979999999999999,"5min":1.3979999999999999,"15min":1.3979999999999999},"last":0.92000000000000004}]},{"osd":5,"last update":"Wed Nov 15 05:40:37 2023","interfaces":[{"interface":"back","average":{"1min":0.94599999999999995,"5min":1.01,"15min":1.028},"min":{"1min":0.76900000000000002,"5min":0.76900000000000002,"15min":0.76900000000000002},"max":{"1min":1.1559999999999999,"5min":1.337,"15min":1.337},"last":1.026},{"interface":"front","average":{"1min":1.04,"5min":1.1240000000000001,"15min":1.1459999999999999},"min":{"1min":0.75800000000000001,"5min":0.75800000000000001,"15min":0.75800000000000001},"max":{"1min":1.319,"5min":1.3999999999999999,"15min":1.3999999999999999},"last":1.206}]},{"osd":6,"last update":"Wed Nov 15 05:40:26 2023","interfaces":[{"interface":"back","average":{"1min":1.04,"5min":1.1379999999999999,"15min":1.169},"min":{"1min":0.77000000000000002,"5min":0.77000000000000002,"15min":0.77000000000000002},"max":{"1min":1.214,"5min":1.4470000000000001,"15min":1.4470000000000001},"last":1.1200000000000001},{"interface":"front","average":{"1min":0.999,"5min":1.113,"15min":1.1419999999999999},"min":{"1min":0.68200000000000005,"5min":0.68200000000000005,"15min":0.68200000000000005},"max":{"1min":1.216,"5min":1.385,"15min":1.385},"last":1.099}]},{"osd":7,"last update":"Wed Nov 15 05:40:37 2023","interfaces":[{"interface":"back","average":{"1min":1.038,"5min":1.1659999999999999,"15min":1.202},"min":{"1min":0.93100000000000005,"5min":0.93100000000000005,"15min":0.93100000000000005},"max":{"1min":1.141,"5min":1.552,"15min":1.552},"last":1.1850000000000001},{"interface":"front","average":{"1min":1.24,"5min":1.282,"15min":1.294},"min":{"1min":0.86699999999999999,"5min":0.86699999999999999,"15min":0.86699999999999999},"max":{"1min":1.7749999999999999,"5min":1.851,"15min":1.851},"last":1.72}]}]},{"osd":1,"up_from":22,"seq":94489280559,"num_pgs":0,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":0,"kb":93741056,"kb_used":297472,"kb_used_data":376,"kb_used_omap":0,"kb_used_meta":297088,"kb_avail":93443584,"statfs":{"total":95990841344,"available":95686230016,"internally_reserved":0,"allocated":385024,"data_stored":150912,"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 Nov 15 05:40:22 2023","interfaces":[{"interface":"back","average":{"1min":0.79700000000000004,"5min":0.78100000000000003,"15min":0.77300000000000002},"min":{"1min":0.60299999999999998,"5min":0.60299999999999998,"15min":0.60299999999999998},"max":{"1min":1.0800000000000001,"5min":1.113,"15min":1.113},"last":0.73299999999999998},{"interface":"front","average":{"1min":0.85399999999999998,"5min":0.80200000000000005,"15min":0.77600000000000002},"min":{"1min":0.64600000000000002,"5min":0.41299999999999998,"15min":0.41299999999999998},"max":{"1min":1.091,"5min":1.502,"15min":1.502},"last":0.80500000000000005}]},{"osd":2,"last update":"Wed Nov 15 05:40:22 2023","interfaces":[{"interface":"back","average":{"1min":1.01,"5min":0.91100000000000003,"15min":0.88300000000000001},"min":{"1min":0.81699999999999995,"5min":0.51800000000000002,"15min":0.51800000000000002},"max":{"1min":1.2050000000000001,"5min":1.23,"15min":1.23},"last":0.94499999999999995},{"interface":"front","average":{"1min":1.0149999999999999,"5min":0.93200000000000005,"15min":0.90300000000000002},"min":{"1min":0.73999999999999999,"5min":0.46899999999999997,"15min":0.46899999999999997},"max":{"1min":1.2430000000000001,"5min":1.2430000000000001,"15min":1.2430000000000001},"last":1.0309999999999999}]},{"osd":3,"last update":"Wed Nov 15 05:40:29 2023","interfaces":[{"interface":"back","average":{"1min":0.82699999999999996,"5min":0.74199999999999999,"15min":0.70999999999999996},"min":{"1min":0.56499999999999995,"5min":0.36099999999999999,"15min":0.36099999999999999},"max":{"1min":1.2150000000000001,"5min":1.3400000000000001,"15min":1.3400000000000001},"last":0.69799999999999995},{"interface":"front","average":{"1min":0.82299999999999995,"5min":0.747,"15min":0.71399999999999997},"min":{"1min":0.51800000000000002,"5min":0.37,"15min":0.37},"max":{"1min":1.2250000000000001,"5min":1.2250000000000001,"15min":1.2250000000000001},"last":1.0029999999999999}]},{"osd":4,"last update":"Wed Nov 15 05:40:22 2023","interfaces":[{"interface":"back","average":{"1min":1.0569999999999999,"5min":0.95599999999999996,"15min":0.92300000000000004},"min":{"1min":0.73199999999999998,"5min":0.65800000000000003,"15min":0.65800000000000003},"max":{"1min":1.306,"5min":1.306,"15min":1.306},"last":1.0600000000000001},{"interface":"front","average":{"1min":0.96399999999999997,"5min":0.94099999999999995,"15min":0.93200000000000005},"min":{"1min":0.65700000000000003,"5min":0.59599999999999997,"15min":0.59599999999999997},"max":{"1min":1.333,"5min":1.6479999999999999,"15min":1.6479999999999999},"last":0.88800000000000001}]},{"osd":5,"last update":"Wed Nov 15 05:40:33 2023","interfaces":[{"interface":"back","average":{"1min":0.88600000000000001,"5min":0.83799999999999997,"15min":0.81000000000000005},"min":{"1min":0.64100000000000001,"5min":0.45700000000000002,"15min":0.45700000000000002},"max":{"1min":1.1120000000000001,"5min":1.5449999999999999,"15min":1.5449999999999999},"last":0.91700000000000004},{"interface":"front","average":{"1min":0.88500000000000001,"5min":0.91300000000000003,"15min":0.92100000000000004},"min":{"1min":0.48199999999999998,"5min":0.48199999999999998,"15min":0.48199999999999998},"max":{"1min":1.3109999999999999,"5min":1.593,"15min":1.593},"last":0.96799999999999997}]},{"osd":6,"last update":"Wed Nov 15 05:40:29 2023","interfaces":[{"interface":"back","average":{"1min":1.046,"5min":1.0029999999999999,"15min":0.97699999999999998},"min":{"1min":0.70799999999999996,"5min":0.59599999999999997,"15min":0.59599999999999997},"max":{"1min":1.3169999999999999,"5min":1.383,"15min":1.383},"last":1.0980000000000001},{"interface":"front","average":{"1min":1.137,"5min":1.077,"15min":1.0469999999999999},"min":{"1min":0.79700000000000004,"5min":0.66700000000000004,"15min":0.66700000000000004},"max":{"1min":1.304,"5min":1.73,"15min":1.73},"last":1.1220000000000001}]},{"osd":7,"last update":"Wed Nov 15 05:40:37 2023","interfaces":[{"interface":"back","average":{"1min":1.109,"5min":1.0649999999999999,"15min":1.048},"min":{"1min":0.68500000000000005,"5min":0.58199999999999996,"15min":0.58199999999999996},"max":{"1min":1.381,"5min":1.6879999999999999,"15min":1.6879999999999999},"last":1.083},{"interface":"front","average":{"1min":1.194,"5min":1.0649999999999999,"15min":1.0209999999999999},"min":{"1min":0.85299999999999998,"5min":0.57199999999999995,"15min":0.57199999999999995},"max":{"1min":1.5589999999999999,"5min":1.5860000000000001,"15min":1.5860000000000001},"last":1.1379999999999999}]}]},{"osd":4,"up_from":25,"seq":107374182445,"num_pgs":0,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":0,"kb":93741056,"kb_used":297476,"kb_used_data":380,"kb_used_omap":0,"kb_used_meta":297088,"kb_avail":93443580,"statfs":{"total":95990841344,"available":95686225920,"internally_reserved":0,"allocated":389120,"data_stored":151227,"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 Nov 15 05:40:24 2023","interfaces":[{"interface":"back","average":{"1min":0.71899999999999997,"5min":0.76000000000000001,"15min":0.76500000000000001},"min":{"1min":0.53600000000000003,"5min":0.47499999999999998,"15min":0.47499999999999998},"max":{"1min":1.1240000000000001,"5min":1.8320000000000001,"15min":1.8320000000000001},"last":0.81100000000000005},{"interface":"front","average":{"1min":0.754,"5min":0.74099999999999999,"15min":0.73099999999999998},"min":{"1min":0.55700000000000005,"5min":0.35199999999999998,"15min":0.35199999999999998},"max":{"1min":1.125,"5min":1.125,"15min":1.125},"last":0.56399999999999995}]},{"osd":1,"last update":"Wed Nov 15 05:40:24 2023","interfaces":[{"interface":"back","average":{"1min":0.95599999999999996,"5min":0.95299999999999996,"15min":0.95599999999999996},"min":{"1min":0.622,"5min":0.61699999999999999,"15min":0.61699999999999999},"max":{"1min":1.282,"5min":1.5409999999999999,"15min":1.5409999999999999},"last":0.78800000000000003},{"interface":"front","average":{"1min":0.91300000000000003,"5min":0.97399999999999998,"15min":0.98699999999999999},"min":{"1min":0.70999999999999996,"5min":0.66900000000000004,"15min":0.66900000000000004},"max":{"1min":1.3080000000000001,"5min":1.6879999999999999,"15min":1.6879999999999999},"last":0.96899999999999997}]},{"osd":2,"last update":"Wed Nov 15 05:40:24 2023","interfaces":[{"interface":"back","average":{"1min":0.79600000000000004,"5min":0.84899999999999998,"15min":0.85699999999999998},"min":{"1min":0.622,"5min":0.57599999999999996,"15min":0.57599999999999996},"max":{"1min":1.012,"5min":2.052,"15min":2.052},"last":0.66500000000000004},{"interface":"front","average":{"1min":0.89600000000000002,"5min":0.872,"15min":0.86899999999999999},"min":{"1min":0.64100000000000001,"5min":0.44,"15min":0.44},"max":{"1min":1.151,"5min":1.321,"15min":1.321},"last":0.92900000000000005}]},{"osd":3,"last update":"Wed Nov 15 05:40:24 2023","interfaces":[{"interface":"back","average":{"1min":1.0169999999999999,"5min":0.97599999999999998,"15min":0.94899999999999995},"min":{"1min":0.79900000000000004,"5min":0.50700000000000001,"15min":0.50700000000000001},"max":{"1min":1.397,"5min":1.4610000000000001,"15min":1.4610000000000001},"last":1.038},{"interface":"front","average":{"1min":1.0169999999999999,"5min":1.032,"15min":1.038},"min":{"1min":0.77600000000000002,"5min":0.72499999999999998,"15min":0.72499999999999998},"max":{"1min":1.2450000000000001,"5min":2.2599999999999998,"15min":2.2599999999999998},"last":0.90400000000000003}]},{"osd":5,"last update":"Wed Nov 15 05:40:41 2023","interfaces":[{"interface":"back","average":{"1min":1.0580000000000001,"5min":1.05,"15min":1.046},"min":{"1min":0.86799999999999999,"5min":0.72099999999999997,"15min":0.72099999999999997},"max":{"1min":1.278,"5min":1.649,"15min":1.649},"last":1.0920000000000001},{"interface":"front","average":{"1min":1.107,"5min":1.0820000000000001,"15min":1.0800000000000001},"min":{"1min":0.95599999999999996,"5min":0.69899999999999995,"15min":0.69899999999999995},"max":{"1min":1.4410000000000001,"5min":2.4159999999999999,"15min":2.4159999999999999},"last":0.99099999999999999}]},{"osd":6,"last update":"Wed Nov 15 05:40:24 2023","interfaces":[{"interface":"back","average":{"1min":1.0089999999999999,"5min":1.0169999999999999,"15min":1.0189999999999999},"min":{"1min":0.74099999999999999,"5min":0.69699999999999995,"15min":0.69699999999999995},"max":{"1min":1.234,"5min":1.536,"15min":1.536},"last":0.84399999999999997},{"interface":"front","average":{"1min":1.1459999999999999,"5min":1.1419999999999999,"15min":1.137},"min":{"1min":0.92300000000000004,"5min":0.59999999999999998,"15min":0.59999999999999998},"max":{"1min":1.397,"5min":1.6100000000000001,"15min":1.6100000000000001},"last":0.86799999999999999}]},{"osd":7,"last update":"Wed Nov 15 05:40:42 2023","interfaces":[{"interface":"back","average":{"1min":1.1719999999999999,"5min":1.147,"15min":1.1479999999999999},"min":{"1min":0.98999999999999999,"5min":0.80500000000000005,"15min":0.80500000000000005},"max":{"1min":1.407,"5min":1.7030000000000001,"15min":1.7030000000000001},"last":1.02},{"interface":"front","average":{"1min":1.2589999999999999,"5min":1.2310000000000001,"15min":1.2150000000000001},"min":{"1min":1.107,"5min":0.84599999999999997,"15min":0.84599999999999997},"max":{"1min":1.74,"5min":1.7729999999999999,"15min":1.7729999999999999},"last":1.141}]}]},{"osd":3,"up_from":28,"seq":120259084334,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93741056,"kb_used":297468,"kb_used_data":372,"kb_used_omap":0,"kb_used_meta":297088,"kb_avail":93443588,"statfs":{"total":95990841344,"available":95686234112,"internally_reserved":0,"allocated":380928,"data_stored":150547,"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 Nov 15 05:40:27 2023","interfaces":[{"interface":"back","average":{"1min":0.83199999999999996,"5min":0.86399999999999999,"15min":0.86599999999999999},"min":{"1min":0.621,"5min":0.60899999999999999,"15min":0.60899999999999999},"max":{"1min":1.3520000000000001,"5min":1.542,"15min":1.542},"last":0.71899999999999997},{"interface":"front","average":{"1min":0.83599999999999997,"5min":0.83999999999999997,"15min":0.83799999999999997},"min":{"1min":0.68899999999999995,"5min":0.58999999999999997,"15min":0.58999999999999997},"max":{"1min":1.093,"5min":1.2310000000000001,"15min":1.2310000000000001},"last":0.80700000000000005}]},{"osd":1,"last update":"Wed Nov 15 05:40:27 2023","interfaces":[{"interface":"back","average":{"1min":0.80500000000000005,"5min":0.755,"15min":0.751},"min":{"1min":0.59399999999999997,"5min":0.35799999999999998,"15min":0.35799999999999998},"max":{"1min":1.2310000000000001,"5min":1.2310000000000001,"15min":1.2310000000000001},"last":0.76400000000000001},{"interface":"front","average":{"1min":0.83199999999999996,"5min":0.76100000000000001,"15min":0.73899999999999999},"min":{"1min":0.58699999999999997,"5min":0.45700000000000002,"15min":0.45700000000000002},"max":{"1min":1.1359999999999999,"5min":1.2629999999999999,"15min":1.2629999999999999},"last":0.86599999999999999}]},{"osd":2,"last update":"Wed Nov 15 05:40:27 2023","interfaces":[{"interface":"back","average":{"1min":0.998,"5min":0.96199999999999997,"15min":0.95399999999999996},"min":{"1min":0.78300000000000003,"5min":0.67300000000000004,"15min":0.67300000000000004},"max":{"1min":1.2849999999999999,"5min":1.7729999999999999,"15min":1.7729999999999999},"last":0.95099999999999996},{"interface":"front","average":{"1min":0.97099999999999997,"5min":0.90200000000000002,"15min":0.879},"min":{"1min":0.81999999999999995,"5min":0.63800000000000001,"15min":0.63800000000000001},"max":{"1min":1.196,"5min":1.343,"15min":1.343},"last":0.92400000000000004}]},{"osd":4,"last update":"Wed Nov 15 05:40:27 2023","interfaces":[{"interface":"back","average":{"1min":1.0269999999999999,"5min":0.98599999999999999,"15min":0.97199999999999998},"min":{"1min":0.72199999999999998,"5min":0.69999999999999996,"15min":0.69999999999999996},"max":{"1min":1.3160000000000001,"5min":1.4870000000000001,"15min":1.4870000000000001},"last":1.0680000000000001},{"interface":"front","average":{"1min":1.103,"5min":1.0549999999999999,"15min":1.0409999999999999},"min":{"1min":0.82699999999999996,"5min":0.64100000000000001,"15min":0.64100000000000001},"max":{"1min":1.371,"5min":1.8919999999999999,"15min":1.8919999999999999},"last":1.044}]},{"osd":5,"last update":"Wed Nov 15 05:40:38 2023","interfaces":[{"interface":"back","average":{"1min":0.99099999999999999,"5min":0.94099999999999995,"15min":0.93300000000000005},"min":{"1min":0.754,"5min":0.56100000000000005,"15min":0.56100000000000005},"max":{"1min":1.3919999999999999,"5min":1.4359999999999999,"15min":1.4359999999999999},"last":0.98199999999999998},{"interface":"front","average":{"1min":1.161,"5min":1.056,"15min":1.0580000000000001},"min":{"1min":0.79700000000000004,"5min":0.53900000000000003,"15min":0.53900000000000003},"max":{"1min":1.4650000000000001,"5min":1.984,"15min":1.984},"last":1.115}]},{"osd":6,"last update":"Wed Nov 15 05:40:27 2023","interfaces":[{"interface":"back","average":{"1min":1.1080000000000001,"5min":1.0209999999999999,"15min":1.0149999999999999},"min":{"1min":0.88400000000000001,"5min":0.69799999999999995,"15min":0.69799999999999995},"max":{"1min":1.571,"5min":1.571,"15min":1.571},"last":1.006},{"interface":"front","average":{"1min":1.2170000000000001,"5min":1.1120000000000001,"15min":1.093},"min":{"1min":0.95999999999999996,"5min":0.66200000000000003,"15min":0.66200000000000003},"max":{"1min":1.9319999999999999,"5min":1.9319999999999999,"15min":1.9319999999999999},"last":1.161}]},{"osd":7,"last update":"Wed Nov 15 05:40:38 2023","interfaces":[{"interface":"back","average":{"1min":1.196,"5min":1.115,"15min":1.1160000000000001},"min":{"1min":0.81000000000000005,"5min":0.57599999999999996,"15min":0.57599999999999996},"max":{"1min":1.841,"5min":1.841,"15min":1.841},"last":1.2230000000000001},{"interface":"front","average":{"1min":1.208,"5min":1.175,"15min":1.1850000000000001},"min":{"1min":0.86099999999999999,"5min":0.54700000000000004,"15min":0.54700000000000004},"max":{"1min":1.5249999999999999,"5min":2.0920000000000001,"15min":2.0920000000000001},"last":1.1910000000000001}]}]},{"osd":6,"up_from":28,"seq":120259084333,"num_pgs":0,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":0,"kb":93741056,"kb_used":297476,"kb_used_data":380,"kb_used_omap":0,"kb_used_meta":297088,"kb_avail":93443580,"statfs":{"total":95990841344,"available":95686225920,"internally_reserved":0,"allocated":389120,"data_stored":151227,"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 Nov 15 05:40:27 2023","interfaces":[{"interface":"back","average":{"1min":0.66500000000000004,"5min":0.69699999999999995,"15min":0.69999999999999996},"min":{"1min":0.48699999999999999,"5min":0.40699999999999997,"15min":0.40699999999999997},"max":{"1min":0.92100000000000004,"5min":1.133,"15min":1.133},"last":0.89200000000000002},{"interface":"front","average":{"1min":0.81200000000000006,"5min":0.80800000000000005,"15min":0.81200000000000006},"min":{"1min":0.52400000000000002,"5min":0.46000000000000002,"15min":0.46000000000000002},"max":{"1min":1.056,"5min":1.151,"15min":1.151},"last":1.131}]},{"osd":1,"last update":"Wed Nov 15 05:40:27 2023","interfaces":[{"interface":"back","average":{"1min":0.876,"5min":0.84299999999999997,"15min":0.84099999999999997},"min":{"1min":0.71299999999999997,"5min":0.59599999999999997,"15min":0.59599999999999997},"max":{"1min":1.0309999999999999,"5min":1.2310000000000001,"15min":1.2310000000000001},"last":0.92800000000000005},{"interface":"front","average":{"1min":0.89800000000000002,"5min":0.88300000000000001,"15min":0.877},"min":{"1min":0.75,"5min":0.63300000000000001,"15min":0.63300000000000001},"max":{"1min":1.073,"5min":1.1539999999999999,"15min":1.1539999999999999},"last":1.0640000000000001}]},{"osd":2,"last update":"Wed Nov 15 05:40:27 2023","interfaces":[{"interface":"back","average":{"1min":0.84099999999999997,"5min":0.83899999999999997,"15min":0.83099999999999996},"min":{"1min":0.58199999999999996,"5min":0.50700000000000001,"15min":0.50700000000000001},"max":{"1min":1.113,"5min":1.1879999999999999,"15min":1.1879999999999999},"last":0.995},{"interface":"front","average":{"1min":0.86399999999999999,"5min":0.91700000000000004,"15min":0.93799999999999994},"min":{"1min":0.58099999999999996,"5min":0.58099999999999996,"15min":0.58099999999999996},"max":{"1min":1.135,"5min":1.504,"15min":1.504},"last":0.96899999999999997}]},{"osd":3,"last update":"Wed Nov 15 05:40:27 2023","interfaces":[{"interface":"back","average":{"1min":0.90400000000000003,"5min":0.93000000000000005,"15min":0.94399999999999995},"min":{"1min":0.71799999999999997,"5min":0.59999999999999998,"15min":0.59999999999999998},"max":{"1min":1.159,"5min":1.3049999999999999,"15min":1.3049999999999999},"last":1.1879999999999999},{"interface":"front","average":{"1min":1.038,"5min":1.026,"15min":1.022},"min":{"1min":0.72199999999999998,"5min":0.72199999999999998,"15min":0.72199999999999998},"max":{"1min":1.3859999999999999,"5min":1.3859999999999999,"15min":1.3859999999999999},"last":1.171}]},{"osd":4,"last update":"Wed Nov 15 05:40:27 2023","interfaces":[{"interface":"back","average":{"1min":0.98399999999999999,"5min":1.0169999999999999,"15min":1.0249999999999999},"min":{"1min":0.67300000000000004,"5min":0.55900000000000005,"15min":0.55900000000000005},"max":{"1min":1.196,"5min":1.619,"15min":1.619},"last":1.222},{"interface":"front","average":{"1min":0.995,"5min":1.0329999999999999,"15min":1.0529999999999999},"min":{"1min":0.629,"5min":0.629,"15min":0.629},"max":{"1min":1.175,"5min":1.5409999999999999,"15min":1.5409999999999999},"last":1.1120000000000001}]},{"osd":5,"last update":"Wed Nov 15 05:40:35 2023","interfaces":[{"interface":"back","average":{"1min":1.141,"5min":1.1519999999999999,"15min":1.153},"min":{"1min":0.91100000000000003,"5min":0.77700000000000002,"15min":0.77700000000000002},"max":{"1min":1.4870000000000001,"5min":1.6579999999999999,"15min":1.6579999999999999},"last":1.2789999999999999},{"interface":"front","average":{"1min":1.1060000000000001,"5min":1.127,"15min":1.135},"min":{"1min":0.76000000000000001,"5min":0.76000000000000001,"15min":0.76000000000000001},"max":{"1min":1.4450000000000001,"5min":1.476,"15min":1.476},"last":1.3480000000000001}]},{"osd":7,"last update":"Wed Nov 15 05:40:35 2023","interfaces":[{"interface":"back","average":{"1min":1.212,"5min":1.224,"15min":1.22},"min":{"1min":0.997,"5min":0.89700000000000002,"15min":0.89700000000000002},"max":{"1min":1.4279999999999999,"5min":1.649,"15min":1.649},"last":1.538},{"interface":"front","average":{"1min":1.2090000000000001,"5min":1.24,"15min":1.25},"min":{"1min":0.91400000000000003,"5min":0.91400000000000003,"15min":0.91400000000000003},"max":{"1min":1.5309999999999999,"5min":1.5309999999999999,"15min":1.5309999999999999},"last":1.5209999999999999}]}]}],"pool_statfs":[{"poolid":1,"osd":0,"total":0,"available":0,"internally_reserved":0,"allocated":0,"data_stored":0,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":1,"osd":1,"total":0,"available":0,"internally_reserved":0,"allocated":0,"data_stored":0,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":1,"osd":2,"total":0,"available":0,"internally_reserved":0,"allocated":0,"data_stored":0,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":1,"osd":3,"total":0,"available":0,"internally_reserved":0,"allocated":0,"data_stored":0,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":1,"osd":7,"total":0,"available":0,"internally_reserved":0,"allocated":0,"data_stored":0,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0}]}} 2023-11-15T05:41:00.582 DEBUG:teuthology.orchestra.run.smithi116:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell --fsid 7456fada-8378-11ee-8dbe-212e2dc638e7 -- ceph pg dump --format=json 2023-11-15T05:41:00.757 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:41:00 smithi152 bash[29762]: cluster 2023-11-15T05:40:59.131067+0000 mgr.smithi116.ldeiub (mgr.14182) 200 : cluster [DBG] pgmap v185: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T05:41:01.649 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:41:01 smithi116 bash[25961]: audit 2023-11-15T05:40:59.932732+0000 mgr.smithi116.ldeiub (mgr.14182) 201 : audit [DBG] from='client.14466 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:41:01.757 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:41:01 smithi152 bash[29762]: audit 2023-11-15T05:40:59.932732+0000 mgr.smithi116.ldeiub (mgr.14182) 201 : audit [DBG] from='client.14466 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:41:02.649 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:41:02 smithi116 bash[25961]: cluster 2023-11-15T05:41:01.131672+0000 mgr.smithi116.ldeiub (mgr.14182) 202 : cluster [DBG] pgmap v186: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T05:41:02.757 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:41:02 smithi152 bash[29762]: cluster 2023-11-15T05:41:01.131672+0000 mgr.smithi116.ldeiub (mgr.14182) 202 : cluster [DBG] pgmap v186: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T05:41:04.425 INFO:teuthology.orchestra.run.smithi116.stderr:Inferring config /var/lib/ceph/7456fada-8378-11ee-8dbe-212e2dc638e7/mon.smithi116/config 2023-11-15T05:41:04.649 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:41:04 smithi116 bash[25961]: cluster 2023-11-15T05:41:03.132272+0000 mgr.smithi116.ldeiub (mgr.14182) 203 : cluster [DBG] pgmap v187: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T05:41:04.757 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:41:04 smithi152 bash[29762]: cluster 2023-11-15T05:41:03.132272+0000 mgr.smithi116.ldeiub (mgr.14182) 203 : cluster [DBG] pgmap v187: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T05:41:05.696 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:41:05 smithi116 bash[25961]: audit 2023-11-15T05:41:04.378684+0000 mon.smithi116 (mon.0) 586 : audit [INF] from='mgr.14182 172.21.15.116:0/1868390107' entity='mgr.smithi116.ldeiub' 2023-11-15T05:41:05.696 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:41:05 smithi116 bash[25961]: audit 2023-11-15T05:41:04.585761+0000 mon.smithi116 (mon.0) 587 : audit [INF] from='mgr.14182 172.21.15.116:0/1868390107' entity='mgr.smithi116.ldeiub' 2023-11-15T05:41:05.696 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:41:05 smithi116 bash[25961]: audit 2023-11-15T05:41:04.880195+0000 mon.smithi116 (mon.0) 588 : audit [DBG] from='mgr.14182 172.21.15.116:0/1868390107' entity='mgr.smithi116.ldeiub' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-15T05:41:05.696 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:41:05 smithi116 bash[25961]: audit 2023-11-15T05:41:04.881309+0000 mon.smithi116 (mon.0) 589 : audit [INF] from='mgr.14182 172.21.15.116:0/1868390107' entity='mgr.smithi116.ldeiub' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-11-15T05:41:05.696 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:41:05 smithi116 bash[25961]: audit 2023-11-15T05:41:04.888019+0000 mon.smithi116 (mon.0) 590 : audit [INF] from='mgr.14182 172.21.15.116:0/1868390107' entity='mgr.smithi116.ldeiub' 2023-11-15T05:41:05.697 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:41:05 smithi116 bash[25961]: audit 2023-11-15T05:41:04.895720+0000 mon.smithi116 (mon.0) 591 : audit [DBG] from='mgr.14182 172.21.15.116:0/1868390107' entity='mgr.smithi116.ldeiub' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-11-15T05:41:05.757 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:41:05 smithi152 bash[29762]: audit 2023-11-15T05:41:04.378684+0000 mon.smithi116 (mon.0) 586 : audit [INF] from='mgr.14182 172.21.15.116:0/1868390107' entity='mgr.smithi116.ldeiub' 2023-11-15T05:41:05.758 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:41:05 smithi152 bash[29762]: audit 2023-11-15T05:41:04.585761+0000 mon.smithi116 (mon.0) 587 : audit [INF] from='mgr.14182 172.21.15.116:0/1868390107' entity='mgr.smithi116.ldeiub' 2023-11-15T05:41:05.758 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:41:05 smithi152 bash[29762]: audit 2023-11-15T05:41:04.880195+0000 mon.smithi116 (mon.0) 588 : audit [DBG] from='mgr.14182 172.21.15.116:0/1868390107' entity='mgr.smithi116.ldeiub' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-15T05:41:05.758 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:41:05 smithi152 bash[29762]: audit 2023-11-15T05:41:04.881309+0000 mon.smithi116 (mon.0) 589 : audit [INF] from='mgr.14182 172.21.15.116:0/1868390107' entity='mgr.smithi116.ldeiub' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-11-15T05:41:05.758 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:41:05 smithi152 bash[29762]: audit 2023-11-15T05:41:04.888019+0000 mon.smithi116 (mon.0) 590 : audit [INF] from='mgr.14182 172.21.15.116:0/1868390107' entity='mgr.smithi116.ldeiub' 2023-11-15T05:41:05.758 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:41:05 smithi152 bash[29762]: audit 2023-11-15T05:41:04.895720+0000 mon.smithi116 (mon.0) 591 : audit [DBG] from='mgr.14182 172.21.15.116:0/1868390107' entity='mgr.smithi116.ldeiub' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-11-15T05:41:06.649 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:41:06 smithi116 bash[25961]: cluster 2023-11-15T05:41:05.132877+0000 mgr.smithi116.ldeiub (mgr.14182) 204 : cluster [DBG] pgmap v188: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T05:41:06.757 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:41:06 smithi152 bash[29762]: cluster 2023-11-15T05:41:05.132877+0000 mgr.smithi116.ldeiub (mgr.14182) 204 : cluster [DBG] pgmap v188: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T05:41:07.600 INFO:teuthology.orchestra.run.smithi116.stdout: 2023-11-15T05:41:07.602 INFO:teuthology.orchestra.run.smithi116.stderr:dumped all 2023-11-15T05:41:08.232 INFO:teuthology.orchestra.run.smithi116.stdout:{"pg_ready":true,"pg_map":{"version":189,"stamp":"2023-11-15T05:41:07.133164+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":2379796,"kb_used_data":3028,"kb_used_omap":0,"kb_used_meta":2376704,"kb_avail":747548652,"statfs":{"total":767926730752,"available":765489819648,"internally_reserved":0,"allocated":3100672,"data_stored":1208821,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":2433744896},"hb_peers":[],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[]},"pg_stats_delta":{"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"store_stats":{"total":0,"available":0,"internally_reserved":0,"allocated":0,"data_stored":0,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},"log_size":0,"ondisk_log_size":0,"up":0,"acting":0,"num_store_stats":0,"stamp_delta":"0.000000"},"pg_stats":[{"pgid":"1.0","version":"0'0","reported_seq":10,"reported_epoch":39,"state":"active+clean","last_fresh":"2023-11-15T05:37:36.421157+0000","last_change":"2023-11-15T05:37:36.421157+0000","last_active":"2023-11-15T05:37:36.421157+0000","last_peered":"2023-11-15T05:37:36.421157+0000","last_clean":"2023-11-15T05:37:36.421157+0000","last_became_active":"2023-11-15T05:37:36.420797+0000","last_became_peered":"2023-11-15T05:37:36.420797+0000","last_unstale":"2023-11-15T05:37:36.421157+0000","last_undegraded":"2023-11-15T05:37:36.421157+0000","last_fullsized":"2023-11-15T05:37:36.421157+0000","mapping_epoch":38,"log_start":"0'0","ondisk_log_start":"0'0","created":23,"last_epoch_clean":39,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2023-11-15T05:37:17.944615+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-11-15T05:37:17.944615+0000","last_clean_scrub_stamp":"2023-11-15T05:37:17.944615+0000","log_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"up":[7,0,3],"acting":[7,0,3],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":7,"acting_primary":7,"purged_snaps":[]}],"pool_stats":[{"poolid":1,"num_pg":1,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"store_stats":{"total":0,"available":0,"internally_reserved":0,"allocated":0,"data_stored":0,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},"log_size":0,"ondisk_log_size":0,"up":3,"acting":3,"num_store_stats":5}],"osd_stats":[{"osd":7,"up_from":37,"seq":158913789996,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93741056,"kb_used":297476,"kb_used_data":380,"kb_used_omap":0,"kb_used_meta":297088,"kb_avail":93443580,"statfs":{"total":95990841344,"available":95686225920,"internally_reserved":0,"allocated":389120,"data_stored":151227,"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 Nov 15 05:40:43 2023","interfaces":[{"interface":"back","average":{"1min":0.91600000000000004,"5min":0.86499999999999999,"15min":0.85399999999999998},"min":{"1min":0.70599999999999996,"5min":0.622,"15min":0.622},"max":{"1min":1.2150000000000001,"5min":1.2470000000000001,"15min":1.2470000000000001},"last":0.97699999999999998},{"interface":"front","average":{"1min":0.85499999999999998,"5min":0.85999999999999999,"15min":0.85499999999999998},"min":{"1min":0.60099999999999998,"5min":0.60099999999999998,"15min":0.60099999999999998},"max":{"1min":1.052,"5min":1.1200000000000001,"15min":1.1200000000000001},"last":0.89900000000000002}]},{"osd":1,"last update":"Wed Nov 15 05:40:43 2023","interfaces":[{"interface":"back","average":{"1min":0.78800000000000003,"5min":0.79300000000000004,"15min":0.78200000000000003},"min":{"1min":0.56799999999999995,"5min":0.436,"15min":0.436},"max":{"1min":1.232,"5min":1.232,"15min":1.232},"last":0.83699999999999997},{"interface":"front","average":{"1min":0.874,"5min":0.84099999999999997,"15min":0.82899999999999996},"min":{"1min":0.59899999999999998,"5min":0.55800000000000005,"15min":0.55800000000000005},"max":{"1min":1.1479999999999999,"5min":1.222,"15min":1.222},"last":0.67200000000000004}]},{"osd":2,"last update":"Wed Nov 15 05:40:43 2023","interfaces":[{"interface":"back","average":{"1min":0.86899999999999999,"5min":0.85399999999999998,"15min":0.85199999999999998},"min":{"1min":0.72799999999999998,"5min":0.57599999999999996,"15min":0.57599999999999996},"max":{"1min":1.0389999999999999,"5min":1.1040000000000001,"15min":1.1040000000000001},"last":0.95499999999999996},{"interface":"front","average":{"1min":1.026,"5min":0.97199999999999998,"15min":0.95399999999999996},"min":{"1min":0.73099999999999998,"5min":0.68300000000000005,"15min":0.68300000000000005},"max":{"1min":1.3080000000000001,"5min":1.431,"15min":1.431},"last":1.1870000000000001}]},{"osd":3,"last update":"Wed Nov 15 05:40:43 2023","interfaces":[{"interface":"back","average":{"1min":0.94399999999999995,"5min":0.88600000000000001,"15min":0.875},"min":{"1min":0.65500000000000003,"5min":0.54800000000000004,"15min":0.54800000000000004},"max":{"1min":1.3049999999999999,"5min":1.3049999999999999,"15min":1.3049999999999999},"last":1.171},{"interface":"front","average":{"1min":0.96799999999999997,"5min":0.90600000000000003,"15min":0.878},"min":{"1min":0.66900000000000004,"5min":0.56899999999999995,"15min":0.56899999999999995},"max":{"1min":1.605,"5min":1.605,"15min":1.605},"last":0.70399999999999996}]},{"osd":4,"last update":"Wed Nov 15 05:40:43 2023","interfaces":[{"interface":"back","average":{"1min":1.0529999999999999,"5min":0.97299999999999998,"15min":0.95299999999999996},"min":{"1min":0.84899999999999998,"5min":0.67300000000000004,"15min":0.67300000000000004},"max":{"1min":1.2,"5min":1.2090000000000001,"15min":1.2090000000000001},"last":1.0780000000000001},{"interface":"front","average":{"1min":1.1359999999999999,"5min":1.0920000000000001,"15min":1.0800000000000001},"min":{"1min":0.83099999999999996,"5min":0.81399999999999995,"15min":0.81399999999999995},"max":{"1min":1.3620000000000001,"5min":1.645,"15min":1.645},"last":1.131}]},{"osd":5,"last update":"Wed Nov 15 05:40:43 2023","interfaces":[{"interface":"back","average":{"1min":1.1479999999999999,"5min":1.0760000000000001,"15min":1.0469999999999999},"min":{"1min":0.73499999999999999,"5min":0.65000000000000002,"15min":0.65000000000000002},"max":{"1min":1.4610000000000001,"5min":1.5289999999999999,"15min":1.5289999999999999},"last":1.052},{"interface":"front","average":{"1min":1.133,"5min":1.0429999999999999,"15min":1.0109999999999999},"min":{"1min":0.85899999999999999,"5min":0.58399999999999996,"15min":0.58399999999999996},"max":{"1min":1.5049999999999999,"5min":1.5049999999999999,"15min":1.5049999999999999},"last":1.014}]},{"osd":6,"last update":"Wed Nov 15 05:40:43 2023","interfaces":[{"interface":"back","average":{"1min":1.208,"5min":1.1479999999999999,"15min":1.137},"min":{"1min":0.97999999999999998,"5min":0.878,"15min":0.878},"max":{"1min":1.5820000000000001,"5min":1.5820000000000001,"15min":1.5820000000000001},"last":1.0960000000000001},{"interface":"front","average":{"1min":1.1970000000000001,"5min":1.109,"15min":1.079},"min":{"1min":0.96699999999999997,"5min":0.83799999999999997,"15min":0.83799999999999997},"max":{"1min":1.4610000000000001,"5min":1.4610000000000001,"15min":1.4610000000000001},"last":1.006}]}]},{"osd":5,"up_from":33,"seq":141733920814,"num_pgs":0,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":0,"kb":93741056,"kb_used":297476,"kb_used_data":380,"kb_used_omap":0,"kb_used_meta":297088,"kb_avail":93443580,"statfs":{"total":95990841344,"available":95686225920,"internally_reserved":0,"allocated":389120,"data_stored":151227,"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 Nov 15 05:40:35 2023","interfaces":[{"interface":"back","average":{"1min":0.87,"5min":0.872,"15min":0.871},"min":{"1min":0.63500000000000001,"5min":0.63500000000000001,"15min":0.63500000000000001},"max":{"1min":1.085,"5min":1.1839999999999999,"15min":1.1839999999999999},"last":0.71599999999999997},{"interface":"front","average":{"1min":0.97799999999999998,"5min":0.96999999999999997,"15min":0.95899999999999996},"min":{"1min":0.72199999999999998,"5min":0.65800000000000003,"15min":0.65800000000000003},"max":{"1min":1.25,"5min":1.284,"15min":1.284},"last":1.0169999999999999}]},{"osd":1,"last update":"Wed Nov 15 05:40:35 2023","interfaces":[{"interface":"back","average":{"1min":0.83699999999999997,"5min":0.76600000000000001,"15min":0.74299999999999999},"min":{"1min":0.55000000000000004,"5min":0.46300000000000002,"15min":0.46300000000000002},"max":{"1min":1.1439999999999999,"5min":1.353,"15min":1.353},"last":0.51700000000000002},{"interface":"front","average":{"1min":0.80700000000000005,"5min":0.79600000000000004,"15min":0.79200000000000004},"min":{"1min":0.51300000000000001,"5min":0.434,"15min":0.434},"max":{"1min":1.0169999999999999,"5min":1.204,"15min":1.204},"last":0.77400000000000002}]},{"osd":2,"last update":"Wed Nov 15 05:40:35 2023","interfaces":[{"interface":"back","average":{"1min":0.85699999999999998,"5min":0.877,"15min":0.88100000000000001},"min":{"1min":0.68100000000000005,"5min":0.67100000000000004,"15min":0.67100000000000004},"max":{"1min":1.3600000000000001,"5min":1.3600000000000001,"15min":1.3600000000000001},"last":0.84399999999999997},{"interface":"front","average":{"1min":0.93200000000000005,"5min":0.89000000000000001,"15min":0.88100000000000001},"min":{"1min":0.70299999999999996,"5min":0.57399999999999995,"15min":0.57399999999999995},"max":{"1min":1.306,"5min":1.306,"15min":1.306},"last":0.69499999999999995}]},{"osd":3,"last update":"Wed Nov 15 05:40:35 2023","interfaces":[{"interface":"back","average":{"1min":0.92400000000000004,"5min":0.88800000000000001,"15min":0.89500000000000002},"min":{"1min":0.71499999999999997,"5min":0.48899999999999999,"15min":0.48899999999999999},"max":{"1min":1.4450000000000001,"5min":1.4450000000000001,"15min":1.4450000000000001},"last":0.73799999999999999},{"interface":"front","average":{"1min":0.999,"5min":0.95299999999999996,"15min":0.95499999999999996},"min":{"1min":0.60799999999999998,"5min":0.54500000000000004,"15min":0.54500000000000004},"max":{"1min":1.3839999999999999,"5min":1.3839999999999999,"15min":1.3839999999999999},"last":0.81799999999999995}]},{"osd":4,"last update":"Wed Nov 15 05:40:35 2023","interfaces":[{"interface":"back","average":{"1min":1.141,"5min":1.0529999999999999,"15min":1.026},"min":{"1min":0.93300000000000005,"5min":0.68799999999999994,"15min":0.68799999999999994},"max":{"1min":1.617,"5min":1.617,"15min":1.617},"last":0.88200000000000001},{"interface":"front","average":{"1min":1.0169999999999999,"5min":1.089,"15min":1.1000000000000001},"min":{"1min":0.77400000000000002,"5min":0.77400000000000002,"15min":0.77400000000000002},"max":{"1min":1.3109999999999999,"5min":1.897,"15min":1.897},"last":0.871}]},{"osd":6,"last update":"Wed Nov 15 05:40:35 2023","interfaces":[{"interface":"back","average":{"1min":1.1220000000000001,"5min":1.1120000000000001,"15min":1.1140000000000001},"min":{"1min":0.878,"5min":0.745,"15min":0.745},"max":{"1min":1.522,"5min":1.522,"15min":1.522},"last":1.151},{"interface":"front","average":{"1min":1.218,"5min":1.141,"15min":1.119},"min":{"1min":0.92100000000000004,"5min":0.85699999999999998,"15min":0.85699999999999998},"max":{"1min":1.968,"5min":1.968,"15min":1.968},"last":0.92200000000000004}]},{"osd":7,"last update":"Wed Nov 15 05:40:37 2023","interfaces":[{"interface":"back","average":{"1min":1.1020000000000001,"5min":1.119,"15min":1.111},"min":{"1min":0.76600000000000001,"5min":0.71899999999999997,"15min":0.71899999999999997},"max":{"1min":1.3839999999999999,"5min":1.8480000000000001,"15min":1.8480000000000001},"last":0.91000000000000003},{"interface":"front","average":{"1min":1.1930000000000001,"5min":1.1759999999999999,"15min":1.1759999999999999},"min":{"1min":0.93799999999999994,"5min":0.69599999999999995,"15min":0.69599999999999995},"max":{"1min":1.5640000000000001,"5min":1.5780000000000001,"15min":1.5780000000000001},"last":1.103}]}]},{"osd":2,"up_from":20,"seq":85899345970,"num_pgs":0,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":0,"kb":93741056,"kb_used":297476,"kb_used_data":380,"kb_used_omap":0,"kb_used_meta":297088,"kb_avail":93443580,"statfs":{"total":95990841344,"available":95686225920,"internally_reserved":0,"allocated":389120,"data_stored":151227,"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 Nov 15 05:40:17 2023","interfaces":[{"interface":"back","average":{"1min":0.67800000000000005,"5min":0.71399999999999997,"15min":0.72199999999999998},"min":{"1min":0.55600000000000005,"5min":0.502,"15min":0.502},"max":{"1min":1.0489999999999999,"5min":1.0609999999999999,"15min":1.0609999999999999},"last":0.62},{"interface":"front","average":{"1min":0.71099999999999997,"5min":0.70499999999999996,"15min":0.70199999999999996},"min":{"1min":0.59499999999999997,"5min":0.48099999999999998,"15min":0.48099999999999998},"max":{"1min":1.147,"5min":1.147,"15min":1.147},"last":0.81299999999999994}]},{"osd":1,"last update":"Wed Nov 15 05:40:25 2023","interfaces":[{"interface":"back","average":{"1min":0.94399999999999995,"5min":0.95499999999999996,"15min":0.96599999999999997},"min":{"1min":0.66300000000000003,"5min":0.66300000000000003,"15min":0.66300000000000003},"max":{"1min":1.22,"5min":1.22,"15min":1.22},"last":0.88},{"interface":"front","average":{"1min":0.94199999999999995,"5min":0.92900000000000005,"15min":0.92400000000000004},"min":{"1min":0.83499999999999996,"5min":0.69799999999999995,"15min":0.69799999999999995},"max":{"1min":1.165,"5min":1.3100000000000001,"15min":1.3100000000000001},"last":1.1240000000000001}]},{"osd":3,"last update":"Wed Nov 15 05:40:29 2023","interfaces":[{"interface":"back","average":{"1min":0.92100000000000004,"5min":0.91000000000000003,"15min":0.90200000000000002},"min":{"1min":0.67300000000000004,"5min":0.67300000000000004,"15min":0.67300000000000004},"max":{"1min":1.2210000000000001,"5min":1.294,"15min":1.294},"last":1.177},{"interface":"front","average":{"1min":0.95999999999999996,"5min":0.98899999999999999,"15min":0.997},"min":{"1min":0.68799999999999994,"5min":0.66700000000000004,"15min":0.66700000000000004},"max":{"1min":1.147,"5min":1.244,"15min":1.244},"last":1.105}]},{"osd":4,"last update":"Wed Nov 15 05:40:25 2023","interfaces":[{"interface":"back","average":{"1min":0.89200000000000002,"5min":0.89700000000000002,"15min":0.88300000000000001},"min":{"1min":0.68000000000000005,"5min":0.57599999999999996,"15min":0.57599999999999996},"max":{"1min":1.2110000000000001,"5min":1.3220000000000001,"15min":1.3220000000000001},"last":0.95099999999999996},{"interface":"front","average":{"1min":0.95099999999999996,"5min":1.0209999999999999,"15min":1.0289999999999999},"min":{"1min":0.78500000000000003,"5min":0.60999999999999999,"15min":0.60999999999999999},"max":{"1min":1.1990000000000001,"5min":1.2849999999999999,"15min":1.2849999999999999},"last":0.72899999999999998}]},{"osd":5,"last update":"Wed Nov 15 05:40:34 2023","interfaces":[{"interface":"back","average":{"1min":1.006,"5min":1.024,"15min":1.018},"min":{"1min":0.78600000000000003,"5min":0.77300000000000002,"15min":0.77300000000000002},"max":{"1min":1.1919999999999999,"5min":1.3879999999999999,"15min":1.3879999999999999},"last":1.048},{"interface":"front","average":{"1min":0.99099999999999999,"5min":1.089,"15min":1.111},"min":{"1min":0.80600000000000005,"5min":0.80600000000000005,"15min":0.80600000000000005},"max":{"1min":1.1279999999999999,"5min":1.413,"15min":1.413},"last":1.0780000000000001}]},{"osd":6,"last update":"Wed Nov 15 05:40:29 2023","interfaces":[{"interface":"back","average":{"1min":1.0369999999999999,"5min":1.0760000000000001,"15min":1.0669999999999999},"min":{"1min":0.749,"5min":0.745,"15min":0.745},"max":{"1min":1.2430000000000001,"5min":1.4750000000000001,"15min":1.4750000000000001},"last":0.97999999999999998},{"interface":"front","average":{"1min":1.085,"5min":1.111,"15min":1.119},"min":{"1min":0.90700000000000003,"5min":0.86199999999999999,"15min":0.86199999999999999},"max":{"1min":1.2310000000000001,"5min":1.385,"15min":1.385},"last":0.79300000000000004}]},{"osd":7,"last update":"Wed Nov 15 05:40:40 2023","interfaces":[{"interface":"back","average":{"1min":1.179,"5min":1.2210000000000001,"15min":1.2370000000000001},"min":{"1min":1.0580000000000001,"5min":0.85799999999999998,"15min":0.85799999999999998},"max":{"1min":1.593,"5min":1.593,"15min":1.593},"last":1.008},{"interface":"front","average":{"1min":1.1839999999999999,"5min":1.226,"15min":1.236},"min":{"1min":0.87,"5min":0.87,"15min":0.87},"max":{"1min":1.429,"5min":1.778,"15min":1.778},"last":1.2030000000000001}]}]},{"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":297476,"kb_used_data":380,"kb_used_omap":0,"kb_used_meta":297088,"kb_avail":93443580,"statfs":{"total":95990841344,"available":95686225920,"internally_reserved":0,"allocated":389120,"data_stored":151227,"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 Nov 15 05:40:26 2023","interfaces":[{"interface":"back","average":{"1min":0.90300000000000002,"5min":0.88700000000000001,"15min":0.88100000000000001},"min":{"1min":0.67100000000000004,"5min":0.56599999999999995,"15min":0.56599999999999995},"max":{"1min":1.1299999999999999,"5min":1.23,"15min":1.23},"last":0.83699999999999997},{"interface":"front","average":{"1min":0.873,"5min":0.84899999999999998,"15min":0.83899999999999997},"min":{"1min":0.59099999999999997,"5min":0.58899999999999997,"15min":0.58899999999999997},"max":{"1min":1.1359999999999999,"5min":1.1359999999999999,"15min":1.1359999999999999},"last":0.95699999999999996}]},{"osd":2,"last update":"Wed Nov 15 05:40:26 2023","interfaces":[{"interface":"back","average":{"1min":0.68700000000000006,"5min":0.73399999999999999,"15min":0.72899999999999998},"min":{"1min":0.56000000000000005,"5min":0.46300000000000002,"15min":0.46300000000000002},"max":{"1min":1.1060000000000001,"5min":1.212,"15min":1.212},"last":0.55900000000000005},{"interface":"front","average":{"1min":0.82199999999999995,"5min":0.84099999999999997,"15min":0.84699999999999998},"min":{"1min":0.57899999999999996,"5min":0.48899999999999999,"15min":0.48899999999999999},"max":{"1min":1.2669999999999999,"5min":1.3180000000000001,"15min":1.3180000000000001},"last":0.61899999999999999}]},{"osd":3,"last update":"Wed Nov 15 05:40:26 2023","interfaces":[{"interface":"back","average":{"1min":0.81200000000000006,"5min":0.85899999999999999,"15min":0.86699999999999999},"min":{"1min":0.67800000000000005,"5min":0.67800000000000005,"15min":0.67800000000000005},"max":{"1min":1.0649999999999999,"5min":1.117,"15min":1.117},"last":0.77100000000000002},{"interface":"front","average":{"1min":0.91300000000000003,"5min":0.90200000000000002,"15min":0.89400000000000002},"min":{"1min":0.75,"5min":0.52000000000000002,"15min":0.52000000000000002},"max":{"1min":1.0229999999999999,"5min":1.173,"15min":1.173},"last":0.90200000000000002}]},{"osd":4,"last update":"Wed Nov 15 05:40:26 2023","interfaces":[{"interface":"back","average":{"1min":0.84199999999999997,"5min":0.91300000000000003,"15min":0.92700000000000005},"min":{"1min":0.66300000000000003,"5min":0.63700000000000001,"15min":0.63700000000000001},"max":{"1min":1.1899999999999999,"5min":1.321,"15min":1.321},"last":0.79000000000000004},{"interface":"front","average":{"1min":0.90200000000000002,"5min":0.999,"15min":1.02},"min":{"1min":0.65000000000000002,"5min":0.64700000000000002,"15min":0.64700000000000002},"max":{"1min":1.3979999999999999,"5min":1.3979999999999999,"15min":1.3979999999999999},"last":0.71299999999999997}]},{"osd":5,"last update":"Wed Nov 15 05:40:37 2023","interfaces":[{"interface":"back","average":{"1min":0.94599999999999995,"5min":1.01,"15min":1.028},"min":{"1min":0.76900000000000002,"5min":0.76900000000000002,"15min":0.76900000000000002},"max":{"1min":1.1559999999999999,"5min":1.337,"15min":1.337},"last":0.69599999999999995},{"interface":"front","average":{"1min":1.04,"5min":1.1240000000000001,"15min":1.1459999999999999},"min":{"1min":0.75800000000000001,"5min":0.75800000000000001,"15min":0.75800000000000001},"max":{"1min":1.319,"5min":1.3999999999999999,"15min":1.3999999999999999},"last":0.98699999999999999}]},{"osd":6,"last update":"Wed Nov 15 05:40:26 2023","interfaces":[{"interface":"back","average":{"1min":1.04,"5min":1.1379999999999999,"15min":1.169},"min":{"1min":0.77000000000000002,"5min":0.77000000000000002,"15min":0.77000000000000002},"max":{"1min":1.214,"5min":1.4470000000000001,"15min":1.4470000000000001},"last":0.92900000000000005},{"interface":"front","average":{"1min":0.999,"5min":1.113,"15min":1.1419999999999999},"min":{"1min":0.68200000000000005,"5min":0.68200000000000005,"15min":0.68200000000000005},"max":{"1min":1.216,"5min":1.385,"15min":1.385},"last":0.66000000000000003}]},{"osd":7,"last update":"Wed Nov 15 05:40:37 2023","interfaces":[{"interface":"back","average":{"1min":1.038,"5min":1.1659999999999999,"15min":1.202},"min":{"1min":0.93100000000000005,"5min":0.93100000000000005,"15min":0.93100000000000005},"max":{"1min":1.141,"5min":1.552,"15min":1.552},"last":0.86599999999999999},{"interface":"front","average":{"1min":1.24,"5min":1.282,"15min":1.294},"min":{"1min":0.86699999999999999,"5min":0.86699999999999999,"15min":0.86699999999999999},"max":{"1min":1.7749999999999999,"5min":1.851,"15min":1.851},"last":1.0289999999999999}]}]},{"osd":1,"up_from":22,"seq":94489280561,"num_pgs":0,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":0,"kb":93741056,"kb_used":297472,"kb_used_data":376,"kb_used_omap":0,"kb_used_meta":297088,"kb_avail":93443584,"statfs":{"total":95990841344,"available":95686230016,"internally_reserved":0,"allocated":385024,"data_stored":150912,"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 Nov 15 05:40:22 2023","interfaces":[{"interface":"back","average":{"1min":0.79700000000000004,"5min":0.78100000000000003,"15min":0.77300000000000002},"min":{"1min":0.60299999999999998,"5min":0.60299999999999998,"15min":0.60299999999999998},"max":{"1min":1.0800000000000001,"5min":1.113,"15min":1.113},"last":0.63600000000000001},{"interface":"front","average":{"1min":0.85399999999999998,"5min":0.80200000000000005,"15min":0.77600000000000002},"min":{"1min":0.64600000000000002,"5min":0.41299999999999998,"15min":0.41299999999999998},"max":{"1min":1.091,"5min":1.502,"15min":1.502},"last":0.61399999999999999}]},{"osd":2,"last update":"Wed Nov 15 05:40:22 2023","interfaces":[{"interface":"back","average":{"1min":1.01,"5min":0.91100000000000003,"15min":0.88300000000000001},"min":{"1min":0.81699999999999995,"5min":0.51800000000000002,"15min":0.51800000000000002},"max":{"1min":1.2050000000000001,"5min":1.23,"15min":1.23},"last":0.56599999999999995},{"interface":"front","average":{"1min":1.0149999999999999,"5min":0.93200000000000005,"15min":0.90300000000000002},"min":{"1min":0.73999999999999999,"5min":0.46899999999999997,"15min":0.46899999999999997},"max":{"1min":1.2430000000000001,"5min":1.2430000000000001,"15min":1.2430000000000001},"last":0.79500000000000004}]},{"osd":3,"last update":"Wed Nov 15 05:40:29 2023","interfaces":[{"interface":"back","average":{"1min":0.82699999999999996,"5min":0.74199999999999999,"15min":0.70999999999999996},"min":{"1min":0.56499999999999995,"5min":0.36099999999999999,"15min":0.36099999999999999},"max":{"1min":1.2150000000000001,"5min":1.3400000000000001,"15min":1.3400000000000001},"last":0.55100000000000005},{"interface":"front","average":{"1min":0.82299999999999995,"5min":0.747,"15min":0.71399999999999997},"min":{"1min":0.51800000000000002,"5min":0.37,"15min":0.37},"max":{"1min":1.2250000000000001,"5min":1.2250000000000001,"15min":1.2250000000000001},"last":0.752}]},{"osd":4,"last update":"Wed Nov 15 05:40:22 2023","interfaces":[{"interface":"back","average":{"1min":1.0569999999999999,"5min":0.95599999999999996,"15min":0.92300000000000004},"min":{"1min":0.73199999999999998,"5min":0.65800000000000003,"15min":0.65800000000000003},"max":{"1min":1.306,"5min":1.306,"15min":1.306},"last":0.69299999999999995},{"interface":"front","average":{"1min":0.96399999999999997,"5min":0.94099999999999995,"15min":0.93200000000000005},"min":{"1min":0.65700000000000003,"5min":0.59599999999999997,"15min":0.59599999999999997},"max":{"1min":1.333,"5min":1.6479999999999999,"15min":1.6479999999999999},"last":0.66000000000000003}]},{"osd":5,"last update":"Wed Nov 15 05:40:33 2023","interfaces":[{"interface":"back","average":{"1min":0.88600000000000001,"5min":0.83799999999999997,"15min":0.81000000000000005},"min":{"1min":0.64100000000000001,"5min":0.45700000000000002,"15min":0.45700000000000002},"max":{"1min":1.1120000000000001,"5min":1.5449999999999999,"15min":1.5449999999999999},"last":1.4410000000000001},{"interface":"front","average":{"1min":0.88500000000000001,"5min":0.91300000000000003,"15min":0.92100000000000004},"min":{"1min":0.48199999999999998,"5min":0.48199999999999998,"15min":0.48199999999999998},"max":{"1min":1.3109999999999999,"5min":1.593,"15min":1.593},"last":0.72799999999999998}]},{"osd":6,"last update":"Wed Nov 15 05:40:29 2023","interfaces":[{"interface":"back","average":{"1min":1.046,"5min":1.0029999999999999,"15min":0.97699999999999998},"min":{"1min":0.70799999999999996,"5min":0.59599999999999997,"15min":0.59599999999999997},"max":{"1min":1.3169999999999999,"5min":1.383,"15min":1.383},"last":0.81599999999999995},{"interface":"front","average":{"1min":1.137,"5min":1.077,"15min":1.0469999999999999},"min":{"1min":0.79700000000000004,"5min":0.66700000000000004,"15min":0.66700000000000004},"max":{"1min":1.304,"5min":1.73,"15min":1.73},"last":0.85699999999999998}]},{"osd":7,"last update":"Wed Nov 15 05:40:37 2023","interfaces":[{"interface":"back","average":{"1min":1.109,"5min":1.0649999999999999,"15min":1.048},"min":{"1min":0.68500000000000005,"5min":0.58199999999999996,"15min":0.58199999999999996},"max":{"1min":1.381,"5min":1.6879999999999999,"15min":1.6879999999999999},"last":1.133},{"interface":"front","average":{"1min":1.194,"5min":1.0649999999999999,"15min":1.0209999999999999},"min":{"1min":0.85299999999999998,"5min":0.57199999999999995,"15min":0.57199999999999995},"max":{"1min":1.5589999999999999,"5min":1.5860000000000001,"15min":1.5860000000000001},"last":1.177}]}]},{"osd":4,"up_from":25,"seq":107374182447,"num_pgs":0,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":0,"kb":93741056,"kb_used":297476,"kb_used_data":380,"kb_used_omap":0,"kb_used_meta":297088,"kb_avail":93443580,"statfs":{"total":95990841344,"available":95686225920,"internally_reserved":0,"allocated":389120,"data_stored":151227,"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 Nov 15 05:40:24 2023","interfaces":[{"interface":"back","average":{"1min":0.71899999999999997,"5min":0.76000000000000001,"15min":0.76500000000000001},"min":{"1min":0.53600000000000003,"5min":0.47499999999999998,"15min":0.47499999999999998},"max":{"1min":1.1240000000000001,"5min":1.8320000000000001,"15min":1.8320000000000001},"last":0.68100000000000005},{"interface":"front","average":{"1min":0.754,"5min":0.74099999999999999,"15min":0.73099999999999998},"min":{"1min":0.55700000000000005,"5min":0.35199999999999998,"15min":0.35199999999999998},"max":{"1min":1.125,"5min":1.125,"15min":1.125},"last":0.75600000000000001}]},{"osd":1,"last update":"Wed Nov 15 05:40:24 2023","interfaces":[{"interface":"back","average":{"1min":0.95599999999999996,"5min":0.95299999999999996,"15min":0.95599999999999996},"min":{"1min":0.622,"5min":0.61699999999999999,"15min":0.61699999999999999},"max":{"1min":1.282,"5min":1.5409999999999999,"15min":1.5409999999999999},"last":0.71699999999999997},{"interface":"front","average":{"1min":0.91300000000000003,"5min":0.97399999999999998,"15min":0.98699999999999999},"min":{"1min":0.70999999999999996,"5min":0.66900000000000004,"15min":0.66900000000000004},"max":{"1min":1.3080000000000001,"5min":1.6879999999999999,"15min":1.6879999999999999},"last":1.0649999999999999}]},{"osd":2,"last update":"Wed Nov 15 05:40:24 2023","interfaces":[{"interface":"back","average":{"1min":0.79600000000000004,"5min":0.84899999999999998,"15min":0.85699999999999998},"min":{"1min":0.622,"5min":0.57599999999999996,"15min":0.57599999999999996},"max":{"1min":1.012,"5min":2.052,"15min":2.052},"last":0.85299999999999998},{"interface":"front","average":{"1min":0.89600000000000002,"5min":0.872,"15min":0.86899999999999999},"min":{"1min":0.64100000000000001,"5min":0.44,"15min":0.44},"max":{"1min":1.151,"5min":1.321,"15min":1.321},"last":0.96599999999999997}]},{"osd":3,"last update":"Wed Nov 15 05:40:24 2023","interfaces":[{"interface":"back","average":{"1min":1.0169999999999999,"5min":0.97599999999999998,"15min":0.94899999999999995},"min":{"1min":0.79900000000000004,"5min":0.50700000000000001,"15min":0.50700000000000001},"max":{"1min":1.397,"5min":1.4610000000000001,"15min":1.4610000000000001},"last":0.93999999999999995},{"interface":"front","average":{"1min":1.0169999999999999,"5min":1.032,"15min":1.038},"min":{"1min":0.77600000000000002,"5min":0.72499999999999998,"15min":0.72499999999999998},"max":{"1min":1.2450000000000001,"5min":2.2599999999999998,"15min":2.2599999999999998},"last":0.99299999999999999}]},{"osd":5,"last update":"Wed Nov 15 05:40:41 2023","interfaces":[{"interface":"back","average":{"1min":1.0580000000000001,"5min":1.05,"15min":1.046},"min":{"1min":0.86799999999999999,"5min":0.72099999999999997,"15min":0.72099999999999997},"max":{"1min":1.278,"5min":1.649,"15min":1.649},"last":1.1439999999999999},{"interface":"front","average":{"1min":1.107,"5min":1.0820000000000001,"15min":1.0800000000000001},"min":{"1min":0.95599999999999996,"5min":0.69899999999999995,"15min":0.69899999999999995},"max":{"1min":1.4410000000000001,"5min":2.4159999999999999,"15min":2.4159999999999999},"last":1.1200000000000001}]},{"osd":6,"last update":"Wed Nov 15 05:40:24 2023","interfaces":[{"interface":"back","average":{"1min":1.0089999999999999,"5min":1.0169999999999999,"15min":1.0189999999999999},"min":{"1min":0.74099999999999999,"5min":0.69699999999999995,"15min":0.69699999999999995},"max":{"1min":1.234,"5min":1.536,"15min":1.536},"last":1.095},{"interface":"front","average":{"1min":1.1459999999999999,"5min":1.1419999999999999,"15min":1.137},"min":{"1min":0.92300000000000004,"5min":0.59999999999999998,"15min":0.59999999999999998},"max":{"1min":1.397,"5min":1.6100000000000001,"15min":1.6100000000000001},"last":1.232}]},{"osd":7,"last update":"Wed Nov 15 05:40:42 2023","interfaces":[{"interface":"back","average":{"1min":1.1719999999999999,"5min":1.147,"15min":1.1479999999999999},"min":{"1min":0.98999999999999999,"5min":0.80500000000000005,"15min":0.80500000000000005},"max":{"1min":1.407,"5min":1.7030000000000001,"15min":1.7030000000000001},"last":1.1819999999999999},{"interface":"front","average":{"1min":1.2589999999999999,"5min":1.2310000000000001,"15min":1.2150000000000001},"min":{"1min":1.107,"5min":0.84599999999999997,"15min":0.84599999999999997},"max":{"1min":1.74,"5min":1.7729999999999999,"15min":1.7729999999999999},"last":1.278}]}]},{"osd":3,"up_from":28,"seq":120259084335,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93741056,"kb_used":297468,"kb_used_data":372,"kb_used_omap":0,"kb_used_meta":297088,"kb_avail":93443588,"statfs":{"total":95990841344,"available":95686234112,"internally_reserved":0,"allocated":380928,"data_stored":150547,"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 Nov 15 05:40:27 2023","interfaces":[{"interface":"back","average":{"1min":0.83199999999999996,"5min":0.86399999999999999,"15min":0.86599999999999999},"min":{"1min":0.621,"5min":0.60899999999999999,"15min":0.60899999999999999},"max":{"1min":1.3520000000000001,"5min":1.542,"15min":1.542},"last":0.91200000000000003},{"interface":"front","average":{"1min":0.83599999999999997,"5min":0.83999999999999997,"15min":0.83799999999999997},"min":{"1min":0.68899999999999995,"5min":0.58999999999999997,"15min":0.58999999999999997},"max":{"1min":1.093,"5min":1.2310000000000001,"15min":1.2310000000000001},"last":0.83999999999999997}]},{"osd":1,"last update":"Wed Nov 15 05:40:27 2023","interfaces":[{"interface":"back","average":{"1min":0.80500000000000005,"5min":0.755,"15min":0.751},"min":{"1min":0.59399999999999997,"5min":0.35799999999999998,"15min":0.35799999999999998},"max":{"1min":1.2310000000000001,"5min":1.2310000000000001,"15min":1.2310000000000001},"last":0.754},{"interface":"front","average":{"1min":0.83199999999999996,"5min":0.76100000000000001,"15min":0.73899999999999999},"min":{"1min":0.58699999999999997,"5min":0.45700000000000002,"15min":0.45700000000000002},"max":{"1min":1.1359999999999999,"5min":1.2629999999999999,"15min":1.2629999999999999},"last":0.79300000000000004}]},{"osd":2,"last update":"Wed Nov 15 05:40:27 2023","interfaces":[{"interface":"back","average":{"1min":0.998,"5min":0.96199999999999997,"15min":0.95399999999999996},"min":{"1min":0.78300000000000003,"5min":0.67300000000000004,"15min":0.67300000000000004},"max":{"1min":1.2849999999999999,"5min":1.7729999999999999,"15min":1.7729999999999999},"last":1.107},{"interface":"front","average":{"1min":0.97099999999999997,"5min":0.90200000000000002,"15min":0.879},"min":{"1min":0.81999999999999995,"5min":0.63800000000000001,"15min":0.63800000000000001},"max":{"1min":1.196,"5min":1.343,"15min":1.343},"last":1.1559999999999999}]},{"osd":4,"last update":"Wed Nov 15 05:40:27 2023","interfaces":[{"interface":"back","average":{"1min":1.0269999999999999,"5min":0.98599999999999999,"15min":0.97199999999999998},"min":{"1min":0.72199999999999998,"5min":0.69999999999999996,"15min":0.69999999999999996},"max":{"1min":1.3160000000000001,"5min":1.4870000000000001,"15min":1.4870000000000001},"last":0.95799999999999996},{"interface":"front","average":{"1min":1.103,"5min":1.0549999999999999,"15min":1.0409999999999999},"min":{"1min":0.82699999999999996,"5min":0.64100000000000001,"15min":0.64100000000000001},"max":{"1min":1.371,"5min":1.8919999999999999,"15min":1.8919999999999999},"last":1.2490000000000001}]},{"osd":5,"last update":"Wed Nov 15 05:40:38 2023","interfaces":[{"interface":"back","average":{"1min":0.99099999999999999,"5min":0.94099999999999995,"15min":0.93300000000000005},"min":{"1min":0.754,"5min":0.56100000000000005,"15min":0.56100000000000005},"max":{"1min":1.3919999999999999,"5min":1.4359999999999999,"15min":1.4359999999999999},"last":1.0549999999999999},{"interface":"front","average":{"1min":1.161,"5min":1.056,"15min":1.0580000000000001},"min":{"1min":0.79700000000000004,"5min":0.53900000000000003,"15min":0.53900000000000003},"max":{"1min":1.4650000000000001,"5min":1.984,"15min":1.984},"last":1.3200000000000001}]},{"osd":6,"last update":"Wed Nov 15 05:40:27 2023","interfaces":[{"interface":"back","average":{"1min":1.1080000000000001,"5min":1.0209999999999999,"15min":1.0149999999999999},"min":{"1min":0.88400000000000001,"5min":0.69799999999999995,"15min":0.69799999999999995},"max":{"1min":1.571,"5min":1.571,"15min":1.571},"last":1.296},{"interface":"front","average":{"1min":1.2170000000000001,"5min":1.1120000000000001,"15min":1.093},"min":{"1min":0.95999999999999996,"5min":0.66200000000000003,"15min":0.66200000000000003},"max":{"1min":1.9319999999999999,"5min":1.9319999999999999,"15min":1.9319999999999999},"last":1.3440000000000001}]},{"osd":7,"last update":"Wed Nov 15 05:40:38 2023","interfaces":[{"interface":"back","average":{"1min":1.196,"5min":1.115,"15min":1.1160000000000001},"min":{"1min":0.81000000000000005,"5min":0.57599999999999996,"15min":0.57599999999999996},"max":{"1min":1.841,"5min":1.841,"15min":1.841},"last":1.2270000000000001},{"interface":"front","average":{"1min":1.208,"5min":1.175,"15min":1.1850000000000001},"min":{"1min":0.86099999999999999,"5min":0.54700000000000004,"15min":0.54700000000000004},"max":{"1min":1.5249999999999999,"5min":2.0920000000000001,"15min":2.0920000000000001},"last":1.3999999999999999}]}]},{"osd":6,"up_from":28,"seq":120259084334,"num_pgs":0,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":0,"kb":93741056,"kb_used":297476,"kb_used_data":380,"kb_used_omap":0,"kb_used_meta":297088,"kb_avail":93443580,"statfs":{"total":95990841344,"available":95686225920,"internally_reserved":0,"allocated":389120,"data_stored":151227,"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 Nov 15 05:40:27 2023","interfaces":[{"interface":"back","average":{"1min":0.66500000000000004,"5min":0.69699999999999995,"15min":0.69999999999999996},"min":{"1min":0.48699999999999999,"5min":0.40699999999999997,"15min":0.40699999999999997},"max":{"1min":0.92100000000000004,"5min":1.133,"15min":1.133},"last":0.72199999999999998},{"interface":"front","average":{"1min":0.81200000000000006,"5min":0.80800000000000005,"15min":0.81200000000000006},"min":{"1min":0.52400000000000002,"5min":0.46000000000000002,"15min":0.46000000000000002},"max":{"1min":1.056,"5min":1.151,"15min":1.151},"last":0.65400000000000003}]},{"osd":1,"last update":"Wed Nov 15 05:40:27 2023","interfaces":[{"interface":"back","average":{"1min":0.876,"5min":0.84299999999999997,"15min":0.84099999999999997},"min":{"1min":0.71299999999999997,"5min":0.59599999999999997,"15min":0.59599999999999997},"max":{"1min":1.0309999999999999,"5min":1.2310000000000001,"15min":1.2310000000000001},"last":0.92900000000000005},{"interface":"front","average":{"1min":0.89800000000000002,"5min":0.88300000000000001,"15min":0.877},"min":{"1min":0.75,"5min":0.63300000000000001,"15min":0.63300000000000001},"max":{"1min":1.073,"5min":1.1539999999999999,"15min":1.1539999999999999},"last":0.85799999999999998}]},{"osd":2,"last update":"Wed Nov 15 05:40:27 2023","interfaces":[{"interface":"back","average":{"1min":0.84099999999999997,"5min":0.83899999999999997,"15min":0.83099999999999996},"min":{"1min":0.58199999999999996,"5min":0.50700000000000001,"15min":0.50700000000000001},"max":{"1min":1.113,"5min":1.1879999999999999,"15min":1.1879999999999999},"last":0.81399999999999995},{"interface":"front","average":{"1min":0.86399999999999999,"5min":0.91700000000000004,"15min":0.93799999999999994},"min":{"1min":0.58099999999999996,"5min":0.58099999999999996,"15min":0.58099999999999996},"max":{"1min":1.135,"5min":1.504,"15min":1.504},"last":0.96599999999999997}]},{"osd":3,"last update":"Wed Nov 15 05:40:27 2023","interfaces":[{"interface":"back","average":{"1min":0.90400000000000003,"5min":0.93000000000000005,"15min":0.94399999999999995},"min":{"1min":0.71799999999999997,"5min":0.59999999999999998,"15min":0.59999999999999998},"max":{"1min":1.159,"5min":1.3049999999999999,"15min":1.3049999999999999},"last":0.83899999999999997},{"interface":"front","average":{"1min":1.038,"5min":1.026,"15min":1.022},"min":{"1min":0.72199999999999998,"5min":0.72199999999999998,"15min":0.72199999999999998},"max":{"1min":1.3859999999999999,"5min":1.3859999999999999,"15min":1.3859999999999999},"last":0.94699999999999995}]},{"osd":4,"last update":"Wed Nov 15 05:40:27 2023","interfaces":[{"interface":"back","average":{"1min":0.98399999999999999,"5min":1.0169999999999999,"15min":1.0249999999999999},"min":{"1min":0.67300000000000004,"5min":0.55900000000000005,"15min":0.55900000000000005},"max":{"1min":1.196,"5min":1.619,"15min":1.619},"last":0.873},{"interface":"front","average":{"1min":0.995,"5min":1.0329999999999999,"15min":1.0529999999999999},"min":{"1min":0.629,"5min":0.629,"15min":0.629},"max":{"1min":1.175,"5min":1.5409999999999999,"15min":1.5409999999999999},"last":1.147}]},{"osd":5,"last update":"Wed Nov 15 05:40:35 2023","interfaces":[{"interface":"back","average":{"1min":1.141,"5min":1.1519999999999999,"15min":1.153},"min":{"1min":0.91100000000000003,"5min":0.77700000000000002,"15min":0.77700000000000002},"max":{"1min":1.4870000000000001,"5min":1.6579999999999999,"15min":1.6579999999999999},"last":1.1759999999999999},{"interface":"front","average":{"1min":1.1060000000000001,"5min":1.127,"15min":1.135},"min":{"1min":0.76000000000000001,"5min":0.76000000000000001,"15min":0.76000000000000001},"max":{"1min":1.4450000000000001,"5min":1.476,"15min":1.476},"last":0.98999999999999999}]},{"osd":7,"last update":"Wed Nov 15 05:40:35 2023","interfaces":[{"interface":"back","average":{"1min":1.212,"5min":1.224,"15min":1.22},"min":{"1min":0.997,"5min":0.89700000000000002,"15min":0.89700000000000002},"max":{"1min":1.4279999999999999,"5min":1.649,"15min":1.649},"last":1.0960000000000001},{"interface":"front","average":{"1min":1.2090000000000001,"5min":1.24,"15min":1.25},"min":{"1min":0.91400000000000003,"5min":0.91400000000000003,"15min":0.91400000000000003},"max":{"1min":1.5309999999999999,"5min":1.5309999999999999,"15min":1.5309999999999999},"last":1.0760000000000001}]}]}],"pool_statfs":[{"poolid":1,"osd":0,"total":0,"available":0,"internally_reserved":0,"allocated":0,"data_stored":0,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":1,"osd":1,"total":0,"available":0,"internally_reserved":0,"allocated":0,"data_stored":0,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":1,"osd":2,"total":0,"available":0,"internally_reserved":0,"allocated":0,"data_stored":0,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":1,"osd":3,"total":0,"available":0,"internally_reserved":0,"allocated":0,"data_stored":0,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":1,"osd":7,"total":0,"available":0,"internally_reserved":0,"allocated":0,"data_stored":0,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0}]}} 2023-11-15T05:41:08.234 INFO:tasks.cephadm.ceph_manager.ceph:clean! 2023-11-15T05:41:08.234 INFO:tasks.ceph:Waiting until ceph cluster ceph is healthy... 2023-11-15T05:41:08.234 INFO:tasks.cephadm.ceph_manager.ceph:wait_until_healthy 2023-11-15T05:41:08.235 DEBUG:teuthology.orchestra.run.smithi116:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell --fsid 7456fada-8378-11ee-8dbe-212e2dc638e7 -- ceph health --format=json 2023-11-15T05:41:08.649 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:41:08 smithi116 bash[25961]: cluster 2023-11-15T05:41:07.133449+0000 mgr.smithi116.ldeiub (mgr.14182) 205 : cluster [DBG] pgmap v189: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T05:41:08.649 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:41:08 smithi116 bash[25961]: audit 2023-11-15T05:41:07.591551+0000 mgr.smithi116.ldeiub (mgr.14182) 206 : audit [DBG] from='client.14470 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:41:08.757 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:41:08 smithi152 bash[29762]: cluster 2023-11-15T05:41:07.133449+0000 mgr.smithi116.ldeiub (mgr.14182) 205 : cluster [DBG] pgmap v189: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T05:41:08.757 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:41:08 smithi152 bash[29762]: audit 2023-11-15T05:41:07.591551+0000 mgr.smithi116.ldeiub (mgr.14182) 206 : audit [DBG] from='client.14470 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:41:10.649 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:41:10 smithi116 bash[25961]: cluster 2023-11-15T05:41:09.134053+0000 mgr.smithi116.ldeiub (mgr.14182) 207 : cluster [DBG] pgmap v190: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T05:41:10.757 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:41:10 smithi152 bash[29762]: cluster 2023-11-15T05:41:09.134053+0000 mgr.smithi116.ldeiub (mgr.14182) 207 : cluster [DBG] pgmap v190: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T05:41:12.649 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:41:12 smithi116 bash[25961]: cluster 2023-11-15T05:41:11.134663+0000 mgr.smithi116.ldeiub (mgr.14182) 208 : cluster [DBG] pgmap v191: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T05:41:12.757 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:41:12 smithi152 bash[29762]: cluster 2023-11-15T05:41:11.134663+0000 mgr.smithi116.ldeiub (mgr.14182) 208 : cluster [DBG] pgmap v191: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T05:41:13.076 INFO:teuthology.orchestra.run.smithi116.stderr:Inferring config /var/lib/ceph/7456fada-8378-11ee-8dbe-212e2dc638e7/mon.smithi116/config 2023-11-15T05:41:14.649 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:41:14 smithi116 bash[25961]: cluster 2023-11-15T05:41:13.135298+0000 mgr.smithi116.ldeiub (mgr.14182) 209 : cluster [DBG] pgmap v192: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T05:41:14.757 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:41:14 smithi152 bash[29762]: cluster 2023-11-15T05:41:13.135298+0000 mgr.smithi116.ldeiub (mgr.14182) 209 : cluster [DBG] pgmap v192: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T05:41:16.124 INFO:teuthology.orchestra.run.smithi116.stdout: 2023-11-15T05:41:16.649 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:41:16 smithi116 bash[25961]: cluster 2023-11-15T05:41:15.135891+0000 mgr.smithi116.ldeiub (mgr.14182) 210 : cluster [DBG] pgmap v193: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T05:41:16.649 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:41:16 smithi116 bash[25961]: audit 2023-11-15T05:41:16.122545+0000 mon.smithi116 (mon.0) 592 : audit [DBG] from='client.? 172.21.15.116:0/3226564787' entity='client.admin' cmd=[{"prefix": "health", "format": "json"}]: dispatch 2023-11-15T05:41:16.757 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:41:16 smithi152 bash[29762]: cluster 2023-11-15T05:41:15.135891+0000 mgr.smithi116.ldeiub (mgr.14182) 210 : cluster [DBG] pgmap v193: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T05:41:16.757 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:41:16 smithi152 bash[29762]: audit 2023-11-15T05:41:16.122545+0000 mon.smithi116 (mon.0) 592 : audit [DBG] from='client.? 172.21.15.116:0/3226564787' entity='client.admin' cmd=[{"prefix": "health", "format": "json"}]: dispatch 2023-11-15T05:41:16.760 INFO:teuthology.orchestra.run.smithi116.stdout:{"status":"HEALTH_OK","checks":{},"mutes":[]} 2023-11-15T05:41:16.760 INFO:tasks.cephadm.ceph_manager.ceph:wait_until_healthy done 2023-11-15T05:41:16.760 INFO:tasks.cephadm:Setup complete, yielding 2023-11-15T05:41:16.761 INFO:teuthology.run_tasks:Running task cephadm.shell... 2023-11-15T05:41:16.770 INFO:tasks.cephadm:Running commands on role host.a host ubuntu@smithi116.front.sepia.ceph.com 2023-11-15T05:41:16.771 DEBUG:teuthology.orchestra.run.smithi116:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 7456fada-8378-11ee-8dbe-212e2dc638e7 -- bash -c 'ceph orch status' 2023-11-15T05:41:18.649 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:41:18 smithi116 bash[25961]: cluster 2023-11-15T05:41:17.136466+0000 mgr.smithi116.ldeiub (mgr.14182) 211 : cluster [DBG] pgmap v194: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T05:41:18.757 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:41:18 smithi152 bash[29762]: cluster 2023-11-15T05:41:17.136466+0000 mgr.smithi116.ldeiub (mgr.14182) 211 : cluster [DBG] pgmap v194: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T05:41:19.944 INFO:teuthology.orchestra.run.smithi116.stdout:Backend: cephadm 2023-11-15T05:41:19.944 INFO:teuthology.orchestra.run.smithi116.stdout:Available: Yes 2023-11-15T05:41:19.945 INFO:teuthology.orchestra.run.smithi116.stdout:Paused: No 2023-11-15T05:41:20.544 DEBUG:teuthology.orchestra.run.smithi116:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 7456fada-8378-11ee-8dbe-212e2dc638e7 -- bash -c 'ceph orch ps' 2023-11-15T05:41:20.757 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:41:20 smithi152 bash[29762]: cluster 2023-11-15T05:41:19.137099+0000 mgr.smithi116.ldeiub (mgr.14182) 212 : cluster [DBG] pgmap v195: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T05:41:20.899 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:41:20 smithi116 bash[25961]: cluster 2023-11-15T05:41:19.137099+0000 mgr.smithi116.ldeiub (mgr.14182) 212 : cluster [DBG] pgmap v195: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T05:41:21.737 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:41:21 smithi116 bash[25961]: audit 2023-11-15T05:41:19.942176+0000 mgr.smithi116.ldeiub (mgr.14182) 213 : audit [DBG] from='client.14478 -' entity='client.admin' cmd=[{"prefix": "orch status", "target": ["mon-mgr", ""]}]: dispatch 2023-11-15T05:41:21.757 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:41:21 smithi152 bash[29762]: audit 2023-11-15T05:41:19.942176+0000 mgr.smithi116.ldeiub (mgr.14182) 213 : audit [DBG] from='client.14478 -' entity='client.admin' cmd=[{"prefix": "orch status", "target": ["mon-mgr", ""]}]: dispatch 2023-11-15T05:41:22.757 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:41:22 smithi152 bash[29762]: cluster 2023-11-15T05:41:21.137793+0000 mgr.smithi116.ldeiub (mgr.14182) 214 : cluster [DBG] pgmap v196: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T05:41:22.899 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:41:22 smithi116 bash[25961]: cluster 2023-11-15T05:41:21.137793+0000 mgr.smithi116.ldeiub (mgr.14182) 214 : cluster [DBG] pgmap v196: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T05:41:23.853 INFO:teuthology.orchestra.run.smithi116.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2023-11-15T05:41:23.853 INFO:teuthology.orchestra.run.smithi116.stdout:alertmanager.smithi116 smithi116 *:9093,9094 running (3m) 19s ago 6m 14.6M - 0.23.0 ba2b418f427c 4685392ccc83 2023-11-15T05:41:23.854 INFO:teuthology.orchestra.run.smithi116.stdout:crash.smithi116 smithi116 running (6m) 19s ago 6m 7671k - 16.2.14-170-g620f25c1 d02b7545bf4f 42e4a80023b2 2023-11-15T05:41:23.854 INFO:teuthology.orchestra.run.smithi116.stdout:crash.smithi152 smithi152 running (5m) 19s ago 5m 9327k - 16.2.14-170-g620f25c1 d02b7545bf4f 15bd8d78b51f 2023-11-15T05:41:23.854 INFO:teuthology.orchestra.run.smithi116.stdout:grafana.smithi116 smithi116 *:3000 running (3m) 19s ago 5m 41.6M - 8.3.5 dad864ee21e9 8455ae6559e0 2023-11-15T05:41:23.854 INFO:teuthology.orchestra.run.smithi116.stdout:mgr.smithi116.ldeiub smithi116 *:9283 running (7m) 19s ago 7m 431M - 16.2.14-170-g620f25c1 d02b7545bf4f 5e0ae842d259 2023-11-15T05:41:23.854 INFO:teuthology.orchestra.run.smithi116.stdout:mgr.smithi152.uihpes smithi152 *:8443,9283 running (5m) 19s ago 5m 377M - 16.2.14-170-g620f25c1 d02b7545bf4f dc6b7cdd2478 2023-11-15T05:41:23.855 INFO:teuthology.orchestra.run.smithi116.stdout:mon.smithi116 smithi116 running (7m) 19s ago 7m 60.9M 2048M 16.2.14-170-g620f25c1 d02b7545bf4f 3801d02b30a6 2023-11-15T05:41:23.855 INFO:teuthology.orchestra.run.smithi116.stdout:mon.smithi152 smithi152 running (5m) 19s ago 5m 57.8M 2048M 16.2.14-170-g620f25c1 d02b7545bf4f d4e72bc38559 2023-11-15T05:41:23.855 INFO:teuthology.orchestra.run.smithi116.stdout:node-exporter.smithi116 smithi116 *:9100 running (5m) 19s ago 5m 13.5M - 1.3.1 1dbe0e931976 b589ded0198b 2023-11-15T05:41:23.855 INFO:teuthology.orchestra.run.smithi116.stdout:node-exporter.smithi152 smithi152 *:9100 running (5m) 19s ago 5m 10.8M - 1.3.1 1dbe0e931976 b7d4a4a18deb 2023-11-15T05:41:23.855 INFO:teuthology.orchestra.run.smithi116.stdout:osd.0 smithi152 running (4m) 19s ago 4m 35.1M 3785M 16.2.14-170-g620f25c1 d02b7545bf4f 4680418a0e8c 2023-11-15T05:41:23.856 INFO:teuthology.orchestra.run.smithi116.stdout:osd.1 smithi116 running (4m) 19s ago 4m 35.2M 3529M 16.2.14-170-g620f25c1 d02b7545bf4f fee2600153f5 2023-11-15T05:41:23.856 INFO:teuthology.orchestra.run.smithi116.stdout:osd.2 smithi152 running (4m) 19s ago 4m 34.7M 3785M 16.2.14-170-g620f25c1 d02b7545bf4f 93bb404101fe 2023-11-15T05:41:23.856 INFO:teuthology.orchestra.run.smithi116.stdout:osd.3 smithi116 running (4m) 19s ago 4m 34.7M 3529M 16.2.14-170-g620f25c1 d02b7545bf4f dcc10f2ae33a 2023-11-15T05:41:23.856 INFO:teuthology.orchestra.run.smithi116.stdout:osd.4 smithi152 running (4m) 19s ago 4m 34.1M 3785M 16.2.14-170-g620f25c1 d02b7545bf4f 4c8a69e45f84 2023-11-15T05:41:23.856 INFO:teuthology.orchestra.run.smithi116.stdout:osd.5 smithi116 running (4m) 19s ago 4m 33.6M 3529M 16.2.14-170-g620f25c1 d02b7545bf4f fbfac79e3bf0 2023-11-15T05:41:23.856 INFO:teuthology.orchestra.run.smithi116.stdout:osd.6 smithi152 running (4m) 19s ago 4m 34.6M 3785M 16.2.14-170-g620f25c1 d02b7545bf4f e999a1993244 2023-11-15T05:41:23.857 INFO:teuthology.orchestra.run.smithi116.stdout:osd.7 smithi116 running (3m) 19s ago 3m 35.3M 3529M 16.2.14-170-g620f25c1 d02b7545bf4f 8d9bab5e8e31 2023-11-15T05:41:23.857 INFO:teuthology.orchestra.run.smithi116.stdout:prometheus.smithi152 smithi152 *:9095 running (5m) 19s ago 5m 54.8M - 2.33.4 514e6a882f6e b64fbf105592 2023-11-15T05:41:24.510 DEBUG:teuthology.orchestra.run.smithi116:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 7456fada-8378-11ee-8dbe-212e2dc638e7 -- bash -c 'ceph orch ls' 2023-11-15T05:41:24.757 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:41:24 smithi152 bash[29762]: cluster 2023-11-15T05:41:23.138399+0000 mgr.smithi116.ldeiub (mgr.14182) 215 : cluster [DBG] pgmap v197: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T05:41:24.899 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:41:24 smithi116 bash[25961]: cluster 2023-11-15T05:41:23.138399+0000 mgr.smithi116.ldeiub (mgr.14182) 215 : cluster [DBG] pgmap v197: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T05:41:25.699 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:41:25 smithi116 bash[25961]: audit 2023-11-15T05:41:23.838130+0000 mgr.smithi116.ldeiub (mgr.14182) 216 : audit [DBG] from='client.14482 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-11-15T05:41:25.757 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:41:25 smithi152 bash[29762]: audit 2023-11-15T05:41:23.838130+0000 mgr.smithi116.ldeiub (mgr.14182) 216 : audit [DBG] from='client.14482 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-11-15T05:41:26.757 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:41:26 smithi152 bash[29762]: cluster 2023-11-15T05:41:25.138790+0000 mgr.smithi116.ldeiub (mgr.14182) 217 : cluster [DBG] pgmap v198: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T05:41:26.899 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:41:26 smithi116 bash[25961]: cluster 2023-11-15T05:41:25.138790+0000 mgr.smithi116.ldeiub (mgr.14182) 217 : cluster [DBG] pgmap v198: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T05:41:27.754 INFO:teuthology.orchestra.run.smithi116.stdout:NAME PORTS RUNNING REFRESHED AGE PLACEMENT 2023-11-15T05:41:27.755 INFO:teuthology.orchestra.run.smithi116.stdout:alertmanager ?:9093,9094 1/1 23s ago 6m count:1 2023-11-15T05:41:27.755 INFO:teuthology.orchestra.run.smithi116.stdout:crash 2/2 23s ago 6m * 2023-11-15T05:41:27.755 INFO:teuthology.orchestra.run.smithi116.stdout:grafana ?:3000 1/1 23s ago 6m count:1 2023-11-15T05:41:27.755 INFO:teuthology.orchestra.run.smithi116.stdout:mgr 2/2 23s ago 7m count:2 2023-11-15T05:41:27.756 INFO:teuthology.orchestra.run.smithi116.stdout:mon 2/2 23s ago 5m smithi116:172.21.15.116=smithi116;smithi152:172.21.15.152=smithi152;count:2 2023-11-15T05:41:27.756 INFO:teuthology.orchestra.run.smithi116.stdout:node-exporter ?:9100 2/2 23s ago 6m * 2023-11-15T05:41:27.756 INFO:teuthology.orchestra.run.smithi116.stdout:osd.all-available-devices 8 23s ago 5m * 2023-11-15T05:41:27.756 INFO:teuthology.orchestra.run.smithi116.stdout:prometheus ?:9095 1/1 23s ago 6m count:1 2023-11-15T05:41:28.363 DEBUG:teuthology.orchestra.run.smithi116:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 7456fada-8378-11ee-8dbe-212e2dc638e7 -- bash -c 'ceph orch host ls' 2023-11-15T05:41:28.649 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:41:28 smithi116 bash[25961]: cluster 2023-11-15T05:41:27.139261+0000 mgr.smithi116.ldeiub (mgr.14182) 218 : cluster [DBG] pgmap v199: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T05:41:28.757 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:41:28 smithi152 bash[29762]: cluster 2023-11-15T05:41:27.139261+0000 mgr.smithi116.ldeiub (mgr.14182) 218 : cluster [DBG] pgmap v199: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T05:41:29.710 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:41:29 smithi116 bash[25961]: audit 2023-11-15T05:41:27.742236+0000 mgr.smithi116.ldeiub (mgr.14182) 219 : audit [DBG] from='client.14486 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""]}]: dispatch 2023-11-15T05:41:29.758 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:41:29 smithi152 bash[29762]: audit 2023-11-15T05:41:27.742236+0000 mgr.smithi116.ldeiub (mgr.14182) 219 : audit [DBG] from='client.14486 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""]}]: dispatch 2023-11-15T05:41:30.757 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:41:30 smithi152 bash[29762]: cluster 2023-11-15T05:41:29.139626+0000 mgr.smithi116.ldeiub (mgr.14182) 220 : cluster [DBG] pgmap v200: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T05:41:30.899 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:41:30 smithi116 bash[25961]: cluster 2023-11-15T05:41:29.139626+0000 mgr.smithi116.ldeiub (mgr.14182) 220 : cluster [DBG] pgmap v200: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T05:41:31.635 INFO:teuthology.orchestra.run.smithi116.stdout:HOST ADDR LABELS STATUS 2023-11-15T05:41:31.635 INFO:teuthology.orchestra.run.smithi116.stdout:smithi116 172.21.15.116 2023-11-15T05:41:31.636 INFO:teuthology.orchestra.run.smithi116.stdout:smithi152 172.21.15.152 2023-11-15T05:41:31.636 INFO:teuthology.orchestra.run.smithi116.stdout:2 hosts in cluster 2023-11-15T05:41:32.309 DEBUG:teuthology.orchestra.run.smithi116:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 7456fada-8378-11ee-8dbe-212e2dc638e7 -- bash -c 'ceph orch device ls' 2023-11-15T05:41:32.649 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:41:32 smithi116 bash[25961]: cluster 2023-11-15T05:41:31.140027+0000 mgr.smithi116.ldeiub (mgr.14182) 221 : cluster [DBG] pgmap v201: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T05:41:32.649 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:41:32 smithi116 bash[25961]: audit 2023-11-15T05:41:31.632249+0000 mgr.smithi116.ldeiub (mgr.14182) 222 : audit [DBG] from='client.14490 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""]}]: dispatch 2023-11-15T05:41:32.757 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:41:32 smithi152 bash[29762]: cluster 2023-11-15T05:41:31.140027+0000 mgr.smithi116.ldeiub (mgr.14182) 221 : cluster [DBG] pgmap v201: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T05:41:32.757 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:41:32 smithi152 bash[29762]: audit 2023-11-15T05:41:31.632249+0000 mgr.smithi116.ldeiub (mgr.14182) 222 : audit [DBG] from='client.14490 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""]}]: dispatch 2023-11-15T05:41:34.757 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:41:34 smithi152 bash[29762]: cluster 2023-11-15T05:41:33.140383+0000 mgr.smithi116.ldeiub (mgr.14182) 223 : cluster [DBG] pgmap v202: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T05:41:34.901 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:41:34 smithi116 bash[25961]: cluster 2023-11-15T05:41:33.140383+0000 mgr.smithi116.ldeiub (mgr.14182) 223 : cluster [DBG] pgmap v202: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T05:41:35.622 INFO:teuthology.orchestra.run.smithi116.stdout:HOST PATH TYPE DEVICE ID SIZE AVAILABLE REFRESHED REJECT REASONS 2023-11-15T05:41:35.623 INFO:teuthology.orchestra.run.smithi116.stdout:smithi116 /dev/nvme0n1 ssd _PHFT620400VJ400BGN 372G 3m ago LVM detected, locked 2023-11-15T05:41:35.623 INFO:teuthology.orchestra.run.smithi116.stdout:smithi116 /dev/nvme1n1 ssd _178a594ac44bcad0 89.4G 3m ago Insufficient space (<10 extents) on vgs, LVM detected, locked 2023-11-15T05:41:35.623 INFO:teuthology.orchestra.run.smithi116.stdout:smithi116 /dev/nvme2n1 ssd _69fd6351d8053e46 89.4G 3m ago Insufficient space (<10 extents) on vgs, LVM detected, locked 2023-11-15T05:41:35.623 INFO:teuthology.orchestra.run.smithi116.stdout:smithi116 /dev/nvme3n1 ssd _1e6cfe0f5f92963d 89.4G 3m ago Insufficient space (<10 extents) on vgs, LVM detected, locked 2023-11-15T05:41:35.624 INFO:teuthology.orchestra.run.smithi116.stdout:smithi116 /dev/nvme4n1 ssd _95c086bd86d8f5c1 89.4G 3m ago Insufficient space (<10 extents) on vgs, LVM detected, locked 2023-11-15T05:41:35.624 INFO:teuthology.orchestra.run.smithi116.stdout:smithi152 /dev/nvme0n1 ssd _CVFT623300JT400BGN 372G 3m ago LVM detected, locked 2023-11-15T05:41:35.624 INFO:teuthology.orchestra.run.smithi116.stdout:smithi152 /dev/nvme1n1 ssd _bd65bb055c5fb0e2 89.4G 3m ago Insufficient space (<10 extents) on vgs, LVM detected, locked 2023-11-15T05:41:35.624 INFO:teuthology.orchestra.run.smithi116.stdout:smithi152 /dev/nvme2n1 ssd _b4a6bb119ca2d89b 89.4G 3m ago Insufficient space (<10 extents) on vgs, LVM detected, locked 2023-11-15T05:41:35.625 INFO:teuthology.orchestra.run.smithi116.stdout:smithi152 /dev/nvme3n1 ssd _687253933db262f7 89.4G 3m ago Insufficient space (<10 extents) on vgs, LVM detected, locked 2023-11-15T05:41:35.625 INFO:teuthology.orchestra.run.smithi116.stdout:smithi152 /dev/nvme4n1 ssd _7c713968a07c4ea7 89.4G 3m ago Insufficient space (<10 extents) on vgs, LVM detected, locked 2023-11-15T05:41:36.266 INFO:teuthology.run_tasks:Running task vip... 2023-11-15T05:41:36.276 INFO:tasks.vip:Allocating static IPs for each host... 2023-11-15T05:41:36.277 INFO:tasks.vip:peername 172.21.15.116 2023-11-15T05:41:36.281 INFO:tasks.vip:172.21.15.116 in 172.21.0.0/20, pos 3955 2023-11-15T05:41:36.288 INFO:tasks.vip:smithi116.front.sepia.ceph.com static 10.0.15.116, vnet 10.0.0.0/16 2023-11-15T05:41:36.289 INFO:tasks.vip:VIPs are {map(str, vips)} 2023-11-15T05:41:36.290 DEBUG:teuthology.orchestra.run.smithi116:> sudo ip route ls 2023-11-15T05:41:36.305 INFO:teuthology.orchestra.run.smithi116.stdout:default via 172.21.15.254 dev enp3s0f1 2023-11-15T05:41:36.305 INFO:teuthology.orchestra.run.smithi116.stdout:default via 172.21.15.254 dev enp3s0f1 proto dhcp src 172.21.15.116 metric 100 2023-11-15T05:41:36.305 INFO:teuthology.orchestra.run.smithi116.stdout:172.17.0.0/16 dev docker0 proto kernel scope link src 172.17.0.1 linkdown 2023-11-15T05:41:36.306 INFO:teuthology.orchestra.run.smithi116.stdout:172.21.0.0/20 dev enp3s0f1 proto kernel scope link src 172.21.15.116 2023-11-15T05:41:36.306 INFO:teuthology.orchestra.run.smithi116.stdout:172.21.15.254 dev enp3s0f1 proto dhcp scope link src 172.21.15.116 metric 100 2023-11-15T05:41:36.307 INFO:tasks.vip:Configuring 10.0.15.116 on smithi116.front.sepia.ceph.com iface enp3s0f1... 2023-11-15T05:41:36.307 DEBUG:teuthology.orchestra.run.smithi116:> sudo ip addr add 10.0.15.116/16 dev enp3s0f1 2023-11-15T05:41:36.368 INFO:tasks.vip:peername 172.21.15.152 2023-11-15T05:41:36.372 INFO:tasks.vip:172.21.15.152 in 172.21.0.0/20, pos 3991 2023-11-15T05:41:36.381 INFO:tasks.vip:smithi152.front.sepia.ceph.com static 10.0.15.152, vnet 10.0.0.0/16 2023-11-15T05:41:36.382 DEBUG:teuthology.orchestra.run.smithi152:> sudo ip route ls 2023-11-15T05:41:36.399 INFO:teuthology.orchestra.run.smithi152.stdout:default via 172.21.15.254 dev enp3s0f1 2023-11-15T05:41:36.399 INFO:teuthology.orchestra.run.smithi152.stdout:default via 172.21.15.254 dev enp3s0f1 proto dhcp src 172.21.15.152 metric 100 2023-11-15T05:41:36.399 INFO:teuthology.orchestra.run.smithi152.stdout:172.17.0.0/16 dev docker0 proto kernel scope link src 172.17.0.1 linkdown 2023-11-15T05:41:36.400 INFO:teuthology.orchestra.run.smithi152.stdout:172.21.0.0/20 dev enp3s0f1 proto kernel scope link src 172.21.15.152 2023-11-15T05:41:36.400 INFO:teuthology.orchestra.run.smithi152.stdout:172.21.15.254 dev enp3s0f1 proto dhcp scope link src 172.21.15.152 metric 100 2023-11-15T05:41:36.402 INFO:tasks.vip:Configuring 10.0.15.152 on smithi152.front.sepia.ceph.com iface enp3s0f1... 2023-11-15T05:41:36.402 DEBUG:teuthology.orchestra.run.smithi152:> sudo ip addr add 10.0.15.152/16 dev enp3s0f1 2023-11-15T05:41:36.460 INFO:teuthology.run_tasks:Running task cephadm.shell... 2023-11-15T05:41:36.469 INFO:tasks.cephadm:Running commands on role host.a host ubuntu@smithi116.front.sepia.ceph.com 2023-11-15T05:41:36.470 DEBUG:teuthology.orchestra.run.smithi116:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 7456fada-8378-11ee-8dbe-212e2dc638e7 -- bash -c 'ceph orch device ls --refresh' 2023-11-15T05:41:36.649 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:41:36 smithi116 bash[25961]: cluster 2023-11-15T05:41:35.140941+0000 mgr.smithi116.ldeiub (mgr.14182) 224 : cluster [DBG] pgmap v203: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T05:41:36.649 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:41:36 smithi116 bash[25961]: audit 2023-11-15T05:41:35.612854+0000 mgr.smithi116.ldeiub (mgr.14182) 225 : audit [DBG] from='client.14494 -' entity='client.admin' cmd=[{"prefix": "orch device ls", "target": ["mon-mgr", ""]}]: dispatch 2023-11-15T05:41:36.757 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:41:36 smithi152 bash[29762]: cluster 2023-11-15T05:41:35.140941+0000 mgr.smithi116.ldeiub (mgr.14182) 224 : cluster [DBG] pgmap v203: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T05:41:36.758 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:41:36 smithi152 bash[29762]: audit 2023-11-15T05:41:35.612854+0000 mgr.smithi116.ldeiub (mgr.14182) 225 : audit [DBG] from='client.14494 -' entity='client.admin' cmd=[{"prefix": "orch device ls", "target": ["mon-mgr", ""]}]: dispatch 2023-11-15T05:41:38.757 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:41:38 smithi152 bash[29762]: cluster 2023-11-15T05:41:37.141410+0000 mgr.smithi116.ldeiub (mgr.14182) 226 : cluster [DBG] pgmap v204: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T05:41:38.899 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:41:38 smithi116 bash[25961]: cluster 2023-11-15T05:41:37.141410+0000 mgr.smithi116.ldeiub (mgr.14182) 226 : cluster [DBG] pgmap v204: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T05:41:39.741 INFO:teuthology.orchestra.run.smithi116.stdout:HOST PATH TYPE DEVICE ID SIZE AVAILABLE REFRESHED REJECT REASONS 2023-11-15T05:41:39.741 INFO:teuthology.orchestra.run.smithi116.stdout:smithi116 /dev/nvme0n1 ssd _PHFT620400VJ400BGN 372G 3m ago LVM detected, locked 2023-11-15T05:41:39.742 INFO:teuthology.orchestra.run.smithi116.stdout:smithi116 /dev/nvme1n1 ssd _178a594ac44bcad0 89.4G 3m ago Insufficient space (<10 extents) on vgs, LVM detected, locked 2023-11-15T05:41:39.742 INFO:teuthology.orchestra.run.smithi116.stdout:smithi116 /dev/nvme2n1 ssd _69fd6351d8053e46 89.4G 3m ago Insufficient space (<10 extents) on vgs, LVM detected, locked 2023-11-15T05:41:39.742 INFO:teuthology.orchestra.run.smithi116.stdout:smithi116 /dev/nvme3n1 ssd _1e6cfe0f5f92963d 89.4G 3m ago Insufficient space (<10 extents) on vgs, LVM detected, locked 2023-11-15T05:41:39.742 INFO:teuthology.orchestra.run.smithi116.stdout:smithi116 /dev/nvme4n1 ssd _95c086bd86d8f5c1 89.4G 3m ago Insufficient space (<10 extents) on vgs, LVM detected, locked 2023-11-15T05:41:39.742 INFO:teuthology.orchestra.run.smithi116.stdout:smithi152 /dev/nvme0n1 ssd _CVFT623300JT400BGN 372G 3m ago LVM detected, locked 2023-11-15T05:41:39.743 INFO:teuthology.orchestra.run.smithi116.stdout:smithi152 /dev/nvme1n1 ssd _bd65bb055c5fb0e2 89.4G 3m ago Insufficient space (<10 extents) on vgs, LVM detected, locked 2023-11-15T05:41:39.743 INFO:teuthology.orchestra.run.smithi116.stdout:smithi152 /dev/nvme2n1 ssd _b4a6bb119ca2d89b 89.4G 3m ago Insufficient space (<10 extents) on vgs, LVM detected, locked 2023-11-15T05:41:39.743 INFO:teuthology.orchestra.run.smithi116.stdout:smithi152 /dev/nvme3n1 ssd _687253933db262f7 89.4G 3m ago Insufficient space (<10 extents) on vgs, LVM detected, locked 2023-11-15T05:41:39.743 INFO:teuthology.orchestra.run.smithi116.stdout:smithi152 /dev/nvme4n1 ssd _7c713968a07c4ea7 89.4G 3m ago Insufficient space (<10 extents) on vgs, LVM detected, locked 2023-11-15T05:41:40.320 INFO:teuthology.run_tasks:Running task vip.exec... 2023-11-15T05:41:40.330 INFO:tasks.vip:Running commands on role host.a host ubuntu@smithi116.front.sepia.ceph.com 2023-11-15T05:41:40.330 DEBUG:teuthology.orchestra.run.smithi116:> sudo TESTDIR=/home/ubuntu/cephtest bash -ex -c 'systemctl stop nfs-server' 2023-11-15T05:41:40.343 INFO:teuthology.orchestra.run.smithi116.stderr:+ systemctl stop nfs-server 2023-11-15T05:41:40.366 INFO:tasks.vip:Running commands on role host.b host ubuntu@smithi152.front.sepia.ceph.com 2023-11-15T05:41:40.367 DEBUG:teuthology.orchestra.run.smithi152:> sudo TESTDIR=/home/ubuntu/cephtest bash -ex -c 'systemctl stop nfs-server' 2023-11-15T05:41:40.383 INFO:teuthology.orchestra.run.smithi152.stderr:+ systemctl stop nfs-server 2023-11-15T05:41:40.405 INFO:teuthology.run_tasks:Running task cephadm.shell... 2023-11-15T05:41:40.416 INFO:tasks.cephadm:Running commands on role host.a host ubuntu@smithi116.front.sepia.ceph.com 2023-11-15T05:41:40.416 DEBUG:teuthology.orchestra.run.smithi116:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 7456fada-8378-11ee-8dbe-212e2dc638e7 -- bash -c 'ceph fs volume create foofs' 2023-11-15T05:41:40.649 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:41:40 smithi116 bash[25961]: cluster 2023-11-15T05:41:39.142060+0000 mgr.smithi116.ldeiub (mgr.14182) 227 : cluster [DBG] pgmap v205: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T05:41:40.649 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:41:40 smithi116 bash[25961]: audit 2023-11-15T05:41:39.760842+0000 mon.smithi116 (mon.0) 593 : audit [DBG] from='mgr.14182 172.21.15.116:0/1868390107' entity='mgr.smithi116.ldeiub' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-15T05:41:40.757 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:41:40 smithi152 bash[29762]: cluster 2023-11-15T05:41:39.142060+0000 mgr.smithi116.ldeiub (mgr.14182) 227 : cluster [DBG] pgmap v205: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T05:41:40.757 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:41:40 smithi152 bash[29762]: audit 2023-11-15T05:41:39.760842+0000 mon.smithi116 (mon.0) 593 : audit [DBG] from='mgr.14182 172.21.15.116:0/1868390107' entity='mgr.smithi116.ldeiub' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-15T05:41:41.741 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:41:41 smithi116 bash[25961]: audit 2023-11-15T05:41:39.731514+0000 mgr.smithi116.ldeiub (mgr.14182) 228 : audit [DBG] from='client.14498 -' entity='client.admin' cmd=[{"prefix": "orch device ls", "refresh": true, "target": ["mon-mgr", ""]}]: dispatch 2023-11-15T05:41:41.757 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:41:41 smithi152 bash[29762]: audit 2023-11-15T05:41:39.731514+0000 mgr.smithi116.ldeiub (mgr.14182) 228 : audit [DBG] from='client.14498 -' entity='client.admin' cmd=[{"prefix": "orch device ls", "refresh": true, "target": ["mon-mgr", ""]}]: dispatch 2023-11-15T05:41:42.757 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:41:42 smithi152 bash[29762]: cluster 2023-11-15T05:41:41.142701+0000 mgr.smithi116.ldeiub (mgr.14182) 229 : cluster [DBG] pgmap v206: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T05:41:42.899 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:41:42 smithi116 bash[25961]: cluster 2023-11-15T05:41:41.142701+0000 mgr.smithi116.ldeiub (mgr.14182) 229 : cluster [DBG] pgmap v206: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T05:41:44.757 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:41:44 smithi152 bash[29762]: cluster 2023-11-15T05:41:43.143312+0000 mgr.smithi116.ldeiub (mgr.14182) 230 : cluster [DBG] pgmap v207: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T05:41:44.758 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:41:44 smithi152 bash[29762]: audit 2023-11-15T05:41:43.593468+0000 mgr.smithi116.ldeiub (mgr.14182) 231 : audit [DBG] from='client.14502 -' entity='client.admin' cmd=[{"prefix": "fs volume create", "name": "foofs", "target": ["mon-mgr", ""]}]: dispatch 2023-11-15T05:41:44.758 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:41:44 smithi152 bash[29762]: audit 2023-11-15T05:41:43.594495+0000 mon.smithi116 (mon.0) 594 : audit [INF] from='mgr.14182 172.21.15.116:0/1868390107' entity='mgr.smithi116.ldeiub' cmd=[{"prefix": "osd pool create", "pool": "cephfs.foofs.meta"}]: dispatch 2023-11-15T05:41:44.899 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:41:44 smithi116 bash[25961]: cluster 2023-11-15T05:41:43.143312+0000 mgr.smithi116.ldeiub (mgr.14182) 230 : cluster [DBG] pgmap v207: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T05:41:44.899 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:41:44 smithi116 bash[25961]: audit 2023-11-15T05:41:43.593468+0000 mgr.smithi116.ldeiub (mgr.14182) 231 : audit [DBG] from='client.14502 -' entity='client.admin' cmd=[{"prefix": "fs volume create", "name": "foofs", "target": ["mon-mgr", ""]}]: dispatch 2023-11-15T05:41:44.900 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:41:44 smithi116 bash[25961]: audit 2023-11-15T05:41:43.594495+0000 mon.smithi116 (mon.0) 594 : audit [INF] from='mgr.14182 172.21.15.116:0/1868390107' entity='mgr.smithi116.ldeiub' cmd=[{"prefix": "osd pool create", "pool": "cephfs.foofs.meta"}]: dispatch 2023-11-15T05:41:45.899 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:41:45 smithi116 bash[25961]: audit 2023-11-15T05:41:44.513682+0000 mon.smithi116 (mon.0) 595 : audit [INF] from='mgr.14182 172.21.15.116:0/1868390107' entity='mgr.smithi116.ldeiub' cmd='[{"prefix": "osd pool create", "pool": "cephfs.foofs.meta"}]': finished 2023-11-15T05:41:45.899 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:41:45 smithi116 bash[25961]: cluster 2023-11-15T05:41:44.513811+0000 mon.smithi116 (mon.0) 596 : cluster [DBG] osdmap e40: 8 total, 8 up, 8 in 2023-11-15T05:41:45.900 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:41:45 smithi116 bash[25961]: audit 2023-11-15T05:41:44.515537+0000 mon.smithi116 (mon.0) 597 : audit [INF] from='mgr.14182 172.21.15.116:0/1868390107' entity='mgr.smithi116.ldeiub' cmd=[{"bulk": true, "prefix": "osd pool create", "pool": "cephfs.foofs.data"}]: dispatch 2023-11-15T05:41:45.900 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:41:45 smithi116 bash[25961]: debug 2023-11-15T05:41:45.533+0000 7f58b793a700 -1 log_channel(cluster) log [ERR] : Health check failed: 1 filesystem is offline (MDS_ALL_DOWN) 2023-11-15T05:41:46.007 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:41:45 smithi152 bash[29762]: audit 2023-11-15T05:41:44.513682+0000 mon.smithi116 (mon.0) 595 : audit [INF] from='mgr.14182 172.21.15.116:0/1868390107' entity='mgr.smithi116.ldeiub' cmd='[{"prefix": "osd pool create", "pool": "cephfs.foofs.meta"}]': finished 2023-11-15T05:41:46.007 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:41:45 smithi152 bash[29762]: cluster 2023-11-15T05:41:44.513811+0000 mon.smithi116 (mon.0) 596 : cluster [DBG] osdmap e40: 8 total, 8 up, 8 in 2023-11-15T05:41:46.007 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:41:45 smithi152 bash[29762]: audit 2023-11-15T05:41:44.515537+0000 mon.smithi116 (mon.0) 597 : audit [INF] from='mgr.14182 172.21.15.116:0/1868390107' entity='mgr.smithi116.ldeiub' cmd=[{"bulk": true, "prefix": "osd pool create", "pool": "cephfs.foofs.data"}]: dispatch 2023-11-15T05:41:46.312 DEBUG:teuthology.orchestra.run.smithi116:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 7456fada-8378-11ee-8dbe-212e2dc638e7 -- bash -c 'ceph nfs cluster create foo --ingress --virtual-ip 10.0.31.116/16 --port 2999' 2023-11-15T05:41:46.649 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:41:46 smithi116 bash[25961]: cluster 2023-11-15T05:41:45.143944+0000 mgr.smithi116.ldeiub (mgr.14182) 232 : cluster [DBG] pgmap v209: 33 pgs: 11 creating+peering, 21 unknown, 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T05:41:46.649 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:41:46 smithi116 bash[25961]: audit 2023-11-15T05:41:45.526856+0000 mon.smithi116 (mon.0) 598 : audit [INF] from='mgr.14182 172.21.15.116:0/1868390107' entity='mgr.smithi116.ldeiub' cmd='[{"bulk": true, "prefix": "osd pool create", "pool": "cephfs.foofs.data"}]': finished 2023-11-15T05:41:46.650 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:41:46 smithi116 bash[25961]: cluster 2023-11-15T05:41:45.527388+0000 mon.smithi116 (mon.0) 599 : cluster [DBG] osdmap e41: 8 total, 8 up, 8 in 2023-11-15T05:41:46.650 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:41:46 smithi116 bash[25961]: audit 2023-11-15T05:41:45.536160+0000 mon.smithi116 (mon.0) 600 : audit [INF] from='mgr.14182 172.21.15.116:0/1868390107' entity='mgr.smithi116.ldeiub' cmd=[{"prefix": "fs new", "fs_name": "foofs", "metadata": "cephfs.foofs.meta", "data": "cephfs.foofs.data"}]: dispatch 2023-11-15T05:41:46.650 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:41:46 smithi116 bash[25961]: cluster 2023-11-15T05:41:45.537289+0000 mon.smithi116 (mon.0) 601 : cluster [ERR] Health check failed: 1 filesystem is offline (MDS_ALL_DOWN) 2023-11-15T05:41:46.650 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:41:46 smithi116 bash[25961]: cluster 2023-11-15T05:41:45.537343+0000 mon.smithi116 (mon.0) 602 : cluster [WRN] Health check failed: 1 filesystem is online with fewer MDS than max_mds (MDS_UP_LESS_THAN_MAX) 2023-11-15T05:41:46.651 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:41:46 smithi116 bash[25961]: cluster 2023-11-15T05:41:45.545017+0000 mon.smithi116 (mon.0) 603 : cluster [DBG] osdmap e42: 8 total, 8 up, 8 in 2023-11-15T05:41:46.651 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:41:46 smithi116 bash[25961]: audit 2023-11-15T05:41:45.546760+0000 mon.smithi116 (mon.0) 604 : audit [INF] from='mgr.14182 172.21.15.116:0/1868390107' entity='mgr.smithi116.ldeiub' cmd='[{"prefix": "fs new", "fs_name": "foofs", "metadata": "cephfs.foofs.meta", "data": "cephfs.foofs.data"}]': finished 2023-11-15T05:41:46.651 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:41:46 smithi116 bash[25961]: cluster 2023-11-15T05:41:45.546972+0000 mon.smithi116 (mon.0) 605 : cluster [DBG] fsmap foofs:0 2023-11-15T05:41:46.651 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:41:46 smithi116 bash[25961]: cephadm 2023-11-15T05:41:45.554884+0000 mgr.smithi116.ldeiub (mgr.14182) 233 : cephadm [INF] Saving service mds.foofs spec with placement count:2 2023-11-15T05:41:46.651 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:41:46 smithi116 bash[25961]: audit 2023-11-15T05:41:45.561760+0000 mon.smithi116 (mon.0) 606 : audit [INF] from='mgr.14182 172.21.15.116:0/1868390107' entity='mgr.smithi116.ldeiub' 2023-11-15T05:41:46.652 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:41:46 smithi116 bash[25961]: audit 2023-11-15T05:41:45.597231+0000 mon.smithi116 (mon.0) 607 : audit [INF] from='mgr.14182 172.21.15.116:0/1868390107' entity='mgr.smithi116.ldeiub' 2023-11-15T05:41:47.007 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:41:46 smithi152 bash[29762]: cluster 2023-11-15T05:41:45.143944+0000 mgr.smithi116.ldeiub (mgr.14182) 232 : cluster [DBG] pgmap v209: 33 pgs: 11 creating+peering, 21 unknown, 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T05:41:47.007 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:41:46 smithi152 bash[29762]: audit 2023-11-15T05:41:45.526856+0000 mon.smithi116 (mon.0) 598 : audit [INF] from='mgr.14182 172.21.15.116:0/1868390107' entity='mgr.smithi116.ldeiub' cmd='[{"bulk": true, "prefix": "osd pool create", "pool": "cephfs.foofs.data"}]': finished 2023-11-15T05:41:47.008 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:41:46 smithi152 bash[29762]: cluster 2023-11-15T05:41:45.527388+0000 mon.smithi116 (mon.0) 599 : cluster [DBG] osdmap e41: 8 total, 8 up, 8 in 2023-11-15T05:41:47.008 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:41:46 smithi152 bash[29762]: audit 2023-11-15T05:41:45.536160+0000 mon.smithi116 (mon.0) 600 : audit [INF] from='mgr.14182 172.21.15.116:0/1868390107' entity='mgr.smithi116.ldeiub' cmd=[{"prefix": "fs new", "fs_name": "foofs", "metadata": "cephfs.foofs.meta", "data": "cephfs.foofs.data"}]: dispatch 2023-11-15T05:41:47.008 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:41:46 smithi152 bash[29762]: cluster 2023-11-15T05:41:45.537289+0000 mon.smithi116 (mon.0) 601 : cluster [ERR] Health check failed: 1 filesystem is offline (MDS_ALL_DOWN) 2023-11-15T05:41:47.008 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:41:46 smithi152 bash[29762]: cluster 2023-11-15T05:41:45.537343+0000 mon.smithi116 (mon.0) 602 : cluster [WRN] Health check failed: 1 filesystem is online with fewer MDS than max_mds (MDS_UP_LESS_THAN_MAX) 2023-11-15T05:41:47.008 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:41:46 smithi152 bash[29762]: cluster 2023-11-15T05:41:45.545017+0000 mon.smithi116 (mon.0) 603 : cluster [DBG] osdmap e42: 8 total, 8 up, 8 in 2023-11-15T05:41:47.009 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:41:46 smithi152 bash[29762]: audit 2023-11-15T05:41:45.546760+0000 mon.smithi116 (mon.0) 604 : audit [INF] from='mgr.14182 172.21.15.116:0/1868390107' entity='mgr.smithi116.ldeiub' cmd='[{"prefix": "fs new", "fs_name": "foofs", "metadata": "cephfs.foofs.meta", "data": "cephfs.foofs.data"}]': finished 2023-11-15T05:41:47.009 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:41:46 smithi152 bash[29762]: cluster 2023-11-15T05:41:45.546972+0000 mon.smithi116 (mon.0) 605 : cluster [DBG] fsmap foofs:0 2023-11-15T05:41:47.009 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:41:46 smithi152 bash[29762]: cephadm 2023-11-15T05:41:45.554884+0000 mgr.smithi116.ldeiub (mgr.14182) 233 : cephadm [INF] Saving service mds.foofs spec with placement count:2 2023-11-15T05:41:47.009 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:41:46 smithi152 bash[29762]: audit 2023-11-15T05:41:45.561760+0000 mon.smithi116 (mon.0) 606 : audit [INF] from='mgr.14182 172.21.15.116:0/1868390107' entity='mgr.smithi116.ldeiub' 2023-11-15T05:41:47.009 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:41:46 smithi152 bash[29762]: audit 2023-11-15T05:41:45.597231+0000 mon.smithi116 (mon.0) 607 : audit [INF] from='mgr.14182 172.21.15.116:0/1868390107' entity='mgr.smithi116.ldeiub' 2023-11-15T05:41:47.713 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:41:47 smithi116 bash[25961]: cluster 2023-11-15T05:41:46.546463+0000 mon.smithi116 (mon.0) 608 : cluster [DBG] osdmap e43: 8 total, 8 up, 8 in 2023-11-15T05:41:47.713 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:41:47 smithi116 bash[25961]: audit 2023-11-15T05:41:46.814964+0000 mon.smithi116 (mon.0) 609 : audit [INF] from='mgr.14182 172.21.15.116:0/1868390107' entity='mgr.smithi116.ldeiub' 2023-11-15T05:41:48.007 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:41:47 smithi152 bash[29762]: cluster 2023-11-15T05:41:46.546463+0000 mon.smithi116 (mon.0) 608 : cluster [DBG] osdmap e43: 8 total, 8 up, 8 in 2023-11-15T05:41:48.008 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:41:47 smithi152 bash[29762]: audit 2023-11-15T05:41:46.814964+0000 mon.smithi116 (mon.0) 609 : audit [INF] from='mgr.14182 172.21.15.116:0/1868390107' entity='mgr.smithi116.ldeiub' 2023-11-15T05:41:48.899 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:41:48 smithi116 bash[25961]: cluster 2023-11-15T05:41:47.144643+0000 mgr.smithi116.ldeiub (mgr.14182) 234 : cluster [DBG] pgmap v213: 65 pgs: 13 creating+peering, 41 unknown, 11 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T05:41:48.899 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:41:48 smithi116 bash[25961]: cluster 2023-11-15T05:41:47.557683+0000 mon.smithi116 (mon.0) 610 : cluster [DBG] osdmap e44: 8 total, 8 up, 8 in 2023-11-15T05:41:49.007 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:41:48 smithi152 bash[29762]: cluster 2023-11-15T05:41:47.144643+0000 mgr.smithi116.ldeiub (mgr.14182) 234 : cluster [DBG] pgmap v213: 65 pgs: 13 creating+peering, 41 unknown, 11 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T05:41:49.007 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:41:48 smithi152 bash[29762]: cluster 2023-11-15T05:41:47.557683+0000 mon.smithi116 (mon.0) 610 : cluster [DBG] osdmap e44: 8 total, 8 up, 8 in 2023-11-15T05:41:50.899 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:41:50 smithi116 bash[25961]: cluster 2023-11-15T05:41:49.145217+0000 mgr.smithi116.ldeiub (mgr.14182) 235 : cluster [DBG] pgmap v215: 65 pgs: 13 creating+peering, 20 unknown, 32 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T05:41:50.900 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:41:50 smithi116 bash[25961]: audit 2023-11-15T05:41:49.611314+0000 mgr.smithi116.ldeiub (mgr.14182) 236 : audit [DBG] from='client.14506 -' entity='client.admin' cmd=[{"prefix": "nfs cluster create", "cluster_id": "foo", "ingress": true, "virtual_ip": "10.0.31.116/16", "port": 2999, "target": ["mon-mgr", ""]}]: dispatch 2023-11-15T05:41:50.900 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:41:50 smithi116 bash[25961]: audit 2023-11-15T05:41:49.613501+0000 mon.smithi116 (mon.0) 611 : audit [INF] from='mgr.14182 172.21.15.116:0/1868390107' entity='mgr.smithi116.ldeiub' cmd=[{"prefix": "osd pool create", "pool": ".nfs"}]: dispatch 2023-11-15T05:41:51.008 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:41:50 smithi152 bash[29762]: cluster 2023-11-15T05:41:49.145217+0000 mgr.smithi116.ldeiub (mgr.14182) 235 : cluster [DBG] pgmap v215: 65 pgs: 13 creating+peering, 20 unknown, 32 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T05:41:51.008 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:41:50 smithi152 bash[29762]: audit 2023-11-15T05:41:49.611314+0000 mgr.smithi116.ldeiub (mgr.14182) 236 : audit [DBG] from='client.14506 -' entity='client.admin' cmd=[{"prefix": "nfs cluster create", "cluster_id": "foo", "ingress": true, "virtual_ip": "10.0.31.116/16", "port": 2999, "target": ["mon-mgr", ""]}]: dispatch 2023-11-15T05:41:51.008 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:41:50 smithi152 bash[29762]: audit 2023-11-15T05:41:49.613501+0000 mon.smithi116 (mon.0) 611 : audit [INF] from='mgr.14182 172.21.15.116:0/1868390107' entity='mgr.smithi116.ldeiub' cmd=[{"prefix": "osd pool create", "pool": ".nfs"}]: dispatch 2023-11-15T05:41:51.654 INFO:teuthology.orchestra.run.smithi116.stdout:NFS Cluster Created Successfully 2023-11-15T05:41:51.785 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:41:51 smithi152 bash[29762]: audit 2023-11-15T05:41:50.574666+0000 mon.smithi116 (mon.0) 612 : audit [INF] from='mgr.14182 172.21.15.116:0/1868390107' entity='mgr.smithi116.ldeiub' cmd='[{"prefix": "osd pool create", "pool": ".nfs"}]': finished 2023-11-15T05:41:51.786 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:41:51 smithi152 bash[29762]: cluster 2023-11-15T05:41:50.574780+0000 mon.smithi116 (mon.0) 613 : cluster [DBG] osdmap e45: 8 total, 8 up, 8 in 2023-11-15T05:41:51.786 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:41:51 smithi152 bash[29762]: audit 2023-11-15T05:41:50.576066+0000 mon.smithi116 (mon.0) 614 : audit [INF] from='mgr.14182 172.21.15.116:0/1868390107' entity='mgr.smithi116.ldeiub' cmd=[{"prefix": "osd pool application enable", "pool": ".nfs", "app": "nfs"}]: dispatch 2023-11-15T05:41:51.899 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:41:51 smithi116 bash[25961]: audit 2023-11-15T05:41:50.574666+0000 mon.smithi116 (mon.0) 612 : audit [INF] from='mgr.14182 172.21.15.116:0/1868390107' entity='mgr.smithi116.ldeiub' cmd='[{"prefix": "osd pool create", "pool": ".nfs"}]': finished 2023-11-15T05:41:51.899 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:41:51 smithi116 bash[25961]: cluster 2023-11-15T05:41:50.574780+0000 mon.smithi116 (mon.0) 613 : cluster [DBG] osdmap e45: 8 total, 8 up, 8 in 2023-11-15T05:41:51.900 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:41:51 smithi116 bash[25961]: audit 2023-11-15T05:41:50.576066+0000 mon.smithi116 (mon.0) 614 : audit [INF] from='mgr.14182 172.21.15.116:0/1868390107' entity='mgr.smithi116.ldeiub' cmd=[{"prefix": "osd pool application enable", "pool": ".nfs", "app": "nfs"}]: dispatch 2023-11-15T05:41:52.743 DEBUG:teuthology.orchestra.run.smithi116:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 7456fada-8378-11ee-8dbe-212e2dc638e7 -- bash -c 'ceph nfs export create cephfs --fsname foofs --cluster-id foo --pseudo-path /fake' 2023-11-15T05:41:52.858 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:41:52 smithi116 bash[25961]: cluster 2023-11-15T05:41:51.145860+0000 mgr.smithi116.ldeiub (mgr.14182) 237 : cluster [DBG] pgmap v217: 97 pgs: 4 creating+peering, 28 unknown, 65 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T05:41:52.858 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:41:52 smithi116 bash[25961]: audit 2023-11-15T05:41:51.578981+0000 mon.smithi116 (mon.0) 615 : audit [INF] from='mgr.14182 172.21.15.116:0/1868390107' entity='mgr.smithi116.ldeiub' cmd='[{"prefix": "osd pool application enable", "pool": ".nfs", "app": "nfs"}]': finished 2023-11-15T05:41:52.858 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:41:52 smithi116 bash[25961]: cluster 2023-11-15T05:41:51.579787+0000 mon.smithi116 (mon.0) 616 : cluster [DBG] osdmap e46: 8 total, 8 up, 8 in 2023-11-15T05:41:52.859 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:41:52 smithi116 bash[25961]: cephadm 2023-11-15T05:41:51.636256+0000 mgr.smithi116.ldeiub (mgr.14182) 238 : cephadm [INF] Saving service nfs.foo spec with placement count:1 2023-11-15T05:41:52.859 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:41:52 smithi116 bash[25961]: audit 2023-11-15T05:41:51.641347+0000 mon.smithi116 (mon.0) 617 : audit [INF] from='mgr.14182 172.21.15.116:0/1868390107' entity='mgr.smithi116.ldeiub' 2023-11-15T05:41:52.859 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:41:52 smithi116 bash[25961]: cephadm 2023-11-15T05:41:51.643795+0000 mgr.smithi116.ldeiub (mgr.14182) 239 : cephadm [INF] Saving service ingress.nfs.foo spec with placement count:2 2023-11-15T05:41:52.859 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:41:52 smithi116 bash[25961]: audit 2023-11-15T05:41:51.651672+0000 mon.smithi116 (mon.0) 618 : audit [INF] from='mgr.14182 172.21.15.116:0/1868390107' entity='mgr.smithi116.ldeiub' 2023-11-15T05:41:53.007 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:41:52 smithi152 bash[29762]: cluster 2023-11-15T05:41:51.145860+0000 mgr.smithi116.ldeiub (mgr.14182) 237 : cluster [DBG] pgmap v217: 97 pgs: 4 creating+peering, 28 unknown, 65 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T05:41:53.008 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:41:52 smithi152 bash[29762]: audit 2023-11-15T05:41:51.578981+0000 mon.smithi116 (mon.0) 615 : audit [INF] from='mgr.14182 172.21.15.116:0/1868390107' entity='mgr.smithi116.ldeiub' cmd='[{"prefix": "osd pool application enable", "pool": ".nfs", "app": "nfs"}]': finished 2023-11-15T05:41:53.008 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:41:52 smithi152 bash[29762]: cluster 2023-11-15T05:41:51.579787+0000 mon.smithi116 (mon.0) 616 : cluster [DBG] osdmap e46: 8 total, 8 up, 8 in 2023-11-15T05:41:53.008 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:41:52 smithi152 bash[29762]: cephadm 2023-11-15T05:41:51.636256+0000 mgr.smithi116.ldeiub (mgr.14182) 238 : cephadm [INF] Saving service nfs.foo spec with placement count:1 2023-11-15T05:41:53.008 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:41:52 smithi152 bash[29762]: audit 2023-11-15T05:41:51.641347+0000 mon.smithi116 (mon.0) 617 : audit [INF] from='mgr.14182 172.21.15.116:0/1868390107' entity='mgr.smithi116.ldeiub' 2023-11-15T05:41:53.008 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:41:52 smithi152 bash[29762]: cephadm 2023-11-15T05:41:51.643795+0000 mgr.smithi116.ldeiub (mgr.14182) 239 : cephadm [INF] Saving service ingress.nfs.foo spec with placement count:2 2023-11-15T05:41:53.008 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:41:52 smithi152 bash[29762]: audit 2023-11-15T05:41:51.651672+0000 mon.smithi116 (mon.0) 618 : audit [INF] from='mgr.14182 172.21.15.116:0/1868390107' entity='mgr.smithi116.ldeiub' 2023-11-15T05:41:53.899 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:41:53 smithi116 bash[25961]: cluster 2023-11-15T05:41:52.598469+0000 mon.smithi116 (mon.0) 619 : cluster [DBG] osdmap e47: 8 total, 8 up, 8 in 2023-11-15T05:41:54.007 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:41:53 smithi152 bash[29762]: cluster 2023-11-15T05:41:52.598469+0000 mon.smithi116 (mon.0) 619 : cluster [DBG] osdmap e47: 8 total, 8 up, 8 in 2023-11-15T05:41:54.899 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:41:54 smithi116 bash[25961]: cluster 2023-11-15T05:41:53.146721+0000 mgr.smithi116.ldeiub (mgr.14182) 240 : cluster [DBG] pgmap v220: 97 pgs: 4 creating+peering, 13 unknown, 80 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T05:41:54.900 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:41:54 smithi116 bash[25961]: cluster 2023-11-15T05:41:53.612205+0000 mon.smithi116 (mon.0) 620 : cluster [DBG] mgrmap e19: smithi116.ldeiub(active, since 6m), standbys: smithi152.uihpes 2023-11-15T05:41:55.007 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:41:54 smithi152 bash[29762]: cluster 2023-11-15T05:41:53.146721+0000 mgr.smithi116.ldeiub (mgr.14182) 240 : cluster [DBG] pgmap v220: 97 pgs: 4 creating+peering, 13 unknown, 80 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T05:41:55.007 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:41:54 smithi152 bash[29762]: cluster 2023-11-15T05:41:53.612205+0000 mon.smithi116 (mon.0) 620 : cluster [DBG] mgrmap e19: smithi116.ldeiub(active, since 6m), standbys: smithi152.uihpes 2023-11-15T05:41:56.727 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:41:56 smithi116 bash[25961]: cluster 2023-11-15T05:41:55.147391+0000 mgr.smithi116.ldeiub (mgr.14182) 241 : cluster [DBG] pgmap v221: 97 pgs: 4 creating+peering, 7 unknown, 86 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T05:41:56.727 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:41:56 smithi116 bash[25961]: audit 2023-11-15T05:41:55.452270+0000 mon.smithi116 (mon.0) 621 : audit [INF] from='mgr.14182 172.21.15.116:0/1868390107' entity='mgr.smithi116.ldeiub' 2023-11-15T05:41:56.757 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:41:56 smithi152 bash[29762]: cluster 2023-11-15T05:41:55.147391+0000 mgr.smithi116.ldeiub (mgr.14182) 241 : cluster [DBG] pgmap v221: 97 pgs: 4 creating+peering, 7 unknown, 86 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T05:41:56.757 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:41:56 smithi152 bash[29762]: audit 2023-11-15T05:41:55.452270+0000 mon.smithi116 (mon.0) 621 : audit [INF] from='mgr.14182 172.21.15.116:0/1868390107' entity='mgr.smithi116.ldeiub' 2023-11-15T05:41:58.757 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:41:58 smithi152 bash[29762]: cluster 2023-11-15T05:41:57.148261+0000 mgr.smithi116.ldeiub (mgr.14182) 242 : cluster [DBG] pgmap v222: 97 pgs: 97 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T05:41:58.757 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:41:58 smithi152 bash[29762]: audit 2023-11-15T05:41:57.170105+0000 mgr.smithi116.ldeiub (mgr.14182) 243 : audit [DBG] from='client.14510 -' entity='client.admin' cmd=[{"prefix": "nfs export create cephfs", "fsname": "foofs", "cluster_id": "foo", "pseudo_path": "/fake", "target": ["mon-mgr", ""]}]: dispatch 2023-11-15T05:41:58.900 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:41:58 smithi116 bash[25961]: cluster 2023-11-15T05:41:57.148261+0000 mgr.smithi116.ldeiub (mgr.14182) 242 : cluster [DBG] pgmap v222: 97 pgs: 97 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T05:41:58.900 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:41:58 smithi116 bash[25961]: audit 2023-11-15T05:41:57.170105+0000 mgr.smithi116.ldeiub (mgr.14182) 243 : audit [DBG] from='client.14510 -' entity='client.admin' cmd=[{"prefix": "nfs export create cephfs", "fsname": "foofs", "cluster_id": "foo", "pseudo_path": "/fake", "target": ["mon-mgr", ""]}]: dispatch 2023-11-15T05:41:59.757 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:41:59 smithi152 bash[29762]: audit 2023-11-15T05:41:58.464794+0000 mon.smithi116 (mon.0) 622 : audit [INF] from='mgr.14182 172.21.15.116:0/1868390107' entity='mgr.smithi116.ldeiub' 2023-11-15T05:41:59.758 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:41:59 smithi152 bash[29762]: audit 2023-11-15T05:41:58.466486+0000 mon.smithi116 (mon.0) 623 : audit [DBG] from='mgr.14182 172.21.15.116:0/1868390107' entity='mgr.smithi116.ldeiub' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-15T05:41:59.758 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:41:59 smithi152 bash[29762]: audit 2023-11-15T05:41:58.467926+0000 mon.smithi116 (mon.0) 624 : audit [INF] from='mgr.14182 172.21.15.116:0/1868390107' entity='mgr.smithi116.ldeiub' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-11-15T05:41:59.758 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:41:59 smithi152 bash[29762]: audit 2023-11-15T05:41:58.476293+0000 mon.smithi116 (mon.0) 625 : audit [INF] from='mgr.14182 172.21.15.116:0/1868390107' entity='mgr.smithi116.ldeiub' 2023-11-15T05:41:59.758 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:41:59 smithi152 bash[29762]: audit 2023-11-15T05:41:58.486196+0000 mon.smithi116 (mon.0) 626 : audit [DBG] from='mgr.14182 172.21.15.116:0/1868390107' entity='mgr.smithi116.ldeiub' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-11-15T05:41:59.759 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:41:59 smithi152 bash[29762]: audit 2023-11-15T05:41:58.503227+0000 mon.smithi116 (mon.0) 627 : audit [INF] from='mgr.14182 172.21.15.116:0/1868390107' entity='mgr.smithi116.ldeiub' 2023-11-15T05:41:59.759 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:41:59 smithi152 bash[29762]: audit 2023-11-15T05:41:58.504601+0000 mon.smithi116 (mon.0) 628 : audit [INF] from='mgr.14182 172.21.15.116:0/1868390107' entity='mgr.smithi116.ldeiub' cmd=[{"prefix": "auth get-or-create", "entity": "mds.foofs.smithi152.aojcpi", "caps": ["mon", "profile mds", "osd", "allow rw tag cephfs *=*", "mds", "allow"]}]: dispatch 2023-11-15T05:41:59.759 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:41:59 smithi152 bash[29762]: audit 2023-11-15T05:41:58.508940+0000 mon.smithi116 (mon.0) 629 : audit [INF] from='mgr.14182 172.21.15.116:0/1868390107' entity='mgr.smithi116.ldeiub' cmd='[{"prefix": "auth get-or-create", "entity": "mds.foofs.smithi152.aojcpi", "caps": ["mon", "profile mds", "osd", "allow rw tag cephfs *=*", "mds", "allow"]}]': finished 2023-11-15T05:41:59.759 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:41:59 smithi152 bash[29762]: audit 2023-11-15T05:41:58.510098+0000 mon.smithi116 (mon.0) 630 : audit [DBG] from='mgr.14182 172.21.15.116:0/1868390107' entity='mgr.smithi116.ldeiub' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-15T05:41:59.759 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:41:59 smithi152 bash[29762]: cephadm 2023-11-15T05:41:58.511440+0000 mgr.smithi116.ldeiub (mgr.14182) 244 : cephadm [INF] Deploying daemon mds.foofs.smithi152.aojcpi on smithi152 2023-11-15T05:41:59.899 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:41:59 smithi116 bash[25961]: audit 2023-11-15T05:41:58.464794+0000 mon.smithi116 (mon.0) 622 : audit [INF] from='mgr.14182 172.21.15.116:0/1868390107' entity='mgr.smithi116.ldeiub' 2023-11-15T05:41:59.900 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:41:59 smithi116 bash[25961]: audit 2023-11-15T05:41:58.466486+0000 mon.smithi116 (mon.0) 623 : audit [DBG] from='mgr.14182 172.21.15.116:0/1868390107' entity='mgr.smithi116.ldeiub' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-15T05:41:59.900 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:41:59 smithi116 bash[25961]: audit 2023-11-15T05:41:58.467926+0000 mon.smithi116 (mon.0) 624 : audit [INF] from='mgr.14182 172.21.15.116:0/1868390107' entity='mgr.smithi116.ldeiub' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-11-15T05:41:59.900 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:41:59 smithi116 bash[25961]: audit 2023-11-15T05:41:58.476293+0000 mon.smithi116 (mon.0) 625 : audit [INF] from='mgr.14182 172.21.15.116:0/1868390107' entity='mgr.smithi116.ldeiub' 2023-11-15T05:41:59.900 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:41:59 smithi116 bash[25961]: audit 2023-11-15T05:41:58.486196+0000 mon.smithi116 (mon.0) 626 : audit [DBG] from='mgr.14182 172.21.15.116:0/1868390107' entity='mgr.smithi116.ldeiub' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-11-15T05:41:59.901 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:41:59 smithi116 bash[25961]: audit 2023-11-15T05:41:58.503227+0000 mon.smithi116 (mon.0) 627 : audit [INF] from='mgr.14182 172.21.15.116:0/1868390107' entity='mgr.smithi116.ldeiub' 2023-11-15T05:41:59.901 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:41:59 smithi116 bash[25961]: audit 2023-11-15T05:41:58.504601+0000 mon.smithi116 (mon.0) 628 : audit [INF] from='mgr.14182 172.21.15.116:0/1868390107' entity='mgr.smithi116.ldeiub' cmd=[{"prefix": "auth get-or-create", "entity": "mds.foofs.smithi152.aojcpi", "caps": ["mon", "profile mds", "osd", "allow rw tag cephfs *=*", "mds", "allow"]}]: dispatch 2023-11-15T05:41:59.901 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:41:59 smithi116 bash[25961]: audit 2023-11-15T05:41:58.508940+0000 mon.smithi116 (mon.0) 629 : audit [INF] from='mgr.14182 172.21.15.116:0/1868390107' entity='mgr.smithi116.ldeiub' cmd='[{"prefix": "auth get-or-create", "entity": "mds.foofs.smithi152.aojcpi", "caps": ["mon", "profile mds", "osd", "allow rw tag cephfs *=*", "mds", "allow"]}]': finished 2023-11-15T05:41:59.901 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:41:59 smithi116 bash[25961]: audit 2023-11-15T05:41:58.510098+0000 mon.smithi116 (mon.0) 630 : audit [DBG] from='mgr.14182 172.21.15.116:0/1868390107' entity='mgr.smithi116.ldeiub' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-15T05:41:59.901 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:41:59 smithi116 bash[25961]: cephadm 2023-11-15T05:41:58.511440+0000 mgr.smithi116.ldeiub (mgr.14182) 244 : cephadm [INF] Deploying daemon mds.foofs.smithi152.aojcpi on smithi152 2023-11-15T05:42:00.746 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:42:00 smithi152 bash[29762]: cluster 2023-11-15T05:41:59.149167+0000 mgr.smithi116.ldeiub (mgr.14182) 245 : cluster [DBG] pgmap v223: 97 pgs: 97 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T05:42:00.747 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:42:00 smithi152 bash[29762]: audit 2023-11-15T05:42:00.273062+0000 mon.smithi116 (mon.0) 631 : audit [INF] from='mgr.14182 172.21.15.116:0/1868390107' entity='mgr.smithi116.ldeiub' 2023-11-15T05:42:00.899 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:42:00 smithi116 bash[25961]: cluster 2023-11-15T05:41:59.149167+0000 mgr.smithi116.ldeiub (mgr.14182) 245 : cluster [DBG] pgmap v223: 97 pgs: 97 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T05:42:00.900 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:42:00 smithi116 bash[25961]: audit 2023-11-15T05:42:00.273062+0000 mon.smithi116 (mon.0) 631 : audit [INF] from='mgr.14182 172.21.15.116:0/1868390107' entity='mgr.smithi116.ldeiub' 2023-11-15T05:42:02.007 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:42:01 smithi152 bash[29762]: audit 2023-11-15T05:42:00.788553+0000 mon.smithi116 (mon.0) 632 : audit [INF] from='mgr.14182 172.21.15.116:0/1868390107' entity='mgr.smithi116.ldeiub' 2023-11-15T05:42:02.008 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:42:01 smithi152 bash[29762]: audit 2023-11-15T05:42:00.791573+0000 mon.smithi116 (mon.0) 633 : audit [INF] from='mgr.14182 172.21.15.116:0/1868390107' entity='mgr.smithi116.ldeiub' cmd=[{"prefix": "auth get-or-create", "entity": "mds.foofs.smithi116.rwgcne", "caps": ["mon", "profile mds", "osd", "allow rw tag cephfs *=*", "mds", "allow"]}]: dispatch 2023-11-15T05:42:02.008 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:42:01 smithi152 bash[29762]: audit 2023-11-15T05:42:00.798693+0000 mon.smithi116 (mon.0) 634 : audit [INF] from='mgr.14182 172.21.15.116:0/1868390107' entity='mgr.smithi116.ldeiub' cmd='[{"prefix": "auth get-or-create", "entity": "mds.foofs.smithi116.rwgcne", "caps": ["mon", "profile mds", "osd", "allow rw tag cephfs *=*", "mds", "allow"]}]': finished 2023-11-15T05:42:02.008 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:42:01 smithi152 bash[29762]: audit 2023-11-15T05:42:00.800274+0000 mon.smithi116 (mon.0) 635 : audit [DBG] from='mgr.14182 172.21.15.116:0/1868390107' entity='mgr.smithi116.ldeiub' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-15T05:42:02.008 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:42:01 smithi152 bash[29762]: cephadm 2023-11-15T05:42:00.801694+0000 mgr.smithi116.ldeiub (mgr.14182) 246 : cephadm [INF] Deploying daemon mds.foofs.smithi116.rwgcne on smithi116 2023-11-15T05:42:02.009 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:42:01 smithi152 bash[29762]: cluster 2023-11-15T05:42:01.149833+0000 mgr.smithi116.ldeiub (mgr.14182) 247 : cluster [DBG] pgmap v224: 97 pgs: 97 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T05:42:02.099 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:42:01 smithi116 bash[25961]: audit 2023-11-15T05:42:00.788553+0000 mon.smithi116 (mon.0) 632 : audit [INF] from='mgr.14182 172.21.15.116:0/1868390107' entity='mgr.smithi116.ldeiub' 2023-11-15T05:42:02.100 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:42:01 smithi116 bash[25961]: audit 2023-11-15T05:42:00.791573+0000 mon.smithi116 (mon.0) 633 : audit [INF] from='mgr.14182 172.21.15.116:0/1868390107' entity='mgr.smithi116.ldeiub' cmd=[{"prefix": "auth get-or-create", "entity": "mds.foofs.smithi116.rwgcne", "caps": ["mon", "profile mds", "osd", "allow rw tag cephfs *=*", "mds", "allow"]}]: dispatch 2023-11-15T05:42:02.100 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:42:01 smithi116 bash[25961]: audit 2023-11-15T05:42:00.798693+0000 mon.smithi116 (mon.0) 634 : audit [INF] from='mgr.14182 172.21.15.116:0/1868390107' entity='mgr.smithi116.ldeiub' cmd='[{"prefix": "auth get-or-create", "entity": "mds.foofs.smithi116.rwgcne", "caps": ["mon", "profile mds", "osd", "allow rw tag cephfs *=*", "mds", "allow"]}]': finished 2023-11-15T05:42:02.100 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:42:01 smithi116 bash[25961]: audit 2023-11-15T05:42:00.800274+0000 mon.smithi116 (mon.0) 635 : audit [DBG] from='mgr.14182 172.21.15.116:0/1868390107' entity='mgr.smithi116.ldeiub' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-15T05:42:02.100 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:42:01 smithi116 bash[25961]: cephadm 2023-11-15T05:42:00.801694+0000 mgr.smithi116.ldeiub (mgr.14182) 246 : cephadm [INF] Deploying daemon mds.foofs.smithi116.rwgcne on smithi116 2023-11-15T05:42:02.101 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:42:01 smithi116 bash[25961]: cluster 2023-11-15T05:42:01.149833+0000 mgr.smithi116.ldeiub (mgr.14182) 247 : cluster [DBG] pgmap v224: 97 pgs: 97 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T05:42:03.839 INFO:teuthology.orchestra.run.smithi116.stdout:{ 2023-11-15T05:42:03.839 INFO:teuthology.orchestra.run.smithi116.stdout: "bind": "/fake", 2023-11-15T05:42:03.839 INFO:teuthology.orchestra.run.smithi116.stdout: "fs": "foofs", 2023-11-15T05:42:03.840 INFO:teuthology.orchestra.run.smithi116.stdout: "path": "/", 2023-11-15T05:42:03.840 INFO:teuthology.orchestra.run.smithi116.stdout: "cluster": "foo", 2023-11-15T05:42:03.840 INFO:teuthology.orchestra.run.smithi116.stdout: "mode": "RW" 2023-11-15T05:42:03.840 INFO:teuthology.orchestra.run.smithi116.stdout:} 2023-11-15T05:42:04.150 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:42:03 smithi116 bash[25961]: cluster 2023-11-15T05:42:02.803522+0000 mon.smithi116 (mon.0) 636 : cluster [DBG] mds.? [v2:172.21.15.152:6832/2361852387,v1:172.21.15.152:6833/2361852387] up:boot 2023-11-15T05:42:04.150 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:42:03 smithi116 bash[25961]: cluster 2023-11-15T05:42:02.803683+0000 mon.smithi116 (mon.0) 637 : cluster [INF] daemon mds.foofs.smithi152.aojcpi assigned to filesystem foofs as rank 0 (now has 1 ranks) 2023-11-15T05:42:04.150 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:42:03 smithi116 bash[25961]: cluster 2023-11-15T05:42:02.803855+0000 mon.smithi116 (mon.0) 638 : cluster [INF] Health check cleared: MDS_ALL_DOWN (was: 1 filesystem is offline) 2023-11-15T05:42:04.151 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:42:03 smithi116 bash[25961]: cluster 2023-11-15T05:42:02.803956+0000 mon.smithi116 (mon.0) 639 : cluster [INF] Health check cleared: MDS_UP_LESS_THAN_MAX (was: 1 filesystem is online with fewer MDS than max_mds) 2023-11-15T05:42:04.151 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:42:03 smithi116 bash[25961]: cluster 2023-11-15T05:42:02.804011+0000 mon.smithi116 (mon.0) 640 : cluster [INF] Cluster is now healthy 2023-11-15T05:42:04.151 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:42:03 smithi116 bash[25961]: cluster 2023-11-15T05:42:02.804497+0000 mon.smithi116 (mon.0) 641 : cluster [DBG] fsmap foofs:0 1 up:standby 2023-11-15T05:42:04.151 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:42:03 smithi116 bash[25961]: audit 2023-11-15T05:42:02.804697+0000 mon.smithi116 (mon.0) 642 : audit [DBG] from='mgr.14182 172.21.15.116:0/1868390107' entity='mgr.smithi116.ldeiub' cmd=[{"prefix": "mds metadata", "who": "foofs.smithi152.aojcpi"}]: dispatch 2023-11-15T05:42:04.152 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:42:03 smithi116 bash[25961]: cluster 2023-11-15T05:42:02.810224+0000 mon.smithi116 (mon.0) 643 : cluster [DBG] fsmap foofs:1 {0=foofs.smithi152.aojcpi=up:creating} 2023-11-15T05:42:04.152 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:42:03 smithi116 bash[25961]: cluster 2023-11-15T05:42:02.830207+0000 mon.smithi116 (mon.0) 644 : cluster [INF] daemon mds.foofs.smithi152.aojcpi is now active in filesystem foofs as rank 0 2023-11-15T05:42:04.152 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:42:03 smithi116 bash[25961]: cluster 2023-11-15T05:42:03.150445+0000 mgr.smithi116.ldeiub (mgr.14182) 248 : cluster [DBG] pgmap v225: 97 pgs: 97 active+clean; 1.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 682 B/s wr, 2 op/s 2023-11-15T05:42:04.152 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:42:03 smithi116 bash[25961]: audit 2023-11-15T05:42:03.180503+0000 mon.smithi116 (mon.0) 645 : audit [INF] from='mgr.14182 172.21.15.116:0/1868390107' entity='mgr.smithi116.ldeiub' 2023-11-15T05:42:04.152 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:42:03 smithi116 bash[25961]: audit 2023-11-15T05:42:03.188778+0000 mon.smithi116 (mon.0) 646 : audit [INF] from='mgr.14182 172.21.15.116:0/1868390107' entity='mgr.smithi116.ldeiub' 2023-11-15T05:42:04.153 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:42:03 smithi116 bash[25961]: cephadm 2023-11-15T05:42:03.211586+0000 mgr.smithi116.ldeiub (mgr.14182) 249 : cephadm [INF] Creating key for client.nfs.foo.0.0.smithi116.iozwjd 2023-11-15T05:42:04.153 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:42:03 smithi116 bash[25961]: audit 2023-11-15T05:42:03.212088+0000 mon.smithi116 (mon.0) 647 : audit [INF] from='mgr.14182 172.21.15.116:0/1868390107' entity='mgr.smithi116.ldeiub' cmd=[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.0.smithi116.iozwjd", "caps": ["mon", "allow r", "osd", "allow rw pool=.nfs namespace=foo"]}]: dispatch 2023-11-15T05:42:04.153 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:42:03 smithi116 bash[25961]: audit 2023-11-15T05:42:03.218581+0000 mon.smithi116 (mon.0) 648 : audit [INF] from='mgr.14182 172.21.15.116:0/1868390107' entity='mgr.smithi116.ldeiub' cmd='[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.0.smithi116.iozwjd", "caps": ["mon", "allow r", "osd", "allow rw pool=.nfs namespace=foo"]}]': finished 2023-11-15T05:42:04.153 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:42:03 smithi116 bash[25961]: cephadm 2023-11-15T05:42:03.219626+0000 mgr.smithi116.ldeiub (mgr.14182) 250 : cephadm [INF] Ensuring nfs.foo.0 is in the ganesha grace table 2023-11-15T05:42:04.153 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:42:03 smithi116 bash[25961]: audit 2023-11-15T05:42:03.220146+0000 mon.smithi116 (mon.0) 649 : audit [INF] from='mgr.14182 172.21.15.116:0/1868390107' entity='mgr.smithi116.ldeiub' cmd=[{"prefix": "auth get-or-create", "entity": "client.mgr.nfs.grace.nfs.foo", "caps": ["mon", "allow r", "osd", "allow rwx pool .nfs"]}]: dispatch 2023-11-15T05:42:04.154 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:42:03 smithi116 bash[25961]: audit 2023-11-15T05:42:03.225569+0000 mon.smithi116 (mon.0) 650 : audit [INF] from='mgr.14182 172.21.15.116:0/1868390107' entity='mgr.smithi116.ldeiub' cmd='[{"prefix": "auth get-or-create", "entity": "client.mgr.nfs.grace.nfs.foo", "caps": ["mon", "allow r", "osd", "allow rwx pool .nfs"]}]': finished 2023-11-15T05:42:04.154 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:42:03 smithi116 bash[25961]: audit 2023-11-15T05:42:03.226741+0000 mon.smithi116 (mon.0) 651 : audit [DBG] from='mgr.14182 172.21.15.116:0/1868390107' entity='mgr.smithi116.ldeiub' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-15T05:42:04.154 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:42:03 smithi116 bash[25961]: audit 2023-11-15T05:42:03.279368+0000 mon.smithi116 (mon.0) 652 : audit [INF] from='mgr.14182 172.21.15.116:0/1868390107' entity='mgr.smithi116.ldeiub' cmd=[{"prefix": "auth rm", "entity": "client.mgr.nfs.grace.nfs.foo"}]: dispatch 2023-11-15T05:42:04.154 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:42:03 smithi116 bash[25961]: audit 2023-11-15T05:42:03.283736+0000 mon.smithi116 (mon.0) 653 : audit [INF] from='mgr.14182 172.21.15.116:0/1868390107' entity='mgr.smithi116.ldeiub' cmd='[{"prefix": "auth rm", "entity": "client.mgr.nfs.grace.nfs.foo"}]': finished 2023-11-15T05:42:04.154 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:42:03 smithi116 bash[25961]: cephadm 2023-11-15T05:42:03.346321+0000 mgr.smithi116.ldeiub (mgr.14182) 251 : cephadm [INF] Rados config object exists: conf-nfs.foo 2023-11-15T05:42:04.155 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:42:03 smithi116 bash[25961]: cephadm 2023-11-15T05:42:03.346540+0000 mgr.smithi116.ldeiub (mgr.14182) 252 : cephadm [INF] Creating key for client.nfs.foo.0.0.smithi116.iozwjd-rgw 2023-11-15T05:42:04.155 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:42:03 smithi116 bash[25961]: audit 2023-11-15T05:42:03.347204+0000 mon.smithi116 (mon.0) 654 : audit [INF] from='mgr.14182 172.21.15.116:0/1868390107' entity='mgr.smithi116.ldeiub' cmd=[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.0.smithi116.iozwjd-rgw", "caps": ["mon", "allow r", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2023-11-15T05:42:04.155 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:42:03 smithi116 bash[25961]: audit 2023-11-15T05:42:03.354867+0000 mon.smithi116 (mon.0) 655 : audit [INF] from='mgr.14182 172.21.15.116:0/1868390107' entity='mgr.smithi116.ldeiub' cmd='[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.0.smithi116.iozwjd-rgw", "caps": ["mon", "allow r", "osd", "allow rwx tag rgw *=*"]}]': finished 2023-11-15T05:42:04.155 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:42:03 smithi116 bash[25961]: audit 2023-11-15T05:42:03.361715+0000 mon.smithi116 (mon.0) 656 : audit [DBG] from='mgr.14182 172.21.15.116:0/1868390107' entity='mgr.smithi116.ldeiub' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-15T05:42:04.155 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:42:03 smithi116 bash[25961]: cephadm 2023-11-15T05:42:03.363227+0000 mgr.smithi116.ldeiub (mgr.14182) 253 : cephadm [INF] Deploying daemon nfs.foo.0.0.smithi116.iozwjd on smithi116 2023-11-15T05:42:04.258 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:42:03 smithi152 bash[29762]: cluster 2023-11-15T05:42:02.803522+0000 mon.smithi116 (mon.0) 636 : cluster [DBG] mds.? [v2:172.21.15.152:6832/2361852387,v1:172.21.15.152:6833/2361852387] up:boot 2023-11-15T05:42:04.258 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:42:03 smithi152 bash[29762]: cluster 2023-11-15T05:42:02.803683+0000 mon.smithi116 (mon.0) 637 : cluster [INF] daemon mds.foofs.smithi152.aojcpi assigned to filesystem foofs as rank 0 (now has 1 ranks) 2023-11-15T05:42:04.258 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:42:03 smithi152 bash[29762]: cluster 2023-11-15T05:42:02.803855+0000 mon.smithi116 (mon.0) 638 : cluster [INF] Health check cleared: MDS_ALL_DOWN (was: 1 filesystem is offline) 2023-11-15T05:42:04.258 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:42:03 smithi152 bash[29762]: cluster 2023-11-15T05:42:02.803956+0000 mon.smithi116 (mon.0) 639 : cluster [INF] Health check cleared: MDS_UP_LESS_THAN_MAX (was: 1 filesystem is online with fewer MDS than max_mds) 2023-11-15T05:42:04.259 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:42:03 smithi152 bash[29762]: cluster 2023-11-15T05:42:02.804011+0000 mon.smithi116 (mon.0) 640 : cluster [INF] Cluster is now healthy 2023-11-15T05:42:04.259 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:42:03 smithi152 bash[29762]: cluster 2023-11-15T05:42:02.804497+0000 mon.smithi116 (mon.0) 641 : cluster [DBG] fsmap foofs:0 1 up:standby 2023-11-15T05:42:04.259 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:42:03 smithi152 bash[29762]: audit 2023-11-15T05:42:02.804697+0000 mon.smithi116 (mon.0) 642 : audit [DBG] from='mgr.14182 172.21.15.116:0/1868390107' entity='mgr.smithi116.ldeiub' cmd=[{"prefix": "mds metadata", "who": "foofs.smithi152.aojcpi"}]: dispatch 2023-11-15T05:42:04.259 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:42:03 smithi152 bash[29762]: cluster 2023-11-15T05:42:02.810224+0000 mon.smithi116 (mon.0) 643 : cluster [DBG] fsmap foofs:1 {0=foofs.smithi152.aojcpi=up:creating} 2023-11-15T05:42:04.259 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:42:03 smithi152 bash[29762]: cluster 2023-11-15T05:42:02.830207+0000 mon.smithi116 (mon.0) 644 : cluster [INF] daemon mds.foofs.smithi152.aojcpi is now active in filesystem foofs as rank 0 2023-11-15T05:42:04.260 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:42:03 smithi152 bash[29762]: cluster 2023-11-15T05:42:03.150445+0000 mgr.smithi116.ldeiub (mgr.14182) 248 : cluster [DBG] pgmap v225: 97 pgs: 97 active+clean; 1.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 682 B/s wr, 2 op/s 2023-11-15T05:42:04.260 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:42:03 smithi152 bash[29762]: audit 2023-11-15T05:42:03.180503+0000 mon.smithi116 (mon.0) 645 : audit [INF] from='mgr.14182 172.21.15.116:0/1868390107' entity='mgr.smithi116.ldeiub' 2023-11-15T05:42:04.260 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:42:03 smithi152 bash[29762]: audit 2023-11-15T05:42:03.188778+0000 mon.smithi116 (mon.0) 646 : audit [INF] from='mgr.14182 172.21.15.116:0/1868390107' entity='mgr.smithi116.ldeiub' 2023-11-15T05:42:04.260 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:42:03 smithi152 bash[29762]: cephadm 2023-11-15T05:42:03.211586+0000 mgr.smithi116.ldeiub (mgr.14182) 249 : cephadm [INF] Creating key for client.nfs.foo.0.0.smithi116.iozwjd 2023-11-15T05:42:04.260 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:42:03 smithi152 bash[29762]: audit 2023-11-15T05:42:03.212088+0000 mon.smithi116 (mon.0) 647 : audit [INF] from='mgr.14182 172.21.15.116:0/1868390107' entity='mgr.smithi116.ldeiub' cmd=[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.0.smithi116.iozwjd", "caps": ["mon", "allow r", "osd", "allow rw pool=.nfs namespace=foo"]}]: dispatch 2023-11-15T05:42:04.261 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:42:03 smithi152 bash[29762]: audit 2023-11-15T05:42:03.218581+0000 mon.smithi116 (mon.0) 648 : audit [INF] from='mgr.14182 172.21.15.116:0/1868390107' entity='mgr.smithi116.ldeiub' cmd='[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.0.smithi116.iozwjd", "caps": ["mon", "allow r", "osd", "allow rw pool=.nfs namespace=foo"]}]': finished 2023-11-15T05:42:04.261 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:42:03 smithi152 bash[29762]: cephadm 2023-11-15T05:42:03.219626+0000 mgr.smithi116.ldeiub (mgr.14182) 250 : cephadm [INF] Ensuring nfs.foo.0 is in the ganesha grace table 2023-11-15T05:42:04.261 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:42:03 smithi152 bash[29762]: audit 2023-11-15T05:42:03.220146+0000 mon.smithi116 (mon.0) 649 : audit [INF] from='mgr.14182 172.21.15.116:0/1868390107' entity='mgr.smithi116.ldeiub' cmd=[{"prefix": "auth get-or-create", "entity": "client.mgr.nfs.grace.nfs.foo", "caps": ["mon", "allow r", "osd", "allow rwx pool .nfs"]}]: dispatch 2023-11-15T05:42:04.261 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:42:03 smithi152 bash[29762]: audit 2023-11-15T05:42:03.225569+0000 mon.smithi116 (mon.0) 650 : audit [INF] from='mgr.14182 172.21.15.116:0/1868390107' entity='mgr.smithi116.ldeiub' cmd='[{"prefix": "auth get-or-create", "entity": "client.mgr.nfs.grace.nfs.foo", "caps": ["mon", "allow r", "osd", "allow rwx pool .nfs"]}]': finished 2023-11-15T05:42:04.261 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:42:03 smithi152 bash[29762]: audit 2023-11-15T05:42:03.226741+0000 mon.smithi116 (mon.0) 651 : audit [DBG] from='mgr.14182 172.21.15.116:0/1868390107' entity='mgr.smithi116.ldeiub' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-15T05:42:04.262 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:42:03 smithi152 bash[29762]: audit 2023-11-15T05:42:03.279368+0000 mon.smithi116 (mon.0) 652 : audit [INF] from='mgr.14182 172.21.15.116:0/1868390107' entity='mgr.smithi116.ldeiub' cmd=[{"prefix": "auth rm", "entity": "client.mgr.nfs.grace.nfs.foo"}]: dispatch 2023-11-15T05:42:04.262 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:42:03 smithi152 bash[29762]: audit 2023-11-15T05:42:03.283736+0000 mon.smithi116 (mon.0) 653 : audit [INF] from='mgr.14182 172.21.15.116:0/1868390107' entity='mgr.smithi116.ldeiub' cmd='[{"prefix": "auth rm", "entity": "client.mgr.nfs.grace.nfs.foo"}]': finished 2023-11-15T05:42:04.262 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:42:03 smithi152 bash[29762]: cephadm 2023-11-15T05:42:03.346321+0000 mgr.smithi116.ldeiub (mgr.14182) 251 : cephadm [INF] Rados config object exists: conf-nfs.foo 2023-11-15T05:42:04.262 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:42:03 smithi152 bash[29762]: cephadm 2023-11-15T05:42:03.346540+0000 mgr.smithi116.ldeiub (mgr.14182) 252 : cephadm [INF] Creating key for client.nfs.foo.0.0.smithi116.iozwjd-rgw 2023-11-15T05:42:04.262 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:42:03 smithi152 bash[29762]: audit 2023-11-15T05:42:03.347204+0000 mon.smithi116 (mon.0) 654 : audit [INF] from='mgr.14182 172.21.15.116:0/1868390107' entity='mgr.smithi116.ldeiub' cmd=[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.0.smithi116.iozwjd-rgw", "caps": ["mon", "allow r", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2023-11-15T05:42:04.263 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:42:03 smithi152 bash[29762]: audit 2023-11-15T05:42:03.354867+0000 mon.smithi116 (mon.0) 655 : audit [INF] from='mgr.14182 172.21.15.116:0/1868390107' entity='mgr.smithi116.ldeiub' cmd='[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.0.smithi116.iozwjd-rgw", "caps": ["mon", "allow r", "osd", "allow rwx tag rgw *=*"]}]': finished 2023-11-15T05:42:04.263 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:42:03 smithi152 bash[29762]: audit 2023-11-15T05:42:03.361715+0000 mon.smithi116 (mon.0) 656 : audit [DBG] from='mgr.14182 172.21.15.116:0/1868390107' entity='mgr.smithi116.ldeiub' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-15T05:42:04.263 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:42:03 smithi152 bash[29762]: cephadm 2023-11-15T05:42:03.363227+0000 mgr.smithi116.ldeiub (mgr.14182) 253 : cephadm [INF] Deploying daemon nfs.foo.0.0.smithi116.iozwjd on smithi116 2023-11-15T05:42:05.081 INFO:teuthology.run_tasks:Running task cephadm.wait_for_service... 2023-11-15T05:42:05.102 INFO:tasks.cephadm:Waiting for ceph service nfs.foo to start (timeout 300)... 2023-11-15T05:42:05.102 DEBUG:teuthology.orchestra.run.smithi116:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 7456fada-8378-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T05:42:05.103 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:42:04 smithi116 bash[25961]: cluster 2023-11-15T05:42:03.819734+0000 mon.smithi116 (mon.0) 657 : cluster [DBG] mds.? [v2:172.21.15.152:6832/2361852387,v1:172.21.15.152:6833/2361852387] up:active 2023-11-15T05:42:05.103 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:42:04 smithi116 bash[25961]: cluster 2023-11-15T05:42:03.819845+0000 mon.smithi116 (mon.0) 658 : cluster [DBG] fsmap foofs:1 {0=foofs.smithi152.aojcpi=up:active} 2023-11-15T05:42:05.104 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:42:04 smithi116 bash[25961]: audit 2023-11-15T05:42:03.824950+0000 mon.smithi116 (mon.0) 659 : audit [INF] from='mgr.14182 172.21.15.116:0/1868390107' entity='mgr.smithi116.ldeiub' 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 2023-11-15T05:42:05.104 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:42:04 smithi116 bash[25961]: audit 2023-11-15T05:42:03.830415+0000 mon.smithi116 (mon.0) 660 : audit [INF] from='mgr.14182 172.21.15.116:0/1868390107' entity='mgr.smithi116.ldeiub' 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 2023-11-15T05:42:05.258 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:42:04 smithi152 bash[29762]: cluster 2023-11-15T05:42:03.819734+0000 mon.smithi116 (mon.0) 657 : cluster [DBG] mds.? [v2:172.21.15.152:6832/2361852387,v1:172.21.15.152:6833/2361852387] up:active 2023-11-15T05:42:05.258 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:42:04 smithi152 bash[29762]: cluster 2023-11-15T05:42:03.819845+0000 mon.smithi116 (mon.0) 658 : cluster [DBG] fsmap foofs:1 {0=foofs.smithi152.aojcpi=up:active} 2023-11-15T05:42:05.258 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:42:04 smithi152 bash[29762]: audit 2023-11-15T05:42:03.824950+0000 mon.smithi116 (mon.0) 659 : audit [INF] from='mgr.14182 172.21.15.116:0/1868390107' entity='mgr.smithi116.ldeiub' 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 2023-11-15T05:42:05.259 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:42:04 smithi152 bash[29762]: audit 2023-11-15T05:42:03.830415+0000 mon.smithi116 (mon.0) 660 : audit [INF] from='mgr.14182 172.21.15.116:0/1868390107' entity='mgr.smithi116.ldeiub' 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 2023-11-15T05:42:06.842 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:42:06 smithi116 bash[25961]: cluster 2023-11-15T05:42:05.151089+0000 mgr.smithi116.ldeiub (mgr.14182) 254 : cluster [DBG] pgmap v226: 97 pgs: 97 active+clean; 2.1 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 639 B/s wr, 2 op/s 2023-11-15T05:42:06.842 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:42:06 smithi116 bash[25961]: audit 2023-11-15T05:42:05.579556+0000 mon.smithi116 (mon.0) 661 : audit [INF] from='mgr.14182 172.21.15.116:0/1868390107' entity='mgr.smithi116.ldeiub' 2023-11-15T05:42:06.843 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:42:06 smithi116 bash[25961]: cluster 2023-11-15T05:42:05.834786+0000 mon.smithi116 (mon.0) 662 : cluster [DBG] mds.? [v2:172.21.15.116:6834/2393450742,v1:172.21.15.116:6835/2393450742] up:boot 2023-11-15T05:42:06.843 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:42:06 smithi116 bash[25961]: cluster 2023-11-15T05:42:05.835287+0000 mon.smithi116 (mon.0) 663 : cluster [DBG] fsmap foofs:1 {0=foofs.smithi152.aojcpi=up:active} 1 up:standby 2023-11-15T05:42:06.843 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:42:06 smithi116 bash[25961]: cluster 2023-11-15T05:42:05.835693+0000 mon.smithi116 (mon.0) 664 : cluster [DBG] mgrmap e20: smithi116.ldeiub(active, since 6m), standbys: smithi152.uihpes 2023-11-15T05:42:06.843 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:42:06 smithi116 bash[25961]: audit 2023-11-15T05:42:05.836520+0000 mon.smithi116 (mon.0) 665 : audit [DBG] from='mgr.14182 172.21.15.116:0/1868390107' entity='mgr.smithi116.ldeiub' cmd=[{"prefix": "mds metadata", "who": "foofs.smithi116.rwgcne"}]: dispatch 2023-11-15T05:42:06.844 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:42:06 smithi116 bash[25961]: cluster 2023-11-15T05:42:05.841470+0000 mon.smithi116 (mon.0) 666 : cluster [DBG] fsmap foofs:1 {0=foofs.smithi152.aojcpi=up:active} 1 up:standby 2023-11-15T05:42:07.007 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:42:06 smithi152 bash[29762]: cluster 2023-11-15T05:42:05.151089+0000 mgr.smithi116.ldeiub (mgr.14182) 254 : cluster [DBG] pgmap v226: 97 pgs: 97 active+clean; 2.1 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 639 B/s wr, 2 op/s 2023-11-15T05:42:07.008 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:42:06 smithi152 bash[29762]: audit 2023-11-15T05:42:05.579556+0000 mon.smithi116 (mon.0) 661 : audit [INF] from='mgr.14182 172.21.15.116:0/1868390107' entity='mgr.smithi116.ldeiub' 2023-11-15T05:42:07.008 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:42:06 smithi152 bash[29762]: cluster 2023-11-15T05:42:05.834786+0000 mon.smithi116 (mon.0) 662 : cluster [DBG] mds.? [v2:172.21.15.116:6834/2393450742,v1:172.21.15.116:6835/2393450742] up:boot 2023-11-15T05:42:07.008 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:42:06 smithi152 bash[29762]: cluster 2023-11-15T05:42:05.835287+0000 mon.smithi116 (mon.0) 663 : cluster [DBG] fsmap foofs:1 {0=foofs.smithi152.aojcpi=up:active} 1 up:standby 2023-11-15T05:42:07.008 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:42:06 smithi152 bash[29762]: cluster 2023-11-15T05:42:05.835693+0000 mon.smithi116 (mon.0) 664 : cluster [DBG] mgrmap e20: smithi116.ldeiub(active, since 6m), standbys: smithi152.uihpes 2023-11-15T05:42:07.008 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:42:06 smithi152 bash[29762]: audit 2023-11-15T05:42:05.836520+0000 mon.smithi116 (mon.0) 665 : audit [DBG] from='mgr.14182 172.21.15.116:0/1868390107' entity='mgr.smithi116.ldeiub' cmd=[{"prefix": "mds metadata", "who": "foofs.smithi116.rwgcne"}]: dispatch 2023-11-15T05:42:07.009 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:42:06 smithi152 bash[29762]: cluster 2023-11-15T05:42:05.841470+0000 mon.smithi116 (mon.0) 666 : cluster [DBG] fsmap foofs:1 {0=foofs.smithi152.aojcpi=up:active} 1 up:standby 2023-11-15T05:42:08.149 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:42:07 smithi116 bash[25961]: audit 2023-11-15T05:42:06.880253+0000 mon.smithi116 (mon.0) 667 : audit [INF] from='mgr.14182 172.21.15.116:0/1868390107' entity='mgr.smithi116.ldeiub' 2023-11-15T05:42:08.150 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:42:07 smithi116 bash[25961]: audit 2023-11-15T05:42:06.889649+0000 mon.smithi116 (mon.0) 668 : audit [INF] from='mgr.14182 172.21.15.116:0/1868390107' entity='mgr.smithi116.ldeiub' 2023-11-15T05:42:08.150 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:42:07 smithi116 bash[25961]: cephadm 2023-11-15T05:42:06.902487+0000 mgr.smithi116.ldeiub (mgr.14182) 255 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi152.nrqaps on smithi152 2023-11-15T05:42:08.150 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:42:07 smithi116 bash[25961]: cluster 2023-11-15T05:42:07.152202+0000 mgr.smithi116.ldeiub (mgr.14182) 256 : cluster [DBG] pgmap v227: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 0 B/s rd, 1.4 KiB/s wr, 4 op/s 2023-11-15T05:42:08.257 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:42:07 smithi152 bash[29762]: audit 2023-11-15T05:42:06.880253+0000 mon.smithi116 (mon.0) 667 : audit [INF] from='mgr.14182 172.21.15.116:0/1868390107' entity='mgr.smithi116.ldeiub' 2023-11-15T05:42:08.258 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:42:07 smithi152 bash[29762]: audit 2023-11-15T05:42:06.889649+0000 mon.smithi116 (mon.0) 668 : audit [INF] from='mgr.14182 172.21.15.116:0/1868390107' entity='mgr.smithi116.ldeiub' 2023-11-15T05:42:08.258 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:42:07 smithi152 bash[29762]: cephadm 2023-11-15T05:42:06.902487+0000 mgr.smithi116.ldeiub (mgr.14182) 255 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi152.nrqaps on smithi152 2023-11-15T05:42:08.258 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:42:07 smithi152 bash[29762]: cluster 2023-11-15T05:42:07.152202+0000 mgr.smithi116.ldeiub (mgr.14182) 256 : cluster [DBG] pgmap v227: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 0 B/s rd, 1.4 KiB/s wr, 4 op/s 2023-11-15T05:42:09.477 INFO:teuthology.orchestra.run.smithi116.stdout: 2023-11-15T05:42:09.477 INFO:teuthology.orchestra.run.smithi116.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T05:34:36.374719Z", "last_refresh": "2023-11-15T05:41:46.802587Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T05:34:28.472277Z", "last_refresh": "2023-11-15T05:41:45.588402Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T05:34:32.474479Z", "last_refresh": "2023-11-15T05:41:46.803092Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:41:51.652086Z 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.116/16"}, "status": {"created": "2023-11-15T05:41:51.643812Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.116/16"}}, {"events": ["2023-11-15T05:41:45.562111Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-15T05:41:45.554912Z", "running": 0, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T05:34:26.558369Z", "last_refresh": "2023-11-15T05:41:45.588610Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:35:55.352857Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi116:172.21.15.116=smithi116", "smithi152:172.21.15.152=smithi152"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T05:35:55.345327Z", "last_refresh": "2023-11-15T05:41:45.588732Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:41:51.641747Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-11-15T05:41:51.636276Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T05:34:34.444913Z", "last_refresh": "2023-11-15T05:41:45.588846Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T05:36:22.979260Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T05:36:22.972321Z", "last_refresh": "2023-11-15T05:41:45.589070Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T05:34:30.388073Z", "last_refresh": "2023-11-15T05:41:45.588958Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-15T05:42:10.106 INFO:tasks.cephadm:nfs.foo has 0/1 2023-11-15T05:42:10.399 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:42:10 smithi116 bash[25961]: cluster 2023-11-15T05:42:09.153031+0000 mgr.smithi116.ldeiub (mgr.14182) 257 : cluster [DBG] pgmap v228: 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 2023-11-15T05:42:10.400 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:42:10 smithi116 bash[25961]: audit 2023-11-15T05:42:09.463929+0000 mgr.smithi116.ldeiub (mgr.14182) 258 : audit [DBG] from='client.14544 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:42:10.646 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:42:10 smithi152 bash[29762]: cluster 2023-11-15T05:42:09.153031+0000 mgr.smithi116.ldeiub (mgr.14182) 257 : cluster [DBG] pgmap v228: 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 2023-11-15T05:42:10.646 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:42:10 smithi152 bash[29762]: audit 2023-11-15T05:42:09.463929+0000 mgr.smithi116.ldeiub (mgr.14182) 258 : audit [DBG] from='client.14544 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:42:11.108 DEBUG:teuthology.orchestra.run.smithi116:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 7456fada-8378-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T05:42:11.899 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:42:11 smithi116 bash[25961]: audit 2023-11-15T05:42:10.591831+0000 mon.smithi116 (mon.0) 669 : audit [INF] from='mgr.14182 172.21.15.116:0/1868390107' entity='mgr.smithi116.ldeiub' 2023-11-15T05:42:11.900 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:42:11 smithi116 bash[25961]: audit 2023-11-15T05:42:10.716229+0000 mon.smithi116 (mon.0) 670 : audit [INF] from='mgr.14182 172.21.15.116:0/1868390107' entity='mgr.smithi116.ldeiub' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi152.nrqaps"}]: dispatch 2023-11-15T05:42:12.007 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:42:11 smithi152 bash[29762]: audit 2023-11-15T05:42:10.591831+0000 mon.smithi116 (mon.0) 669 : audit [INF] from='mgr.14182 172.21.15.116:0/1868390107' entity='mgr.smithi116.ldeiub' 2023-11-15T05:42:12.008 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:42:11 smithi152 bash[29762]: audit 2023-11-15T05:42:10.716229+0000 mon.smithi116 (mon.0) 670 : audit [INF] from='mgr.14182 172.21.15.116:0/1868390107' entity='mgr.smithi116.ldeiub' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi152.nrqaps"}]: dispatch 2023-11-15T05:42:12.632 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:42:12 smithi116 bash[25961]: cephadm 2023-11-15T05:42:10.714996+0000 mgr.smithi116.ldeiub (mgr.14182) 259 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi152-nrqaps 2023-11-15T05:42:12.632 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:42:12 smithi116 bash[25961]: /usr/bin/docker: stdout 2023-11-15T05:42:12.632 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:42:12 smithi116 bash[25961]: /usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi152-nrqaps 2023-11-15T05:42:12.633 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:42:12 smithi116 bash[25961]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi152.nrqaps 2023-11-15T05:42:12.633 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:42:12 smithi116 bash[25961]: /usr/bin/docker: stdout 2023-11-15T05:42:12.633 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:42:12 smithi116 bash[25961]: /usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi152.nrqaps 2023-11-15T05:42:12.633 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:42:12 smithi116 bash[25961]: Deploy daemon haproxy.nfs.foo.smithi152.nrqaps ... 2023-11-15T05:42:12.633 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:42:12 smithi116 bash[25961]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi152 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T05:42:12.634 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:42:12 smithi116 bash[25961]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-15T05:42:12.634 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:42:12 smithi116 bash[25961]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-15T05:42:12.634 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:42:12 smithi116 bash[25961]: stat: stderr See 'docker run --help'. 2023-11-15T05:42:12.634 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:42:12 smithi116 bash[25961]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi152 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T05:42:12.635 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:42:12 smithi116 bash[25961]: Traceback (most recent call last): 2023-11-15T05:42:12.635 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:42:12 smithi116 bash[25961]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-11-15T05:42:12.635 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:42:12 smithi116 bash[25961]: yield (conn, connr) 2023-11-15T05:42:12.635 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:42:12 smithi116 bash[25961]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-11-15T05:42:12.635 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:42:12 smithi116 bash[25961]: code, '\n'.join(err))) 2023-11-15T05:42:12.635 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:42:12 smithi116 bash[25961]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi152-nrqaps 2023-11-15T05:42:12.636 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:42:12 smithi116 bash[25961]: /usr/bin/docker: stdout 2023-11-15T05:42:12.636 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:42:12 smithi116 bash[25961]: /usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi152-nrqaps 2023-11-15T05:42:12.637 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:42:12 smithi116 bash[25961]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi152.nrqaps 2023-11-15T05:42:12.637 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:42:12 smithi116 bash[25961]: /usr/bin/docker: stdout 2023-11-15T05:42:12.637 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:42:12 smithi116 bash[25961]: /usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi152.nrqaps 2023-11-15T05:42:12.637 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:42:12 smithi116 bash[25961]: Deploy daemon haproxy.nfs.foo.smithi152.nrqaps ... 2023-11-15T05:42:12.637 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:42:12 smithi116 bash[25961]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi152 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T05:42:12.638 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:42:12 smithi116 bash[25961]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-15T05:42:12.638 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:42:12 smithi116 bash[25961]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-15T05:42:12.639 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:42:12 smithi116 bash[25961]: stat: stderr See 'docker run --help'. 2023-11-15T05:42:12.639 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:42:12 smithi116 bash[25961]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi152 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T05:42:12.639 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:42:12 smithi116 bash[25961]: cephadm 2023-11-15T05:42:10.715564+0000 mgr.smithi116.ldeiub (mgr.14182) 260 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi152.nrqaps 2023-11-15T05:42:12.639 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:42:12 smithi116 bash[25961]: cephadm 2023-11-15T05:42:10.718092+0000 mgr.smithi116.ldeiub (mgr.14182) 261 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi152.nrqaps on smithi152: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi152-nrqaps 2023-11-15T05:42:12.639 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:42:12 smithi116 bash[25961]: /usr/bin/docker: stdout 2023-11-15T05:42:12.640 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:42:12 smithi116 bash[25961]: /usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi152-nrqaps 2023-11-15T05:42:12.640 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:42:12 smithi116 bash[25961]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi152.nrqaps 2023-11-15T05:42:12.640 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:42:12 smithi116 bash[25961]: /usr/bin/docker: stdout 2023-11-15T05:42:12.640 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:42:12 smithi116 bash[25961]: /usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi152.nrqaps 2023-11-15T05:42:12.640 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:42:12 smithi116 bash[25961]: Deploy daemon haproxy.nfs.foo.smithi152.nrqaps ... 2023-11-15T05:42:12.640 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:42:12 smithi116 bash[25961]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi152 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T05:42:12.641 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:42:12 smithi116 bash[25961]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-15T05:42:12.641 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:42:12 smithi116 bash[25961]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-15T05:42:12.641 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:42:12 smithi116 bash[25961]: stat: stderr See 'docker run --help'. 2023-11-15T05:42:12.641 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:42:12 smithi116 bash[25961]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi152 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T05:42:12.641 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:42:12 smithi116 bash[25961]: cephadm 2023-11-15T05:42:10.722779+0000 mgr.smithi116.ldeiub (mgr.14182) 262 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi116.ucssid on smithi116 2023-11-15T05:42:12.642 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:42:12 smithi116 bash[25961]: cluster 2023-11-15T05:42:11.153837+0000 mgr.smithi116.ldeiub (mgr.14182) 263 : cluster [DBG] pgmap v229: 97 pgs: 97 active+clean; 3.1 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 1.5 KiB/s wr, 4 op/s 2023-11-15T05:42:13.008 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:42:12 smithi152 bash[29762]: cephadm 2023-11-15T05:42:10.714996+0000 mgr.smithi116.ldeiub (mgr.14182) 259 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi152-nrqaps 2023-11-15T05:42:13.008 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:42:12 smithi152 bash[29762]: /usr/bin/docker: stdout 2023-11-15T05:42:13.008 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:42:12 smithi152 bash[29762]: /usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi152-nrqaps 2023-11-15T05:42:13.009 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:42:12 smithi152 bash[29762]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi152.nrqaps 2023-11-15T05:42:13.009 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:42:12 smithi152 bash[29762]: /usr/bin/docker: stdout 2023-11-15T05:42:13.009 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:42:12 smithi152 bash[29762]: /usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi152.nrqaps 2023-11-15T05:42:13.009 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:42:12 smithi152 bash[29762]: Deploy daemon haproxy.nfs.foo.smithi152.nrqaps ... 2023-11-15T05:42:13.009 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:42:12 smithi152 bash[29762]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi152 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T05:42:13.010 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:42:12 smithi152 bash[29762]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-15T05:42:13.010 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:42:12 smithi152 bash[29762]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-15T05:42:13.010 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:42:12 smithi152 bash[29762]: stat: stderr See 'docker run --help'. 2023-11-15T05:42:13.010 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:42:12 smithi152 bash[29762]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi152 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T05:42:13.011 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:42:12 smithi152 bash[29762]: Traceback (most recent call last): 2023-11-15T05:42:13.011 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:42:12 smithi152 bash[29762]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-11-15T05:42:13.011 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:42:12 smithi152 bash[29762]: yield (conn, connr) 2023-11-15T05:42:13.011 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:42:12 smithi152 bash[29762]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-11-15T05:42:13.011 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:42:12 smithi152 bash[29762]: code, '\n'.join(err))) 2023-11-15T05:42:13.012 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:42:12 smithi152 bash[29762]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi152-nrqaps 2023-11-15T05:42:13.012 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:42:12 smithi152 bash[29762]: /usr/bin/docker: stdout 2023-11-15T05:42:13.012 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:42:12 smithi152 bash[29762]: /usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi152-nrqaps 2023-11-15T05:42:13.012 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:42:12 smithi152 bash[29762]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi152.nrqaps 2023-11-15T05:42:13.012 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:42:12 smithi152 bash[29762]: /usr/bin/docker: stdout 2023-11-15T05:42:13.013 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:42:12 smithi152 bash[29762]: /usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi152.nrqaps 2023-11-15T05:42:13.013 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:42:12 smithi152 bash[29762]: Deploy daemon haproxy.nfs.foo.smithi152.nrqaps ... 2023-11-15T05:42:13.013 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:42:12 smithi152 bash[29762]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi152 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T05:42:13.013 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:42:12 smithi152 bash[29762]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-15T05:42:13.014 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:42:12 smithi152 bash[29762]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-15T05:42:13.014 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:42:12 smithi152 bash[29762]: stat: stderr See 'docker run --help'. 2023-11-15T05:42:13.014 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:42:12 smithi152 bash[29762]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi152 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T05:42:13.014 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:42:12 smithi152 bash[29762]: cephadm 2023-11-15T05:42:10.715564+0000 mgr.smithi116.ldeiub (mgr.14182) 260 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi152.nrqaps 2023-11-15T05:42:13.014 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:42:12 smithi152 bash[29762]: cephadm 2023-11-15T05:42:10.718092+0000 mgr.smithi116.ldeiub (mgr.14182) 261 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi152.nrqaps on smithi152: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi152-nrqaps 2023-11-15T05:42:13.015 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:42:12 smithi152 bash[29762]: /usr/bin/docker: stdout 2023-11-15T05:42:13.015 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:42:12 smithi152 bash[29762]: /usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi152-nrqaps 2023-11-15T05:42:13.015 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:42:12 smithi152 bash[29762]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi152.nrqaps 2023-11-15T05:42:13.015 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:42:12 smithi152 bash[29762]: /usr/bin/docker: stdout 2023-11-15T05:42:13.015 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:42:12 smithi152 bash[29762]: /usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi152.nrqaps 2023-11-15T05:42:13.015 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:42:12 smithi152 bash[29762]: Deploy daemon haproxy.nfs.foo.smithi152.nrqaps ... 2023-11-15T05:42:13.016 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:42:12 smithi152 bash[29762]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi152 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T05:42:13.016 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:42:12 smithi152 bash[29762]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-15T05:42:13.016 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:42:12 smithi152 bash[29762]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-15T05:42:13.016 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:42:12 smithi152 bash[29762]: stat: stderr See 'docker run --help'. 2023-11-15T05:42:13.017 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:42:12 smithi152 bash[29762]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi152 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T05:42:13.017 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:42:12 smithi152 bash[29762]: cephadm 2023-11-15T05:42:10.722779+0000 mgr.smithi116.ldeiub (mgr.14182) 262 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi116.ucssid on smithi116 2023-11-15T05:42:13.017 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:42:12 smithi152 bash[29762]: cluster 2023-11-15T05:42:11.153837+0000 mgr.smithi116.ldeiub (mgr.14182) 263 : cluster [DBG] pgmap v229: 97 pgs: 97 active+clean; 3.1 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 1.5 KiB/s wr, 4 op/s 2023-11-15T05:42:14.440 INFO:teuthology.orchestra.run.smithi116.stdout: 2023-11-15T05:42:14.440 INFO:teuthology.orchestra.run.smithi116.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T05:34:36.374719Z", "last_refresh": "2023-11-15T05:41:46.802587Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T05:34:28.472277Z", "last_refresh": "2023-11-15T05:41:45.588402Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T05:34:32.474479Z", "last_refresh": "2023-11-15T05:41:46.803092Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:41:51.652086Z service:ingress.nfs.foo [INFO] \"service was created\"", "2023-11-15T05:42:10.717709Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi152.nrqaps on smithi152: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi152-nrqaps\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi152-nrqaps\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi152.nrqaps\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi152.nrqaps\nDeploy daemon haproxy.nfs.foo.smithi152.nrqaps ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi152 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi152 -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.116/16"}, "status": {"created": "2023-11-15T05:41:51.643812Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.116/16"}}, {"events": ["2023-11-15T05:41:45.562111Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-15T05:41:45.554912Z", "running": 0, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T05:34:26.558369Z", "last_refresh": "2023-11-15T05:41:45.588610Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:35:55.352857Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi116:172.21.15.116=smithi116", "smithi152:172.21.15.152=smithi152"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T05:35:55.345327Z", "last_refresh": "2023-11-15T05:41:45.588732Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:41:51.641747Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-11-15T05:41:51.636276Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T05:34:34.444913Z", "last_refresh": "2023-11-15T05:41:45.588846Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T05:36:22.979260Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T05:36:22.972321Z", "last_refresh": "2023-11-15T05:41:45.589070Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T05:34:30.388073Z", "last_refresh": "2023-11-15T05:41:45.588958Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-15T05:42:14.899 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:42:14 smithi116 bash[25961]: cluster 2023-11-15T05:42:13.154733+0000 mgr.smithi116.ldeiub (mgr.14182) 264 : cluster [DBG] pgmap v230: 97 pgs: 97 active+clean; 3.8 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 1.1 KiB/s rd, 2.2 KiB/s wr, 6 op/s 2023-11-15T05:42:14.900 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:42:14 smithi116 bash[25961]: audit 2023-11-15T05:42:14.520583+0000 mon.smithi116 (mon.0) 671 : audit [INF] from='mgr.14182 172.21.15.116:0/1868390107' entity='mgr.smithi116.ldeiub' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi116.ucssid"}]: dispatch 2023-11-15T05:42:14.900 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:42:14 smithi116 bash[25961]: audit 2023-11-15T05:42:14.527096+0000 mon.smithi116 (mon.0) 672 : audit [INF] from='mgr.14182 172.21.15.116:0/1868390107' entity='mgr.smithi116.ldeiub' 2023-11-15T05:42:14.900 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:42:14 smithi116 bash[25961]: audit 2023-11-15T05:42:14.530091+0000 mon.smithi116 (mon.0) 673 : audit [DBG] from='mgr.14182 172.21.15.116:0/1868390107' entity='mgr.smithi116.ldeiub' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-15T05:42:15.007 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:42:14 smithi152 bash[29762]: cluster 2023-11-15T05:42:13.154733+0000 mgr.smithi116.ldeiub (mgr.14182) 264 : cluster [DBG] pgmap v230: 97 pgs: 97 active+clean; 3.8 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 1.1 KiB/s rd, 2.2 KiB/s wr, 6 op/s 2023-11-15T05:42:15.008 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:42:14 smithi152 bash[29762]: audit 2023-11-15T05:42:14.520583+0000 mon.smithi116 (mon.0) 671 : audit [INF] from='mgr.14182 172.21.15.116:0/1868390107' entity='mgr.smithi116.ldeiub' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi116.ucssid"}]: dispatch 2023-11-15T05:42:15.008 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:42:14 smithi152 bash[29762]: audit 2023-11-15T05:42:14.527096+0000 mon.smithi116 (mon.0) 672 : audit [INF] from='mgr.14182 172.21.15.116:0/1868390107' entity='mgr.smithi116.ldeiub' 2023-11-15T05:42:15.008 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:42:14 smithi152 bash[29762]: audit 2023-11-15T05:42:14.530091+0000 mon.smithi116 (mon.0) 673 : audit [DBG] from='mgr.14182 172.21.15.116:0/1868390107' entity='mgr.smithi116.ldeiub' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-15T05:42:15.071 INFO:tasks.cephadm:nfs.foo has 0/1 2023-11-15T05:42:15.902 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:42:15 smithi116 bash[25961]: audit 2023-11-15T05:42:14.426561+0000 mgr.smithi116.ldeiub (mgr.14182) 265 : audit [DBG] from='client.14552 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:42:15.902 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:42:15 smithi116 bash[25961]: cephadm 2023-11-15T05:42:14.520033+0000 mgr.smithi116.ldeiub (mgr.14182) 266 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi116-ucssid 2023-11-15T05:42:15.903 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:42:15 smithi116 bash[25961]: /usr/bin/docker: stdout 2023-11-15T05:42:15.903 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:42:15 smithi116 bash[25961]: /usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi116-ucssid 2023-11-15T05:42:15.903 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:42:15 smithi116 bash[25961]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi116.ucssid 2023-11-15T05:42:15.903 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:42:15 smithi116 bash[25961]: /usr/bin/docker: stdout 2023-11-15T05:42:15.903 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:42:15 smithi116 bash[25961]: /usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi116.ucssid 2023-11-15T05:42:15.904 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:42:15 smithi116 bash[25961]: Deploy daemon haproxy.nfs.foo.smithi116.ucssid ... 2023-11-15T05:42:15.904 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:42:15 smithi116 bash[25961]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T05:42:15.904 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:42:15 smithi116 bash[25961]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-15T05:42:15.904 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:42:15 smithi116 bash[25961]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-15T05:42:15.904 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:42:15 smithi116 bash[25961]: stat: stderr See 'docker run --help'. 2023-11-15T05:42:15.904 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:42:15 smithi116 bash[25961]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T05:42:15.905 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:42:15 smithi116 bash[25961]: Traceback (most recent call last): 2023-11-15T05:42:15.905 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:42:15 smithi116 bash[25961]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-11-15T05:42:15.905 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:42:15 smithi116 bash[25961]: yield (conn, connr) 2023-11-15T05:42:15.905 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:42:15 smithi116 bash[25961]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-11-15T05:42:15.905 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:42:15 smithi116 bash[25961]: code, '\n'.join(err))) 2023-11-15T05:42:15.906 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:42:15 smithi116 bash[25961]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi116-ucssid 2023-11-15T05:42:15.906 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:42:15 smithi116 bash[25961]: /usr/bin/docker: stdout 2023-11-15T05:42:15.906 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:42:15 smithi116 bash[25961]: /usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi116-ucssid 2023-11-15T05:42:15.906 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:42:15 smithi116 bash[25961]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi116.ucssid 2023-11-15T05:42:15.906 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:42:15 smithi116 bash[25961]: /usr/bin/docker: stdout 2023-11-15T05:42:15.907 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:42:15 smithi116 bash[25961]: /usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi116.ucssid 2023-11-15T05:42:15.907 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:42:15 smithi116 bash[25961]: Deploy daemon haproxy.nfs.foo.smithi116.ucssid ... 2023-11-15T05:42:15.907 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:42:15 smithi116 bash[25961]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T05:42:15.907 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:42:15 smithi116 bash[25961]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-15T05:42:15.907 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:42:15 smithi116 bash[25961]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-15T05:42:15.907 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:42:15 smithi116 bash[25961]: stat: stderr See 'docker run --help'. 2023-11-15T05:42:15.908 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:42:15 smithi116 bash[25961]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T05:42:15.908 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:42:15 smithi116 bash[25961]: cephadm 2023-11-15T05:42:14.520233+0000 mgr.smithi116.ldeiub (mgr.14182) 267 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi116.ucssid 2023-11-15T05:42:15.908 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:42:15 smithi116 bash[25961]: cephadm 2023-11-15T05:42:14.521445+0000 mgr.smithi116.ldeiub (mgr.14182) 268 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi116.ucssid on smithi116: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi116-ucssid 2023-11-15T05:42:15.908 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:42:15 smithi116 bash[25961]: /usr/bin/docker: stdout 2023-11-15T05:42:15.908 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:42:15 smithi116 bash[25961]: /usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi116-ucssid 2023-11-15T05:42:15.910 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:42:15 smithi116 bash[25961]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi116.ucssid 2023-11-15T05:42:15.910 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:42:15 smithi116 bash[25961]: /usr/bin/docker: stdout 2023-11-15T05:42:15.910 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:42:15 smithi116 bash[25961]: /usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi116.ucssid 2023-11-15T05:42:15.910 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:42:15 smithi116 bash[25961]: Deploy daemon haproxy.nfs.foo.smithi116.ucssid ... 2023-11-15T05:42:15.910 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:42:15 smithi116 bash[25961]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T05:42:15.911 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:42:15 smithi116 bash[25961]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-15T05:42:15.911 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:42:15 smithi116 bash[25961]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-15T05:42:15.911 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:42:15 smithi116 bash[25961]: stat: stderr See 'docker run --help'. 2023-11-15T05:42:15.911 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:42:15 smithi116 bash[25961]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T05:42:15.911 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:42:15 smithi116 bash[25961]: cephadm 2023-11-15T05:42:14.527475+0000 mgr.smithi116.ldeiub (mgr.14182) 269 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi152.awptxu on smithi152: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-11-15T05:42:15.912 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:42:15 smithi116 bash[25961]: cephadm 2023-11-15T05:42:14.529032+0000 mgr.smithi116.ldeiub (mgr.14182) 270 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi116.evyqyd on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-11-15T05:42:15.912 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:42:15 smithi116 bash[25961]: cluster 2023-11-15T05:42:14.530026+0000 mgr.smithi116.ldeiub (mgr.14182) 271 : cluster [DBG] pgmap v231: 97 pgs: 97 active+clean; 3.8 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 1.1 KiB/s rd, 2.0 KiB/s wr, 5 op/s 2023-11-15T05:42:15.912 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:42:15 smithi116 bash[25961]: audit 2023-11-15T05:42:15.274348+0000 mon.smithi116 (mon.0) 674 : audit [INF] from='mgr.14182 172.21.15.116:0/1868390107' entity='mgr.smithi116.ldeiub' 2023-11-15T05:42:15.912 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:42:15 smithi116 bash[25961]: cluster 2023-11-15T05:42:15.525217+0000 mon.smithi116 (mon.0) 675 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2023-11-15T05:42:15.912 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:42:15 smithi116 bash[25961]: audit 2023-11-15T05:42:15.604130+0000 mon.smithi116 (mon.0) 676 : audit [INF] from='mgr.14182 172.21.15.116:0/1868390107' entity='mgr.smithi116.ldeiub' 2023-11-15T05:42:16.008 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:42:15 smithi152 bash[29762]: audit 2023-11-15T05:42:14.426561+0000 mgr.smithi116.ldeiub (mgr.14182) 265 : audit [DBG] from='client.14552 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:42:16.008 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:42:15 smithi152 bash[29762]: cephadm 2023-11-15T05:42:14.520033+0000 mgr.smithi116.ldeiub (mgr.14182) 266 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi116-ucssid 2023-11-15T05:42:16.008 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:42:15 smithi152 bash[29762]: /usr/bin/docker: stdout 2023-11-15T05:42:16.008 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:42:15 smithi152 bash[29762]: /usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi116-ucssid 2023-11-15T05:42:16.009 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:42:15 smithi152 bash[29762]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi116.ucssid 2023-11-15T05:42:16.009 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:42:15 smithi152 bash[29762]: /usr/bin/docker: stdout 2023-11-15T05:42:16.009 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:42:15 smithi152 bash[29762]: /usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi116.ucssid 2023-11-15T05:42:16.009 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:42:15 smithi152 bash[29762]: Deploy daemon haproxy.nfs.foo.smithi116.ucssid ... 2023-11-15T05:42:16.009 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:42:15 smithi152 bash[29762]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T05:42:16.010 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:42:15 smithi152 bash[29762]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-15T05:42:16.010 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:42:15 smithi152 bash[29762]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-15T05:42:16.010 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:42:15 smithi152 bash[29762]: stat: stderr See 'docker run --help'. 2023-11-15T05:42:16.010 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:42:15 smithi152 bash[29762]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T05:42:16.010 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:42:15 smithi152 bash[29762]: Traceback (most recent call last): 2023-11-15T05:42:16.010 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:42:15 smithi152 bash[29762]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-11-15T05:42:16.011 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:42:15 smithi152 bash[29762]: yield (conn, connr) 2023-11-15T05:42:16.011 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:42:15 smithi152 bash[29762]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-11-15T05:42:16.011 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:42:15 smithi152 bash[29762]: code, '\n'.join(err))) 2023-11-15T05:42:16.011 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:42:15 smithi152 bash[29762]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi116-ucssid 2023-11-15T05:42:16.011 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:42:15 smithi152 bash[29762]: /usr/bin/docker: stdout 2023-11-15T05:42:16.012 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:42:15 smithi152 bash[29762]: /usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi116-ucssid 2023-11-15T05:42:16.012 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:42:15 smithi152 bash[29762]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi116.ucssid 2023-11-15T05:42:16.012 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:42:15 smithi152 bash[29762]: /usr/bin/docker: stdout 2023-11-15T05:42:16.012 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:42:15 smithi152 bash[29762]: /usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi116.ucssid 2023-11-15T05:42:16.012 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:42:15 smithi152 bash[29762]: Deploy daemon haproxy.nfs.foo.smithi116.ucssid ... 2023-11-15T05:42:16.013 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:42:15 smithi152 bash[29762]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T05:42:16.013 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:42:15 smithi152 bash[29762]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-15T05:42:16.013 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:42:15 smithi152 bash[29762]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-15T05:42:16.013 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:42:15 smithi152 bash[29762]: stat: stderr See 'docker run --help'. 2023-11-15T05:42:16.014 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:42:15 smithi152 bash[29762]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T05:42:16.014 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:42:15 smithi152 bash[29762]: cephadm 2023-11-15T05:42:14.520233+0000 mgr.smithi116.ldeiub (mgr.14182) 267 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi116.ucssid 2023-11-15T05:42:16.014 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:42:15 smithi152 bash[29762]: cephadm 2023-11-15T05:42:14.521445+0000 mgr.smithi116.ldeiub (mgr.14182) 268 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi116.ucssid on smithi116: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi116-ucssid 2023-11-15T05:42:16.014 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:42:15 smithi152 bash[29762]: /usr/bin/docker: stdout 2023-11-15T05:42:16.014 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:42:15 smithi152 bash[29762]: /usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi116-ucssid 2023-11-15T05:42:16.015 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:42:15 smithi152 bash[29762]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi116.ucssid 2023-11-15T05:42:16.015 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:42:15 smithi152 bash[29762]: /usr/bin/docker: stdout 2023-11-15T05:42:16.015 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:42:15 smithi152 bash[29762]: /usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi116.ucssid 2023-11-15T05:42:16.015 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:42:15 smithi152 bash[29762]: Deploy daemon haproxy.nfs.foo.smithi116.ucssid ... 2023-11-15T05:42:16.015 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:42:15 smithi152 bash[29762]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T05:42:16.015 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:42:15 smithi152 bash[29762]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-15T05:42:16.016 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:42:15 smithi152 bash[29762]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-15T05:42:16.016 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:42:15 smithi152 bash[29762]: stat: stderr See 'docker run --help'. 2023-11-15T05:42:16.016 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:42:15 smithi152 bash[29762]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T05:42:16.017 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:42:15 smithi152 bash[29762]: cephadm 2023-11-15T05:42:14.527475+0000 mgr.smithi116.ldeiub (mgr.14182) 269 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi152.awptxu on smithi152: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-11-15T05:42:16.017 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:42:15 smithi152 bash[29762]: cephadm 2023-11-15T05:42:14.529032+0000 mgr.smithi116.ldeiub (mgr.14182) 270 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi116.evyqyd on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-11-15T05:42:16.017 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:42:15 smithi152 bash[29762]: cluster 2023-11-15T05:42:14.530026+0000 mgr.smithi116.ldeiub (mgr.14182) 271 : cluster [DBG] pgmap v231: 97 pgs: 97 active+clean; 3.8 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 1.1 KiB/s rd, 2.0 KiB/s wr, 5 op/s 2023-11-15T05:42:16.017 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:42:15 smithi152 bash[29762]: audit 2023-11-15T05:42:15.274348+0000 mon.smithi116 (mon.0) 674 : audit [INF] from='mgr.14182 172.21.15.116:0/1868390107' entity='mgr.smithi116.ldeiub' 2023-11-15T05:42:16.017 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:42:15 smithi152 bash[29762]: cluster 2023-11-15T05:42:15.525217+0000 mon.smithi116 (mon.0) 675 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2023-11-15T05:42:16.017 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:42:15 smithi152 bash[29762]: audit 2023-11-15T05:42:15.604130+0000 mon.smithi116 (mon.0) 676 : audit [INF] from='mgr.14182 172.21.15.116:0/1868390107' entity='mgr.smithi116.ldeiub' 2023-11-15T05:42:16.072 DEBUG:teuthology.orchestra.run.smithi116:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 7456fada-8378-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T05:42:17.899 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:42:17 smithi116 bash[25961]: cluster 2023-11-15T05:42:16.531340+0000 mgr.smithi116.ldeiub (mgr.14182) 272 : cluster [DBG] pgmap v232: 97 pgs: 97 active+clean; 3.8 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 1.1 KiB/s rd, 1.9 KiB/s wr, 4 op/s 2023-11-15T05:42:18.007 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:42:17 smithi152 bash[29762]: cluster 2023-11-15T05:42:16.531340+0000 mgr.smithi116.ldeiub (mgr.14182) 272 : cluster [DBG] pgmap v232: 97 pgs: 97 active+clean; 3.8 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 1.1 KiB/s rd, 1.9 KiB/s wr, 4 op/s 2023-11-15T05:42:19.218 INFO:teuthology.orchestra.run.smithi116.stdout: 2023-11-15T05:42:19.218 INFO:teuthology.orchestra.run.smithi116.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T05:34:36.374719Z", "last_refresh": "2023-11-15T05:41:46.802587Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T05:34:28.472277Z", "last_refresh": "2023-11-15T05:41:45.588402Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T05:34:32.474479Z", "last_refresh": "2023-11-15T05:41:46.803092Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:41:51.652086Z service:ingress.nfs.foo [INFO] \"service was created\"", "2023-11-15T05:42:10.717709Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi152.nrqaps on smithi152: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi152-nrqaps\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi152-nrqaps\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi152.nrqaps\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi152.nrqaps\nDeploy daemon haproxy.nfs.foo.smithi152.nrqaps ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi152 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi152 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:42:14.521329Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi116.ucssid on smithi116: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi116-ucssid\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi116-ucssid\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi116.ucssid\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi116.ucssid\nDeploy daemon haproxy.nfs.foo.smithi116.ucssid ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:42:14.527363Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi152.awptxu on smithi152: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:42:14.528942Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi116.evyqyd on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.116/16"}, "status": {"created": "2023-11-15T05:41:51.643812Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.116/16"}}, {"events": ["2023-11-15T05:41:45.562111Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-15T05:41:45.554912Z", "running": 0, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T05:34:26.558369Z", "last_refresh": "2023-11-15T05:41:45.588610Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:35:55.352857Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi116:172.21.15.116=smithi116", "smithi152:172.21.15.152=smithi152"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T05:35:55.345327Z", "last_refresh": "2023-11-15T05:41:45.588732Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:41:51.641747Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-11-15T05:41:51.636276Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T05:34:34.444913Z", "last_refresh": "2023-11-15T05:41:45.588846Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T05:36:22.979260Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T05:36:22.972321Z", "last_refresh": "2023-11-15T05:41:45.589070Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T05:34:30.388073Z", "last_refresh": "2023-11-15T05:41:45.588958Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-15T05:42:19.773 INFO:tasks.cephadm:nfs.foo has 0/1 2023-11-15T05:42:19.899 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:42:19 smithi116 bash[25961]: cluster 2023-11-15T05:42:18.532494+0000 mgr.smithi116.ldeiub (mgr.14182) 273 : cluster [DBG] pgmap v233: 97 pgs: 97 active+clean; 3.8 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 1.1 KiB/s rd, 1.1 KiB/s wr, 2 op/s 2023-11-15T05:42:20.007 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:42:19 smithi152 bash[29762]: cluster 2023-11-15T05:42:18.532494+0000 mgr.smithi116.ldeiub (mgr.14182) 273 : cluster [DBG] pgmap v233: 97 pgs: 97 active+clean; 3.8 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 1.1 KiB/s rd, 1.1 KiB/s wr, 2 op/s 2023-11-15T05:42:20.774 DEBUG:teuthology.orchestra.run.smithi116:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 7456fada-8378-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T05:42:20.899 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:42:20 smithi116 bash[25961]: audit 2023-11-15T05:42:19.206516+0000 mgr.smithi116.ldeiub (mgr.14182) 274 : audit [DBG] from='client.14556 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:42:20.900 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:42:20 smithi116 bash[25961]: audit 2023-11-15T05:42:20.409931+0000 mon.smithi116 (mon.0) 677 : audit [INF] from='mgr.14182 172.21.15.116:0/1868390107' entity='mgr.smithi116.ldeiub' 2023-11-15T05:42:21.007 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:42:20 smithi152 bash[29762]: audit 2023-11-15T05:42:19.206516+0000 mgr.smithi116.ldeiub (mgr.14182) 274 : audit [DBG] from='client.14556 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:42:21.008 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:42:20 smithi152 bash[29762]: audit 2023-11-15T05:42:20.409931+0000 mon.smithi116 (mon.0) 677 : audit [INF] from='mgr.14182 172.21.15.116:0/1868390107' entity='mgr.smithi116.ldeiub' 2023-11-15T05:42:21.900 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:42:21 smithi116 bash[25961]: cluster 2023-11-15T05:42:20.533553+0000 mgr.smithi116.ldeiub (mgr.14182) 275 : cluster [DBG] pgmap v234: 97 pgs: 97 active+clean; 3.8 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 1.1 KiB/s rd, 809 B/s wr, 2 op/s 2023-11-15T05:42:21.900 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:42:21 smithi116 bash[25961]: audit 2023-11-15T05:42:20.804366+0000 mon.smithi116 (mon.0) 678 : audit [INF] from='mgr.14182 172.21.15.116:0/1868390107' entity='mgr.smithi116.ldeiub' 2023-11-15T05:42:21.900 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:42:21 smithi116 bash[25961]: audit 2023-11-15T05:42:21.094929+0000 mon.smithi116 (mon.0) 679 : audit [DBG] from='mgr.14182 172.21.15.116:0/1868390107' entity='mgr.smithi116.ldeiub' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-15T05:42:21.900 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:42:21 smithi116 bash[25961]: audit 2023-11-15T05:42:21.096609+0000 mon.smithi116 (mon.0) 680 : audit [INF] from='mgr.14182 172.21.15.116:0/1868390107' entity='mgr.smithi116.ldeiub' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-11-15T05:42:21.901 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:42:21 smithi116 bash[25961]: audit 2023-11-15T05:42:21.102898+0000 mon.smithi116 (mon.0) 681 : audit [INF] from='mgr.14182 172.21.15.116:0/1868390107' entity='mgr.smithi116.ldeiub' 2023-11-15T05:42:21.901 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:42:21 smithi116 bash[25961]: audit 2023-11-15T05:42:21.108730+0000 mon.smithi116 (mon.0) 682 : audit [DBG] from='mgr.14182 172.21.15.116:0/1868390107' entity='mgr.smithi116.ldeiub' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-11-15T05:42:21.901 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:42:21 smithi116 bash[25961]: audit 2023-11-15T05:42:21.125026+0000 mon.smithi116 (mon.0) 683 : audit [INF] from='mgr.14182 172.21.15.116:0/1868390107' entity='mgr.smithi116.ldeiub' 2023-11-15T05:42:21.901 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:42:21 smithi116 bash[25961]: cluster 2023-11-15T05:42:21.407183+0000 mon.smithi116 (mon.0) 684 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2023-11-15T05:42:21.901 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:42:21 smithi116 bash[25961]: cluster 2023-11-15T05:42:21.407254+0000 mon.smithi116 (mon.0) 685 : cluster [INF] Cluster is now healthy 2023-11-15T05:42:22.007 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:42:21 smithi152 bash[29762]: cluster 2023-11-15T05:42:20.533553+0000 mgr.smithi116.ldeiub (mgr.14182) 275 : cluster [DBG] pgmap v234: 97 pgs: 97 active+clean; 3.8 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 1.1 KiB/s rd, 809 B/s wr, 2 op/s 2023-11-15T05:42:22.008 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:42:21 smithi152 bash[29762]: audit 2023-11-15T05:42:20.804366+0000 mon.smithi116 (mon.0) 678 : audit [INF] from='mgr.14182 172.21.15.116:0/1868390107' entity='mgr.smithi116.ldeiub' 2023-11-15T05:42:22.008 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:42:21 smithi152 bash[29762]: audit 2023-11-15T05:42:21.094929+0000 mon.smithi116 (mon.0) 679 : audit [DBG] from='mgr.14182 172.21.15.116:0/1868390107' entity='mgr.smithi116.ldeiub' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-15T05:42:22.008 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:42:21 smithi152 bash[29762]: audit 2023-11-15T05:42:21.096609+0000 mon.smithi116 (mon.0) 680 : audit [INF] from='mgr.14182 172.21.15.116:0/1868390107' entity='mgr.smithi116.ldeiub' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-11-15T05:42:22.008 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:42:21 smithi152 bash[29762]: audit 2023-11-15T05:42:21.102898+0000 mon.smithi116 (mon.0) 681 : audit [INF] from='mgr.14182 172.21.15.116:0/1868390107' entity='mgr.smithi116.ldeiub' 2023-11-15T05:42:22.009 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:42:21 smithi152 bash[29762]: audit 2023-11-15T05:42:21.108730+0000 mon.smithi116 (mon.0) 682 : audit [DBG] from='mgr.14182 172.21.15.116:0/1868390107' entity='mgr.smithi116.ldeiub' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-11-15T05:42:22.009 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:42:21 smithi152 bash[29762]: audit 2023-11-15T05:42:21.125026+0000 mon.smithi116 (mon.0) 683 : audit [INF] from='mgr.14182 172.21.15.116:0/1868390107' entity='mgr.smithi116.ldeiub' 2023-11-15T05:42:22.009 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:42:21 smithi152 bash[29762]: cluster 2023-11-15T05:42:21.407183+0000 mon.smithi116 (mon.0) 684 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2023-11-15T05:42:22.009 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:42:21 smithi152 bash[29762]: cluster 2023-11-15T05:42:21.407254+0000 mon.smithi116 (mon.0) 685 : cluster [INF] Cluster is now healthy 2023-11-15T05:42:22.899 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:42:22 smithi116 bash[25961]: cluster 2023-11-15T05:42:21.104102+0000 mgr.smithi116.ldeiub (mgr.14182) 276 : 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, 926 B/s wr, 2 op/s 2023-11-15T05:42:22.900 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:42:22 smithi116 bash[25961]: cephadm 2023-11-15T05:42:21.129310+0000 mgr.smithi116.ldeiub (mgr.14182) 277 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi152.tpijai on smithi152 2023-11-15T05:42:23.007 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:42:22 smithi152 bash[29762]: cluster 2023-11-15T05:42:21.104102+0000 mgr.smithi116.ldeiub (mgr.14182) 276 : 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, 926 B/s wr, 2 op/s 2023-11-15T05:42:23.008 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:42:22 smithi152 bash[29762]: cephadm 2023-11-15T05:42:21.129310+0000 mgr.smithi116.ldeiub (mgr.14182) 277 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi152.tpijai on smithi152 2023-11-15T05:42:24.090 INFO:teuthology.orchestra.run.smithi116.stdout: 2023-11-15T05:42:24.090 INFO:teuthology.orchestra.run.smithi116.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T05:34:36.374719Z", "last_refresh": "2023-11-15T05:42:20.791869Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T05:34:28.472277Z", "last_refresh": "2023-11-15T05:42:20.396957Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T05:34:32.474479Z", "last_refresh": "2023-11-15T05:42:20.792073Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:41:51.652086Z service:ingress.nfs.foo [INFO] \"service was created\"", "2023-11-15T05:42:10.717709Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi152.nrqaps on smithi152: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi152-nrqaps\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi152-nrqaps\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi152.nrqaps\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi152.nrqaps\nDeploy daemon haproxy.nfs.foo.smithi152.nrqaps ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi152 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi152 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:42:14.521329Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi116.ucssid on smithi116: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi116-ucssid\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi116-ucssid\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi116.ucssid\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi116.ucssid\nDeploy daemon haproxy.nfs.foo.smithi116.ucssid ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:42:14.527363Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi152.awptxu on smithi152: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:42:14.528942Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi116.evyqyd on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.116/16"}, "status": {"created": "2023-11-15T05:41:51.643812Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.116/16"}}, {"events": ["2023-11-15T05:41:45.562111Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-15T05:41:45.554912Z", "last_refresh": "2023-11-15T05:42:20.399318Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T05:34:26.558369Z", "last_refresh": "2023-11-15T05:42:20.397278Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:35:55.352857Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi116:172.21.15.116=smithi116", "smithi152:172.21.15.152=smithi152"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T05:35:55.345327Z", "last_refresh": "2023-11-15T05:42:20.397494Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:41:51.641747Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-11-15T05:41:51.636276Z", "last_refresh": "2023-11-15T05:42:20.792800Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T05:34:34.444913Z", "last_refresh": "2023-11-15T05:42:20.397733Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T05:36:22.979260Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T05:36:22.972321Z", "last_refresh": "2023-11-15T05:42:20.398249Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T05:34:30.388073Z", "last_refresh": "2023-11-15T05:42:20.397994Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-15T05:42:24.672 INFO:tasks.cephadm:nfs.foo has 1/1 2023-11-15T05:42:24.673 INFO:teuthology.run_tasks:Running task cephadm.wait_for_service... 2023-11-15T05:42:24.682 INFO:tasks.cephadm:Waiting for ceph service ingress.nfs.foo to start (timeout 300)... 2023-11-15T05:42:24.683 DEBUG:teuthology.orchestra.run.smithi116:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 7456fada-8378-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T05:42:24.899 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:42:24 smithi116 bash[25961]: cluster 2023-11-15T05:42:23.105063+0000 mgr.smithi116.ldeiub (mgr.14182) 278 : cluster [DBG] pgmap v236: 97 pgs: 97 active+clean; 3.8 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 102 B/s rd, 0 op/s 2023-11-15T05:42:25.007 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:42:24 smithi152 bash[29762]: cluster 2023-11-15T05:42:23.105063+0000 mgr.smithi116.ldeiub (mgr.14182) 278 : cluster [DBG] pgmap v236: 97 pgs: 97 active+clean; 3.8 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 102 B/s rd, 0 op/s 2023-11-15T05:42:25.899 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:42:25 smithi116 bash[25961]: audit 2023-11-15T05:42:24.075485+0000 mgr.smithi116.ldeiub (mgr.14182) 279 : audit [DBG] from='client.14560 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:42:25.900 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:42:25 smithi116 bash[25961]: audit 2023-11-15T05:42:25.283146+0000 mon.smithi116 (mon.0) 686 : audit [INF] from='mgr.14182 172.21.15.116:0/1868390107' entity='mgr.smithi116.ldeiub' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi152.tpijai"}]: dispatch 2023-11-15T05:42:26.007 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:42:25 smithi152 bash[29762]: audit 2023-11-15T05:42:24.075485+0000 mgr.smithi116.ldeiub (mgr.14182) 279 : audit [DBG] from='client.14560 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:42:26.008 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:42:25 smithi152 bash[29762]: audit 2023-11-15T05:42:25.283146+0000 mon.smithi116 (mon.0) 686 : audit [INF] from='mgr.14182 172.21.15.116:0/1868390107' entity='mgr.smithi116.ldeiub' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi152.tpijai"}]: dispatch 2023-11-15T05:42:26.900 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:42:26 smithi116 bash[25961]: cluster 2023-11-15T05:42:25.106016+0000 mgr.smithi116.ldeiub (mgr.14182) 280 : cluster [DBG] pgmap v237: 97 pgs: 97 active+clean; 3.8 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 96 B/s rd, 0 op/s 2023-11-15T05:42:26.900 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:42:26 smithi116 bash[25961]: cephadm 2023-11-15T05:42:25.282111+0000 mgr.smithi116.ldeiub (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-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi152-tpijai 2023-11-15T05:42:26.901 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:42:26 smithi116 bash[25961]: /usr/bin/docker: stdout 2023-11-15T05:42:26.901 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:42:26 smithi116 bash[25961]: /usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi152-tpijai 2023-11-15T05:42:26.901 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:42:26 smithi116 bash[25961]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi152.tpijai 2023-11-15T05:42:26.901 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:42:26 smithi116 bash[25961]: /usr/bin/docker: stdout 2023-11-15T05:42:26.902 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:42:26 smithi116 bash[25961]: /usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi152.tpijai 2023-11-15T05:42:26.902 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:42:26 smithi116 bash[25961]: Deploy daemon haproxy.nfs.foo.smithi152.tpijai ... 2023-11-15T05:42:26.902 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:42:26 smithi116 bash[25961]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi152 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T05:42:26.902 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:42:26 smithi116 bash[25961]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-15T05:42:26.902 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:42:26 smithi116 bash[25961]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-15T05:42:26.903 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:42:26 smithi116 bash[25961]: stat: stderr See 'docker run --help'. 2023-11-15T05:42:26.903 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:42:26 smithi116 bash[25961]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi152 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T05:42:26.903 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:42:26 smithi116 bash[25961]: Traceback (most recent call last): 2023-11-15T05:42:26.903 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:42:26 smithi116 bash[25961]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-11-15T05:42:26.903 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:42:26 smithi116 bash[25961]: yield (conn, connr) 2023-11-15T05:42:26.904 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:42:26 smithi116 bash[25961]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-11-15T05:42:26.904 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:42:26 smithi116 bash[25961]: code, '\n'.join(err))) 2023-11-15T05:42:26.904 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:42:26 smithi116 bash[25961]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi152-tpijai 2023-11-15T05:42:26.904 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:42:26 smithi116 bash[25961]: /usr/bin/docker: stdout 2023-11-15T05:42:26.905 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:42:26 smithi116 bash[25961]: /usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi152-tpijai 2023-11-15T05:42:26.905 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:42:26 smithi116 bash[25961]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi152.tpijai 2023-11-15T05:42:26.905 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:42:26 smithi116 bash[25961]: /usr/bin/docker: stdout 2023-11-15T05:42:26.905 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:42:26 smithi116 bash[25961]: /usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi152.tpijai 2023-11-15T05:42:26.905 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:42:26 smithi116 bash[25961]: Deploy daemon haproxy.nfs.foo.smithi152.tpijai ... 2023-11-15T05:42:26.906 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:42:26 smithi116 bash[25961]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi152 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T05:42:26.906 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:42:26 smithi116 bash[25961]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-15T05:42:26.906 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:42:26 smithi116 bash[25961]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-15T05:42:26.906 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:42:26 smithi116 bash[25961]: stat: stderr See 'docker run --help'. 2023-11-15T05:42:26.907 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:42:26 smithi116 bash[25961]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi152 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T05:42:26.907 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:42:26 smithi116 bash[25961]: cephadm 2023-11-15T05:42:25.282570+0000 mgr.smithi116.ldeiub (mgr.14182) 282 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi152.tpijai 2023-11-15T05:42:26.907 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:42:26 smithi116 bash[25961]: cephadm 2023-11-15T05:42:25.284734+0000 mgr.smithi116.ldeiub (mgr.14182) 283 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi152.tpijai on smithi152: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi152-tpijai 2023-11-15T05:42:26.907 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:42:26 smithi116 bash[25961]: /usr/bin/docker: stdout 2023-11-15T05:42:26.907 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:42:26 smithi116 bash[25961]: /usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi152-tpijai 2023-11-15T05:42:26.908 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:42:26 smithi116 bash[25961]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi152.tpijai 2023-11-15T05:42:26.908 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:42:26 smithi116 bash[25961]: /usr/bin/docker: stdout 2023-11-15T05:42:26.908 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:42:26 smithi116 bash[25961]: /usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi152.tpijai 2023-11-15T05:42:26.909 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:42:26 smithi116 bash[25961]: Deploy daemon haproxy.nfs.foo.smithi152.tpijai ... 2023-11-15T05:42:26.909 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:42:26 smithi116 bash[25961]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi152 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T05:42:26.909 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:42:26 smithi116 bash[25961]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-15T05:42:26.910 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:42:26 smithi116 bash[25961]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-15T05:42:26.910 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:42:26 smithi116 bash[25961]: stat: stderr See 'docker run --help'. 2023-11-15T05:42:26.910 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:42:26 smithi116 bash[25961]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi152 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T05:42:26.910 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:42:26 smithi116 bash[25961]: cephadm 2023-11-15T05:42:25.290019+0000 mgr.smithi116.ldeiub (mgr.14182) 284 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi116.cgator on smithi116 2023-11-15T05:42:27.008 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:42:26 smithi152 bash[29762]: cluster 2023-11-15T05:42:25.106016+0000 mgr.smithi116.ldeiub (mgr.14182) 280 : cluster [DBG] pgmap v237: 97 pgs: 97 active+clean; 3.8 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 96 B/s rd, 0 op/s 2023-11-15T05:42:27.008 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:42:26 smithi152 bash[29762]: cephadm 2023-11-15T05:42:25.282111+0000 mgr.smithi116.ldeiub (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-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi152-tpijai 2023-11-15T05:42:27.009 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:42:26 smithi152 bash[29762]: /usr/bin/docker: stdout 2023-11-15T05:42:27.009 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:42:26 smithi152 bash[29762]: /usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi152-tpijai 2023-11-15T05:42:27.009 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:42:26 smithi152 bash[29762]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi152.tpijai 2023-11-15T05:42:27.009 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:42:26 smithi152 bash[29762]: /usr/bin/docker: stdout 2023-11-15T05:42:27.010 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:42:26 smithi152 bash[29762]: /usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi152.tpijai 2023-11-15T05:42:27.010 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:42:26 smithi152 bash[29762]: Deploy daemon haproxy.nfs.foo.smithi152.tpijai ... 2023-11-15T05:42:27.010 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:42:26 smithi152 bash[29762]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi152 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T05:42:27.010 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:42:26 smithi152 bash[29762]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-15T05:42:27.011 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:42:26 smithi152 bash[29762]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-15T05:42:27.011 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:42:26 smithi152 bash[29762]: stat: stderr See 'docker run --help'. 2023-11-15T05:42:27.011 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:42:26 smithi152 bash[29762]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi152 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T05:42:27.011 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:42:26 smithi152 bash[29762]: Traceback (most recent call last): 2023-11-15T05:42:27.012 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:42:26 smithi152 bash[29762]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-11-15T05:42:27.012 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:42:26 smithi152 bash[29762]: yield (conn, connr) 2023-11-15T05:42:27.012 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:42:26 smithi152 bash[29762]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-11-15T05:42:27.012 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:42:26 smithi152 bash[29762]: code, '\n'.join(err))) 2023-11-15T05:42:27.012 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:42:26 smithi152 bash[29762]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi152-tpijai 2023-11-15T05:42:27.013 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:42:26 smithi152 bash[29762]: /usr/bin/docker: stdout 2023-11-15T05:42:27.013 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:42:26 smithi152 bash[29762]: /usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi152-tpijai 2023-11-15T05:42:27.014 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:42:26 smithi152 bash[29762]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi152.tpijai 2023-11-15T05:42:27.014 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:42:26 smithi152 bash[29762]: /usr/bin/docker: stdout 2023-11-15T05:42:27.014 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:42:26 smithi152 bash[29762]: /usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi152.tpijai 2023-11-15T05:42:27.015 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:42:26 smithi152 bash[29762]: Deploy daemon haproxy.nfs.foo.smithi152.tpijai ... 2023-11-15T05:42:27.015 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:42:26 smithi152 bash[29762]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi152 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T05:42:27.015 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:42:26 smithi152 bash[29762]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-15T05:42:27.016 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:42:26 smithi152 bash[29762]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-15T05:42:27.016 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:42:26 smithi152 bash[29762]: stat: stderr See 'docker run --help'. 2023-11-15T05:42:27.016 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:42:26 smithi152 bash[29762]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi152 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T05:42:27.016 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:42:26 smithi152 bash[29762]: cephadm 2023-11-15T05:42:25.282570+0000 mgr.smithi116.ldeiub (mgr.14182) 282 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi152.tpijai 2023-11-15T05:42:27.016 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:42:26 smithi152 bash[29762]: cephadm 2023-11-15T05:42:25.284734+0000 mgr.smithi116.ldeiub (mgr.14182) 283 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi152.tpijai on smithi152: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi152-tpijai 2023-11-15T05:42:27.017 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:42:26 smithi152 bash[29762]: /usr/bin/docker: stdout 2023-11-15T05:42:27.017 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:42:26 smithi152 bash[29762]: /usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi152-tpijai 2023-11-15T05:42:27.017 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:42:26 smithi152 bash[29762]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi152.tpijai 2023-11-15T05:42:27.017 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:42:26 smithi152 bash[29762]: /usr/bin/docker: stdout 2023-11-15T05:42:27.017 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:42:26 smithi152 bash[29762]: /usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi152.tpijai 2023-11-15T05:42:27.018 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:42:26 smithi152 bash[29762]: Deploy daemon haproxy.nfs.foo.smithi152.tpijai ... 2023-11-15T05:42:27.018 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:42:26 smithi152 bash[29762]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi152 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T05:42:27.018 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:42:26 smithi152 bash[29762]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-15T05:42:27.018 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:42:26 smithi152 bash[29762]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-15T05:42:27.019 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:42:26 smithi152 bash[29762]: stat: stderr See 'docker run --help'. 2023-11-15T05:42:27.019 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:42:26 smithi152 bash[29762]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi152 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T05:42:27.019 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:42:26 smithi152 bash[29762]: cephadm 2023-11-15T05:42:25.290019+0000 mgr.smithi116.ldeiub (mgr.14182) 284 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi116.cgator on smithi116 2023-11-15T05:42:28.058 INFO:teuthology.orchestra.run.smithi116.stdout: 2023-11-15T05:42:28.059 INFO:teuthology.orchestra.run.smithi116.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T05:34:36.374719Z", "last_refresh": "2023-11-15T05:42:20.791869Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T05:34:28.472277Z", "last_refresh": "2023-11-15T05:42:20.396957Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T05:34:32.474479Z", "last_refresh": "2023-11-15T05:42:20.792073Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:42:10.717709Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi152.nrqaps on smithi152: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi152-nrqaps\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi152-nrqaps\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi152.nrqaps\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi152.nrqaps\nDeploy daemon haproxy.nfs.foo.smithi152.nrqaps ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi152 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi152 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:42:14.521329Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi116.ucssid on smithi116: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi116-ucssid\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi116-ucssid\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi116.ucssid\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi116.ucssid\nDeploy daemon haproxy.nfs.foo.smithi116.ucssid ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:42:14.527363Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi152.awptxu on smithi152: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:42:14.528942Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi116.evyqyd on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:42:25.284488Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi152.tpijai on smithi152: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi152-tpijai\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi152-tpijai\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi152.tpijai\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi152.tpijai\nDeploy daemon haproxy.nfs.foo.smithi152.tpijai ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi152 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi152 -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.116/16"}, "status": {"created": "2023-11-15T05:41:51.643812Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.116/16"}}, {"events": ["2023-11-15T05:41:45.562111Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-15T05:41:45.554912Z", "last_refresh": "2023-11-15T05:42:20.399318Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T05:34:26.558369Z", "last_refresh": "2023-11-15T05:42:20.397278Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:35:55.352857Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi116:172.21.15.116=smithi116", "smithi152:172.21.15.152=smithi152"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T05:35:55.345327Z", "last_refresh": "2023-11-15T05:42:20.397494Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:41:51.641747Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-11-15T05:41:51.636276Z", "last_refresh": "2023-11-15T05:42:20.792800Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T05:34:34.444913Z", "last_refresh": "2023-11-15T05:42:20.397733Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T05:36:22.979260Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T05:36:22.972321Z", "last_refresh": "2023-11-15T05:42:20.398249Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T05:34:30.388073Z", "last_refresh": "2023-11-15T05:42:20.397994Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-15T05:42:28.644 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T05:42:28.899 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:42:28 smithi116 bash[25961]: cluster 2023-11-15T05:42:27.106904+0000 mgr.smithi116.ldeiub (mgr.14182) 285 : cluster [DBG] pgmap v238: 97 pgs: 97 active+clean; 3.8 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 96 B/s rd, 0 op/s 2023-11-15T05:42:29.007 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:42:28 smithi152 bash[29762]: cluster 2023-11-15T05:42:27.106904+0000 mgr.smithi116.ldeiub (mgr.14182) 285 : cluster [DBG] pgmap v238: 97 pgs: 97 active+clean; 3.8 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 96 B/s rd, 0 op/s 2023-11-15T05:42:29.646 DEBUG:teuthology.orchestra.run.smithi116:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 7456fada-8378-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T05:42:30.008 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:42:29 smithi152 bash[29762]: audit 2023-11-15T05:42:28.049405+0000 mgr.smithi116.ldeiub (mgr.14182) 286 : audit [DBG] from='client.14564 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:42:30.008 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:42:29 smithi152 bash[29762]: audit 2023-11-15T05:42:29.092309+0000 mon.smithi116 (mon.0) 687 : audit [INF] from='mgr.14182 172.21.15.116:0/1868390107' entity='mgr.smithi116.ldeiub' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi116.cgator"}]: dispatch 2023-11-15T05:42:30.008 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:42:29 smithi152 bash[29762]: audit 2023-11-15T05:42:29.100580+0000 mon.smithi116 (mon.0) 688 : audit [DBG] from='mgr.14182 172.21.15.116:0/1868390107' entity='mgr.smithi116.ldeiub' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-15T05:42:30.149 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:42:29 smithi116 bash[25961]: audit 2023-11-15T05:42:28.049405+0000 mgr.smithi116.ldeiub (mgr.14182) 286 : audit [DBG] from='client.14564 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:42:30.150 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:42:29 smithi116 bash[25961]: audit 2023-11-15T05:42:29.092309+0000 mon.smithi116 (mon.0) 687 : audit [INF] from='mgr.14182 172.21.15.116:0/1868390107' entity='mgr.smithi116.ldeiub' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi116.cgator"}]: dispatch 2023-11-15T05:42:30.150 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:42:29 smithi116 bash[25961]: audit 2023-11-15T05:42:29.100580+0000 mon.smithi116 (mon.0) 688 : audit [DBG] from='mgr.14182 172.21.15.116:0/1868390107' entity='mgr.smithi116.ldeiub' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-15T05:42:31.010 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:42:30 smithi152 bash[29762]: cephadm 2023-11-15T05:42:29.091469+0000 mgr.smithi116.ldeiub (mgr.14182) 287 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi116-cgator 2023-11-15T05:42:31.011 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:42:30 smithi152 bash[29762]: /usr/bin/docker: stdout 2023-11-15T05:42:31.011 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:42:30 smithi152 bash[29762]: /usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi116-cgator 2023-11-15T05:42:31.012 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:42:30 smithi152 bash[29762]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi116.cgator 2023-11-15T05:42:31.012 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:42:30 smithi152 bash[29762]: /usr/bin/docker: stdout 2023-11-15T05:42:31.012 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:42:30 smithi152 bash[29762]: /usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi116.cgator 2023-11-15T05:42:31.013 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:42:30 smithi152 bash[29762]: Deploy daemon haproxy.nfs.foo.smithi116.cgator ... 2023-11-15T05:42:31.013 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:42:30 smithi152 bash[29762]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T05:42:31.014 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:42:30 smithi152 bash[29762]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-15T05:42:31.014 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:42:30 smithi152 bash[29762]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-15T05:42:31.014 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:42:30 smithi152 bash[29762]: stat: stderr See 'docker run --help'. 2023-11-15T05:42:31.015 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:42:30 smithi152 bash[29762]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T05:42:31.015 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:42:30 smithi152 bash[29762]: Traceback (most recent call last): 2023-11-15T05:42:31.015 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:42:30 smithi152 bash[29762]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-11-15T05:42:31.016 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:42:30 smithi152 bash[29762]: yield (conn, connr) 2023-11-15T05:42:31.016 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:42:30 smithi152 bash[29762]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-11-15T05:42:31.016 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:42:30 smithi152 bash[29762]: code, '\n'.join(err))) 2023-11-15T05:42:31.017 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:42:30 smithi152 bash[29762]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi116-cgator 2023-11-15T05:42:31.017 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:42:30 smithi152 bash[29762]: /usr/bin/docker: stdout 2023-11-15T05:42:31.017 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:42:30 smithi152 bash[29762]: /usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi116-cgator 2023-11-15T05:42:31.018 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:42:30 smithi152 bash[29762]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi116.cgator 2023-11-15T05:42:31.018 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:42:30 smithi152 bash[29762]: /usr/bin/docker: stdout 2023-11-15T05:42:31.019 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:42:30 smithi152 bash[29762]: /usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi116.cgator 2023-11-15T05:42:31.019 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:42:30 smithi152 bash[29762]: Deploy daemon haproxy.nfs.foo.smithi116.cgator ... 2023-11-15T05:42:31.019 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:42:30 smithi152 bash[29762]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T05:42:31.020 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:42:30 smithi152 bash[29762]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-15T05:42:31.020 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:42:30 smithi152 bash[29762]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-15T05:42:31.021 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:42:30 smithi152 bash[29762]: stat: stderr See 'docker run --help'. 2023-11-15T05:42:31.021 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:42:30 smithi152 bash[29762]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T05:42:31.021 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:42:30 smithi152 bash[29762]: cephadm 2023-11-15T05:42:29.091742+0000 mgr.smithi116.ldeiub (mgr.14182) 288 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi116.cgator 2023-11-15T05:42:31.022 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:42:30 smithi152 bash[29762]: cephadm 2023-11-15T05:42:29.093757+0000 mgr.smithi116.ldeiub (mgr.14182) 289 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi116.cgator on smithi116: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi116-cgator 2023-11-15T05:42:31.022 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:42:30 smithi152 bash[29762]: /usr/bin/docker: stdout 2023-11-15T05:42:31.023 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:42:30 smithi152 bash[29762]: /usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi116-cgator 2023-11-15T05:42:31.023 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:42:30 smithi152 bash[29762]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi116.cgator 2023-11-15T05:42:31.023 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:42:30 smithi152 bash[29762]: /usr/bin/docker: stdout 2023-11-15T05:42:31.024 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:42:30 smithi152 bash[29762]: /usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi116.cgator 2023-11-15T05:42:31.024 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:42:30 smithi152 bash[29762]: Deploy daemon haproxy.nfs.foo.smithi116.cgator ... 2023-11-15T05:42:31.025 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:42:30 smithi152 bash[29762]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T05:42:31.025 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:42:30 smithi152 bash[29762]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-15T05:42:31.025 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:42:30 smithi152 bash[29762]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-15T05:42:31.026 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:42:30 smithi152 bash[29762]: stat: stderr See 'docker run --help'. 2023-11-15T05:42:31.026 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:42:30 smithi152 bash[29762]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T05:42:31.026 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:42:30 smithi152 bash[29762]: cephadm 2023-11-15T05:42:29.095951+0000 mgr.smithi116.ldeiub (mgr.14182) 290 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi152.tfzmwo on smithi152: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-11-15T05:42:31.026 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:42:30 smithi152 bash[29762]: cephadm 2023-11-15T05:42:29.097540+0000 mgr.smithi116.ldeiub (mgr.14182) 291 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi116.iqxomm on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-11-15T05:42:31.027 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:42:30 smithi152 bash[29762]: cluster 2023-11-15T05:42:29.098885+0000 mgr.smithi116.ldeiub (mgr.14182) 292 : cluster [DBG] pgmap v239: 97 pgs: 97 active+clean; 3.8 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 96 B/s rd, 0 op/s 2023-11-15T05:42:31.027 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:42:30 smithi152 bash[29762]: cluster 2023-11-15T05:42:29.650803+0000 mon.smithi116 (mon.0) 689 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2023-11-15T05:42:31.028 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:42:30 smithi152 bash[29762]: audit 2023-11-15T05:42:30.274379+0000 mon.smithi116 (mon.0) 690 : audit [INF] from='mgr.14182 172.21.15.116:0/1868390107' entity='mgr.smithi116.ldeiub' 2023-11-15T05:42:31.028 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:42:30 smithi152 bash[29762]: audit 2023-11-15T05:42:30.620956+0000 mon.smithi116 (mon.0) 691 : audit [INF] from='mgr.14182 172.21.15.116:0/1868390107' entity='mgr.smithi116.ldeiub' 2023-11-15T05:42:31.046 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:42:30 smithi116 bash[25961]: cephadm 2023-11-15T05:42:29.091469+0000 mgr.smithi116.ldeiub (mgr.14182) 287 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi116-cgator 2023-11-15T05:42:31.047 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:42:30 smithi116 bash[25961]: /usr/bin/docker: stdout 2023-11-15T05:42:31.047 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:42:30 smithi116 bash[25961]: /usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi116-cgator 2023-11-15T05:42:31.047 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:42:30 smithi116 bash[25961]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi116.cgator 2023-11-15T05:42:31.047 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:42:30 smithi116 bash[25961]: /usr/bin/docker: stdout 2023-11-15T05:42:31.048 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:42:30 smithi116 bash[25961]: /usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi116.cgator 2023-11-15T05:42:31.048 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:42:30 smithi116 bash[25961]: Deploy daemon haproxy.nfs.foo.smithi116.cgator ... 2023-11-15T05:42:31.048 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:42:30 smithi116 bash[25961]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T05:42:31.048 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:42:30 smithi116 bash[25961]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-15T05:42:31.048 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:42:30 smithi116 bash[25961]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-15T05:42:31.049 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:42:30 smithi116 bash[25961]: stat: stderr See 'docker run --help'. 2023-11-15T05:42:31.049 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:42:30 smithi116 bash[25961]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T05:42:31.049 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:42:30 smithi116 bash[25961]: Traceback (most recent call last): 2023-11-15T05:42:31.049 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:42:30 smithi116 bash[25961]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-11-15T05:42:31.049 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:42:30 smithi116 bash[25961]: yield (conn, connr) 2023-11-15T05:42:31.049 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:42:30 smithi116 bash[25961]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-11-15T05:42:31.050 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:42:30 smithi116 bash[25961]: code, '\n'.join(err))) 2023-11-15T05:42:31.050 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:42:30 smithi116 bash[25961]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi116-cgator 2023-11-15T05:42:31.050 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:42:30 smithi116 bash[25961]: /usr/bin/docker: stdout 2023-11-15T05:42:31.050 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:42:30 smithi116 bash[25961]: /usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi116-cgator 2023-11-15T05:42:31.050 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:42:30 smithi116 bash[25961]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi116.cgator 2023-11-15T05:42:31.051 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:42:30 smithi116 bash[25961]: /usr/bin/docker: stdout 2023-11-15T05:42:31.051 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:42:30 smithi116 bash[25961]: /usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi116.cgator 2023-11-15T05:42:31.051 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:42:30 smithi116 bash[25961]: Deploy daemon haproxy.nfs.foo.smithi116.cgator ... 2023-11-15T05:42:31.051 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:42:30 smithi116 bash[25961]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T05:42:31.051 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:42:30 smithi116 bash[25961]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-15T05:42:31.052 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:42:30 smithi116 bash[25961]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-15T05:42:31.052 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:42:30 smithi116 bash[25961]: stat: stderr See 'docker run --help'. 2023-11-15T05:42:31.052 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:42:30 smithi116 bash[25961]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T05:42:31.052 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:42:30 smithi116 bash[25961]: cephadm 2023-11-15T05:42:29.091742+0000 mgr.smithi116.ldeiub (mgr.14182) 288 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi116.cgator 2023-11-15T05:42:31.052 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:42:30 smithi116 bash[25961]: cephadm 2023-11-15T05:42:29.093757+0000 mgr.smithi116.ldeiub (mgr.14182) 289 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi116.cgator on smithi116: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi116-cgator 2023-11-15T05:42:31.052 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:42:30 smithi116 bash[25961]: /usr/bin/docker: stdout 2023-11-15T05:42:31.053 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:42:30 smithi116 bash[25961]: /usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi116-cgator 2023-11-15T05:42:31.053 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:42:30 smithi116 bash[25961]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi116.cgator 2023-11-15T05:42:31.053 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:42:30 smithi116 bash[25961]: /usr/bin/docker: stdout 2023-11-15T05:42:31.053 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:42:30 smithi116 bash[25961]: /usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi116.cgator 2023-11-15T05:42:31.053 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:42:30 smithi116 bash[25961]: Deploy daemon haproxy.nfs.foo.smithi116.cgator ... 2023-11-15T05:42:31.054 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:42:30 smithi116 bash[25961]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T05:42:31.054 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:42:30 smithi116 bash[25961]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-15T05:42:31.054 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:42:30 smithi116 bash[25961]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-15T05:42:31.055 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:42:30 smithi116 bash[25961]: stat: stderr See 'docker run --help'. 2023-11-15T05:42:31.055 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:42:30 smithi116 bash[25961]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T05:42:31.055 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:42:30 smithi116 bash[25961]: cephadm 2023-11-15T05:42:29.095951+0000 mgr.smithi116.ldeiub (mgr.14182) 290 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi152.tfzmwo on smithi152: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-11-15T05:42:31.055 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:42:30 smithi116 bash[25961]: cephadm 2023-11-15T05:42:29.097540+0000 mgr.smithi116.ldeiub (mgr.14182) 291 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi116.iqxomm on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-11-15T05:42:31.055 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:42:30 smithi116 bash[25961]: cluster 2023-11-15T05:42:29.098885+0000 mgr.smithi116.ldeiub (mgr.14182) 292 : cluster [DBG] pgmap v239: 97 pgs: 97 active+clean; 3.8 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 96 B/s rd, 0 op/s 2023-11-15T05:42:31.055 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:42:30 smithi116 bash[25961]: cluster 2023-11-15T05:42:29.650803+0000 mon.smithi116 (mon.0) 689 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2023-11-15T05:42:31.056 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:42:30 smithi116 bash[25961]: audit 2023-11-15T05:42:30.274379+0000 mon.smithi116 (mon.0) 690 : audit [INF] from='mgr.14182 172.21.15.116:0/1868390107' entity='mgr.smithi116.ldeiub' 2023-11-15T05:42:31.056 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:42:30 smithi116 bash[25961]: audit 2023-11-15T05:42:30.620956+0000 mon.smithi116 (mon.0) 691 : audit [INF] from='mgr.14182 172.21.15.116:0/1868390107' entity='mgr.smithi116.ldeiub' 2023-11-15T05:42:32.852 INFO:teuthology.orchestra.run.smithi116.stdout: 2023-11-15T05:42:32.853 INFO:teuthology.orchestra.run.smithi116.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T05:34:36.374719Z", "last_refresh": "2023-11-15T05:42:20.791869Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T05:34:28.472277Z", "last_refresh": "2023-11-15T05:42:20.396957Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T05:34:32.474479Z", "last_refresh": "2023-11-15T05:42:20.792073Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:42:14.528942Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi116.evyqyd on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:42:25.284488Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi152.tpijai on smithi152: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi152-tpijai\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi152-tpijai\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi152.tpijai\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi152.tpijai\nDeploy daemon haproxy.nfs.foo.smithi152.tpijai ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi152 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi152 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:42:29.093589Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi116.cgator on smithi116: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi116-cgator\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi116-cgator\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi116.cgator\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi116.cgator\nDeploy daemon haproxy.nfs.foo.smithi116.cgator ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:42:29.095850Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi152.tfzmwo on smithi152: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:42:29.097442Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi116.iqxomm on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.116/16"}, "status": {"created": "2023-11-15T05:41:51.643812Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.116/16"}}, {"events": ["2023-11-15T05:41:45.562111Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-15T05:41:45.554912Z", "last_refresh": "2023-11-15T05:42:20.399318Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T05:34:26.558369Z", "last_refresh": "2023-11-15T05:42:20.397278Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:35:55.352857Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi116:172.21.15.116=smithi116", "smithi152:172.21.15.152=smithi152"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T05:35:55.345327Z", "last_refresh": "2023-11-15T05:42:20.397494Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:41:51.641747Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-11-15T05:41:51.636276Z", "last_refresh": "2023-11-15T05:42:20.792800Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T05:34:34.444913Z", "last_refresh": "2023-11-15T05:42:20.397733Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T05:36:22.979260Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T05:36:22.972321Z", "last_refresh": "2023-11-15T05:42:20.398249Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T05:34:30.388073Z", "last_refresh": "2023-11-15T05:42:20.397994Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-15T05:42:32.899 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:42:32 smithi116 bash[25961]: cluster 2023-11-15T05:42:31.099921+0000 mgr.smithi116.ldeiub (mgr.14182) 293 : cluster [DBG] pgmap v240: 97 pgs: 97 active+clean; 3.8 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 96 B/s rd, 0 op/s 2023-11-15T05:42:33.007 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:42:32 smithi152 bash[29762]: cluster 2023-11-15T05:42:31.099921+0000 mgr.smithi116.ldeiub (mgr.14182) 293 : cluster [DBG] pgmap v240: 97 pgs: 97 active+clean; 3.8 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 96 B/s rd, 0 op/s 2023-11-15T05:42:33.493 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T05:42:34.494 DEBUG:teuthology.orchestra.run.smithi116:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 7456fada-8378-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T05:42:34.899 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:42:34 smithi116 bash[25961]: audit 2023-11-15T05:42:32.840994+0000 mgr.smithi116.ldeiub (mgr.14182) 294 : audit [DBG] from='client.14568 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:42:34.900 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:42:34 smithi116 bash[25961]: cluster 2023-11-15T05:42:33.100733+0000 mgr.smithi116.ldeiub (mgr.14182) 295 : cluster [DBG] pgmap v241: 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 2023-11-15T05:42:35.007 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:42:34 smithi152 bash[29762]: audit 2023-11-15T05:42:32.840994+0000 mgr.smithi116.ldeiub (mgr.14182) 294 : audit [DBG] from='client.14568 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:42:35.008 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:42:34 smithi152 bash[29762]: cluster 2023-11-15T05:42:33.100733+0000 mgr.smithi116.ldeiub (mgr.14182) 295 : cluster [DBG] pgmap v241: 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 2023-11-15T05:42:36.150 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:42:36 smithi116 bash[25961]: audit 2023-11-15T05:42:35.001334+0000 mon.smithi116 (mon.0) 692 : audit [INF] from='mgr.14182 172.21.15.116:0/1868390107' entity='mgr.smithi116.ldeiub' 2023-11-15T05:42:36.150 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:42:36 smithi116 bash[25961]: cluster 2023-11-15T05:42:35.101583+0000 mgr.smithi116.ldeiub (mgr.14182) 296 : cluster [DBG] pgmap v242: 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 2023-11-15T05:42:36.150 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:42:36 smithi116 bash[25961]: audit 2023-11-15T05:42:35.399865+0000 mon.smithi116 (mon.0) 693 : audit [INF] from='mgr.14182 172.21.15.116:0/1868390107' entity='mgr.smithi116.ldeiub' 2023-11-15T05:42:36.150 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:42:36 smithi116 bash[25961]: audit 2023-11-15T05:42:35.401291+0000 mon.smithi116 (mon.0) 694 : audit [DBG] from='mgr.14182 172.21.15.116:0/1868390107' entity='mgr.smithi116.ldeiub' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-15T05:42:36.151 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:42:36 smithi116 bash[25961]: audit 2023-11-15T05:42:35.402421+0000 mon.smithi116 (mon.0) 695 : audit [INF] from='mgr.14182 172.21.15.116:0/1868390107' entity='mgr.smithi116.ldeiub' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-11-15T05:42:36.151 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:42:36 smithi116 bash[25961]: audit 2023-11-15T05:42:35.411601+0000 mon.smithi116 (mon.0) 696 : audit [INF] from='mgr.14182 172.21.15.116:0/1868390107' entity='mgr.smithi116.ldeiub' 2023-11-15T05:42:36.151 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:42:36 smithi116 bash[25961]: cluster 2023-11-15T05:42:35.412541+0000 mgr.smithi116.ldeiub (mgr.14182) 297 : cluster [DBG] pgmap v243: 97 pgs: 97 active+clean; 3.8 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 99 B/s rd, 0 op/s 2023-11-15T05:42:36.151 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:42:36 smithi116 bash[25961]: audit 2023-11-15T05:42:35.420215+0000 mon.smithi116 (mon.0) 697 : audit [DBG] from='mgr.14182 172.21.15.116:0/1868390107' entity='mgr.smithi116.ldeiub' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-11-15T05:42:36.151 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:42:36 smithi116 bash[25961]: audit 2023-11-15T05:42:35.432166+0000 mon.smithi116 (mon.0) 698 : audit [INF] from='mgr.14182 172.21.15.116:0/1868390107' entity='mgr.smithi116.ldeiub' 2023-11-15T05:42:36.152 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:42:36 smithi116 bash[25961]: cephadm 2023-11-15T05:42:35.435686+0000 mgr.smithi116.ldeiub (mgr.14182) 298 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi152.iwlujn on smithi152 2023-11-15T05:42:36.508 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:42:36 smithi152 bash[29762]: audit 2023-11-15T05:42:35.001334+0000 mon.smithi116 (mon.0) 692 : audit [INF] from='mgr.14182 172.21.15.116:0/1868390107' entity='mgr.smithi116.ldeiub' 2023-11-15T05:42:36.508 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:42:36 smithi152 bash[29762]: cluster 2023-11-15T05:42:35.101583+0000 mgr.smithi116.ldeiub (mgr.14182) 296 : cluster [DBG] pgmap v242: 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 2023-11-15T05:42:36.508 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:42:36 smithi152 bash[29762]: audit 2023-11-15T05:42:35.399865+0000 mon.smithi116 (mon.0) 693 : audit [INF] from='mgr.14182 172.21.15.116:0/1868390107' entity='mgr.smithi116.ldeiub' 2023-11-15T05:42:36.508 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:42:36 smithi152 bash[29762]: audit 2023-11-15T05:42:35.401291+0000 mon.smithi116 (mon.0) 694 : audit [DBG] from='mgr.14182 172.21.15.116:0/1868390107' entity='mgr.smithi116.ldeiub' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-15T05:42:36.509 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:42:36 smithi152 bash[29762]: audit 2023-11-15T05:42:35.402421+0000 mon.smithi116 (mon.0) 695 : audit [INF] from='mgr.14182 172.21.15.116:0/1868390107' entity='mgr.smithi116.ldeiub' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-11-15T05:42:36.509 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:42:36 smithi152 bash[29762]: audit 2023-11-15T05:42:35.411601+0000 mon.smithi116 (mon.0) 696 : audit [INF] from='mgr.14182 172.21.15.116:0/1868390107' entity='mgr.smithi116.ldeiub' 2023-11-15T05:42:36.509 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:42:36 smithi152 bash[29762]: cluster 2023-11-15T05:42:35.412541+0000 mgr.smithi116.ldeiub (mgr.14182) 297 : cluster [DBG] pgmap v243: 97 pgs: 97 active+clean; 3.8 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 99 B/s rd, 0 op/s 2023-11-15T05:42:36.509 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:42:36 smithi152 bash[29762]: audit 2023-11-15T05:42:35.420215+0000 mon.smithi116 (mon.0) 697 : audit [DBG] from='mgr.14182 172.21.15.116:0/1868390107' entity='mgr.smithi116.ldeiub' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-11-15T05:42:36.509 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:42:36 smithi152 bash[29762]: audit 2023-11-15T05:42:35.432166+0000 mon.smithi116 (mon.0) 698 : audit [INF] from='mgr.14182 172.21.15.116:0/1868390107' entity='mgr.smithi116.ldeiub' 2023-11-15T05:42:36.510 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:42:36 smithi152 bash[29762]: cephadm 2023-11-15T05:42:35.435686+0000 mgr.smithi116.ldeiub (mgr.14182) 298 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi152.iwlujn on smithi152 2023-11-15T05:42:37.271 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:42:37 smithi116 bash[25961]: cluster 2023-11-15T05:42:35.999118+0000 mon.smithi116 (mon.0) 699 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2023-11-15T05:42:37.272 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:42:37 smithi116 bash[25961]: cluster 2023-11-15T05:42:35.999190+0000 mon.smithi116 (mon.0) 700 : cluster [INF] Cluster is now healthy 2023-11-15T05:42:37.508 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:42:37 smithi152 bash[29762]: cluster 2023-11-15T05:42:35.999118+0000 mon.smithi116 (mon.0) 699 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2023-11-15T05:42:37.508 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:42:37 smithi152 bash[29762]: cluster 2023-11-15T05:42:35.999190+0000 mon.smithi116 (mon.0) 700 : cluster [INF] Cluster is now healthy 2023-11-15T05:42:37.621 INFO:teuthology.orchestra.run.smithi116.stdout: 2023-11-15T05:42:37.622 INFO:teuthology.orchestra.run.smithi116.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T05:34:36.374719Z", "last_refresh": "2023-11-15T05:42:35.388907Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T05:34:28.472277Z", "last_refresh": "2023-11-15T05:42:34.989387Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T05:34:32.474479Z", "last_refresh": "2023-11-15T05:42:35.389319Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:42:14.528942Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi116.evyqyd on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:42:25.284488Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi152.tpijai on smithi152: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi152-tpijai\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi152-tpijai\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi152.tpijai\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi152.tpijai\nDeploy daemon haproxy.nfs.foo.smithi152.tpijai ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi152 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi152 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:42:29.093589Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi116.cgator on smithi116: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi116-cgator\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi116-cgator\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi116.cgator\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi116.cgator\nDeploy daemon haproxy.nfs.foo.smithi116.cgator ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:42:29.095850Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi152.tfzmwo on smithi152: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:42:29.097442Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi116.iqxomm on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.116/16"}, "status": {"created": "2023-11-15T05:41:51.643812Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.116/16"}}, {"events": ["2023-11-15T05:41:45.562111Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-15T05:41:45.554912Z", "last_refresh": "2023-11-15T05:42:34.992924Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T05:34:26.558369Z", "last_refresh": "2023-11-15T05:42:34.989892Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:35:55.352857Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi116:172.21.15.116=smithi116", "smithi152:172.21.15.152=smithi152"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T05:35:55.345327Z", "last_refresh": "2023-11-15T05:42:34.990298Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:41:51.641747Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-11-15T05:41:51.636276Z", "last_refresh": "2023-11-15T05:42:35.390604Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T05:34:34.444913Z", "last_refresh": "2023-11-15T05:42:34.990702Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T05:36:22.979260Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T05:36:22.972321Z", "last_refresh": "2023-11-15T05:42:34.991597Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T05:34:30.388073Z", "last_refresh": "2023-11-15T05:42:34.991103Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-15T05:42:38.256 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T05:42:38.399 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:42:38 smithi116 bash[25961]: cluster 2023-11-15T05:42:37.413279+0000 mgr.smithi116.ldeiub (mgr.14182) 299 : cluster [DBG] pgmap v244: 97 pgs: 97 active+clean; 3.8 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 99 B/s rd, 0 op/s 2023-11-15T05:42:38.400 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:42:38 smithi116 bash[25961]: audit 2023-11-15T05:42:37.609764+0000 mgr.smithi116.ldeiub (mgr.14182) 300 : audit [DBG] from='client.14572 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:42:38.507 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:42:38 smithi152 bash[29762]: cluster 2023-11-15T05:42:37.413279+0000 mgr.smithi116.ldeiub (mgr.14182) 299 : cluster [DBG] pgmap v244: 97 pgs: 97 active+clean; 3.8 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 99 B/s rd, 0 op/s 2023-11-15T05:42:38.508 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:42:38 smithi152 bash[29762]: audit 2023-11-15T05:42:37.609764+0000 mgr.smithi116.ldeiub (mgr.14182) 300 : audit [DBG] from='client.14572 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:42:39.257 DEBUG:teuthology.orchestra.run.smithi116:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 7456fada-8378-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T05:42:39.508 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:42:39 smithi152 bash[29762]: audit 2023-11-15T05:42:39.175977+0000 mon.smithi116 (mon.0) 701 : audit [INF] from='mgr.14182 172.21.15.116:0/1868390107' entity='mgr.smithi116.ldeiub' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi152.iwlujn"}]: dispatch 2023-11-15T05:42:39.650 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:42:39 smithi116 bash[25961]: audit 2023-11-15T05:42:39.175977+0000 mon.smithi116 (mon.0) 701 : audit [INF] from='mgr.14182 172.21.15.116:0/1868390107' entity='mgr.smithi116.ldeiub' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi152.iwlujn"}]: dispatch 2023-11-15T05:42:40.650 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:42:40 smithi116 bash[25961]: cephadm 2023-11-15T05:42:39.174831+0000 mgr.smithi116.ldeiub (mgr.14182) 301 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi152-iwlujn 2023-11-15T05:42:40.650 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:42:40 smithi116 bash[25961]: /usr/bin/docker: stdout 2023-11-15T05:42:40.651 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:42:40 smithi116 bash[25961]: /usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi152-iwlujn 2023-11-15T05:42:40.651 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:42:40 smithi116 bash[25961]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi152.iwlujn 2023-11-15T05:42:40.651 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:42:40 smithi116 bash[25961]: /usr/bin/docker: stdout 2023-11-15T05:42:40.651 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:42:40 smithi116 bash[25961]: /usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi152.iwlujn 2023-11-15T05:42:40.651 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:42:40 smithi116 bash[25961]: Deploy daemon haproxy.nfs.foo.smithi152.iwlujn ... 2023-11-15T05:42:40.652 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:42:40 smithi116 bash[25961]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi152 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T05:42:40.652 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:42:40 smithi116 bash[25961]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-15T05:42:40.652 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:42:40 smithi116 bash[25961]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-15T05:42:40.652 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:42:40 smithi116 bash[25961]: stat: stderr See 'docker run --help'. 2023-11-15T05:42:40.652 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:42:40 smithi116 bash[25961]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi152 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T05:42:40.653 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:42:40 smithi116 bash[25961]: Traceback (most recent call last): 2023-11-15T05:42:40.653 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:42:40 smithi116 bash[25961]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-11-15T05:42:40.653 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:42:40 smithi116 bash[25961]: yield (conn, connr) 2023-11-15T05:42:40.653 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:42:40 smithi116 bash[25961]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-11-15T05:42:40.653 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:42:40 smithi116 bash[25961]: code, '\n'.join(err))) 2023-11-15T05:42:40.654 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:42:40 smithi116 bash[25961]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi152-iwlujn 2023-11-15T05:42:40.654 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:42:40 smithi116 bash[25961]: /usr/bin/docker: stdout 2023-11-15T05:42:40.654 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:42:40 smithi116 bash[25961]: /usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi152-iwlujn 2023-11-15T05:42:40.654 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:42:40 smithi116 bash[25961]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi152.iwlujn 2023-11-15T05:42:40.654 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:42:40 smithi116 bash[25961]: /usr/bin/docker: stdout 2023-11-15T05:42:40.655 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:42:40 smithi116 bash[25961]: /usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi152.iwlujn 2023-11-15T05:42:40.655 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:42:40 smithi116 bash[25961]: Deploy daemon haproxy.nfs.foo.smithi152.iwlujn ... 2023-11-15T05:42:40.655 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:42:40 smithi116 bash[25961]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi152 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T05:42:40.655 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:42:40 smithi116 bash[25961]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-15T05:42:40.655 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:42:40 smithi116 bash[25961]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-15T05:42:40.656 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:42:40 smithi116 bash[25961]: stat: stderr See 'docker run --help'. 2023-11-15T05:42:40.656 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:42:40 smithi116 bash[25961]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi152 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T05:42:40.656 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:42:40 smithi116 bash[25961]: cephadm 2023-11-15T05:42:39.175357+0000 mgr.smithi116.ldeiub (mgr.14182) 302 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi152.iwlujn 2023-11-15T05:42:40.656 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:42:40 smithi116 bash[25961]: cephadm 2023-11-15T05:42:39.177716+0000 mgr.smithi116.ldeiub (mgr.14182) 303 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi152.iwlujn on smithi152: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi152-iwlujn 2023-11-15T05:42:40.656 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:42:40 smithi116 bash[25961]: /usr/bin/docker: stdout 2023-11-15T05:42:40.657 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:42:40 smithi116 bash[25961]: /usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi152-iwlujn 2023-11-15T05:42:40.657 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:42:40 smithi116 bash[25961]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi152.iwlujn 2023-11-15T05:42:40.657 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:42:40 smithi116 bash[25961]: /usr/bin/docker: stdout 2023-11-15T05:42:40.657 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:42:40 smithi116 bash[25961]: /usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi152.iwlujn 2023-11-15T05:42:40.657 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:42:40 smithi116 bash[25961]: Deploy daemon haproxy.nfs.foo.smithi152.iwlujn ... 2023-11-15T05:42:40.658 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:42:40 smithi116 bash[25961]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi152 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T05:42:40.658 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:42:40 smithi116 bash[25961]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-15T05:42:40.658 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:42:40 smithi116 bash[25961]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-15T05:42:40.658 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:42:40 smithi116 bash[25961]: stat: stderr See 'docker run --help'. 2023-11-15T05:42:40.658 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:42:40 smithi116 bash[25961]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi152 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T05:42:40.659 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:42:40 smithi116 bash[25961]: cephadm 2023-11-15T05:42:39.182600+0000 mgr.smithi116.ldeiub (mgr.14182) 304 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi116.seilmg on smithi116 2023-11-15T05:42:40.659 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:42:40 smithi116 bash[25961]: cluster 2023-11-15T05:42:39.414091+0000 mgr.smithi116.ldeiub (mgr.14182) 305 : cluster [DBG] pgmap v245: 97 pgs: 97 active+clean; 3.8 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 99 B/s rd, 0 op/s 2023-11-15T05:42:40.758 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:42:40 smithi152 bash[29762]: cephadm 2023-11-15T05:42:39.174831+0000 mgr.smithi116.ldeiub (mgr.14182) 301 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi152-iwlujn 2023-11-15T05:42:40.759 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:42:40 smithi152 bash[29762]: /usr/bin/docker: stdout 2023-11-15T05:42:40.759 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:42:40 smithi152 bash[29762]: /usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi152-iwlujn 2023-11-15T05:42:40.759 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:42:40 smithi152 bash[29762]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi152.iwlujn 2023-11-15T05:42:40.759 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:42:40 smithi152 bash[29762]: /usr/bin/docker: stdout 2023-11-15T05:42:40.759 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:42:40 smithi152 bash[29762]: /usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi152.iwlujn 2023-11-15T05:42:40.760 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:42:40 smithi152 bash[29762]: Deploy daemon haproxy.nfs.foo.smithi152.iwlujn ... 2023-11-15T05:42:40.760 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:42:40 smithi152 bash[29762]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi152 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T05:42:40.760 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:42:40 smithi152 bash[29762]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-15T05:42:40.760 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:42:40 smithi152 bash[29762]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-15T05:42:40.760 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:42:40 smithi152 bash[29762]: stat: stderr See 'docker run --help'. 2023-11-15T05:42:40.761 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:42:40 smithi152 bash[29762]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi152 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T05:42:40.761 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:42:40 smithi152 bash[29762]: Traceback (most recent call last): 2023-11-15T05:42:40.761 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:42:40 smithi152 bash[29762]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-11-15T05:42:40.761 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:42:40 smithi152 bash[29762]: yield (conn, connr) 2023-11-15T05:42:40.761 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:42:40 smithi152 bash[29762]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-11-15T05:42:40.762 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:42:40 smithi152 bash[29762]: code, '\n'.join(err))) 2023-11-15T05:42:40.762 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:42:40 smithi152 bash[29762]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi152-iwlujn 2023-11-15T05:42:40.762 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:42:40 smithi152 bash[29762]: /usr/bin/docker: stdout 2023-11-15T05:42:40.762 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:42:40 smithi152 bash[29762]: /usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi152-iwlujn 2023-11-15T05:42:40.763 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:42:40 smithi152 bash[29762]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi152.iwlujn 2023-11-15T05:42:40.763 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:42:40 smithi152 bash[29762]: /usr/bin/docker: stdout 2023-11-15T05:42:40.763 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:42:40 smithi152 bash[29762]: /usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi152.iwlujn 2023-11-15T05:42:40.763 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:42:40 smithi152 bash[29762]: Deploy daemon haproxy.nfs.foo.smithi152.iwlujn ... 2023-11-15T05:42:40.763 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:42:40 smithi152 bash[29762]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi152 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T05:42:40.763 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:42:40 smithi152 bash[29762]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-15T05:42:40.764 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:42:40 smithi152 bash[29762]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-15T05:42:40.764 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:42:40 smithi152 bash[29762]: stat: stderr See 'docker run --help'. 2023-11-15T05:42:40.764 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:42:40 smithi152 bash[29762]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi152 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T05:42:40.765 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:42:40 smithi152 bash[29762]: cephadm 2023-11-15T05:42:39.175357+0000 mgr.smithi116.ldeiub (mgr.14182) 302 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi152.iwlujn 2023-11-15T05:42:40.765 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:42:40 smithi152 bash[29762]: cephadm 2023-11-15T05:42:39.177716+0000 mgr.smithi116.ldeiub (mgr.14182) 303 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi152.iwlujn on smithi152: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi152-iwlujn 2023-11-15T05:42:40.765 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:42:40 smithi152 bash[29762]: /usr/bin/docker: stdout 2023-11-15T05:42:40.765 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:42:40 smithi152 bash[29762]: /usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi152-iwlujn 2023-11-15T05:42:40.766 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:42:40 smithi152 bash[29762]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi152.iwlujn 2023-11-15T05:42:40.766 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:42:40 smithi152 bash[29762]: /usr/bin/docker: stdout 2023-11-15T05:42:40.766 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:42:40 smithi152 bash[29762]: /usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi152.iwlujn 2023-11-15T05:42:40.766 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:42:40 smithi152 bash[29762]: Deploy daemon haproxy.nfs.foo.smithi152.iwlujn ... 2023-11-15T05:42:40.767 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:42:40 smithi152 bash[29762]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi152 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T05:42:40.767 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:42:40 smithi152 bash[29762]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-15T05:42:40.767 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:42:40 smithi152 bash[29762]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-15T05:42:40.767 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:42:40 smithi152 bash[29762]: stat: stderr See 'docker run --help'. 2023-11-15T05:42:40.768 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:42:40 smithi152 bash[29762]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi152 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T05:42:40.768 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:42:40 smithi152 bash[29762]: cephadm 2023-11-15T05:42:39.182600+0000 mgr.smithi116.ldeiub (mgr.14182) 304 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi116.seilmg on smithi116 2023-11-15T05:42:40.768 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:42:40 smithi152 bash[29762]: cluster 2023-11-15T05:42:39.414091+0000 mgr.smithi116.ldeiub (mgr.14182) 305 : cluster [DBG] pgmap v245: 97 pgs: 97 active+clean; 3.8 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 99 B/s rd, 0 op/s 2023-11-15T05:42:42.539 INFO:teuthology.orchestra.run.smithi116.stdout: 2023-11-15T05:42:42.540 INFO:teuthology.orchestra.run.smithi116.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T05:34:36.374719Z", "last_refresh": "2023-11-15T05:42:35.388907Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T05:34:28.472277Z", "last_refresh": "2023-11-15T05:42:34.989387Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T05:34:32.474479Z", "last_refresh": "2023-11-15T05:42:35.389319Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:42:25.284488Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi152.tpijai on smithi152: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi152-tpijai\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi152-tpijai\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi152.tpijai\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi152.tpijai\nDeploy daemon haproxy.nfs.foo.smithi152.tpijai ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi152 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi152 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:42:29.093589Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi116.cgator on smithi116: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi116-cgator\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi116-cgator\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi116.cgator\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi116.cgator\nDeploy daemon haproxy.nfs.foo.smithi116.cgator ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:42:29.095850Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi152.tfzmwo on smithi152: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:42:29.097442Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi116.iqxomm on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:42:39.177425Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi152.iwlujn on smithi152: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi152-iwlujn\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi152-iwlujn\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi152.iwlujn\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi152.iwlujn\nDeploy daemon haproxy.nfs.foo.smithi152.iwlujn ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi152 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi152 -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.116/16"}, "status": {"created": "2023-11-15T05:41:51.643812Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.116/16"}}, {"events": ["2023-11-15T05:41:45.562111Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-15T05:41:45.554912Z", "last_refresh": "2023-11-15T05:42:34.992924Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T05:34:26.558369Z", "last_refresh": "2023-11-15T05:42:34.989892Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:35:55.352857Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi116:172.21.15.116=smithi116", "smithi152:172.21.15.152=smithi152"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T05:35:55.345327Z", "last_refresh": "2023-11-15T05:42:34.990298Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:41:51.641747Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-11-15T05:41:51.636276Z", "last_refresh": "2023-11-15T05:42:35.390604Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T05:34:34.444913Z", "last_refresh": "2023-11-15T05:42:34.990702Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T05:36:22.979260Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T05:36:22.972321Z", "last_refresh": "2023-11-15T05:42:34.991597Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T05:34:30.388073Z", "last_refresh": "2023-11-15T05:42:34.991103Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-15T05:42:42.758 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:42:42 smithi152 bash[29762]: cluster 2023-11-15T05:42:41.415136+0000 mgr.smithi116.ldeiub (mgr.14182) 306 : cluster [DBG] pgmap v246: 97 pgs: 97 active+clean; 3.8 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 99 B/s rd, 0 op/s 2023-11-15T05:42:42.899 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:42:42 smithi116 bash[25961]: cluster 2023-11-15T05:42:41.415136+0000 mgr.smithi116.ldeiub (mgr.14182) 306 : cluster [DBG] pgmap v246: 97 pgs: 97 active+clean; 3.8 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 99 B/s rd, 0 op/s 2023-11-15T05:42:43.344 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T05:42:43.758 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:42:43 smithi152 bash[29762]: audit 2023-11-15T05:42:42.532218+0000 mgr.smithi116.ldeiub (mgr.14182) 307 : audit [DBG] from='client.14576 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:42:43.758 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:42:43 smithi152 bash[29762]: audit 2023-11-15T05:42:43.310758+0000 mon.smithi116 (mon.0) 702 : audit [INF] from='mgr.14182 172.21.15.116:0/1868390107' entity='mgr.smithi116.ldeiub' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi116.seilmg"}]: dispatch 2023-11-15T05:42:43.899 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:42:43 smithi116 bash[25961]: audit 2023-11-15T05:42:42.532218+0000 mgr.smithi116.ldeiub (mgr.14182) 307 : audit [DBG] from='client.14576 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:42:43.900 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:42:43 smithi116 bash[25961]: audit 2023-11-15T05:42:43.310758+0000 mon.smithi116 (mon.0) 702 : audit [INF] from='mgr.14182 172.21.15.116:0/1868390107' entity='mgr.smithi116.ldeiub' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi116.seilmg"}]: dispatch 2023-11-15T05:42:44.345 DEBUG:teuthology.orchestra.run.smithi116:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 7456fada-8378-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T05:42:44.650 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:42:44 smithi116 bash[25961]: cephadm 2023-11-15T05:42:43.309551+0000 mgr.smithi116.ldeiub (mgr.14182) 308 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi116-seilmg 2023-11-15T05:42:44.651 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:42:44 smithi116 bash[25961]: /usr/bin/docker: stdout 2023-11-15T05:42:44.651 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:42:44 smithi116 bash[25961]: /usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi116-seilmg 2023-11-15T05:42:44.651 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:42:44 smithi116 bash[25961]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi116.seilmg 2023-11-15T05:42:44.651 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:42:44 smithi116 bash[25961]: /usr/bin/docker: stdout 2023-11-15T05:42:44.651 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:42:44 smithi116 bash[25961]: /usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi116.seilmg 2023-11-15T05:42:44.652 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:42:44 smithi116 bash[25961]: Deploy daemon haproxy.nfs.foo.smithi116.seilmg ... 2023-11-15T05:42:44.652 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:42:44 smithi116 bash[25961]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T05:42:44.652 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:42:44 smithi116 bash[25961]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-15T05:42:44.652 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:42:44 smithi116 bash[25961]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-15T05:42:44.652 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:42:44 smithi116 bash[25961]: stat: stderr See 'docker run --help'. 2023-11-15T05:42:44.653 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:42:44 smithi116 bash[25961]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T05:42:44.653 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:42:44 smithi116 bash[25961]: Traceback (most recent call last): 2023-11-15T05:42:44.653 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:42:44 smithi116 bash[25961]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-11-15T05:42:44.653 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:42:44 smithi116 bash[25961]: yield (conn, connr) 2023-11-15T05:42:44.653 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:42:44 smithi116 bash[25961]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-11-15T05:42:44.654 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:42:44 smithi116 bash[25961]: code, '\n'.join(err))) 2023-11-15T05:42:44.654 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:42:44 smithi116 bash[25961]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi116-seilmg 2023-11-15T05:42:44.654 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:42:44 smithi116 bash[25961]: /usr/bin/docker: stdout 2023-11-15T05:42:44.654 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:42:44 smithi116 bash[25961]: /usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi116-seilmg 2023-11-15T05:42:44.654 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:42:44 smithi116 bash[25961]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi116.seilmg 2023-11-15T05:42:44.655 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:42:44 smithi116 bash[25961]: /usr/bin/docker: stdout 2023-11-15T05:42:44.655 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:42:44 smithi116 bash[25961]: /usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi116.seilmg 2023-11-15T05:42:44.655 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:42:44 smithi116 bash[25961]: Deploy daemon haproxy.nfs.foo.smithi116.seilmg ... 2023-11-15T05:42:44.655 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:42:44 smithi116 bash[25961]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T05:42:44.655 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:42:44 smithi116 bash[25961]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-15T05:42:44.655 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:42:44 smithi116 bash[25961]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-15T05:42:44.656 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:42:44 smithi116 bash[25961]: stat: stderr See 'docker run --help'. 2023-11-15T05:42:44.656 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:42:44 smithi116 bash[25961]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T05:42:44.656 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:42:44 smithi116 bash[25961]: cephadm 2023-11-15T05:42:43.310115+0000 mgr.smithi116.ldeiub (mgr.14182) 309 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi116.seilmg 2023-11-15T05:42:44.656 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:42:44 smithi116 bash[25961]: cephadm 2023-11-15T05:42:43.312408+0000 mgr.smithi116.ldeiub (mgr.14182) 310 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi116.seilmg on smithi116: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi116-seilmg 2023-11-15T05:42:44.656 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:42:44 smithi116 bash[25961]: /usr/bin/docker: stdout 2023-11-15T05:42:44.657 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:42:44 smithi116 bash[25961]: /usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi116-seilmg 2023-11-15T05:42:44.657 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:42:44 smithi116 bash[25961]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi116.seilmg 2023-11-15T05:42:44.657 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:42:44 smithi116 bash[25961]: /usr/bin/docker: stdout 2023-11-15T05:42:44.657 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:42:44 smithi116 bash[25961]: /usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi116.seilmg 2023-11-15T05:42:44.657 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:42:44 smithi116 bash[25961]: Deploy daemon haproxy.nfs.foo.smithi116.seilmg ... 2023-11-15T05:42:44.658 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:42:44 smithi116 bash[25961]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T05:42:44.658 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:42:44 smithi116 bash[25961]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-15T05:42:44.658 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:42:44 smithi116 bash[25961]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-15T05:42:44.658 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:42:44 smithi116 bash[25961]: stat: stderr See 'docker run --help'. 2023-11-15T05:42:44.658 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:42:44 smithi116 bash[25961]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T05:42:44.658 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:42:44 smithi116 bash[25961]: cephadm 2023-11-15T05:42:43.316605+0000 mgr.smithi116.ldeiub (mgr.14182) 311 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi152.kysthx on smithi152: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-11-15T05:42:44.659 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:42:44 smithi116 bash[25961]: cephadm 2023-11-15T05:42:43.318462+0000 mgr.smithi116.ldeiub (mgr.14182) 312 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi116.vqlkps on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-11-15T05:42:44.659 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:42:44 smithi116 bash[25961]: cluster 2023-11-15T05:42:43.319796+0000 mgr.smithi116.ldeiub (mgr.14182) 313 : cluster [DBG] pgmap v247: 97 pgs: 97 active+clean; 3.8 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 100 B/s rd, 0 op/s 2023-11-15T05:42:44.659 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:42:44 smithi116 bash[25961]: cluster 2023-11-15T05:42:43.472313+0000 mon.smithi116 (mon.0) 703 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2023-11-15T05:42:44.758 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:42:44 smithi152 bash[29762]: cephadm 2023-11-15T05:42:43.309551+0000 mgr.smithi116.ldeiub (mgr.14182) 308 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi116-seilmg 2023-11-15T05:42:44.759 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:42:44 smithi152 bash[29762]: /usr/bin/docker: stdout 2023-11-15T05:42:44.759 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:42:44 smithi152 bash[29762]: /usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi116-seilmg 2023-11-15T05:42:44.759 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:42:44 smithi152 bash[29762]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi116.seilmg 2023-11-15T05:42:44.760 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:42:44 smithi152 bash[29762]: /usr/bin/docker: stdout 2023-11-15T05:42:44.760 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:42:44 smithi152 bash[29762]: /usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi116.seilmg 2023-11-15T05:42:44.760 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:42:44 smithi152 bash[29762]: Deploy daemon haproxy.nfs.foo.smithi116.seilmg ... 2023-11-15T05:42:44.760 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:42:44 smithi152 bash[29762]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T05:42:44.761 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:42:44 smithi152 bash[29762]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-15T05:42:44.761 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:42:44 smithi152 bash[29762]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-15T05:42:44.761 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:42:44 smithi152 bash[29762]: stat: stderr See 'docker run --help'. 2023-11-15T05:42:44.762 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:42:44 smithi152 bash[29762]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T05:42:44.762 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:42:44 smithi152 bash[29762]: Traceback (most recent call last): 2023-11-15T05:42:44.763 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:42:44 smithi152 bash[29762]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-11-15T05:42:44.763 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:42:44 smithi152 bash[29762]: yield (conn, connr) 2023-11-15T05:42:44.763 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:42:44 smithi152 bash[29762]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-11-15T05:42:44.764 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:42:44 smithi152 bash[29762]: code, '\n'.join(err))) 2023-11-15T05:42:44.764 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:42:44 smithi152 bash[29762]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi116-seilmg 2023-11-15T05:42:44.764 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:42:44 smithi152 bash[29762]: /usr/bin/docker: stdout 2023-11-15T05:42:44.765 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:42:44 smithi152 bash[29762]: /usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi116-seilmg 2023-11-15T05:42:44.765 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:42:44 smithi152 bash[29762]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi116.seilmg 2023-11-15T05:42:44.765 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:42:44 smithi152 bash[29762]: /usr/bin/docker: stdout 2023-11-15T05:42:44.766 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:42:44 smithi152 bash[29762]: /usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi116.seilmg 2023-11-15T05:42:44.766 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:42:44 smithi152 bash[29762]: Deploy daemon haproxy.nfs.foo.smithi116.seilmg ... 2023-11-15T05:42:44.766 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:42:44 smithi152 bash[29762]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T05:42:44.767 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:42:44 smithi152 bash[29762]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-15T05:42:44.767 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:42:44 smithi152 bash[29762]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-15T05:42:44.768 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:42:44 smithi152 bash[29762]: stat: stderr See 'docker run --help'. 2023-11-15T05:42:44.768 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:42:44 smithi152 bash[29762]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T05:42:44.768 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:42:44 smithi152 bash[29762]: cephadm 2023-11-15T05:42:43.310115+0000 mgr.smithi116.ldeiub (mgr.14182) 309 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi116.seilmg 2023-11-15T05:42:44.768 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:42:44 smithi152 bash[29762]: cephadm 2023-11-15T05:42:43.312408+0000 mgr.smithi116.ldeiub (mgr.14182) 310 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi116.seilmg on smithi116: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi116-seilmg 2023-11-15T05:42:44.769 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:42:44 smithi152 bash[29762]: /usr/bin/docker: stdout 2023-11-15T05:42:44.769 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:42:44 smithi152 bash[29762]: /usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi116-seilmg 2023-11-15T05:42:44.769 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:42:44 smithi152 bash[29762]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi116.seilmg 2023-11-15T05:42:44.769 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:42:44 smithi152 bash[29762]: /usr/bin/docker: stdout 2023-11-15T05:42:44.769 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:42:44 smithi152 bash[29762]: /usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi116.seilmg 2023-11-15T05:42:44.770 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:42:44 smithi152 bash[29762]: Deploy daemon haproxy.nfs.foo.smithi116.seilmg ... 2023-11-15T05:42:44.770 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:42:44 smithi152 bash[29762]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T05:42:44.770 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:42:44 smithi152 bash[29762]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-15T05:42:44.770 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:42:44 smithi152 bash[29762]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-15T05:42:44.771 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:42:44 smithi152 bash[29762]: stat: stderr See 'docker run --help'. 2023-11-15T05:42:44.771 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:42:44 smithi152 bash[29762]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T05:42:44.771 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:42:44 smithi152 bash[29762]: cephadm 2023-11-15T05:42:43.316605+0000 mgr.smithi116.ldeiub (mgr.14182) 311 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi152.kysthx on smithi152: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-11-15T05:42:44.771 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:42:44 smithi152 bash[29762]: cephadm 2023-11-15T05:42:43.318462+0000 mgr.smithi116.ldeiub (mgr.14182) 312 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi116.vqlkps on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-11-15T05:42:44.771 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:42:44 smithi152 bash[29762]: cluster 2023-11-15T05:42:43.319796+0000 mgr.smithi116.ldeiub (mgr.14182) 313 : cluster [DBG] pgmap v247: 97 pgs: 97 active+clean; 3.8 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 100 B/s rd, 0 op/s 2023-11-15T05:42:44.773 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:42:44 smithi152 bash[29762]: cluster 2023-11-15T05:42:43.472313+0000 mon.smithi116 (mon.0) 703 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2023-11-15T05:42:46.900 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:42:46 smithi116 bash[25961]: cluster 2023-11-15T05:42:45.320904+0000 mgr.smithi116.ldeiub (mgr.14182) 314 : cluster [DBG] pgmap v248: 97 pgs: 97 active+clean; 3.8 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 100 B/s rd, 0 op/s 2023-11-15T05:42:46.900 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:42:46 smithi116 bash[25961]: audit 2023-11-15T05:42:45.637640+0000 mon.smithi116 (mon.0) 704 : audit [INF] from='mgr.14182 172.21.15.116:0/1868390107' entity='mgr.smithi116.ldeiub' 2023-11-15T05:42:47.008 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:42:46 smithi152 bash[29762]: cluster 2023-11-15T05:42:45.320904+0000 mgr.smithi116.ldeiub (mgr.14182) 314 : cluster [DBG] pgmap v248: 97 pgs: 97 active+clean; 3.8 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 100 B/s rd, 0 op/s 2023-11-15T05:42:47.008 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:42:46 smithi152 bash[29762]: audit 2023-11-15T05:42:45.637640+0000 mon.smithi116 (mon.0) 704 : audit [INF] from='mgr.14182 172.21.15.116:0/1868390107' entity='mgr.smithi116.ldeiub' 2023-11-15T05:42:47.488 INFO:teuthology.orchestra.run.smithi116.stdout: 2023-11-15T05:42:47.489 INFO:teuthology.orchestra.run.smithi116.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T05:34:36.374719Z", "last_refresh": "2023-11-15T05:42:35.388907Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T05:34:28.472277Z", "last_refresh": "2023-11-15T05:42:34.989387Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T05:34:32.474479Z", "last_refresh": "2023-11-15T05:42:35.389319Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:42:29.097442Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi116.iqxomm on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:42:39.177425Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi152.iwlujn on smithi152: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi152-iwlujn\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi152-iwlujn\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi152.iwlujn\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi152.iwlujn\nDeploy daemon haproxy.nfs.foo.smithi152.iwlujn ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi152 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi152 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:42:43.312190Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi116.seilmg on smithi116: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi116-seilmg\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi116-seilmg\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi116.seilmg\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi116.seilmg\nDeploy daemon haproxy.nfs.foo.smithi116.seilmg ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:42:43.316387Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi152.kysthx on smithi152: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:42:43.318364Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi116.vqlkps on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.116/16"}, "status": {"created": "2023-11-15T05:41:51.643812Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.116/16"}}, {"events": ["2023-11-15T05:41:45.562111Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-15T05:41:45.554912Z", "last_refresh": "2023-11-15T05:42:34.992924Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T05:34:26.558369Z", "last_refresh": "2023-11-15T05:42:34.989892Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:35:55.352857Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi116:172.21.15.116=smithi116", "smithi152:172.21.15.152=smithi152"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T05:35:55.345327Z", "last_refresh": "2023-11-15T05:42:34.990298Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:41:51.641747Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-11-15T05:41:51.636276Z", "last_refresh": "2023-11-15T05:42:35.390604Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T05:34:34.444913Z", "last_refresh": "2023-11-15T05:42:34.990702Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T05:36:22.979260Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T05:36:22.972321Z", "last_refresh": "2023-11-15T05:42:34.991597Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T05:34:30.388073Z", "last_refresh": "2023-11-15T05:42:34.991103Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-15T05:42:48.142 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T05:42:48.899 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:42:48 smithi116 bash[25961]: cluster 2023-11-15T05:42:47.322075+0000 mgr.smithi116.ldeiub (mgr.14182) 315 : cluster [DBG] pgmap v249: 97 pgs: 97 active+clean; 3.8 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:42:48.900 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:42:48 smithi116 bash[25961]: audit 2023-11-15T05:42:47.474965+0000 mgr.smithi116.ldeiub (mgr.14182) 316 : audit [DBG] from='client.14580 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:42:49.008 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:42:48 smithi152 bash[29762]: cluster 2023-11-15T05:42:47.322075+0000 mgr.smithi116.ldeiub (mgr.14182) 315 : cluster [DBG] pgmap v249: 97 pgs: 97 active+clean; 3.8 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:42:49.008 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:42:48 smithi152 bash[29762]: audit 2023-11-15T05:42:47.474965+0000 mgr.smithi116.ldeiub (mgr.14182) 316 : audit [DBG] from='client.14580 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:42:49.143 DEBUG:teuthology.orchestra.run.smithi116:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 7456fada-8378-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T05:42:50.482 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:42:50 smithi116 bash[25961]: cluster 2023-11-15T05:42:49.323180+0000 mgr.smithi116.ldeiub (mgr.14182) 317 : cluster [DBG] pgmap v250: 97 pgs: 97 active+clean; 3.8 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:42:50.758 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:42:50 smithi152 bash[29762]: cluster 2023-11-15T05:42:49.323180+0000 mgr.smithi116.ldeiub (mgr.14182) 317 : cluster [DBG] pgmap v250: 97 pgs: 97 active+clean; 3.8 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:42:52.280 INFO:teuthology.orchestra.run.smithi116.stdout: 2023-11-15T05:42:52.281 INFO:teuthology.orchestra.run.smithi116.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T05:34:36.374719Z", "last_refresh": "2023-11-15T05:42:35.388907Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T05:34:28.472277Z", "last_refresh": "2023-11-15T05:42:34.989387Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T05:34:32.474479Z", "last_refresh": "2023-11-15T05:42:35.389319Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:42:29.097442Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi116.iqxomm on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:42:39.177425Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi152.iwlujn on smithi152: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi152-iwlujn\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi152-iwlujn\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi152.iwlujn\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi152.iwlujn\nDeploy daemon haproxy.nfs.foo.smithi152.iwlujn ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi152 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi152 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:42:43.312190Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi116.seilmg on smithi116: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi116-seilmg\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi116-seilmg\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi116.seilmg\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi116.seilmg\nDeploy daemon haproxy.nfs.foo.smithi116.seilmg ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:42:43.316387Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi152.kysthx on smithi152: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:42:43.318364Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi116.vqlkps on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.116/16"}, "status": {"created": "2023-11-15T05:41:51.643812Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.116/16"}}, {"events": ["2023-11-15T05:41:45.562111Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-15T05:41:45.554912Z", "last_refresh": "2023-11-15T05:42:34.992924Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T05:34:26.558369Z", "last_refresh": "2023-11-15T05:42:34.989892Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:35:55.352857Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi116:172.21.15.116=smithi116", "smithi152:172.21.15.152=smithi152"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T05:35:55.345327Z", "last_refresh": "2023-11-15T05:42:34.990298Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:41:51.641747Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-11-15T05:41:51.636276Z", "last_refresh": "2023-11-15T05:42:35.390604Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T05:34:34.444913Z", "last_refresh": "2023-11-15T05:42:34.990702Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T05:36:22.979260Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T05:36:22.972321Z", "last_refresh": "2023-11-15T05:42:34.991597Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T05:34:30.388073Z", "last_refresh": "2023-11-15T05:42:34.991103Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-15T05:42:52.649 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:42:52 smithi116 bash[25961]: cluster 2023-11-15T05:42:51.324501+0000 mgr.smithi116.ldeiub (mgr.14182) 318 : cluster [DBG] pgmap v251: 97 pgs: 97 active+clean; 3.8 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:42:52.758 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:42:52 smithi152 bash[29762]: cluster 2023-11-15T05:42:51.324501+0000 mgr.smithi116.ldeiub (mgr.14182) 318 : cluster [DBG] pgmap v251: 97 pgs: 97 active+clean; 3.8 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:42:52.925 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T05:42:53.649 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:42:53 smithi116 bash[25961]: audit 2023-11-15T05:42:52.266192+0000 mgr.smithi116.ldeiub (mgr.14182) 319 : audit [DBG] from='client.14584 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:42:53.758 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:42:53 smithi152 bash[29762]: audit 2023-11-15T05:42:52.266192+0000 mgr.smithi116.ldeiub (mgr.14182) 319 : audit [DBG] from='client.14584 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:42:53.926 DEBUG:teuthology.orchestra.run.smithi116:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 7456fada-8378-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T05:42:54.649 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:42:54 smithi116 bash[25961]: cluster 2023-11-15T05:42:53.325740+0000 mgr.smithi116.ldeiub (mgr.14182) 320 : cluster [DBG] pgmap v252: 97 pgs: 97 active+clean; 3.8 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 171 B/s rd, 0 op/s 2023-11-15T05:42:54.758 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:42:54 smithi152 bash[29762]: cluster 2023-11-15T05:42:53.325740+0000 mgr.smithi116.ldeiub (mgr.14182) 320 : cluster [DBG] pgmap v252: 97 pgs: 97 active+clean; 3.8 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 171 B/s rd, 0 op/s 2023-11-15T05:42:56.746 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:42:56 smithi116 bash[25961]: cluster 2023-11-15T05:42:55.326795+0000 mgr.smithi116.ldeiub (mgr.14182) 321 : cluster [DBG] pgmap v253: 97 pgs: 97 active+clean; 3.8 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:42:56.758 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:42:56 smithi152 bash[29762]: cluster 2023-11-15T05:42:55.326795+0000 mgr.smithi116.ldeiub (mgr.14182) 321 : cluster [DBG] pgmap v253: 97 pgs: 97 active+clean; 3.8 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:42:57.188 INFO:teuthology.orchestra.run.smithi116.stdout: 2023-11-15T05:42:57.188 INFO:teuthology.orchestra.run.smithi116.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T05:34:36.374719Z", "last_refresh": "2023-11-15T05:42:35.388907Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T05:34:28.472277Z", "last_refresh": "2023-11-15T05:42:34.989387Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T05:34:32.474479Z", "last_refresh": "2023-11-15T05:42:35.389319Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:42:29.097442Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi116.iqxomm on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:42:39.177425Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi152.iwlujn on smithi152: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi152-iwlujn\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi152-iwlujn\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi152.iwlujn\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi152.iwlujn\nDeploy daemon haproxy.nfs.foo.smithi152.iwlujn ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi152 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi152 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:42:43.312190Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi116.seilmg on smithi116: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi116-seilmg\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi116-seilmg\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi116.seilmg\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi116.seilmg\nDeploy daemon haproxy.nfs.foo.smithi116.seilmg ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:42:43.316387Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi152.kysthx on smithi152: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:42:43.318364Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi116.vqlkps on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.116/16"}, "status": {"created": "2023-11-15T05:41:51.643812Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.116/16"}}, {"events": ["2023-11-15T05:41:45.562111Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-15T05:41:45.554912Z", "last_refresh": "2023-11-15T05:42:34.992924Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T05:34:26.558369Z", "last_refresh": "2023-11-15T05:42:34.989892Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:35:55.352857Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi116:172.21.15.116=smithi116", "smithi152:172.21.15.152=smithi152"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T05:35:55.345327Z", "last_refresh": "2023-11-15T05:42:34.990298Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:41:51.641747Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-11-15T05:41:51.636276Z", "last_refresh": "2023-11-15T05:42:35.390604Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T05:34:34.444913Z", "last_refresh": "2023-11-15T05:42:34.990702Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T05:36:22.979260Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T05:36:22.972321Z", "last_refresh": "2023-11-15T05:42:34.991597Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T05:34:30.388073Z", "last_refresh": "2023-11-15T05:42:34.991103Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-15T05:42:57.860 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T05:42:58.758 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:42:58 smithi152 bash[29762]: audit 2023-11-15T05:42:57.176422+0000 mgr.smithi116.ldeiub (mgr.14182) 322 : audit [DBG] from='client.14588 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:42:58.758 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:42:58 smithi152 bash[29762]: cluster 2023-11-15T05:42:57.327511+0000 mgr.smithi116.ldeiub (mgr.14182) 323 : cluster [DBG] pgmap v254: 97 pgs: 97 active+clean; 3.8 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:42:58.861 DEBUG:teuthology.orchestra.run.smithi116:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 7456fada-8378-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T05:42:58.875 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:42:58 smithi116 bash[25961]: audit 2023-11-15T05:42:57.176422+0000 mgr.smithi116.ldeiub (mgr.14182) 322 : audit [DBG] from='client.14588 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:42:58.875 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:42:58 smithi116 bash[25961]: cluster 2023-11-15T05:42:57.327511+0000 mgr.smithi116.ldeiub (mgr.14182) 323 : cluster [DBG] pgmap v254: 97 pgs: 97 active+clean; 3.8 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:43:00.649 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:43:00 smithi116 bash[25961]: cluster 2023-11-15T05:42:59.328656+0000 mgr.smithi116.ldeiub (mgr.14182) 324 : cluster [DBG] pgmap v255: 97 pgs: 97 active+clean; 3.8 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:43:00.758 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:43:00 smithi152 bash[29762]: cluster 2023-11-15T05:42:59.328656+0000 mgr.smithi116.ldeiub (mgr.14182) 324 : cluster [DBG] pgmap v255: 97 pgs: 97 active+clean; 3.8 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:43:02.037 INFO:teuthology.orchestra.run.smithi116.stdout: 2023-11-15T05:43:02.037 INFO:teuthology.orchestra.run.smithi116.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T05:34:36.374719Z", "last_refresh": "2023-11-15T05:42:35.388907Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T05:34:28.472277Z", "last_refresh": "2023-11-15T05:42:34.989387Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T05:34:32.474479Z", "last_refresh": "2023-11-15T05:42:35.389319Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:42:29.097442Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi116.iqxomm on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:42:39.177425Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi152.iwlujn on smithi152: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi152-iwlujn\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi152-iwlujn\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi152.iwlujn\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi152.iwlujn\nDeploy daemon haproxy.nfs.foo.smithi152.iwlujn ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi152 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi152 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:42:43.312190Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi116.seilmg on smithi116: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi116-seilmg\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi116-seilmg\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi116.seilmg\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi116.seilmg\nDeploy daemon haproxy.nfs.foo.smithi116.seilmg ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:42:43.316387Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi152.kysthx on smithi152: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:42:43.318364Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi116.vqlkps on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.116/16"}, "status": {"created": "2023-11-15T05:41:51.643812Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.116/16"}}, {"events": ["2023-11-15T05:41:45.562111Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-15T05:41:45.554912Z", "last_refresh": "2023-11-15T05:42:34.992924Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T05:34:26.558369Z", "last_refresh": "2023-11-15T05:42:34.989892Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:35:55.352857Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi116:172.21.15.116=smithi116", "smithi152:172.21.15.152=smithi152"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T05:35:55.345327Z", "last_refresh": "2023-11-15T05:42:34.990298Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:41:51.641747Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-11-15T05:41:51.636276Z", "last_refresh": "2023-11-15T05:42:35.390604Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T05:34:34.444913Z", "last_refresh": "2023-11-15T05:42:34.990702Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T05:36:22.979260Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T05:36:22.972321Z", "last_refresh": "2023-11-15T05:42:34.991597Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T05:34:30.388073Z", "last_refresh": "2023-11-15T05:42:34.991103Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-15T05:43:02.649 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:43:02 smithi116 bash[25961]: cluster 2023-11-15T05:43:01.330070+0000 mgr.smithi116.ldeiub (mgr.14182) 325 : cluster [DBG] pgmap v256: 97 pgs: 97 active+clean; 3.8 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:43:02.681 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T05:43:02.758 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:43:02 smithi152 bash[29762]: cluster 2023-11-15T05:43:01.330070+0000 mgr.smithi116.ldeiub (mgr.14182) 325 : cluster [DBG] pgmap v256: 97 pgs: 97 active+clean; 3.8 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:43:03.649 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:43:03 smithi116 bash[25961]: audit 2023-11-15T05:43:02.029687+0000 mgr.smithi116.ldeiub (mgr.14182) 326 : audit [DBG] from='client.14592 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:43:03.682 DEBUG:teuthology.orchestra.run.smithi116:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 7456fada-8378-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T05:43:03.758 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:43:03 smithi152 bash[29762]: audit 2023-11-15T05:43:02.029687+0000 mgr.smithi116.ldeiub (mgr.14182) 326 : audit [DBG] from='client.14592 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:43:04.759 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:43:04 smithi152 bash[29762]: cluster 2023-11-15T05:43:03.331252+0000 mgr.smithi116.ldeiub (mgr.14182) 327 : cluster [DBG] pgmap v257: 97 pgs: 97 active+clean; 3.8 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T05:43:04.877 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:43:04 smithi116 bash[25961]: cluster 2023-11-15T05:43:03.331252+0000 mgr.smithi116.ldeiub (mgr.14182) 327 : cluster [DBG] pgmap v257: 97 pgs: 97 active+clean; 3.8 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T05:43:06.671 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:43:06 smithi116 bash[25961]: cluster 2023-11-15T05:43:05.332424+0000 mgr.smithi116.ldeiub (mgr.14182) 328 : cluster [DBG] pgmap v258: 97 pgs: 97 active+clean; 3.8 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:43:06.758 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:43:06 smithi152 bash[29762]: cluster 2023-11-15T05:43:05.332424+0000 mgr.smithi116.ldeiub (mgr.14182) 328 : cluster [DBG] pgmap v258: 97 pgs: 97 active+clean; 3.8 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:43:07.029 INFO:teuthology.orchestra.run.smithi116.stdout: 2023-11-15T05:43:07.030 INFO:teuthology.orchestra.run.smithi116.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T05:34:36.374719Z", "last_refresh": "2023-11-15T05:42:35.388907Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T05:34:28.472277Z", "last_refresh": "2023-11-15T05:42:34.989387Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T05:34:32.474479Z", "last_refresh": "2023-11-15T05:42:35.389319Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:42:29.097442Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi116.iqxomm on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:42:39.177425Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi152.iwlujn on smithi152: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi152-iwlujn\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi152-iwlujn\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi152.iwlujn\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi152.iwlujn\nDeploy daemon haproxy.nfs.foo.smithi152.iwlujn ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi152 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi152 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:42:43.312190Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi116.seilmg on smithi116: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi116-seilmg\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi116-seilmg\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi116.seilmg\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi116.seilmg\nDeploy daemon haproxy.nfs.foo.smithi116.seilmg ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:42:43.316387Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi152.kysthx on smithi152: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:42:43.318364Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi116.vqlkps on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.116/16"}, "status": {"created": "2023-11-15T05:41:51.643812Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.116/16"}}, {"events": ["2023-11-15T05:41:45.562111Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-15T05:41:45.554912Z", "last_refresh": "2023-11-15T05:42:34.992924Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T05:34:26.558369Z", "last_refresh": "2023-11-15T05:42:34.989892Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:35:55.352857Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi116:172.21.15.116=smithi116", "smithi152:172.21.15.152=smithi152"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T05:35:55.345327Z", "last_refresh": "2023-11-15T05:42:34.990298Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:41:51.641747Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-11-15T05:41:51.636276Z", "last_refresh": "2023-11-15T05:42:35.390604Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T05:34:34.444913Z", "last_refresh": "2023-11-15T05:42:34.990702Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T05:36:22.979260Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T05:36:22.972321Z", "last_refresh": "2023-11-15T05:42:34.991597Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T05:34:30.388073Z", "last_refresh": "2023-11-15T05:42:34.991103Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-15T05:43:07.666 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T05:43:08.667 DEBUG:teuthology.orchestra.run.smithi116:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 7456fada-8378-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T05:43:08.680 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:43:08 smithi116 bash[25961]: audit 2023-11-15T05:43:07.018024+0000 mgr.smithi116.ldeiub (mgr.14182) 329 : audit [DBG] from='client.14596 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:43:08.680 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:43:08 smithi116 bash[25961]: cluster 2023-11-15T05:43:07.333623+0000 mgr.smithi116.ldeiub (mgr.14182) 330 : cluster [DBG] pgmap v259: 97 pgs: 97 active+clean; 3.8 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:43:08.758 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:43:08 smithi152 bash[29762]: audit 2023-11-15T05:43:07.018024+0000 mgr.smithi116.ldeiub (mgr.14182) 329 : audit [DBG] from='client.14596 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:43:08.758 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:43:08 smithi152 bash[29762]: cluster 2023-11-15T05:43:07.333623+0000 mgr.smithi116.ldeiub (mgr.14182) 330 : cluster [DBG] pgmap v259: 97 pgs: 97 active+clean; 3.8 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:43:10.649 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:43:10 smithi116 bash[25961]: cluster 2023-11-15T05:43:09.334936+0000 mgr.smithi116.ldeiub (mgr.14182) 331 : cluster [DBG] pgmap v260: 97 pgs: 97 active+clean; 3.8 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:43:10.758 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:43:10 smithi152 bash[29762]: cluster 2023-11-15T05:43:09.334936+0000 mgr.smithi116.ldeiub (mgr.14182) 331 : cluster [DBG] pgmap v260: 97 pgs: 97 active+clean; 3.8 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:43:11.741 INFO:teuthology.orchestra.run.smithi116.stdout: 2023-11-15T05:43:11.742 INFO:teuthology.orchestra.run.smithi116.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T05:34:36.374719Z", "last_refresh": "2023-11-15T05:42:35.388907Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T05:34:28.472277Z", "last_refresh": "2023-11-15T05:42:34.989387Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T05:34:32.474479Z", "last_refresh": "2023-11-15T05:42:35.389319Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:42:29.097442Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi116.iqxomm on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:42:39.177425Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi152.iwlujn on smithi152: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi152-iwlujn\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi152-iwlujn\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi152.iwlujn\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi152.iwlujn\nDeploy daemon haproxy.nfs.foo.smithi152.iwlujn ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi152 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi152 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:42:43.312190Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi116.seilmg on smithi116: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi116-seilmg\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi116-seilmg\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi116.seilmg\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi116.seilmg\nDeploy daemon haproxy.nfs.foo.smithi116.seilmg ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:42:43.316387Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi152.kysthx on smithi152: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:42:43.318364Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi116.vqlkps on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.116/16"}, "status": {"created": "2023-11-15T05:41:51.643812Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.116/16"}}, {"events": ["2023-11-15T05:41:45.562111Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-15T05:41:45.554912Z", "last_refresh": "2023-11-15T05:42:34.992924Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T05:34:26.558369Z", "last_refresh": "2023-11-15T05:42:34.989892Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:35:55.352857Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi116:172.21.15.116=smithi116", "smithi152:172.21.15.152=smithi152"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T05:35:55.345327Z", "last_refresh": "2023-11-15T05:42:34.990298Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:41:51.641747Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-11-15T05:41:51.636276Z", "last_refresh": "2023-11-15T05:42:35.390604Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T05:34:34.444913Z", "last_refresh": "2023-11-15T05:42:34.990702Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T05:36:22.979260Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T05:36:22.972321Z", "last_refresh": "2023-11-15T05:42:34.991597Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T05:34:30.388073Z", "last_refresh": "2023-11-15T05:42:34.991103Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-15T05:43:12.317 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T05:43:12.649 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:43:12 smithi116 bash[25961]: cluster 2023-11-15T05:43:11.336186+0000 mgr.smithi116.ldeiub (mgr.14182) 332 : cluster [DBG] pgmap v261: 97 pgs: 97 active+clean; 3.8 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:43:12.758 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:43:12 smithi152 bash[29762]: cluster 2023-11-15T05:43:11.336186+0000 mgr.smithi116.ldeiub (mgr.14182) 332 : cluster [DBG] pgmap v261: 97 pgs: 97 active+clean; 3.8 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:43:13.318 DEBUG:teuthology.orchestra.run.smithi116:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 7456fada-8378-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T05:43:13.650 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:43:13 smithi116 bash[25961]: audit 2023-11-15T05:43:11.726958+0000 mgr.smithi116.ldeiub (mgr.14182) 333 : audit [DBG] from='client.14600 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:43:13.758 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:43:13 smithi152 bash[29762]: audit 2023-11-15T05:43:11.726958+0000 mgr.smithi116.ldeiub (mgr.14182) 333 : audit [DBG] from='client.14600 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:43:14.648 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:43:14 smithi116 bash[25961]: cluster 2023-11-15T05:43:13.337765+0000 mgr.smithi116.ldeiub (mgr.14182) 334 : cluster [DBG] pgmap v262: 97 pgs: 97 active+clean; 3.8 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T05:43:14.758 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:43:14 smithi152 bash[29762]: cluster 2023-11-15T05:43:13.337765+0000 mgr.smithi116.ldeiub (mgr.14182) 334 : cluster [DBG] pgmap v262: 97 pgs: 97 active+clean; 3.8 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T05:43:16.390 INFO:teuthology.orchestra.run.smithi116.stdout: 2023-11-15T05:43:16.390 INFO:teuthology.orchestra.run.smithi116.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T05:34:36.374719Z", "last_refresh": "2023-11-15T05:42:35.388907Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T05:34:28.472277Z", "last_refresh": "2023-11-15T05:42:34.989387Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T05:34:32.474479Z", "last_refresh": "2023-11-15T05:42:35.389319Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:42:29.097442Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi116.iqxomm on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:42:39.177425Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi152.iwlujn on smithi152: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi152-iwlujn\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi152-iwlujn\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi152.iwlujn\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi152.iwlujn\nDeploy daemon haproxy.nfs.foo.smithi152.iwlujn ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi152 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi152 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:42:43.312190Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi116.seilmg on smithi116: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi116-seilmg\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi116-seilmg\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi116.seilmg\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi116.seilmg\nDeploy daemon haproxy.nfs.foo.smithi116.seilmg ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:42:43.316387Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi152.kysthx on smithi152: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:42:43.318364Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi116.vqlkps on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.116/16"}, "status": {"created": "2023-11-15T05:41:51.643812Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.116/16"}}, {"events": ["2023-11-15T05:41:45.562111Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-15T05:41:45.554912Z", "last_refresh": "2023-11-15T05:42:34.992924Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T05:34:26.558369Z", "last_refresh": "2023-11-15T05:42:34.989892Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:35:55.352857Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi116:172.21.15.116=smithi116", "smithi152:172.21.15.152=smithi152"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T05:35:55.345327Z", "last_refresh": "2023-11-15T05:42:34.990298Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:41:51.641747Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-11-15T05:41:51.636276Z", "last_refresh": "2023-11-15T05:42:35.390604Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T05:34:34.444913Z", "last_refresh": "2023-11-15T05:42:34.990702Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T05:36:22.979260Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T05:36:22.972321Z", "last_refresh": "2023-11-15T05:42:34.991597Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T05:34:30.388073Z", "last_refresh": "2023-11-15T05:42:34.991103Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-15T05:43:16.758 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:43:16 smithi152 bash[29762]: cluster 2023-11-15T05:43:15.338552+0000 mgr.smithi116.ldeiub (mgr.14182) 335 : cluster [DBG] pgmap v263: 97 pgs: 97 active+clean; 3.8 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:43:16.899 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:43:16 smithi116 bash[25961]: cluster 2023-11-15T05:43:15.338552+0000 mgr.smithi116.ldeiub (mgr.14182) 335 : cluster [DBG] pgmap v263: 97 pgs: 97 active+clean; 3.8 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:43:16.994 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T05:43:17.758 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:43:17 smithi152 bash[29762]: audit 2023-11-15T05:43:16.378738+0000 mgr.smithi116.ldeiub (mgr.14182) 336 : audit [DBG] from='client.14604 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:43:17.899 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:43:17 smithi116 bash[25961]: audit 2023-11-15T05:43:16.378738+0000 mgr.smithi116.ldeiub (mgr.14182) 336 : audit [DBG] from='client.14604 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:43:17.995 DEBUG:teuthology.orchestra.run.smithi116:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 7456fada-8378-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T05:43:18.758 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:43:18 smithi152 bash[29762]: cluster 2023-11-15T05:43:17.339674+0000 mgr.smithi116.ldeiub (mgr.14182) 337 : cluster [DBG] pgmap v264: 97 pgs: 97 active+clean; 3.8 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:43:18.900 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:43:18 smithi116 bash[25961]: cluster 2023-11-15T05:43:17.339674+0000 mgr.smithi116.ldeiub (mgr.14182) 337 : cluster [DBG] pgmap v264: 97 pgs: 97 active+clean; 3.8 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:43:20.650 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:43:20 smithi116 bash[25961]: cluster 2023-11-15T05:43:19.340771+0000 mgr.smithi116.ldeiub (mgr.14182) 338 : cluster [DBG] pgmap v265: 97 pgs: 97 active+clean; 3.8 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:43:20.758 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:43:20 smithi152 bash[29762]: cluster 2023-11-15T05:43:19.340771+0000 mgr.smithi116.ldeiub (mgr.14182) 338 : cluster [DBG] pgmap v265: 97 pgs: 97 active+clean; 3.8 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:43:21.287 INFO:teuthology.orchestra.run.smithi116.stdout: 2023-11-15T05:43:21.287 INFO:teuthology.orchestra.run.smithi116.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T05:34:36.374719Z", "last_refresh": "2023-11-15T05:42:35.388907Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T05:34:28.472277Z", "last_refresh": "2023-11-15T05:42:34.989387Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T05:34:32.474479Z", "last_refresh": "2023-11-15T05:42:35.389319Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:42:29.097442Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi116.iqxomm on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:42:39.177425Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi152.iwlujn on smithi152: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi152-iwlujn\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi152-iwlujn\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi152.iwlujn\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi152.iwlujn\nDeploy daemon haproxy.nfs.foo.smithi152.iwlujn ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi152 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi152 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:42:43.312190Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi116.seilmg on smithi116: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi116-seilmg\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi116-seilmg\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi116.seilmg\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi116.seilmg\nDeploy daemon haproxy.nfs.foo.smithi116.seilmg ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:42:43.316387Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi152.kysthx on smithi152: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:42:43.318364Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi116.vqlkps on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.116/16"}, "status": {"created": "2023-11-15T05:41:51.643812Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.116/16"}}, {"events": ["2023-11-15T05:41:45.562111Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-15T05:41:45.554912Z", "last_refresh": "2023-11-15T05:42:34.992924Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T05:34:26.558369Z", "last_refresh": "2023-11-15T05:42:34.989892Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:35:55.352857Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi116:172.21.15.116=smithi116", "smithi152:172.21.15.152=smithi152"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T05:35:55.345327Z", "last_refresh": "2023-11-15T05:42:34.990298Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:41:51.641747Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-11-15T05:41:51.636276Z", "last_refresh": "2023-11-15T05:42:35.390604Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T05:34:34.444913Z", "last_refresh": "2023-11-15T05:42:34.990702Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T05:36:22.979260Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T05:36:22.972321Z", "last_refresh": "2023-11-15T05:42:34.991597Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T05:34:30.388073Z", "last_refresh": "2023-11-15T05:42:34.991103Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-15T05:43:21.935 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T05:43:22.758 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:43:22 smithi152 bash[29762]: audit 2023-11-15T05:43:21.279610+0000 mgr.smithi116.ldeiub (mgr.14182) 339 : audit [DBG] from='client.14608 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:43:22.759 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:43:22 smithi152 bash[29762]: cluster 2023-11-15T05:43:21.341789+0000 mgr.smithi116.ldeiub (mgr.14182) 340 : cluster [DBG] pgmap v266: 97 pgs: 97 active+clean; 3.8 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:43:22.900 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:43:22 smithi116 bash[25961]: audit 2023-11-15T05:43:21.279610+0000 mgr.smithi116.ldeiub (mgr.14182) 339 : audit [DBG] from='client.14608 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:43:22.900 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:43:22 smithi116 bash[25961]: cluster 2023-11-15T05:43:21.341789+0000 mgr.smithi116.ldeiub (mgr.14182) 340 : cluster [DBG] pgmap v266: 97 pgs: 97 active+clean; 3.8 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:43:22.936 DEBUG:teuthology.orchestra.run.smithi116:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 7456fada-8378-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T05:43:24.650 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:43:24 smithi116 bash[25961]: cluster 2023-11-15T05:43:23.343011+0000 mgr.smithi116.ldeiub (mgr.14182) 341 : 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 2023-11-15T05:43:24.758 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:43:24 smithi152 bash[29762]: cluster 2023-11-15T05:43:23.343011+0000 mgr.smithi116.ldeiub (mgr.14182) 341 : 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 2023-11-15T05:43:26.083 INFO:teuthology.orchestra.run.smithi116.stdout: 2023-11-15T05:43:26.083 INFO:teuthology.orchestra.run.smithi116.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T05:34:36.374719Z", "last_refresh": "2023-11-15T05:42:35.388907Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T05:34:28.472277Z", "last_refresh": "2023-11-15T05:42:34.989387Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T05:34:32.474479Z", "last_refresh": "2023-11-15T05:42:35.389319Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:42:29.097442Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi116.iqxomm on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:42:39.177425Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi152.iwlujn on smithi152: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi152-iwlujn\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi152-iwlujn\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi152.iwlujn\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi152.iwlujn\nDeploy daemon haproxy.nfs.foo.smithi152.iwlujn ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi152 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi152 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:42:43.312190Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi116.seilmg on smithi116: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi116-seilmg\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi116-seilmg\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi116.seilmg\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi116.seilmg\nDeploy daemon haproxy.nfs.foo.smithi116.seilmg ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:42:43.316387Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi152.kysthx on smithi152: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:42:43.318364Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi116.vqlkps on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.116/16"}, "status": {"created": "2023-11-15T05:41:51.643812Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.116/16"}}, {"events": ["2023-11-15T05:41:45.562111Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-15T05:41:45.554912Z", "last_refresh": "2023-11-15T05:42:34.992924Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T05:34:26.558369Z", "last_refresh": "2023-11-15T05:42:34.989892Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:35:55.352857Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi116:172.21.15.116=smithi116", "smithi152:172.21.15.152=smithi152"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T05:35:55.345327Z", "last_refresh": "2023-11-15T05:42:34.990298Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:41:51.641747Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-11-15T05:41:51.636276Z", "last_refresh": "2023-11-15T05:42:35.390604Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T05:34:34.444913Z", "last_refresh": "2023-11-15T05:42:34.990702Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T05:36:22.979260Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T05:36:22.972321Z", "last_refresh": "2023-11-15T05:42:34.991597Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T05:34:30.388073Z", "last_refresh": "2023-11-15T05:42:34.991103Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-15T05:43:26.637 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T05:43:26.758 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:43:26 smithi152 bash[29762]: cluster 2023-11-15T05:43:25.344174+0000 mgr.smithi116.ldeiub (mgr.14182) 342 : cluster [DBG] pgmap v268: 97 pgs: 97 active+clean; 3.8 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:43:26.899 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:43:26 smithi116 bash[25961]: cluster 2023-11-15T05:43:25.344174+0000 mgr.smithi116.ldeiub (mgr.14182) 342 : cluster [DBG] pgmap v268: 97 pgs: 97 active+clean; 3.8 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:43:27.639 DEBUG:teuthology.orchestra.run.smithi116:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 7456fada-8378-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T05:43:27.758 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:43:27 smithi152 bash[29762]: audit 2023-11-15T05:43:26.075265+0000 mgr.smithi116.ldeiub (mgr.14182) 343 : audit [DBG] from='client.14612 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:43:27.899 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:43:27 smithi116 bash[25961]: audit 2023-11-15T05:43:26.075265+0000 mgr.smithi116.ldeiub (mgr.14182) 343 : audit [DBG] from='client.14612 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:43:28.754 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:43:28 smithi116 bash[25961]: cluster 2023-11-15T05:43:27.345285+0000 mgr.smithi116.ldeiub (mgr.14182) 344 : 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 2023-11-15T05:43:28.758 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:43:28 smithi152 bash[29762]: cluster 2023-11-15T05:43:27.345285+0000 mgr.smithi116.ldeiub (mgr.14182) 344 : 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 2023-11-15T05:43:30.758 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:43:30 smithi152 bash[29762]: cluster 2023-11-15T05:43:29.349219+0000 mgr.smithi116.ldeiub (mgr.14182) 345 : cluster [DBG] pgmap v270: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 170 B/s wr, 0 op/s 2023-11-15T05:43:30.758 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:43:30 smithi152 bash[29762]: cluster 2023-11-15T05:43:29.438316+0000 mon.smithi116 (mon.0) 705 : cluster [DBG] mgrmap e21: smithi116.ldeiub(active, since 7m), standbys: smithi152.uihpes 2023-11-15T05:43:30.900 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:43:30 smithi116 bash[25961]: cluster 2023-11-15T05:43:29.349219+0000 mgr.smithi116.ldeiub (mgr.14182) 345 : cluster [DBG] pgmap v270: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 170 B/s wr, 0 op/s 2023-11-15T05:43:30.900 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:43:30 smithi116 bash[25961]: cluster 2023-11-15T05:43:29.438316+0000 mon.smithi116 (mon.0) 705 : cluster [DBG] mgrmap e21: smithi116.ldeiub(active, since 7m), standbys: smithi152.uihpes 2023-11-15T05:43:30.904 INFO:teuthology.orchestra.run.smithi116.stdout: 2023-11-15T05:43:30.904 INFO:teuthology.orchestra.run.smithi116.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T05:34:36.374719Z", "last_refresh": "2023-11-15T05:42:35.388907Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T05:34:28.472277Z", "last_refresh": "2023-11-15T05:42:34.989387Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T05:34:32.474479Z", "last_refresh": "2023-11-15T05:42:35.389319Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:42:29.097442Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi116.iqxomm on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:42:39.177425Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi152.iwlujn on smithi152: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi152-iwlujn\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi152-iwlujn\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi152.iwlujn\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi152.iwlujn\nDeploy daemon haproxy.nfs.foo.smithi152.iwlujn ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi152 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi152 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:42:43.312190Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi116.seilmg on smithi116: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi116-seilmg\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi116-seilmg\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi116.seilmg\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi116.seilmg\nDeploy daemon haproxy.nfs.foo.smithi116.seilmg ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:42:43.316387Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi152.kysthx on smithi152: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:42:43.318364Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi116.vqlkps on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.116/16"}, "status": {"created": "2023-11-15T05:41:51.643812Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.116/16"}}, {"events": ["2023-11-15T05:41:45.562111Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-15T05:41:45.554912Z", "last_refresh": "2023-11-15T05:42:34.992924Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T05:34:26.558369Z", "last_refresh": "2023-11-15T05:42:34.989892Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:35:55.352857Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi116:172.21.15.116=smithi116", "smithi152:172.21.15.152=smithi152"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T05:35:55.345327Z", "last_refresh": "2023-11-15T05:42:34.990298Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:41:51.641747Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-11-15T05:41:51.636276Z", "last_refresh": "2023-11-15T05:42:35.390604Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T05:34:34.444913Z", "last_refresh": "2023-11-15T05:42:34.990702Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T05:36:22.979260Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T05:36:22.972321Z", "last_refresh": "2023-11-15T05:42:34.991597Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T05:34:30.388073Z", "last_refresh": "2023-11-15T05:42:34.991103Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-15T05:43:31.572 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T05:43:32.575 DEBUG:teuthology.orchestra.run.smithi116:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 7456fada-8378-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T05:43:32.758 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:43:32 smithi152 bash[29762]: audit 2023-11-15T05:43:30.890152+0000 mgr.smithi116.ldeiub (mgr.14182) 346 : audit [DBG] from='client.14616 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:43:32.758 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:43:32 smithi152 bash[29762]: cluster 2023-11-15T05:43:31.350331+0000 mgr.smithi116.ldeiub (mgr.14182) 347 : cluster [DBG] pgmap v271: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 170 B/s wr, 0 op/s 2023-11-15T05:43:32.900 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:43:32 smithi116 bash[25961]: audit 2023-11-15T05:43:30.890152+0000 mgr.smithi116.ldeiub (mgr.14182) 346 : audit [DBG] from='client.14616 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:43:32.900 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:43:32 smithi116 bash[25961]: cluster 2023-11-15T05:43:31.350331+0000 mgr.smithi116.ldeiub (mgr.14182) 347 : cluster [DBG] pgmap v271: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 170 B/s wr, 0 op/s 2023-11-15T05:43:34.762 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:43:34 smithi152 bash[29762]: cluster 2023-11-15T05:43:33.351484+0000 mgr.smithi116.ldeiub (mgr.14182) 348 : cluster [DBG] pgmap v272: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2023-11-15T05:43:34.900 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:43:34 smithi116 bash[25961]: cluster 2023-11-15T05:43:33.351484+0000 mgr.smithi116.ldeiub (mgr.14182) 348 : cluster [DBG] pgmap v272: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2023-11-15T05:43:35.880 INFO:teuthology.orchestra.run.smithi116.stdout: 2023-11-15T05:43:35.880 INFO:teuthology.orchestra.run.smithi116.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T05:34:36.374719Z", "last_refresh": "2023-11-15T05:42:35.388907Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T05:34:28.472277Z", "last_refresh": "2023-11-15T05:42:34.989387Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T05:34:32.474479Z", "last_refresh": "2023-11-15T05:42:35.389319Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:42:29.097442Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi116.iqxomm on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:42:39.177425Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi152.iwlujn on smithi152: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi152-iwlujn\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi152-iwlujn\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi152.iwlujn\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi152.iwlujn\nDeploy daemon haproxy.nfs.foo.smithi152.iwlujn ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi152 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi152 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:42:43.312190Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi116.seilmg on smithi116: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi116-seilmg\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi116-seilmg\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi116.seilmg\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi116.seilmg\nDeploy daemon haproxy.nfs.foo.smithi116.seilmg ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:42:43.316387Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi152.kysthx on smithi152: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:42:43.318364Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi116.vqlkps on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.116/16"}, "status": {"created": "2023-11-15T05:41:51.643812Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.116/16"}}, {"events": ["2023-11-15T05:41:45.562111Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-15T05:41:45.554912Z", "last_refresh": "2023-11-15T05:42:34.992924Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T05:34:26.558369Z", "last_refresh": "2023-11-15T05:42:34.989892Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:35:55.352857Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi116:172.21.15.116=smithi116", "smithi152:172.21.15.152=smithi152"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T05:35:55.345327Z", "last_refresh": "2023-11-15T05:42:34.990298Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:41:51.641747Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-11-15T05:41:51.636276Z", "last_refresh": "2023-11-15T05:42:35.390604Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T05:34:34.444913Z", "last_refresh": "2023-11-15T05:42:34.990702Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T05:36:22.979260Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T05:36:22.972321Z", "last_refresh": "2023-11-15T05:42:34.991597Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T05:34:30.388073Z", "last_refresh": "2023-11-15T05:42:34.991103Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-15T05:43:36.472 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T05:43:36.758 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:43:36 smithi152 bash[29762]: cluster 2023-11-15T05:43:35.352138+0000 mgr.smithi116.ldeiub (mgr.14182) 349 : cluster [DBG] pgmap v273: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 170 B/s wr, 0 op/s 2023-11-15T05:43:36.900 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:43:36 smithi116 bash[25961]: cluster 2023-11-15T05:43:35.352138+0000 mgr.smithi116.ldeiub (mgr.14182) 349 : cluster [DBG] pgmap v273: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 170 B/s wr, 0 op/s 2023-11-15T05:43:37.473 DEBUG:teuthology.orchestra.run.smithi116:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 7456fada-8378-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T05:43:37.758 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:43:37 smithi152 bash[29762]: audit 2023-11-15T05:43:35.863190+0000 mgr.smithi116.ldeiub (mgr.14182) 350 : audit [DBG] from='client.14620 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:43:37.900 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:43:37 smithi116 bash[25961]: audit 2023-11-15T05:43:35.863190+0000 mgr.smithi116.ldeiub (mgr.14182) 350 : audit [DBG] from='client.14620 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:43:38.716 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:43:38 smithi116 bash[25961]: cluster 2023-11-15T05:43:37.353227+0000 mgr.smithi116.ldeiub (mgr.14182) 351 : cluster [DBG] pgmap v274: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 170 B/s wr, 0 op/s 2023-11-15T05:43:38.758 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:43:38 smithi152 bash[29762]: cluster 2023-11-15T05:43:37.353227+0000 mgr.smithi116.ldeiub (mgr.14182) 351 : cluster [DBG] pgmap v274: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 170 B/s wr, 0 op/s 2023-11-15T05:43:40.621 INFO:teuthology.orchestra.run.smithi116.stdout: 2023-11-15T05:43:40.622 INFO:teuthology.orchestra.run.smithi116.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T05:34:36.374719Z", "last_refresh": "2023-11-15T05:42:35.388907Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T05:34:28.472277Z", "last_refresh": "2023-11-15T05:42:34.989387Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T05:34:32.474479Z", "last_refresh": "2023-11-15T05:42:35.389319Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:42:29.097442Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi116.iqxomm on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:42:39.177425Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi152.iwlujn on smithi152: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi152-iwlujn\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi152-iwlujn\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi152.iwlujn\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi152.iwlujn\nDeploy daemon haproxy.nfs.foo.smithi152.iwlujn ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi152 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi152 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:42:43.312190Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi116.seilmg on smithi116: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi116-seilmg\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi116-seilmg\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi116.seilmg\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi116.seilmg\nDeploy daemon haproxy.nfs.foo.smithi116.seilmg ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:42:43.316387Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi152.kysthx on smithi152: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:42:43.318364Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi116.vqlkps on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.116/16"}, "status": {"created": "2023-11-15T05:41:51.643812Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.116/16"}}, {"events": ["2023-11-15T05:41:45.562111Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-15T05:41:45.554912Z", "last_refresh": "2023-11-15T05:42:34.992924Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T05:34:26.558369Z", "last_refresh": "2023-11-15T05:42:34.989892Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:35:55.352857Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi116:172.21.15.116=smithi116", "smithi152:172.21.15.152=smithi152"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T05:35:55.345327Z", "last_refresh": "2023-11-15T05:42:34.990298Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:41:51.641747Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-11-15T05:41:51.636276Z", "last_refresh": "2023-11-15T05:42:35.390604Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T05:34:34.444913Z", "last_refresh": "2023-11-15T05:42:34.990702Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T05:36:22.979260Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T05:36:22.972321Z", "last_refresh": "2023-11-15T05:42:34.991597Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T05:34:30.388073Z", "last_refresh": "2023-11-15T05:42:34.991103Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-15T05:43:40.650 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:43:40 smithi116 bash[25961]: cluster 2023-11-15T05:43:39.354418+0000 mgr.smithi116.ldeiub (mgr.14182) 352 : cluster [DBG] pgmap v275: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 170 B/s wr, 0 op/s 2023-11-15T05:43:40.758 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:43:40 smithi152 bash[29762]: cluster 2023-11-15T05:43:39.354418+0000 mgr.smithi116.ldeiub (mgr.14182) 352 : cluster [DBG] pgmap v275: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 170 B/s wr, 0 op/s 2023-11-15T05:43:41.292 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T05:43:41.650 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:43:41 smithi116 bash[25961]: audit 2023-11-15T05:43:40.614569+0000 mgr.smithi116.ldeiub (mgr.14182) 353 : audit [DBG] from='client.14624 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:43:41.758 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:43:41 smithi152 bash[29762]: audit 2023-11-15T05:43:40.614569+0000 mgr.smithi116.ldeiub (mgr.14182) 353 : audit [DBG] from='client.14624 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:43:42.294 DEBUG:teuthology.orchestra.run.smithi116:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 7456fada-8378-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T05:43:42.650 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:43:42 smithi116 bash[25961]: cluster 2023-11-15T05:43:41.355730+0000 mgr.smithi116.ldeiub (mgr.14182) 354 : cluster [DBG] pgmap v276: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:43:42.758 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:43:42 smithi152 bash[29762]: cluster 2023-11-15T05:43:41.355730+0000 mgr.smithi116.ldeiub (mgr.14182) 354 : cluster [DBG] pgmap v276: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:43:43.607 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:43:43 smithi116 bash[25961]: audit 2023-11-15T05:43:43.322173+0000 mon.smithi116 (mon.0) 706 : audit [DBG] from='mgr.14182 172.21.15.116:0/1868390107' entity='mgr.smithi116.ldeiub' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-15T05:43:43.758 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:43:43 smithi152 bash[29762]: audit 2023-11-15T05:43:43.322173+0000 mon.smithi116 (mon.0) 706 : audit [DBG] from='mgr.14182 172.21.15.116:0/1868390107' entity='mgr.smithi116.ldeiub' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-15T05:43:44.758 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:43:44 smithi152 bash[29762]: cluster 2023-11-15T05:43:43.356576+0000 mgr.smithi116.ldeiub (mgr.14182) 355 : cluster [DBG] pgmap v277: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T05:43:44.900 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:43:44 smithi116 bash[25961]: cluster 2023-11-15T05:43:43.356576+0000 mgr.smithi116.ldeiub (mgr.14182) 355 : cluster [DBG] pgmap v277: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T05:43:45.431 INFO:teuthology.orchestra.run.smithi116.stdout: 2023-11-15T05:43:45.432 INFO:teuthology.orchestra.run.smithi116.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T05:34:36.374719Z", "last_refresh": "2023-11-15T05:42:35.388907Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T05:34:28.472277Z", "last_refresh": "2023-11-15T05:42:34.989387Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T05:34:32.474479Z", "last_refresh": "2023-11-15T05:42:35.389319Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:42:29.097442Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi116.iqxomm on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:42:39.177425Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi152.iwlujn on smithi152: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi152-iwlujn\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi152-iwlujn\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi152.iwlujn\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi152.iwlujn\nDeploy daemon haproxy.nfs.foo.smithi152.iwlujn ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi152 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi152 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:42:43.312190Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi116.seilmg on smithi116: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi116-seilmg\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi116-seilmg\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi116.seilmg\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi116.seilmg\nDeploy daemon haproxy.nfs.foo.smithi116.seilmg ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:42:43.316387Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi152.kysthx on smithi152: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:42:43.318364Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi116.vqlkps on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.116/16"}, "status": {"created": "2023-11-15T05:41:51.643812Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.116/16"}}, {"events": ["2023-11-15T05:41:45.562111Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-15T05:41:45.554912Z", "last_refresh": "2023-11-15T05:42:34.992924Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T05:34:26.558369Z", "last_refresh": "2023-11-15T05:42:34.989892Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:35:55.352857Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi116:172.21.15.116=smithi116", "smithi152:172.21.15.152=smithi152"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T05:35:55.345327Z", "last_refresh": "2023-11-15T05:42:34.990298Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:41:51.641747Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-11-15T05:41:51.636276Z", "last_refresh": "2023-11-15T05:42:35.390604Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T05:34:34.444913Z", "last_refresh": "2023-11-15T05:42:34.990702Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T05:36:22.979260Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T05:36:22.972321Z", "last_refresh": "2023-11-15T05:42:34.991597Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T05:34:30.388073Z", "last_refresh": "2023-11-15T05:42:34.991103Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-15T05:43:46.032 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T05:43:46.758 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:43:46 smithi152 bash[29762]: cluster 2023-11-15T05:43:45.357603+0000 mgr.smithi116.ldeiub (mgr.14182) 356 : cluster [DBG] pgmap v278: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:43:46.759 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:43:46 smithi152 bash[29762]: audit 2023-11-15T05:43:45.417224+0000 mgr.smithi116.ldeiub (mgr.14182) 357 : audit [DBG] from='client.14628 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:43:46.900 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:43:46 smithi116 bash[25961]: cluster 2023-11-15T05:43:45.357603+0000 mgr.smithi116.ldeiub (mgr.14182) 356 : cluster [DBG] pgmap v278: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:43:46.900 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:43:46 smithi116 bash[25961]: audit 2023-11-15T05:43:45.417224+0000 mgr.smithi116.ldeiub (mgr.14182) 357 : audit [DBG] from='client.14628 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:43:47.033 DEBUG:teuthology.orchestra.run.smithi116:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 7456fada-8378-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T05:43:48.488 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:43:48 smithi116 bash[25961]: cluster 2023-11-15T05:43:47.358848+0000 mgr.smithi116.ldeiub (mgr.14182) 358 : cluster [DBG] pgmap v279: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:43:48.758 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:43:48 smithi152 bash[29762]: cluster 2023-11-15T05:43:47.358848+0000 mgr.smithi116.ldeiub (mgr.14182) 358 : cluster [DBG] pgmap v279: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:43:50.297 INFO:teuthology.orchestra.run.smithi116.stdout: 2023-11-15T05:43:50.297 INFO:teuthology.orchestra.run.smithi116.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T05:34:36.374719Z", "last_refresh": "2023-11-15T05:43:50.109392Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T05:34:28.472277Z", "last_refresh": "2023-11-15T05:43:49.193857Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T05:34:32.474479Z", "last_refresh": "2023-11-15T05:43:50.109687Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:42:29.097442Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi116.iqxomm on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:42:39.177425Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi152.iwlujn on smithi152: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi152-iwlujn\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi152-iwlujn\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi152.iwlujn\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi152.iwlujn\nDeploy daemon haproxy.nfs.foo.smithi152.iwlujn ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi152 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi152 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:42:43.312190Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi116.seilmg on smithi116: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi116-seilmg\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi116-seilmg\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi116.seilmg\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi116.seilmg\nDeploy daemon haproxy.nfs.foo.smithi116.seilmg ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:42:43.316387Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi152.kysthx on smithi152: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:42:43.318364Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi116.vqlkps on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.116/16"}, "status": {"created": "2023-11-15T05:41:51.643812Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.116/16"}}, {"events": ["2023-11-15T05:41:45.562111Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-15T05:41:45.554912Z", "last_refresh": "2023-11-15T05:43:49.196316Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T05:34:26.558369Z", "last_refresh": "2023-11-15T05:43:49.194290Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:35:55.352857Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi116:172.21.15.116=smithi116", "smithi152:172.21.15.152=smithi152"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T05:35:55.345327Z", "last_refresh": "2023-11-15T05:43:49.194564Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:41:51.641747Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-11-15T05:41:51.636276Z", "last_refresh": "2023-11-15T05:43:50.110665Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T05:34:34.444913Z", "last_refresh": "2023-11-15T05:43:49.194820Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T05:36:22.979260Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T05:36:22.972321Z", "last_refresh": "2023-11-15T05:43:49.195322Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T05:34:30.388073Z", "last_refresh": "2023-11-15T05:43:49.195071Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-15T05:43:50.508 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:43:50 smithi152 bash[29762]: audit 2023-11-15T05:43:49.207309+0000 mon.smithi116 (mon.0) 707 : audit [INF] from='mgr.14182 172.21.15.116:0/1868390107' entity='mgr.smithi116.ldeiub' 2023-11-15T05:43:50.509 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:43:50 smithi152 bash[29762]: cluster 2023-11-15T05:43:49.360025+0000 mgr.smithi116.ldeiub (mgr.14182) 359 : cluster [DBG] pgmap v280: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:43:50.509 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:43:50 smithi152 bash[29762]: audit 2023-11-15T05:43:50.119523+0000 mon.smithi116 (mon.0) 708 : audit [INF] from='mgr.14182 172.21.15.116:0/1868390107' entity='mgr.smithi116.ldeiub' 2023-11-15T05:43:50.650 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:43:50 smithi116 bash[25961]: audit 2023-11-15T05:43:49.207309+0000 mon.smithi116 (mon.0) 707 : audit [INF] from='mgr.14182 172.21.15.116:0/1868390107' entity='mgr.smithi116.ldeiub' 2023-11-15T05:43:50.650 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:43:50 smithi116 bash[25961]: cluster 2023-11-15T05:43:49.360025+0000 mgr.smithi116.ldeiub (mgr.14182) 359 : cluster [DBG] pgmap v280: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:43:50.650 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:43:50 smithi116 bash[25961]: audit 2023-11-15T05:43:50.119523+0000 mon.smithi116 (mon.0) 708 : audit [INF] from='mgr.14182 172.21.15.116:0/1868390107' entity='mgr.smithi116.ldeiub' 2023-11-15T05:43:50.939 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T05:43:51.650 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:43:51 smithi116 bash[25961]: audit 2023-11-15T05:43:50.283194+0000 mgr.smithi116.ldeiub (mgr.14182) 360 : audit [DBG] from='client.14632 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:43:51.650 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:43:51 smithi116 bash[25961]: audit 2023-11-15T05:43:50.415210+0000 mon.smithi116 (mon.0) 709 : audit [DBG] from='mgr.14182 172.21.15.116:0/1868390107' entity='mgr.smithi116.ldeiub' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-15T05:43:51.650 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:43:51 smithi116 bash[25961]: audit 2023-11-15T05:43:50.416260+0000 mon.smithi116 (mon.0) 710 : audit [INF] from='mgr.14182 172.21.15.116:0/1868390107' entity='mgr.smithi116.ldeiub' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-11-15T05:43:51.651 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:43:51 smithi116 bash[25961]: audit 2023-11-15T05:43:50.423492+0000 mon.smithi116 (mon.0) 711 : audit [INF] from='mgr.14182 172.21.15.116:0/1868390107' entity='mgr.smithi116.ldeiub' 2023-11-15T05:43:51.651 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:43:51 smithi116 bash[25961]: cluster 2023-11-15T05:43:50.424232+0000 mgr.smithi116.ldeiub (mgr.14182) 361 : cluster [DBG] pgmap v281: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 92 B/s rd, 0 op/s 2023-11-15T05:43:51.651 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:43:51 smithi116 bash[25961]: audit 2023-11-15T05:43:50.429755+0000 mon.smithi116 (mon.0) 712 : audit [DBG] from='mgr.14182 172.21.15.116:0/1868390107' entity='mgr.smithi116.ldeiub' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-11-15T05:43:51.651 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:43:51 smithi116 bash[25961]: audit 2023-11-15T05:43:50.441512+0000 mon.smithi116 (mon.0) 713 : audit [INF] from='mgr.14182 172.21.15.116:0/1868390107' entity='mgr.smithi116.ldeiub' 2023-11-15T05:43:51.651 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:43:51 smithi116 bash[25961]: cephadm 2023-11-15T05:43:50.444372+0000 mgr.smithi116.ldeiub (mgr.14182) 362 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi152.sqvhxi on smithi152 2023-11-15T05:43:51.758 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:43:51 smithi152 bash[29762]: audit 2023-11-15T05:43:50.283194+0000 mgr.smithi116.ldeiub (mgr.14182) 360 : audit [DBG] from='client.14632 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:43:51.758 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:43:51 smithi152 bash[29762]: audit 2023-11-15T05:43:50.415210+0000 mon.smithi116 (mon.0) 709 : audit [DBG] from='mgr.14182 172.21.15.116:0/1868390107' entity='mgr.smithi116.ldeiub' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-15T05:43:51.759 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:43:51 smithi152 bash[29762]: audit 2023-11-15T05:43:50.416260+0000 mon.smithi116 (mon.0) 710 : audit [INF] from='mgr.14182 172.21.15.116:0/1868390107' entity='mgr.smithi116.ldeiub' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-11-15T05:43:51.759 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:43:51 smithi152 bash[29762]: audit 2023-11-15T05:43:50.423492+0000 mon.smithi116 (mon.0) 711 : audit [INF] from='mgr.14182 172.21.15.116:0/1868390107' entity='mgr.smithi116.ldeiub' 2023-11-15T05:43:51.759 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:43:51 smithi152 bash[29762]: cluster 2023-11-15T05:43:50.424232+0000 mgr.smithi116.ldeiub (mgr.14182) 361 : cluster [DBG] pgmap v281: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 92 B/s rd, 0 op/s 2023-11-15T05:43:51.759 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:43:51 smithi152 bash[29762]: audit 2023-11-15T05:43:50.429755+0000 mon.smithi116 (mon.0) 712 : audit [DBG] from='mgr.14182 172.21.15.116:0/1868390107' entity='mgr.smithi116.ldeiub' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-11-15T05:43:51.759 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:43:51 smithi152 bash[29762]: audit 2023-11-15T05:43:50.441512+0000 mon.smithi116 (mon.0) 713 : audit [INF] from='mgr.14182 172.21.15.116:0/1868390107' entity='mgr.smithi116.ldeiub' 2023-11-15T05:43:51.760 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:43:51 smithi152 bash[29762]: cephadm 2023-11-15T05:43:50.444372+0000 mgr.smithi116.ldeiub (mgr.14182) 362 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi152.sqvhxi on smithi152 2023-11-15T05:43:51.940 DEBUG:teuthology.orchestra.run.smithi116:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 7456fada-8378-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T05:43:52.650 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:43:52 smithi116 bash[25961]: cluster 2023-11-15T05:43:51.421506+0000 mon.smithi116 (mon.0) 714 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2023-11-15T05:43:52.650 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:43:52 smithi116 bash[25961]: cluster 2023-11-15T05:43:51.421570+0000 mon.smithi116 (mon.0) 715 : cluster [INF] Cluster is now healthy 2023-11-15T05:43:52.758 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:43:52 smithi152 bash[29762]: cluster 2023-11-15T05:43:51.421506+0000 mon.smithi116 (mon.0) 714 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2023-11-15T05:43:52.759 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:43:52 smithi152 bash[29762]: cluster 2023-11-15T05:43:51.421570+0000 mon.smithi116 (mon.0) 715 : cluster [INF] Cluster is now healthy 2023-11-15T05:43:53.431 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:43:53 smithi116 bash[25961]: cluster 2023-11-15T05:43:52.425069+0000 mgr.smithi116.ldeiub (mgr.14182) 363 : cluster [DBG] pgmap v282: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 92 B/s rd, 0 op/s 2023-11-15T05:43:53.758 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:43:53 smithi152 bash[29762]: cluster 2023-11-15T05:43:52.425069+0000 mgr.smithi116.ldeiub (mgr.14182) 363 : cluster [DBG] pgmap v282: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 92 B/s rd, 0 op/s 2023-11-15T05:43:54.508 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:43:54 smithi152 bash[29762]: audit 2023-11-15T05:43:54.173129+0000 mon.smithi116 (mon.0) 716 : audit [INF] from='mgr.14182 172.21.15.116:0/1868390107' entity='mgr.smithi116.ldeiub' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi152.sqvhxi"}]: dispatch 2023-11-15T05:43:54.650 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:43:54 smithi116 bash[25961]: audit 2023-11-15T05:43:54.173129+0000 mon.smithi116 (mon.0) 716 : audit [INF] from='mgr.14182 172.21.15.116:0/1868390107' entity='mgr.smithi116.ldeiub' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi152.sqvhxi"}]: dispatch 2023-11-15T05:43:55.401 INFO:teuthology.orchestra.run.smithi116.stdout: 2023-11-15T05:43:55.401 INFO:teuthology.orchestra.run.smithi116.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T05:34:36.374719Z", "last_refresh": "2023-11-15T05:43:50.109392Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T05:34:28.472277Z", "last_refresh": "2023-11-15T05:43:49.193857Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T05:34:32.474479Z", "last_refresh": "2023-11-15T05:43:50.109687Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:42:39.177425Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi152.iwlujn on smithi152: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi152-iwlujn\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi152-iwlujn\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi152.iwlujn\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi152.iwlujn\nDeploy daemon haproxy.nfs.foo.smithi152.iwlujn ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi152 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi152 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:42:43.312190Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi116.seilmg on smithi116: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi116-seilmg\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi116-seilmg\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi116.seilmg\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi116.seilmg\nDeploy daemon haproxy.nfs.foo.smithi116.seilmg ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:42:43.316387Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi152.kysthx on smithi152: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:42:43.318364Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi116.vqlkps on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:43:54.174714Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi152.sqvhxi on smithi152: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi152-sqvhxi\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi152-sqvhxi\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi152.sqvhxi\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi152.sqvhxi\nDeploy daemon haproxy.nfs.foo.smithi152.sqvhxi ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi152 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi152 -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.116/16"}, "status": {"created": "2023-11-15T05:41:51.643812Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.116/16"}}, {"events": ["2023-11-15T05:41:45.562111Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-15T05:41:45.554912Z", "last_refresh": "2023-11-15T05:43:49.196316Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T05:34:26.558369Z", "last_refresh": "2023-11-15T05:43:49.194290Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:35:55.352857Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi116:172.21.15.116=smithi116", "smithi152:172.21.15.152=smithi152"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T05:35:55.345327Z", "last_refresh": "2023-11-15T05:43:49.194564Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:41:51.641747Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-11-15T05:41:51.636276Z", "last_refresh": "2023-11-15T05:43:50.110665Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T05:34:34.444913Z", "last_refresh": "2023-11-15T05:43:49.194820Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T05:36:22.979260Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T05:36:22.972321Z", "last_refresh": "2023-11-15T05:43:49.195322Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T05:34:30.388073Z", "last_refresh": "2023-11-15T05:43:49.195071Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-15T05:43:55.652 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:43:55 smithi116 bash[25961]: cephadm 2023-11-15T05:43:54.171998+0000 mgr.smithi116.ldeiub (mgr.14182) 364 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi152-sqvhxi 2023-11-15T05:43:55.652 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:43:55 smithi116 bash[25961]: /usr/bin/docker: stdout 2023-11-15T05:43:55.653 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:43:55 smithi116 bash[25961]: /usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi152-sqvhxi 2023-11-15T05:43:55.653 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:43:55 smithi116 bash[25961]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi152.sqvhxi 2023-11-15T05:43:55.653 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:43:55 smithi116 bash[25961]: /usr/bin/docker: stdout 2023-11-15T05:43:55.653 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:43:55 smithi116 bash[25961]: /usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi152.sqvhxi 2023-11-15T05:43:55.653 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:43:55 smithi116 bash[25961]: Deploy daemon haproxy.nfs.foo.smithi152.sqvhxi ... 2023-11-15T05:43:55.654 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:43:55 smithi116 bash[25961]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi152 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T05:43:55.654 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:43:55 smithi116 bash[25961]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-15T05:43:55.654 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:43:55 smithi116 bash[25961]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-15T05:43:55.654 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:43:55 smithi116 bash[25961]: stat: stderr See 'docker run --help'. 2023-11-15T05:43:55.654 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:43:55 smithi116 bash[25961]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi152 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T05:43:55.655 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:43:55 smithi116 bash[25961]: Traceback (most recent call last): 2023-11-15T05:43:55.655 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:43:55 smithi116 bash[25961]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-11-15T05:43:55.655 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:43:55 smithi116 bash[25961]: yield (conn, connr) 2023-11-15T05:43:55.655 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:43:55 smithi116 bash[25961]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-11-15T05:43:55.655 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:43:55 smithi116 bash[25961]: code, '\n'.join(err))) 2023-11-15T05:43:55.656 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:43:55 smithi116 bash[25961]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi152-sqvhxi 2023-11-15T05:43:55.656 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:43:55 smithi116 bash[25961]: /usr/bin/docker: stdout 2023-11-15T05:43:55.656 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:43:55 smithi116 bash[25961]: /usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi152-sqvhxi 2023-11-15T05:43:55.656 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:43:55 smithi116 bash[25961]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi152.sqvhxi 2023-11-15T05:43:55.656 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:43:55 smithi116 bash[25961]: /usr/bin/docker: stdout 2023-11-15T05:43:55.657 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:43:55 smithi116 bash[25961]: /usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi152.sqvhxi 2023-11-15T05:43:55.657 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:43:55 smithi116 bash[25961]: Deploy daemon haproxy.nfs.foo.smithi152.sqvhxi ... 2023-11-15T05:43:55.657 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:43:55 smithi116 bash[25961]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi152 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T05:43:55.657 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:43:55 smithi116 bash[25961]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-15T05:43:55.657 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:43:55 smithi116 bash[25961]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-15T05:43:55.657 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:43:55 smithi116 bash[25961]: stat: stderr See 'docker run --help'. 2023-11-15T05:43:55.658 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:43:55 smithi116 bash[25961]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi152 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T05:43:55.658 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:43:55 smithi116 bash[25961]: cephadm 2023-11-15T05:43:54.172430+0000 mgr.smithi116.ldeiub (mgr.14182) 365 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi152.sqvhxi 2023-11-15T05:43:55.658 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:43:55 smithi116 bash[25961]: cephadm 2023-11-15T05:43:54.174951+0000 mgr.smithi116.ldeiub (mgr.14182) 366 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi152.sqvhxi on smithi152: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi152-sqvhxi 2023-11-15T05:43:55.658 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:43:55 smithi116 bash[25961]: /usr/bin/docker: stdout 2023-11-15T05:43:55.659 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:43:55 smithi116 bash[25961]: /usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi152-sqvhxi 2023-11-15T05:43:55.659 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:43:55 smithi116 bash[25961]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi152.sqvhxi 2023-11-15T05:43:55.659 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:43:55 smithi116 bash[25961]: /usr/bin/docker: stdout 2023-11-15T05:43:55.659 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:43:55 smithi116 bash[25961]: /usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi152.sqvhxi 2023-11-15T05:43:55.659 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:43:55 smithi116 bash[25961]: Deploy daemon haproxy.nfs.foo.smithi152.sqvhxi ... 2023-11-15T05:43:55.659 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:43:55 smithi116 bash[25961]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi152 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T05:43:55.660 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:43:55 smithi116 bash[25961]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-15T05:43:55.660 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:43:55 smithi116 bash[25961]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-15T05:43:55.660 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:43:55 smithi116 bash[25961]: stat: stderr See 'docker run --help'. 2023-11-15T05:43:55.660 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:43:55 smithi116 bash[25961]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi152 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T05:43:55.661 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:43:55 smithi116 bash[25961]: cephadm 2023-11-15T05:43:54.180029+0000 mgr.smithi116.ldeiub (mgr.14182) 367 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi116.rwvxea on smithi116 2023-11-15T05:43:55.661 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:43:55 smithi116 bash[25961]: cluster 2023-11-15T05:43:54.426045+0000 mgr.smithi116.ldeiub (mgr.14182) 368 : cluster [DBG] pgmap v283: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 92 B/s rd, 0 op/s 2023-11-15T05:43:55.758 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:43:55 smithi152 bash[29762]: cephadm 2023-11-15T05:43:54.171998+0000 mgr.smithi116.ldeiub (mgr.14182) 364 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi152-sqvhxi 2023-11-15T05:43:55.759 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:43:55 smithi152 bash[29762]: /usr/bin/docker: stdout 2023-11-15T05:43:55.759 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:43:55 smithi152 bash[29762]: /usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi152-sqvhxi 2023-11-15T05:43:55.759 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:43:55 smithi152 bash[29762]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi152.sqvhxi 2023-11-15T05:43:55.759 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:43:55 smithi152 bash[29762]: /usr/bin/docker: stdout 2023-11-15T05:43:55.760 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:43:55 smithi152 bash[29762]: /usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi152.sqvhxi 2023-11-15T05:43:55.760 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:43:55 smithi152 bash[29762]: Deploy daemon haproxy.nfs.foo.smithi152.sqvhxi ... 2023-11-15T05:43:55.760 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:43:55 smithi152 bash[29762]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi152 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T05:43:55.760 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:43:55 smithi152 bash[29762]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-15T05:43:55.760 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:43:55 smithi152 bash[29762]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-15T05:43:55.761 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:43:55 smithi152 bash[29762]: stat: stderr See 'docker run --help'. 2023-11-15T05:43:55.761 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:43:55 smithi152 bash[29762]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi152 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T05:43:55.761 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:43:55 smithi152 bash[29762]: Traceback (most recent call last): 2023-11-15T05:43:55.761 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:43:55 smithi152 bash[29762]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-11-15T05:43:55.762 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:43:55 smithi152 bash[29762]: yield (conn, connr) 2023-11-15T05:43:55.762 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:43:55 smithi152 bash[29762]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-11-15T05:43:55.762 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:43:55 smithi152 bash[29762]: code, '\n'.join(err))) 2023-11-15T05:43:55.762 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:43:55 smithi152 bash[29762]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi152-sqvhxi 2023-11-15T05:43:55.762 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:43:55 smithi152 bash[29762]: /usr/bin/docker: stdout 2023-11-15T05:43:55.763 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:43:55 smithi152 bash[29762]: /usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi152-sqvhxi 2023-11-15T05:43:55.763 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:43:55 smithi152 bash[29762]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi152.sqvhxi 2023-11-15T05:43:55.763 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:43:55 smithi152 bash[29762]: /usr/bin/docker: stdout 2023-11-15T05:43:55.763 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:43:55 smithi152 bash[29762]: /usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi152.sqvhxi 2023-11-15T05:43:55.763 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:43:55 smithi152 bash[29762]: Deploy daemon haproxy.nfs.foo.smithi152.sqvhxi ... 2023-11-15T05:43:55.763 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:43:55 smithi152 bash[29762]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi152 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T05:43:55.764 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:43:55 smithi152 bash[29762]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-15T05:43:55.764 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:43:55 smithi152 bash[29762]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-15T05:43:55.764 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:43:55 smithi152 bash[29762]: stat: stderr See 'docker run --help'. 2023-11-15T05:43:55.764 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:43:55 smithi152 bash[29762]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi152 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T05:43:55.764 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:43:55 smithi152 bash[29762]: cephadm 2023-11-15T05:43:54.172430+0000 mgr.smithi116.ldeiub (mgr.14182) 365 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi152.sqvhxi 2023-11-15T05:43:55.765 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:43:55 smithi152 bash[29762]: cephadm 2023-11-15T05:43:54.174951+0000 mgr.smithi116.ldeiub (mgr.14182) 366 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi152.sqvhxi on smithi152: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi152-sqvhxi 2023-11-15T05:43:55.765 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:43:55 smithi152 bash[29762]: /usr/bin/docker: stdout 2023-11-15T05:43:55.765 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:43:55 smithi152 bash[29762]: /usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi152-sqvhxi 2023-11-15T05:43:55.765 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:43:55 smithi152 bash[29762]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi152.sqvhxi 2023-11-15T05:43:55.765 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:43:55 smithi152 bash[29762]: /usr/bin/docker: stdout 2023-11-15T05:43:55.766 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:43:55 smithi152 bash[29762]: /usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi152.sqvhxi 2023-11-15T05:43:55.767 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:43:55 smithi152 bash[29762]: Deploy daemon haproxy.nfs.foo.smithi152.sqvhxi ... 2023-11-15T05:43:55.767 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:43:55 smithi152 bash[29762]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi152 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T05:43:55.767 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:43:55 smithi152 bash[29762]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-15T05:43:55.767 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:43:55 smithi152 bash[29762]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-15T05:43:55.768 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:43:55 smithi152 bash[29762]: stat: stderr See 'docker run --help'. 2023-11-15T05:43:55.768 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:43:55 smithi152 bash[29762]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi152 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T05:43:55.768 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:43:55 smithi152 bash[29762]: cephadm 2023-11-15T05:43:54.180029+0000 mgr.smithi116.ldeiub (mgr.14182) 367 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi116.rwvxea on smithi116 2023-11-15T05:43:55.768 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:43:55 smithi152 bash[29762]: cluster 2023-11-15T05:43:54.426045+0000 mgr.smithi116.ldeiub (mgr.14182) 368 : cluster [DBG] pgmap v283: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 92 B/s rd, 0 op/s 2023-11-15T05:43:56.004 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T05:43:56.650 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:43:56 smithi116 bash[25961]: audit 2023-11-15T05:43:55.393448+0000 mgr.smithi116.ldeiub (mgr.14182) 369 : audit [DBG] from='client.14636 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:43:56.758 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:43:56 smithi152 bash[29762]: audit 2023-11-15T05:43:55.393448+0000 mgr.smithi116.ldeiub (mgr.14182) 369 : audit [DBG] from='client.14636 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:43:57.006 DEBUG:teuthology.orchestra.run.smithi116:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 7456fada-8378-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T05:43:57.624 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:43:57 smithi116 bash[25961]: cluster 2023-11-15T05:43:56.427126+0000 mgr.smithi116.ldeiub (mgr.14182) 370 : cluster [DBG] pgmap v284: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 92 B/s rd, 0 op/s 2023-11-15T05:43:57.758 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:43:57 smithi152 bash[29762]: cluster 2023-11-15T05:43:56.427126+0000 mgr.smithi116.ldeiub (mgr.14182) 370 : cluster [DBG] pgmap v284: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 92 B/s rd, 0 op/s 2023-11-15T05:43:59.758 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:43:59 smithi152 bash[29762]: cluster 2023-11-15T05:43:58.428119+0000 mgr.smithi116.ldeiub (mgr.14182) 371 : cluster [DBG] pgmap v285: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 92 B/s rd, 0 op/s 2023-11-15T05:43:59.759 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:43:59 smithi152 bash[29762]: cephadm 2023-11-15T05:43:58.543006+0000 mgr.smithi116.ldeiub (mgr.14182) 372 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi116-rwvxea 2023-11-15T05:43:59.759 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:43:59 smithi152 bash[29762]: /usr/bin/docker: stdout 2023-11-15T05:43:59.759 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:43:59 smithi152 bash[29762]: /usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi116-rwvxea 2023-11-15T05:43:59.759 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:43:59 smithi152 bash[29762]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi116.rwvxea 2023-11-15T05:43:59.760 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:43:59 smithi152 bash[29762]: /usr/bin/docker: stdout 2023-11-15T05:43:59.760 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:43:59 smithi152 bash[29762]: /usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi116.rwvxea 2023-11-15T05:43:59.760 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:43:59 smithi152 bash[29762]: Deploy daemon haproxy.nfs.foo.smithi116.rwvxea ... 2023-11-15T05:43:59.760 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:43:59 smithi152 bash[29762]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T05:43:59.760 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:43:59 smithi152 bash[29762]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-15T05:43:59.761 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:43:59 smithi152 bash[29762]: stat: stderr 2.3: Pulling from library/haproxy 2023-11-15T05:43:59.761 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:43:59 smithi152 bash[29762]: stat: stderr docker: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-15T05:43:59.761 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:43:59 smithi152 bash[29762]: stat: stderr See 'docker run --help'. 2023-11-15T05:43:59.761 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:43:59 smithi152 bash[29762]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T05:43:59.761 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:43:59 smithi152 bash[29762]: Traceback (most recent call last): 2023-11-15T05:43:59.762 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:43:59 smithi152 bash[29762]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-11-15T05:43:59.762 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:43:59 smithi152 bash[29762]: yield (conn, connr) 2023-11-15T05:43:59.762 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:43:59 smithi152 bash[29762]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-11-15T05:43:59.762 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:43:59 smithi152 bash[29762]: code, '\n'.join(err))) 2023-11-15T05:43:59.762 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:43:59 smithi152 bash[29762]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi116-rwvxea 2023-11-15T05:43:59.763 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:43:59 smithi152 bash[29762]: /usr/bin/docker: stdout 2023-11-15T05:43:59.763 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:43:59 smithi152 bash[29762]: /usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi116-rwvxea 2023-11-15T05:43:59.763 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:43:59 smithi152 bash[29762]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi116.rwvxea 2023-11-15T05:43:59.763 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:43:59 smithi152 bash[29762]: /usr/bin/docker: stdout 2023-11-15T05:43:59.763 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:43:59 smithi152 bash[29762]: /usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi116.rwvxea 2023-11-15T05:43:59.763 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:43:59 smithi152 bash[29762]: Deploy daemon haproxy.nfs.foo.smithi116.rwvxea ... 2023-11-15T05:43:59.764 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:43:59 smithi152 bash[29762]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T05:43:59.764 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:43:59 smithi152 bash[29762]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-15T05:43:59.764 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:43:59 smithi152 bash[29762]: stat: stderr 2.3: Pulling from library/haproxy 2023-11-15T05:43:59.765 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:43:59 smithi152 bash[29762]: stat: stderr docker: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-15T05:43:59.765 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:43:59 smithi152 bash[29762]: stat: stderr See 'docker run --help'. 2023-11-15T05:43:59.765 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:43:59 smithi152 bash[29762]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T05:43:59.765 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:43:59 smithi152 bash[29762]: cephadm 2023-11-15T05:43:58.543601+0000 mgr.smithi116.ldeiub (mgr.14182) 373 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi116.rwvxea 2023-11-15T05:43:59.765 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:43:59 smithi152 bash[29762]: audit 2023-11-15T05:43:58.544674+0000 mon.smithi116 (mon.0) 717 : audit [INF] from='mgr.14182 172.21.15.116:0/1868390107' entity='mgr.smithi116.ldeiub' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi116.rwvxea"}]: dispatch 2023-11-15T05:43:59.766 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:43:59 smithi152 bash[29762]: cephadm 2023-11-15T05:43:58.546528+0000 mgr.smithi116.ldeiub (mgr.14182) 374 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi116.rwvxea on smithi116: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi116-rwvxea 2023-11-15T05:43:59.766 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:43:59 smithi152 bash[29762]: /usr/bin/docker: stdout 2023-11-15T05:43:59.766 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:43:59 smithi152 bash[29762]: /usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi116-rwvxea 2023-11-15T05:43:59.766 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:43:59 smithi152 bash[29762]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi116.rwvxea 2023-11-15T05:43:59.766 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:43:59 smithi152 bash[29762]: /usr/bin/docker: stdout 2023-11-15T05:43:59.767 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:43:59 smithi152 bash[29762]: /usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi116.rwvxea 2023-11-15T05:43:59.767 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:43:59 smithi152 bash[29762]: Deploy daemon haproxy.nfs.foo.smithi116.rwvxea ... 2023-11-15T05:43:59.767 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:43:59 smithi152 bash[29762]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T05:43:59.767 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:43:59 smithi152 bash[29762]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-15T05:43:59.767 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:43:59 smithi152 bash[29762]: stat: stderr 2.3: Pulling from library/haproxy 2023-11-15T05:43:59.768 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:43:59 smithi152 bash[29762]: stat: stderr docker: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-15T05:43:59.768 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:43:59 smithi152 bash[29762]: stat: stderr See 'docker run --help'. 2023-11-15T05:43:59.768 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:43:59 smithi152 bash[29762]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T05:43:59.768 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:43:59 smithi152 bash[29762]: cephadm 2023-11-15T05:43:58.550745+0000 mgr.smithi116.ldeiub (mgr.14182) 375 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi152.ftjurj on smithi152: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-11-15T05:43:59.768 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:43:59 smithi152 bash[29762]: cephadm 2023-11-15T05:43:58.552497+0000 mgr.smithi116.ldeiub (mgr.14182) 376 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi116.fmpfdt on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-11-15T05:43:59.768 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:43:59 smithi152 bash[29762]: cluster 2023-11-15T05:43:58.553281+0000 mgr.smithi116.ldeiub (mgr.14182) 377 : cluster [DBG] pgmap v286: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 111 B/s rd, 0 op/s 2023-11-15T05:43:59.900 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:43:59 smithi116 bash[25961]: cluster 2023-11-15T05:43:58.428119+0000 mgr.smithi116.ldeiub (mgr.14182) 371 : cluster [DBG] pgmap v285: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 92 B/s rd, 0 op/s 2023-11-15T05:43:59.901 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:43:59 smithi116 bash[25961]: cephadm 2023-11-15T05:43:58.543006+0000 mgr.smithi116.ldeiub (mgr.14182) 372 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi116-rwvxea 2023-11-15T05:43:59.901 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:43:59 smithi116 bash[25961]: /usr/bin/docker: stdout 2023-11-15T05:43:59.901 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:43:59 smithi116 bash[25961]: /usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi116-rwvxea 2023-11-15T05:43:59.901 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:43:59 smithi116 bash[25961]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi116.rwvxea 2023-11-15T05:43:59.901 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:43:59 smithi116 bash[25961]: /usr/bin/docker: stdout 2023-11-15T05:43:59.902 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:43:59 smithi116 bash[25961]: /usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi116.rwvxea 2023-11-15T05:43:59.902 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:43:59 smithi116 bash[25961]: Deploy daemon haproxy.nfs.foo.smithi116.rwvxea ... 2023-11-15T05:43:59.902 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:43:59 smithi116 bash[25961]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T05:43:59.902 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:43:59 smithi116 bash[25961]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-15T05:43:59.902 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:43:59 smithi116 bash[25961]: stat: stderr 2.3: Pulling from library/haproxy 2023-11-15T05:43:59.903 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:43:59 smithi116 bash[25961]: stat: stderr docker: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-15T05:43:59.903 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:43:59 smithi116 bash[25961]: stat: stderr See 'docker run --help'. 2023-11-15T05:43:59.903 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:43:59 smithi116 bash[25961]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T05:43:59.903 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:43:59 smithi116 bash[25961]: Traceback (most recent call last): 2023-11-15T05:43:59.904 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:43:59 smithi116 bash[25961]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-11-15T05:43:59.904 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:43:59 smithi116 bash[25961]: yield (conn, connr) 2023-11-15T05:43:59.904 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:43:59 smithi116 bash[25961]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-11-15T05:43:59.904 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:43:59 smithi116 bash[25961]: code, '\n'.join(err))) 2023-11-15T05:43:59.904 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:43:59 smithi116 bash[25961]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi116-rwvxea 2023-11-15T05:43:59.905 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:43:59 smithi116 bash[25961]: /usr/bin/docker: stdout 2023-11-15T05:43:59.905 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:43:59 smithi116 bash[25961]: /usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi116-rwvxea 2023-11-15T05:43:59.905 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:43:59 smithi116 bash[25961]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi116.rwvxea 2023-11-15T05:43:59.905 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:43:59 smithi116 bash[25961]: /usr/bin/docker: stdout 2023-11-15T05:43:59.905 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:43:59 smithi116 bash[25961]: /usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi116.rwvxea 2023-11-15T05:43:59.906 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:43:59 smithi116 bash[25961]: Deploy daemon haproxy.nfs.foo.smithi116.rwvxea ... 2023-11-15T05:43:59.906 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:43:59 smithi116 bash[25961]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T05:43:59.906 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:43:59 smithi116 bash[25961]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-15T05:43:59.907 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:43:59 smithi116 bash[25961]: stat: stderr 2.3: Pulling from library/haproxy 2023-11-15T05:43:59.907 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:43:59 smithi116 bash[25961]: stat: stderr docker: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-15T05:43:59.907 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:43:59 smithi116 bash[25961]: stat: stderr See 'docker run --help'. 2023-11-15T05:43:59.907 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:43:59 smithi116 bash[25961]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T05:43:59.907 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:43:59 smithi116 bash[25961]: cephadm 2023-11-15T05:43:58.543601+0000 mgr.smithi116.ldeiub (mgr.14182) 373 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi116.rwvxea 2023-11-15T05:43:59.908 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:43:59 smithi116 bash[25961]: audit 2023-11-15T05:43:58.544674+0000 mon.smithi116 (mon.0) 717 : audit [INF] from='mgr.14182 172.21.15.116:0/1868390107' entity='mgr.smithi116.ldeiub' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi116.rwvxea"}]: dispatch 2023-11-15T05:43:59.908 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:43:59 smithi116 bash[25961]: cephadm 2023-11-15T05:43:58.546528+0000 mgr.smithi116.ldeiub (mgr.14182) 374 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi116.rwvxea on smithi116: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi116-rwvxea 2023-11-15T05:43:59.908 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:43:59 smithi116 bash[25961]: /usr/bin/docker: stdout 2023-11-15T05:43:59.908 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:43:59 smithi116 bash[25961]: /usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi116-rwvxea 2023-11-15T05:43:59.908 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:43:59 smithi116 bash[25961]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi116.rwvxea 2023-11-15T05:43:59.909 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:43:59 smithi116 bash[25961]: /usr/bin/docker: stdout 2023-11-15T05:43:59.909 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:43:59 smithi116 bash[25961]: /usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi116.rwvxea 2023-11-15T05:43:59.909 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:43:59 smithi116 bash[25961]: Deploy daemon haproxy.nfs.foo.smithi116.rwvxea ... 2023-11-15T05:43:59.909 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:43:59 smithi116 bash[25961]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T05:43:59.909 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:43:59 smithi116 bash[25961]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-15T05:43:59.910 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:43:59 smithi116 bash[25961]: stat: stderr 2.3: Pulling from library/haproxy 2023-11-15T05:43:59.910 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:43:59 smithi116 bash[25961]: stat: stderr docker: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-15T05:43:59.910 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:43:59 smithi116 bash[25961]: stat: stderr See 'docker run --help'. 2023-11-15T05:43:59.911 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:43:59 smithi116 bash[25961]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T05:43:59.911 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:43:59 smithi116 bash[25961]: cephadm 2023-11-15T05:43:58.550745+0000 mgr.smithi116.ldeiub (mgr.14182) 375 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi152.ftjurj on smithi152: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-11-15T05:43:59.911 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:43:59 smithi116 bash[25961]: cephadm 2023-11-15T05:43:58.552497+0000 mgr.smithi116.ldeiub (mgr.14182) 376 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi116.fmpfdt on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-11-15T05:43:59.911 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:43:59 smithi116 bash[25961]: cluster 2023-11-15T05:43:58.553281+0000 mgr.smithi116.ldeiub (mgr.14182) 377 : cluster [DBG] pgmap v286: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 111 B/s rd, 0 op/s 2023-11-15T05:44:00.650 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:44:00 smithi116 bash[25961]: cluster 2023-11-15T05:43:59.481821+0000 mon.smithi116 (mon.0) 718 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2023-11-15T05:44:00.758 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:44:00 smithi152 bash[29762]: cluster 2023-11-15T05:43:59.481821+0000 mon.smithi116 (mon.0) 718 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2023-11-15T05:44:00.779 INFO:teuthology.orchestra.run.smithi116.stdout: 2023-11-15T05:44:00.780 INFO:teuthology.orchestra.run.smithi116.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T05:34:36.374719Z", "last_refresh": "2023-11-15T05:43:50.109392Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T05:34:28.472277Z", "last_refresh": "2023-11-15T05:43:49.193857Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T05:34:32.474479Z", "last_refresh": "2023-11-15T05:43:50.109687Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:42:43.318364Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi116.vqlkps on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:43:54.174714Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi152.sqvhxi on smithi152: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi152-sqvhxi\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi152-sqvhxi\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi152.sqvhxi\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi152.sqvhxi\nDeploy daemon haproxy.nfs.foo.smithi152.sqvhxi ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi152 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi152 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:43:58.546211Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi116.rwvxea on smithi116: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi116-rwvxea\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi116-rwvxea\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi116.rwvxea\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi116.rwvxea\nDeploy daemon haproxy.nfs.foo.smithi116.rwvxea ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr 2.3: Pulling from library/haproxy\nstat: stderr docker: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:43:58.550631Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi152.ftjurj on smithi152: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:43:58.552387Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi116.fmpfdt on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.116/16"}, "status": {"created": "2023-11-15T05:41:51.643812Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.116/16"}}, {"events": ["2023-11-15T05:41:45.562111Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-15T05:41:45.554912Z", "last_refresh": "2023-11-15T05:43:49.196316Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T05:34:26.558369Z", "last_refresh": "2023-11-15T05:43:49.194290Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:35:55.352857Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi116:172.21.15.116=smithi116", "smithi152:172.21.15.152=smithi152"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T05:35:55.345327Z", "last_refresh": "2023-11-15T05:43:49.194564Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:41:51.641747Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-11-15T05:41:51.636276Z", "last_refresh": "2023-11-15T05:43:50.110665Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T05:34:34.444913Z", "last_refresh": "2023-11-15T05:43:49.194820Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T05:36:22.979260Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T05:36:22.972321Z", "last_refresh": "2023-11-15T05:43:49.195322Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T05:34:30.388073Z", "last_refresh": "2023-11-15T05:43:49.195071Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-15T05:44:01.440 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T05:44:02.008 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:44:01 smithi152 bash[29762]: cluster 2023-11-15T05:44:00.554598+0000 mgr.smithi116.ldeiub (mgr.14182) 378 : cluster [DBG] pgmap v287: 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 2023-11-15T05:44:02.008 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:44:01 smithi152 bash[29762]: audit 2023-11-15T05:44:00.693008+0000 mon.smithi116 (mon.0) 719 : audit [INF] from='mgr.14182 172.21.15.116:0/1868390107' entity='mgr.smithi116.ldeiub' 2023-11-15T05:44:02.150 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:44:01 smithi116 bash[25961]: cluster 2023-11-15T05:44:00.554598+0000 mgr.smithi116.ldeiub (mgr.14182) 378 : cluster [DBG] pgmap v287: 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 2023-11-15T05:44:02.150 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:44:01 smithi116 bash[25961]: audit 2023-11-15T05:44:00.693008+0000 mon.smithi116 (mon.0) 719 : audit [INF] from='mgr.14182 172.21.15.116:0/1868390107' entity='mgr.smithi116.ldeiub' 2023-11-15T05:44:02.441 DEBUG:teuthology.orchestra.run.smithi116:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 7456fada-8378-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T05:44:02.900 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:44:02 smithi116 bash[25961]: audit 2023-11-15T05:44:00.767867+0000 mgr.smithi116.ldeiub (mgr.14182) 379 : audit [DBG] from='client.14640 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:44:03.008 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:44:02 smithi152 bash[29762]: audit 2023-11-15T05:44:00.767867+0000 mgr.smithi116.ldeiub (mgr.14182) 379 : audit [DBG] from='client.14640 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:44:03.831 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:44:03 smithi116 bash[25961]: cluster 2023-11-15T05:44:02.555706+0000 mgr.smithi116.ldeiub (mgr.14182) 380 : cluster [DBG] pgmap v288: 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 2023-11-15T05:44:04.008 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:44:03 smithi152 bash[29762]: cluster 2023-11-15T05:44:02.555706+0000 mgr.smithi116.ldeiub (mgr.14182) 380 : cluster [DBG] pgmap v288: 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 2023-11-15T05:44:05.637 INFO:teuthology.orchestra.run.smithi116.stdout: 2023-11-15T05:44:05.638 INFO:teuthology.orchestra.run.smithi116.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T05:34:36.374719Z", "last_refresh": "2023-11-15T05:43:50.109392Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T05:34:28.472277Z", "last_refresh": "2023-11-15T05:43:49.193857Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T05:34:32.474479Z", "last_refresh": "2023-11-15T05:43:50.109687Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:42:43.318364Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi116.vqlkps on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:43:54.174714Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi152.sqvhxi on smithi152: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi152-sqvhxi\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi152-sqvhxi\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi152.sqvhxi\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi152.sqvhxi\nDeploy daemon haproxy.nfs.foo.smithi152.sqvhxi ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi152 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi152 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:43:58.546211Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi116.rwvxea on smithi116: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi116-rwvxea\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi116-rwvxea\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi116.rwvxea\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi116.rwvxea\nDeploy daemon haproxy.nfs.foo.smithi116.rwvxea ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr 2.3: Pulling from library/haproxy\nstat: stderr docker: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:43:58.550631Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi152.ftjurj on smithi152: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:43:58.552387Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi116.fmpfdt on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.116/16"}, "status": {"created": "2023-11-15T05:41:51.643812Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.116/16"}}, {"events": ["2023-11-15T05:41:45.562111Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-15T05:41:45.554912Z", "last_refresh": "2023-11-15T05:43:49.196316Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T05:34:26.558369Z", "last_refresh": "2023-11-15T05:43:49.194290Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:35:55.352857Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi116:172.21.15.116=smithi116", "smithi152:172.21.15.152=smithi152"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T05:35:55.345327Z", "last_refresh": "2023-11-15T05:43:49.194564Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:41:51.641747Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-11-15T05:41:51.636276Z", "last_refresh": "2023-11-15T05:43:50.110665Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T05:34:34.444913Z", "last_refresh": "2023-11-15T05:43:49.194820Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T05:36:22.979260Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T05:36:22.972321Z", "last_refresh": "2023-11-15T05:43:49.195322Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T05:34:30.388073Z", "last_refresh": "2023-11-15T05:43:49.195071Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-15T05:44:05.650 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:44:05 smithi116 bash[25961]: cluster 2023-11-15T05:44:04.556898+0000 mgr.smithi116.ldeiub (mgr.14182) 381 : cluster [DBG] pgmap v289: 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 2023-11-15T05:44:05.758 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:44:05 smithi152 bash[29762]: cluster 2023-11-15T05:44:04.556898+0000 mgr.smithi116.ldeiub (mgr.14182) 381 : cluster [DBG] pgmap v289: 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 2023-11-15T05:44:06.263 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T05:44:06.650 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:44:06 smithi116 bash[25961]: audit 2023-11-15T05:44:05.623309+0000 mgr.smithi116.ldeiub (mgr.14182) 382 : audit [DBG] from='client.14644 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:44:06.758 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:44:06 smithi152 bash[29762]: audit 2023-11-15T05:44:05.623309+0000 mgr.smithi116.ldeiub (mgr.14182) 382 : audit [DBG] from='client.14644 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:44:07.265 DEBUG:teuthology.orchestra.run.smithi116:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 7456fada-8378-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T05:44:07.650 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:44:07 smithi116 bash[25961]: cluster 2023-11-15T05:44:06.558305+0000 mgr.smithi116.ldeiub (mgr.14182) 383 : cluster [DBG] pgmap v290: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 101 B/s rd, 0 op/s 2023-11-15T05:44:07.758 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:44:07 smithi152 bash[29762]: cluster 2023-11-15T05:44:06.558305+0000 mgr.smithi116.ldeiub (mgr.14182) 383 : cluster [DBG] pgmap v290: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 101 B/s rd, 0 op/s 2023-11-15T05:44:09.884 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:44:09 smithi116 bash[25961]: cluster 2023-11-15T05:44:08.559473+0000 mgr.smithi116.ldeiub (mgr.14182) 384 : cluster [DBG] pgmap v291: 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 2023-11-15T05:44:10.008 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:44:09 smithi152 bash[29762]: cluster 2023-11-15T05:44:08.559473+0000 mgr.smithi116.ldeiub (mgr.14182) 384 : cluster [DBG] pgmap v291: 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 2023-11-15T05:44:10.332 INFO:teuthology.orchestra.run.smithi116.stdout: 2023-11-15T05:44:10.332 INFO:teuthology.orchestra.run.smithi116.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T05:34:36.374719Z", "last_refresh": "2023-11-15T05:43:50.109392Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T05:34:28.472277Z", "last_refresh": "2023-11-15T05:43:49.193857Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T05:34:32.474479Z", "last_refresh": "2023-11-15T05:43:50.109687Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:42:43.318364Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi116.vqlkps on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:43:54.174714Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi152.sqvhxi on smithi152: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi152-sqvhxi\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi152-sqvhxi\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi152.sqvhxi\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi152.sqvhxi\nDeploy daemon haproxy.nfs.foo.smithi152.sqvhxi ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi152 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi152 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:43:58.546211Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi116.rwvxea on smithi116: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi116-rwvxea\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi116-rwvxea\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi116.rwvxea\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi116.rwvxea\nDeploy daemon haproxy.nfs.foo.smithi116.rwvxea ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr 2.3: Pulling from library/haproxy\nstat: stderr docker: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:43:58.550631Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi152.ftjurj on smithi152: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:43:58.552387Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi116.fmpfdt on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.116/16"}, "status": {"created": "2023-11-15T05:41:51.643812Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.116/16"}}, {"events": ["2023-11-15T05:41:45.562111Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-15T05:41:45.554912Z", "last_refresh": "2023-11-15T05:43:49.196316Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T05:34:26.558369Z", "last_refresh": "2023-11-15T05:43:49.194290Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:35:55.352857Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi116:172.21.15.116=smithi116", "smithi152:172.21.15.152=smithi152"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T05:35:55.345327Z", "last_refresh": "2023-11-15T05:43:49.194564Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:41:51.641747Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-11-15T05:41:51.636276Z", "last_refresh": "2023-11-15T05:43:50.110665Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T05:34:34.444913Z", "last_refresh": "2023-11-15T05:43:49.194820Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T05:36:22.979260Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T05:36:22.972321Z", "last_refresh": "2023-11-15T05:43:49.195322Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T05:34:30.388073Z", "last_refresh": "2023-11-15T05:43:49.195071Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-15T05:44:10.984 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T05:44:11.900 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:44:11 smithi116 bash[25961]: audit 2023-11-15T05:44:10.320040+0000 mgr.smithi116.ldeiub (mgr.14182) 385 : audit [DBG] from='client.14648 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:44:11.900 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:44:11 smithi116 bash[25961]: cluster 2023-11-15T05:44:10.560838+0000 mgr.smithi116.ldeiub (mgr.14182) 386 : cluster [DBG] pgmap v292: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:44:11.985 DEBUG:teuthology.orchestra.run.smithi116:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 7456fada-8378-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T05:44:12.008 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:44:11 smithi152 bash[29762]: audit 2023-11-15T05:44:10.320040+0000 mgr.smithi116.ldeiub (mgr.14182) 385 : audit [DBG] from='client.14648 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:44:12.009 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:44:11 smithi152 bash[29762]: cluster 2023-11-15T05:44:10.560838+0000 mgr.smithi116.ldeiub (mgr.14182) 386 : cluster [DBG] pgmap v292: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:44:13.900 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:44:13 smithi116 bash[25961]: cluster 2023-11-15T05:44:12.562011+0000 mgr.smithi116.ldeiub (mgr.14182) 387 : cluster [DBG] pgmap v293: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:44:14.008 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:44:13 smithi152 bash[29762]: cluster 2023-11-15T05:44:12.562011+0000 mgr.smithi116.ldeiub (mgr.14182) 387 : cluster [DBG] pgmap v293: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:44:15.136 INFO:teuthology.orchestra.run.smithi116.stdout: 2023-11-15T05:44:15.137 INFO:teuthology.orchestra.run.smithi116.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T05:34:36.374719Z", "last_refresh": "2023-11-15T05:43:50.109392Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T05:34:28.472277Z", "last_refresh": "2023-11-15T05:43:49.193857Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T05:34:32.474479Z", "last_refresh": "2023-11-15T05:43:50.109687Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:42:43.318364Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi116.vqlkps on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:43:54.174714Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi152.sqvhxi on smithi152: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi152-sqvhxi\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi152-sqvhxi\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi152.sqvhxi\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi152.sqvhxi\nDeploy daemon haproxy.nfs.foo.smithi152.sqvhxi ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi152 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi152 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:43:58.546211Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi116.rwvxea on smithi116: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi116-rwvxea\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi116-rwvxea\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi116.rwvxea\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi116.rwvxea\nDeploy daemon haproxy.nfs.foo.smithi116.rwvxea ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr 2.3: Pulling from library/haproxy\nstat: stderr docker: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:43:58.550631Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi152.ftjurj on smithi152: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:43:58.552387Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi116.fmpfdt on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.116/16"}, "status": {"created": "2023-11-15T05:41:51.643812Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.116/16"}}, {"events": ["2023-11-15T05:41:45.562111Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-15T05:41:45.554912Z", "last_refresh": "2023-11-15T05:43:49.196316Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T05:34:26.558369Z", "last_refresh": "2023-11-15T05:43:49.194290Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:35:55.352857Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi116:172.21.15.116=smithi116", "smithi152:172.21.15.152=smithi152"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T05:35:55.345327Z", "last_refresh": "2023-11-15T05:43:49.194564Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:41:51.641747Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-11-15T05:41:51.636276Z", "last_refresh": "2023-11-15T05:43:50.110665Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T05:34:34.444913Z", "last_refresh": "2023-11-15T05:43:49.194820Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T05:36:22.979260Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T05:36:22.972321Z", "last_refresh": "2023-11-15T05:43:49.195322Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T05:34:30.388073Z", "last_refresh": "2023-11-15T05:43:49.195071Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-15T05:44:15.650 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:44:15 smithi116 bash[25961]: cluster 2023-11-15T05:44:14.563131+0000 mgr.smithi116.ldeiub (mgr.14182) 388 : cluster [DBG] pgmap v294: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T05:44:15.758 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:44:15 smithi152 bash[29762]: cluster 2023-11-15T05:44:14.563131+0000 mgr.smithi116.ldeiub (mgr.14182) 388 : cluster [DBG] pgmap v294: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T05:44:15.766 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T05:44:16.650 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:44:16 smithi116 bash[25961]: audit 2023-11-15T05:44:15.124123+0000 mgr.smithi116.ldeiub (mgr.14182) 389 : audit [DBG] from='client.14652 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:44:16.758 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:44:16 smithi152 bash[29762]: audit 2023-11-15T05:44:15.124123+0000 mgr.smithi116.ldeiub (mgr.14182) 389 : audit [DBG] from='client.14652 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:44:16.767 DEBUG:teuthology.orchestra.run.smithi116:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 7456fada-8378-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T05:44:17.650 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:44:17 smithi116 bash[25961]: cluster 2023-11-15T05:44:16.564404+0000 mgr.smithi116.ldeiub (mgr.14182) 390 : cluster [DBG] pgmap v295: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:44:17.758 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:44:17 smithi152 bash[29762]: cluster 2023-11-15T05:44:16.564404+0000 mgr.smithi116.ldeiub (mgr.14182) 390 : cluster [DBG] pgmap v295: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:44:19.900 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:44:19 smithi116 bash[25961]: cluster 2023-11-15T05:44:18.565641+0000 mgr.smithi116.ldeiub (mgr.14182) 391 : cluster [DBG] pgmap v296: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:44:19.976 INFO:teuthology.orchestra.run.smithi116.stdout: 2023-11-15T05:44:19.976 INFO:teuthology.orchestra.run.smithi116.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T05:34:36.374719Z", "last_refresh": "2023-11-15T05:43:50.109392Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T05:34:28.472277Z", "last_refresh": "2023-11-15T05:43:49.193857Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T05:34:32.474479Z", "last_refresh": "2023-11-15T05:43:50.109687Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:42:43.318364Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi116.vqlkps on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:43:54.174714Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi152.sqvhxi on smithi152: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi152-sqvhxi\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi152-sqvhxi\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi152.sqvhxi\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi152.sqvhxi\nDeploy daemon haproxy.nfs.foo.smithi152.sqvhxi ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi152 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi152 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:43:58.546211Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi116.rwvxea on smithi116: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi116-rwvxea\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi116-rwvxea\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi116.rwvxea\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi116.rwvxea\nDeploy daemon haproxy.nfs.foo.smithi116.rwvxea ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr 2.3: Pulling from library/haproxy\nstat: stderr docker: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:43:58.550631Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi152.ftjurj on smithi152: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:43:58.552387Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi116.fmpfdt on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.116/16"}, "status": {"created": "2023-11-15T05:41:51.643812Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.116/16"}}, {"events": ["2023-11-15T05:41:45.562111Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-15T05:41:45.554912Z", "last_refresh": "2023-11-15T05:43:49.196316Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T05:34:26.558369Z", "last_refresh": "2023-11-15T05:43:49.194290Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:35:55.352857Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi116:172.21.15.116=smithi116", "smithi152:172.21.15.152=smithi152"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T05:35:55.345327Z", "last_refresh": "2023-11-15T05:43:49.194564Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:41:51.641747Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-11-15T05:41:51.636276Z", "last_refresh": "2023-11-15T05:43:50.110665Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T05:34:34.444913Z", "last_refresh": "2023-11-15T05:43:49.194820Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T05:36:22.979260Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T05:36:22.972321Z", "last_refresh": "2023-11-15T05:43:49.195322Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T05:34:30.388073Z", "last_refresh": "2023-11-15T05:43:49.195071Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-15T05:44:20.008 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:44:19 smithi152 bash[29762]: cluster 2023-11-15T05:44:18.565641+0000 mgr.smithi116.ldeiub (mgr.14182) 391 : cluster [DBG] pgmap v296: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:44:20.661 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T05:44:21.662 DEBUG:teuthology.orchestra.run.smithi116:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 7456fada-8378-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T05:44:21.900 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:44:21 smithi116 bash[25961]: audit 2023-11-15T05:44:19.961055+0000 mgr.smithi116.ldeiub (mgr.14182) 392 : audit [DBG] from='client.14656 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:44:21.901 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:44:21 smithi116 bash[25961]: cluster 2023-11-15T05:44:20.566882+0000 mgr.smithi116.ldeiub (mgr.14182) 393 : cluster [DBG] pgmap v297: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:44:22.008 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:44:21 smithi152 bash[29762]: audit 2023-11-15T05:44:19.961055+0000 mgr.smithi116.ldeiub (mgr.14182) 392 : audit [DBG] from='client.14656 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:44:22.008 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:44:21 smithi152 bash[29762]: cluster 2023-11-15T05:44:20.566882+0000 mgr.smithi116.ldeiub (mgr.14182) 393 : cluster [DBG] pgmap v297: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:44:23.900 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:44:23 smithi116 bash[25961]: cluster 2023-11-15T05:44:22.568014+0000 mgr.smithi116.ldeiub (mgr.14182) 394 : cluster [DBG] pgmap v298: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:44:24.008 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:44:23 smithi152 bash[29762]: cluster 2023-11-15T05:44:22.568014+0000 mgr.smithi116.ldeiub (mgr.14182) 394 : cluster [DBG] pgmap v298: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:44:24.925 INFO:teuthology.orchestra.run.smithi116.stdout: 2023-11-15T05:44:24.925 INFO:teuthology.orchestra.run.smithi116.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T05:34:36.374719Z", "last_refresh": "2023-11-15T05:43:50.109392Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T05:34:28.472277Z", "last_refresh": "2023-11-15T05:43:49.193857Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T05:34:32.474479Z", "last_refresh": "2023-11-15T05:43:50.109687Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:42:43.318364Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi116.vqlkps on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:43:54.174714Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi152.sqvhxi on smithi152: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi152-sqvhxi\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi152-sqvhxi\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi152.sqvhxi\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi152.sqvhxi\nDeploy daemon haproxy.nfs.foo.smithi152.sqvhxi ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi152 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi152 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:43:58.546211Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi116.rwvxea on smithi116: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi116-rwvxea\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi116-rwvxea\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi116.rwvxea\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi116.rwvxea\nDeploy daemon haproxy.nfs.foo.smithi116.rwvxea ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr 2.3: Pulling from library/haproxy\nstat: stderr docker: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:43:58.550631Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi152.ftjurj on smithi152: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:43:58.552387Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi116.fmpfdt on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.116/16"}, "status": {"created": "2023-11-15T05:41:51.643812Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.116/16"}}, {"events": ["2023-11-15T05:41:45.562111Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-15T05:41:45.554912Z", "last_refresh": "2023-11-15T05:43:49.196316Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T05:34:26.558369Z", "last_refresh": "2023-11-15T05:43:49.194290Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:35:55.352857Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi116:172.21.15.116=smithi116", "smithi152:172.21.15.152=smithi152"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T05:35:55.345327Z", "last_refresh": "2023-11-15T05:43:49.194564Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:41:51.641747Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-11-15T05:41:51.636276Z", "last_refresh": "2023-11-15T05:43:50.110665Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T05:34:34.444913Z", "last_refresh": "2023-11-15T05:43:49.194820Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T05:36:22.979260Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T05:36:22.972321Z", "last_refresh": "2023-11-15T05:43:49.195322Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T05:34:30.388073Z", "last_refresh": "2023-11-15T05:43:49.195071Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-15T05:44:25.494 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T05:44:25.650 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:44:25 smithi116 bash[25961]: cluster 2023-11-15T05:44:24.569164+0000 mgr.smithi116.ldeiub (mgr.14182) 395 : cluster [DBG] pgmap v299: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T05:44:25.758 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:44:25 smithi152 bash[29762]: cluster 2023-11-15T05:44:24.569164+0000 mgr.smithi116.ldeiub (mgr.14182) 395 : cluster [DBG] pgmap v299: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T05:44:26.495 DEBUG:teuthology.orchestra.run.smithi116:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 7456fada-8378-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T05:44:26.650 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:44:26 smithi116 bash[25961]: audit 2023-11-15T05:44:24.915013+0000 mgr.smithi116.ldeiub (mgr.14182) 396 : audit [DBG] from='client.14660 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:44:26.758 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:44:26 smithi152 bash[29762]: audit 2023-11-15T05:44:24.915013+0000 mgr.smithi116.ldeiub (mgr.14182) 396 : audit [DBG] from='client.14660 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:44:27.605 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:44:27 smithi116 bash[25961]: cluster 2023-11-15T05:44:26.570522+0000 mgr.smithi116.ldeiub (mgr.14182) 397 : cluster [DBG] pgmap v300: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:44:27.758 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:44:27 smithi152 bash[29762]: cluster 2023-11-15T05:44:26.570522+0000 mgr.smithi116.ldeiub (mgr.14182) 397 : cluster [DBG] pgmap v300: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:44:29.623 INFO:teuthology.orchestra.run.smithi116.stdout: 2023-11-15T05:44:29.624 INFO:teuthology.orchestra.run.smithi116.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T05:34:36.374719Z", "last_refresh": "2023-11-15T05:43:50.109392Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T05:34:28.472277Z", "last_refresh": "2023-11-15T05:43:49.193857Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T05:34:32.474479Z", "last_refresh": "2023-11-15T05:43:50.109687Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:42:43.318364Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi116.vqlkps on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:43:54.174714Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi152.sqvhxi on smithi152: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi152-sqvhxi\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi152-sqvhxi\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi152.sqvhxi\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi152.sqvhxi\nDeploy daemon haproxy.nfs.foo.smithi152.sqvhxi ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi152 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi152 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:43:58.546211Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi116.rwvxea on smithi116: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi116-rwvxea\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi116-rwvxea\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi116.rwvxea\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi116.rwvxea\nDeploy daemon haproxy.nfs.foo.smithi116.rwvxea ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr 2.3: Pulling from library/haproxy\nstat: stderr docker: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:43:58.550631Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi152.ftjurj on smithi152: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:43:58.552387Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi116.fmpfdt on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.116/16"}, "status": {"created": "2023-11-15T05:41:51.643812Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.116/16"}}, {"events": ["2023-11-15T05:41:45.562111Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-15T05:41:45.554912Z", "last_refresh": "2023-11-15T05:43:49.196316Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T05:34:26.558369Z", "last_refresh": "2023-11-15T05:43:49.194290Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:35:55.352857Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi116:172.21.15.116=smithi116", "smithi152:172.21.15.152=smithi152"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T05:35:55.345327Z", "last_refresh": "2023-11-15T05:43:49.194564Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:41:51.641747Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-11-15T05:41:51.636276Z", "last_refresh": "2023-11-15T05:43:50.110665Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T05:34:34.444913Z", "last_refresh": "2023-11-15T05:43:49.194820Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T05:36:22.979260Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T05:36:22.972321Z", "last_refresh": "2023-11-15T05:43:49.195322Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T05:34:30.388073Z", "last_refresh": "2023-11-15T05:43:49.195071Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-15T05:44:29.900 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:44:29 smithi116 bash[25961]: cluster 2023-11-15T05:44:28.571725+0000 mgr.smithi116.ldeiub (mgr.14182) 398 : cluster [DBG] pgmap v301: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:44:30.011 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:44:29 smithi152 bash[29762]: cluster 2023-11-15T05:44:28.571725+0000 mgr.smithi116.ldeiub (mgr.14182) 398 : cluster [DBG] pgmap v301: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:44:30.236 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T05:44:30.900 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:44:30 smithi116 bash[25961]: audit 2023-11-15T05:44:29.615846+0000 mgr.smithi116.ldeiub (mgr.14182) 399 : audit [DBG] from='client.14664 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:44:31.008 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:44:30 smithi152 bash[29762]: audit 2023-11-15T05:44:29.615846+0000 mgr.smithi116.ldeiub (mgr.14182) 399 : audit [DBG] from='client.14664 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:44:31.239 DEBUG:teuthology.orchestra.run.smithi116:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 7456fada-8378-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T05:44:31.900 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:44:31 smithi116 bash[25961]: cluster 2023-11-15T05:44:30.572975+0000 mgr.smithi116.ldeiub (mgr.14182) 400 : cluster [DBG] pgmap v302: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:44:32.008 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:44:31 smithi152 bash[29762]: cluster 2023-11-15T05:44:30.572975+0000 mgr.smithi116.ldeiub (mgr.14182) 400 : cluster [DBG] pgmap v302: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:44:33.900 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:44:33 smithi116 bash[25961]: cluster 2023-11-15T05:44:32.573710+0000 mgr.smithi116.ldeiub (mgr.14182) 401 : cluster [DBG] pgmap v303: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:44:34.008 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:44:33 smithi152 bash[29762]: cluster 2023-11-15T05:44:32.573710+0000 mgr.smithi116.ldeiub (mgr.14182) 401 : cluster [DBG] pgmap v303: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:44:34.378 INFO:teuthology.orchestra.run.smithi116.stdout: 2023-11-15T05:44:34.378 INFO:teuthology.orchestra.run.smithi116.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T05:34:36.374719Z", "last_refresh": "2023-11-15T05:43:50.109392Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T05:34:28.472277Z", "last_refresh": "2023-11-15T05:43:49.193857Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T05:34:32.474479Z", "last_refresh": "2023-11-15T05:43:50.109687Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:42:43.318364Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi116.vqlkps on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:43:54.174714Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi152.sqvhxi on smithi152: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi152-sqvhxi\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi152-sqvhxi\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi152.sqvhxi\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi152.sqvhxi\nDeploy daemon haproxy.nfs.foo.smithi152.sqvhxi ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi152 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi152 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:43:58.546211Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi116.rwvxea on smithi116: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi116-rwvxea\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi116-rwvxea\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi116.rwvxea\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi116.rwvxea\nDeploy daemon haproxy.nfs.foo.smithi116.rwvxea ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr 2.3: Pulling from library/haproxy\nstat: stderr docker: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:43:58.550631Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi152.ftjurj on smithi152: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:43:58.552387Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi116.fmpfdt on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.116/16"}, "status": {"created": "2023-11-15T05:41:51.643812Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.116/16"}}, {"events": ["2023-11-15T05:41:45.562111Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-15T05:41:45.554912Z", "last_refresh": "2023-11-15T05:43:49.196316Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T05:34:26.558369Z", "last_refresh": "2023-11-15T05:43:49.194290Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:35:55.352857Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi116:172.21.15.116=smithi116", "smithi152:172.21.15.152=smithi152"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T05:35:55.345327Z", "last_refresh": "2023-11-15T05:43:49.194564Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:41:51.641747Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-11-15T05:41:51.636276Z", "last_refresh": "2023-11-15T05:43:50.110665Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T05:34:34.444913Z", "last_refresh": "2023-11-15T05:43:49.194820Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T05:36:22.979260Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T05:36:22.972321Z", "last_refresh": "2023-11-15T05:43:49.195322Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T05:34:30.388073Z", "last_refresh": "2023-11-15T05:43:49.195071Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-15T05:44:35.037 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T05:44:35.650 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:44:35 smithi116 bash[25961]: audit 2023-11-15T05:44:34.366309+0000 mgr.smithi116.ldeiub (mgr.14182) 402 : audit [DBG] from='client.14668 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:44:35.650 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:44:35 smithi116 bash[25961]: cluster 2023-11-15T05:44:34.574847+0000 mgr.smithi116.ldeiub (mgr.14182) 403 : cluster [DBG] pgmap v304: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T05:44:35.758 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:44:35 smithi152 bash[29762]: audit 2023-11-15T05:44:34.366309+0000 mgr.smithi116.ldeiub (mgr.14182) 402 : audit [DBG] from='client.14668 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:44:35.759 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:44:35 smithi152 bash[29762]: cluster 2023-11-15T05:44:34.574847+0000 mgr.smithi116.ldeiub (mgr.14182) 403 : cluster [DBG] pgmap v304: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T05:44:36.038 DEBUG:teuthology.orchestra.run.smithi116:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 7456fada-8378-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T05:44:37.900 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:44:37 smithi116 bash[25961]: cluster 2023-11-15T05:44:36.576178+0000 mgr.smithi116.ldeiub (mgr.14182) 404 : cluster [DBG] pgmap v305: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:44:38.008 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:44:37 smithi152 bash[29762]: cluster 2023-11-15T05:44:36.576178+0000 mgr.smithi116.ldeiub (mgr.14182) 404 : cluster [DBG] pgmap v305: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:44:39.143 INFO:teuthology.orchestra.run.smithi116.stdout: 2023-11-15T05:44:39.144 INFO:teuthology.orchestra.run.smithi116.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T05:34:36.374719Z", "last_refresh": "2023-11-15T05:43:50.109392Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T05:34:28.472277Z", "last_refresh": "2023-11-15T05:43:49.193857Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T05:34:32.474479Z", "last_refresh": "2023-11-15T05:43:50.109687Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:42:43.318364Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi116.vqlkps on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:43:54.174714Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi152.sqvhxi on smithi152: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi152-sqvhxi\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi152-sqvhxi\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi152.sqvhxi\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi152.sqvhxi\nDeploy daemon haproxy.nfs.foo.smithi152.sqvhxi ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi152 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi152 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:43:58.546211Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi116.rwvxea on smithi116: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi116-rwvxea\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi116-rwvxea\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi116.rwvxea\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi116.rwvxea\nDeploy daemon haproxy.nfs.foo.smithi116.rwvxea ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr 2.3: Pulling from library/haproxy\nstat: stderr docker: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:43:58.550631Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi152.ftjurj on smithi152: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:43:58.552387Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi116.fmpfdt on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.116/16"}, "status": {"created": "2023-11-15T05:41:51.643812Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.116/16"}}, {"events": ["2023-11-15T05:41:45.562111Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-15T05:41:45.554912Z", "last_refresh": "2023-11-15T05:43:49.196316Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T05:34:26.558369Z", "last_refresh": "2023-11-15T05:43:49.194290Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:35:55.352857Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi116:172.21.15.116=smithi116", "smithi152:172.21.15.152=smithi152"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T05:35:55.345327Z", "last_refresh": "2023-11-15T05:43:49.194564Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:41:51.641747Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-11-15T05:41:51.636276Z", "last_refresh": "2023-11-15T05:43:50.110665Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T05:34:34.444913Z", "last_refresh": "2023-11-15T05:43:49.194820Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T05:36:22.979260Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T05:36:22.972321Z", "last_refresh": "2023-11-15T05:43:49.195322Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T05:34:30.388073Z", "last_refresh": "2023-11-15T05:43:49.195071Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-15T05:44:39.706 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T05:44:39.900 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:44:39 smithi116 bash[25961]: cluster 2023-11-15T05:44:38.577401+0000 mgr.smithi116.ldeiub (mgr.14182) 405 : 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 2023-11-15T05:44:40.008 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:44:39 smithi152 bash[29762]: cluster 2023-11-15T05:44:38.577401+0000 mgr.smithi116.ldeiub (mgr.14182) 405 : 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 2023-11-15T05:44:40.707 DEBUG:teuthology.orchestra.run.smithi116:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 7456fada-8378-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T05:44:41.008 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:44:40 smithi152 bash[29762]: audit 2023-11-15T05:44:39.128316+0000 mgr.smithi116.ldeiub (mgr.14182) 406 : audit [DBG] from='client.14672 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:44:41.150 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:44:40 smithi116 bash[25961]: audit 2023-11-15T05:44:39.128316+0000 mgr.smithi116.ldeiub (mgr.14182) 406 : audit [DBG] from='client.14672 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:44:42.008 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:44:41 smithi152 bash[29762]: cluster 2023-11-15T05:44:40.578649+0000 mgr.smithi116.ldeiub (mgr.14182) 407 : cluster [DBG] pgmap v307: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:44:42.014 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:44:41 smithi116 bash[25961]: cluster 2023-11-15T05:44:40.578649+0000 mgr.smithi116.ldeiub (mgr.14182) 407 : cluster [DBG] pgmap v307: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:44:43.845 INFO:teuthology.orchestra.run.smithi116.stdout: 2023-11-15T05:44:43.846 INFO:teuthology.orchestra.run.smithi116.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T05:34:36.374719Z", "last_refresh": "2023-11-15T05:43:50.109392Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T05:34:28.472277Z", "last_refresh": "2023-11-15T05:43:49.193857Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T05:34:32.474479Z", "last_refresh": "2023-11-15T05:43:50.109687Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:42:43.318364Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi116.vqlkps on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:43:54.174714Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi152.sqvhxi on smithi152: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi152-sqvhxi\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi152-sqvhxi\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi152.sqvhxi\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi152.sqvhxi\nDeploy daemon haproxy.nfs.foo.smithi152.sqvhxi ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi152 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi152 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:43:58.546211Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi116.rwvxea on smithi116: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi116-rwvxea\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi116-rwvxea\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi116.rwvxea\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi116.rwvxea\nDeploy daemon haproxy.nfs.foo.smithi116.rwvxea ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr 2.3: Pulling from library/haproxy\nstat: stderr docker: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:43:58.550631Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi152.ftjurj on smithi152: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:43:58.552387Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi116.fmpfdt on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.116/16"}, "status": {"created": "2023-11-15T05:41:51.643812Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.116/16"}}, {"events": ["2023-11-15T05:41:45.562111Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-15T05:41:45.554912Z", "last_refresh": "2023-11-15T05:43:49.196316Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T05:34:26.558369Z", "last_refresh": "2023-11-15T05:43:49.194290Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:35:55.352857Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi116:172.21.15.116=smithi116", "smithi152:172.21.15.152=smithi152"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T05:35:55.345327Z", "last_refresh": "2023-11-15T05:43:49.194564Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:41:51.641747Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-11-15T05:41:51.636276Z", "last_refresh": "2023-11-15T05:43:50.110665Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T05:34:34.444913Z", "last_refresh": "2023-11-15T05:43:49.194820Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T05:36:22.979260Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T05:36:22.972321Z", "last_refresh": "2023-11-15T05:43:49.195322Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T05:34:30.388073Z", "last_refresh": "2023-11-15T05:43:49.195071Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-15T05:44:43.900 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:44:43 smithi116 bash[25961]: cluster 2023-11-15T05:44:42.579715+0000 mgr.smithi116.ldeiub (mgr.14182) 408 : cluster [DBG] pgmap v308: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:44:44.008 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:44:43 smithi152 bash[29762]: cluster 2023-11-15T05:44:42.579715+0000 mgr.smithi116.ldeiub (mgr.14182) 408 : cluster [DBG] pgmap v308: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:44:44.465 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T05:44:45.467 DEBUG:teuthology.orchestra.run.smithi116:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 7456fada-8378-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T05:44:45.650 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:44:45 smithi116 bash[25961]: audit 2023-11-15T05:44:43.830737+0000 mgr.smithi116.ldeiub (mgr.14182) 409 : audit [DBG] from='client.14676 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:44:45.650 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:44:45 smithi116 bash[25961]: cluster 2023-11-15T05:44:44.580896+0000 mgr.smithi116.ldeiub (mgr.14182) 410 : cluster [DBG] pgmap v309: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T05:44:45.758 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:44:45 smithi152 bash[29762]: audit 2023-11-15T05:44:43.830737+0000 mgr.smithi116.ldeiub (mgr.14182) 409 : audit [DBG] from='client.14676 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:44:45.759 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:44:45 smithi152 bash[29762]: cluster 2023-11-15T05:44:44.580896+0000 mgr.smithi116.ldeiub (mgr.14182) 410 : cluster [DBG] pgmap v309: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T05:44:47.900 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:44:47 smithi116 bash[25961]: cluster 2023-11-15T05:44:46.582339+0000 mgr.smithi116.ldeiub (mgr.14182) 411 : cluster [DBG] pgmap v310: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:44:48.008 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:44:47 smithi152 bash[29762]: cluster 2023-11-15T05:44:46.582339+0000 mgr.smithi116.ldeiub (mgr.14182) 411 : cluster [DBG] pgmap v310: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:44:48.505 INFO:teuthology.orchestra.run.smithi116.stdout: 2023-11-15T05:44:48.506 INFO:teuthology.orchestra.run.smithi116.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T05:34:36.374719Z", "last_refresh": "2023-11-15T05:43:50.109392Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T05:34:28.472277Z", "last_refresh": "2023-11-15T05:43:49.193857Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T05:34:32.474479Z", "last_refresh": "2023-11-15T05:43:50.109687Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:42:43.318364Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi116.vqlkps on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:43:54.174714Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi152.sqvhxi on smithi152: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi152-sqvhxi\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi152-sqvhxi\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi152.sqvhxi\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi152.sqvhxi\nDeploy daemon haproxy.nfs.foo.smithi152.sqvhxi ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi152 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi152 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:43:58.546211Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi116.rwvxea on smithi116: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi116-rwvxea\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi116-rwvxea\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi116.rwvxea\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi116.rwvxea\nDeploy daemon haproxy.nfs.foo.smithi116.rwvxea ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr 2.3: Pulling from library/haproxy\nstat: stderr docker: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:43:58.550631Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi152.ftjurj on smithi152: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:43:58.552387Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi116.fmpfdt on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.116/16"}, "status": {"created": "2023-11-15T05:41:51.643812Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.116/16"}}, {"events": ["2023-11-15T05:41:45.562111Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-15T05:41:45.554912Z", "last_refresh": "2023-11-15T05:43:49.196316Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T05:34:26.558369Z", "last_refresh": "2023-11-15T05:43:49.194290Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:35:55.352857Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi116:172.21.15.116=smithi116", "smithi152:172.21.15.152=smithi152"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T05:35:55.345327Z", "last_refresh": "2023-11-15T05:43:49.194564Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:41:51.641747Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-11-15T05:41:51.636276Z", "last_refresh": "2023-11-15T05:43:50.110665Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T05:34:34.444913Z", "last_refresh": "2023-11-15T05:43:49.194820Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T05:36:22.979260Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T05:36:22.972321Z", "last_refresh": "2023-11-15T05:43:49.195322Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T05:34:30.388073Z", "last_refresh": "2023-11-15T05:43:49.195071Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-15T05:44:49.091 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T05:44:49.900 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:44:49 smithi116 bash[25961]: audit 2023-11-15T05:44:48.497776+0000 mgr.smithi116.ldeiub (mgr.14182) 412 : audit [DBG] from='client.14680 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:44:49.900 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:44:49 smithi116 bash[25961]: cluster 2023-11-15T05:44:48.583662+0000 mgr.smithi116.ldeiub (mgr.14182) 413 : cluster [DBG] pgmap v311: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:44:50.008 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:44:49 smithi152 bash[29762]: audit 2023-11-15T05:44:48.497776+0000 mgr.smithi116.ldeiub (mgr.14182) 412 : audit [DBG] from='client.14680 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:44:50.009 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:44:49 smithi152 bash[29762]: cluster 2023-11-15T05:44:48.583662+0000 mgr.smithi116.ldeiub (mgr.14182) 413 : cluster [DBG] pgmap v311: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:44:50.092 DEBUG:teuthology.orchestra.run.smithi116:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 7456fada-8378-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T05:44:51.748 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:44:51 smithi116 bash[25961]: cluster 2023-11-15T05:44:50.584969+0000 mgr.smithi116.ldeiub (mgr.14182) 414 : cluster [DBG] pgmap v312: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:44:52.008 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:44:51 smithi152 bash[29762]: cluster 2023-11-15T05:44:50.584969+0000 mgr.smithi116.ldeiub (mgr.14182) 414 : cluster [DBG] pgmap v312: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:44:53.294 INFO:teuthology.orchestra.run.smithi116.stdout: 2023-11-15T05:44:53.295 INFO:teuthology.orchestra.run.smithi116.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T05:34:36.374719Z", "last_refresh": "2023-11-15T05:43:50.109392Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T05:34:28.472277Z", "last_refresh": "2023-11-15T05:43:49.193857Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T05:34:32.474479Z", "last_refresh": "2023-11-15T05:43:50.109687Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:42:43.318364Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi116.vqlkps on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:43:54.174714Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi152.sqvhxi on smithi152: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi152-sqvhxi\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi152-sqvhxi\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi152.sqvhxi\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi152.sqvhxi\nDeploy daemon haproxy.nfs.foo.smithi152.sqvhxi ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi152 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi152 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:43:58.546211Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi116.rwvxea on smithi116: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi116-rwvxea\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi116-rwvxea\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi116.rwvxea\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi116.rwvxea\nDeploy daemon haproxy.nfs.foo.smithi116.rwvxea ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr 2.3: Pulling from library/haproxy\nstat: stderr docker: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:43:58.550631Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi152.ftjurj on smithi152: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:43:58.552387Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi116.fmpfdt on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.116/16"}, "status": {"created": "2023-11-15T05:41:51.643812Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.116/16"}}, {"events": ["2023-11-15T05:41:45.562111Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-15T05:41:45.554912Z", "last_refresh": "2023-11-15T05:43:49.196316Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T05:34:26.558369Z", "last_refresh": "2023-11-15T05:43:49.194290Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:35:55.352857Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi116:172.21.15.116=smithi116", "smithi152:172.21.15.152=smithi152"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T05:35:55.345327Z", "last_refresh": "2023-11-15T05:43:49.194564Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:41:51.641747Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-11-15T05:41:51.636276Z", "last_refresh": "2023-11-15T05:43:50.110665Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T05:34:34.444913Z", "last_refresh": "2023-11-15T05:43:49.194820Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T05:36:22.979260Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T05:36:22.972321Z", "last_refresh": "2023-11-15T05:43:49.195322Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T05:34:30.388073Z", "last_refresh": "2023-11-15T05:43:49.195071Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-15T05:44:53.898 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T05:44:54.008 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:44:53 smithi152 bash[29762]: cluster 2023-11-15T05:44:52.586059+0000 mgr.smithi116.ldeiub (mgr.14182) 415 : cluster [DBG] pgmap v313: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:44:54.150 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:44:53 smithi116 bash[25961]: cluster 2023-11-15T05:44:52.586059+0000 mgr.smithi116.ldeiub (mgr.14182) 415 : cluster [DBG] pgmap v313: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:44:54.899 DEBUG:teuthology.orchestra.run.smithi116:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 7456fada-8378-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T05:44:54.912 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:44:54 smithi116 bash[25961]: audit 2023-11-15T05:44:53.279068+0000 mgr.smithi116.ldeiub (mgr.14182) 416 : audit [DBG] from='client.14684 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:44:55.008 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:44:54 smithi152 bash[29762]: audit 2023-11-15T05:44:53.279068+0000 mgr.smithi116.ldeiub (mgr.14182) 416 : audit [DBG] from='client.14684 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:44:56.008 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:44:55 smithi152 bash[29762]: cluster 2023-11-15T05:44:54.587197+0000 mgr.smithi116.ldeiub (mgr.14182) 417 : cluster [DBG] pgmap v314: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T05:44:56.093 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:44:55 smithi116 bash[25961]: cluster 2023-11-15T05:44:54.587197+0000 mgr.smithi116.ldeiub (mgr.14182) 417 : cluster [DBG] pgmap v314: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T05:44:58.008 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:44:57 smithi152 bash[29762]: cluster 2023-11-15T05:44:56.588659+0000 mgr.smithi116.ldeiub (mgr.14182) 418 : cluster [DBG] pgmap v315: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:44:58.101 INFO:teuthology.orchestra.run.smithi116.stdout: 2023-11-15T05:44:58.101 INFO:teuthology.orchestra.run.smithi116.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T05:34:36.374719Z", "last_refresh": "2023-11-15T05:43:50.109392Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T05:34:28.472277Z", "last_refresh": "2023-11-15T05:43:49.193857Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T05:34:32.474479Z", "last_refresh": "2023-11-15T05:43:50.109687Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:42:43.318364Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi116.vqlkps on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:43:54.174714Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi152.sqvhxi on smithi152: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi152-sqvhxi\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi152-sqvhxi\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi152.sqvhxi\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi152.sqvhxi\nDeploy daemon haproxy.nfs.foo.smithi152.sqvhxi ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi152 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi152 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:43:58.546211Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi116.rwvxea on smithi116: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi116-rwvxea\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi116-rwvxea\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi116.rwvxea\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi116.rwvxea\nDeploy daemon haproxy.nfs.foo.smithi116.rwvxea ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr 2.3: Pulling from library/haproxy\nstat: stderr docker: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:43:58.550631Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi152.ftjurj on smithi152: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:43:58.552387Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi116.fmpfdt on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.116/16"}, "status": {"created": "2023-11-15T05:41:51.643812Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.116/16"}}, {"events": ["2023-11-15T05:41:45.562111Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-15T05:41:45.554912Z", "last_refresh": "2023-11-15T05:43:49.196316Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T05:34:26.558369Z", "last_refresh": "2023-11-15T05:43:49.194290Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:35:55.352857Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi116:172.21.15.116=smithi116", "smithi152:172.21.15.152=smithi152"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T05:35:55.345327Z", "last_refresh": "2023-11-15T05:43:49.194564Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:41:51.641747Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-11-15T05:41:51.636276Z", "last_refresh": "2023-11-15T05:43:50.110665Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T05:34:34.444913Z", "last_refresh": "2023-11-15T05:43:49.194820Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T05:36:22.979260Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T05:36:22.972321Z", "last_refresh": "2023-11-15T05:43:49.195322Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T05:34:30.388073Z", "last_refresh": "2023-11-15T05:43:49.195071Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-15T05:44:58.150 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:44:57 smithi116 bash[25961]: cluster 2023-11-15T05:44:56.588659+0000 mgr.smithi116.ldeiub (mgr.14182) 418 : cluster [DBG] pgmap v315: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:44:58.712 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T05:44:59.008 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:44:58 smithi152 bash[29762]: audit 2023-11-15T05:44:58.556736+0000 mon.smithi116 (mon.0) 720 : audit [DBG] from='mgr.14182 172.21.15.116:0/1868390107' entity='mgr.smithi116.ldeiub' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-15T05:44:59.150 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:44:58 smithi116 bash[25961]: audit 2023-11-15T05:44:58.556736+0000 mon.smithi116 (mon.0) 720 : audit [DBG] from='mgr.14182 172.21.15.116:0/1868390107' entity='mgr.smithi116.ldeiub' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-15T05:44:59.713 DEBUG:teuthology.orchestra.run.smithi116:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 7456fada-8378-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T05:45:00.008 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:44:59 smithi152 bash[29762]: audit 2023-11-15T05:44:58.090638+0000 mgr.smithi116.ldeiub (mgr.14182) 419 : audit [DBG] from='client.14688 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:45:00.009 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:44:59 smithi152 bash[29762]: cluster 2023-11-15T05:44:58.589907+0000 mgr.smithi116.ldeiub (mgr.14182) 420 : cluster [DBG] pgmap v316: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:45:00.009 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:44:59 smithi152 bash[29762]: audit 2023-11-15T05:44:58.867417+0000 mon.smithi116 (mon.0) 721 : audit [INF] from='mgr.14182 172.21.15.116:0/1868390107' entity='mgr.smithi116.ldeiub' 2023-11-15T05:45:00.150 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:44:59 smithi116 bash[25961]: audit 2023-11-15T05:44:58.090638+0000 mgr.smithi116.ldeiub (mgr.14182) 419 : audit [DBG] from='client.14688 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:45:00.150 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:44:59 smithi116 bash[25961]: cluster 2023-11-15T05:44:58.589907+0000 mgr.smithi116.ldeiub (mgr.14182) 420 : cluster [DBG] pgmap v316: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:45:00.151 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:44:59 smithi116 bash[25961]: audit 2023-11-15T05:44:58.867417+0000 mon.smithi116 (mon.0) 721 : audit [INF] from='mgr.14182 172.21.15.116:0/1868390107' entity='mgr.smithi116.ldeiub' 2023-11-15T05:45:02.008 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:45:01 smithi152 bash[29762]: cluster 2023-11-15T05:45:00.591156+0000 mgr.smithi116.ldeiub (mgr.14182) 421 : cluster [DBG] pgmap v317: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:45:02.150 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:45:01 smithi116 bash[25961]: cluster 2023-11-15T05:45:00.591156+0000 mgr.smithi116.ldeiub (mgr.14182) 421 : cluster [DBG] pgmap v317: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:45:03.045 INFO:teuthology.orchestra.run.smithi116.stdout: 2023-11-15T05:45:03.045 INFO:teuthology.orchestra.run.smithi116.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T05:34:36.374719Z", "last_refresh": "2023-11-15T05:43:50.109392Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T05:34:28.472277Z", "last_refresh": "2023-11-15T05:43:49.193857Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T05:34:32.474479Z", "last_refresh": "2023-11-15T05:43:50.109687Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:42:43.318364Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi116.vqlkps on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:43:54.174714Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi152.sqvhxi on smithi152: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi152-sqvhxi\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi152-sqvhxi\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi152.sqvhxi\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi152.sqvhxi\nDeploy daemon haproxy.nfs.foo.smithi152.sqvhxi ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi152 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi152 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:43:58.546211Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi116.rwvxea on smithi116: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi116-rwvxea\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi116-rwvxea\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi116.rwvxea\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi116.rwvxea\nDeploy daemon haproxy.nfs.foo.smithi116.rwvxea ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr 2.3: Pulling from library/haproxy\nstat: stderr docker: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:43:58.550631Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi152.ftjurj on smithi152: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:43:58.552387Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi116.fmpfdt on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.116/16"}, "status": {"created": "2023-11-15T05:41:51.643812Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.116/16"}}, {"events": ["2023-11-15T05:41:45.562111Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-15T05:41:45.554912Z", "last_refresh": "2023-11-15T05:43:49.196316Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T05:34:26.558369Z", "last_refresh": "2023-11-15T05:43:49.194290Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:35:55.352857Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi116:172.21.15.116=smithi116", "smithi152:172.21.15.152=smithi152"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T05:35:55.345327Z", "last_refresh": "2023-11-15T05:43:49.194564Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:41:51.641747Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-11-15T05:41:51.636276Z", "last_refresh": "2023-11-15T05:43:50.110665Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T05:34:34.444913Z", "last_refresh": "2023-11-15T05:43:49.194820Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T05:36:22.979260Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T05:36:22.972321Z", "last_refresh": "2023-11-15T05:43:49.195322Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T05:34:30.388073Z", "last_refresh": "2023-11-15T05:43:49.195071Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-15T05:45:03.651 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T05:45:03.900 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:45:03 smithi116 bash[25961]: cluster 2023-11-15T05:45:02.592005+0000 mgr.smithi116.ldeiub (mgr.14182) 422 : cluster [DBG] pgmap v318: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:45:04.008 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:45:03 smithi152 bash[29762]: cluster 2023-11-15T05:45:02.592005+0000 mgr.smithi116.ldeiub (mgr.14182) 422 : cluster [DBG] pgmap v318: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:45:04.652 DEBUG:teuthology.orchestra.run.smithi116:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 7456fada-8378-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T05:45:05.008 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:45:04 smithi152 bash[29762]: audit 2023-11-15T05:45:03.030197+0000 mgr.smithi116.ldeiub (mgr.14182) 423 : audit [DBG] from='client.14692 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:45:05.009 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:45:04 smithi152 bash[29762]: audit 2023-11-15T05:45:04.493734+0000 mon.smithi116 (mon.0) 722 : audit [INF] from='mgr.14182 172.21.15.116:0/1868390107' entity='mgr.smithi116.ldeiub' 2023-11-15T05:45:05.150 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:45:04 smithi116 bash[25961]: audit 2023-11-15T05:45:03.030197+0000 mgr.smithi116.ldeiub (mgr.14182) 423 : audit [DBG] from='client.14692 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:45:05.151 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:45:04 smithi116 bash[25961]: audit 2023-11-15T05:45:04.493734+0000 mon.smithi116 (mon.0) 722 : audit [INF] from='mgr.14182 172.21.15.116:0/1868390107' entity='mgr.smithi116.ldeiub' 2023-11-15T05:45:06.008 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:45:05 smithi152 bash[29762]: cluster 2023-11-15T05:45:04.593174+0000 mgr.smithi116.ldeiub (mgr.14182) 424 : cluster [DBG] pgmap v319: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T05:45:06.009 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:45:05 smithi152 bash[29762]: audit 2023-11-15T05:45:04.790839+0000 mon.smithi116 (mon.0) 723 : audit [DBG] from='mgr.14182 172.21.15.116:0/1868390107' entity='mgr.smithi116.ldeiub' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-15T05:45:06.009 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:45:05 smithi152 bash[29762]: audit 2023-11-15T05:45:04.792461+0000 mon.smithi116 (mon.0) 724 : audit [INF] from='mgr.14182 172.21.15.116:0/1868390107' entity='mgr.smithi116.ldeiub' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-11-15T05:45:06.009 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:45:05 smithi152 bash[29762]: audit 2023-11-15T05:45:04.799323+0000 mon.smithi116 (mon.0) 725 : audit [INF] from='mgr.14182 172.21.15.116:0/1868390107' entity='mgr.smithi116.ldeiub' 2023-11-15T05:45:06.009 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:45:05 smithi152 bash[29762]: audit 2023-11-15T05:45:04.808201+0000 mon.smithi116 (mon.0) 726 : audit [DBG] from='mgr.14182 172.21.15.116:0/1868390107' entity='mgr.smithi116.ldeiub' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-11-15T05:45:06.010 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:45:05 smithi152 bash[29762]: audit 2023-11-15T05:45:04.823471+0000 mon.smithi116 (mon.0) 727 : audit [INF] from='mgr.14182 172.21.15.116:0/1868390107' entity='mgr.smithi116.ldeiub' 2023-11-15T05:45:06.010 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:45:05 smithi152 bash[29762]: cluster 2023-11-15T05:45:05.489680+0000 mon.smithi116 (mon.0) 728 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2023-11-15T05:45:06.010 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:45:05 smithi152 bash[29762]: cluster 2023-11-15T05:45:05.489749+0000 mon.smithi116 (mon.0) 729 : cluster [INF] Cluster is now healthy 2023-11-15T05:45:06.031 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:45:05 smithi116 bash[25961]: cluster 2023-11-15T05:45:04.593174+0000 mgr.smithi116.ldeiub (mgr.14182) 424 : cluster [DBG] pgmap v319: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T05:45:06.031 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:45:05 smithi116 bash[25961]: audit 2023-11-15T05:45:04.790839+0000 mon.smithi116 (mon.0) 723 : audit [DBG] from='mgr.14182 172.21.15.116:0/1868390107' entity='mgr.smithi116.ldeiub' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-15T05:45:06.031 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:45:05 smithi116 bash[25961]: audit 2023-11-15T05:45:04.792461+0000 mon.smithi116 (mon.0) 724 : audit [INF] from='mgr.14182 172.21.15.116:0/1868390107' entity='mgr.smithi116.ldeiub' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-11-15T05:45:06.031 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:45:05 smithi116 bash[25961]: audit 2023-11-15T05:45:04.799323+0000 mon.smithi116 (mon.0) 725 : audit [INF] from='mgr.14182 172.21.15.116:0/1868390107' entity='mgr.smithi116.ldeiub' 2023-11-15T05:45:06.032 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:45:05 smithi116 bash[25961]: audit 2023-11-15T05:45:04.808201+0000 mon.smithi116 (mon.0) 726 : audit [DBG] from='mgr.14182 172.21.15.116:0/1868390107' entity='mgr.smithi116.ldeiub' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-11-15T05:45:06.032 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:45:05 smithi116 bash[25961]: audit 2023-11-15T05:45:04.823471+0000 mon.smithi116 (mon.0) 727 : audit [INF] from='mgr.14182 172.21.15.116:0/1868390107' entity='mgr.smithi116.ldeiub' 2023-11-15T05:45:06.032 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:45:05 smithi116 bash[25961]: cluster 2023-11-15T05:45:05.489680+0000 mon.smithi116 (mon.0) 728 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2023-11-15T05:45:06.032 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:45:05 smithi116 bash[25961]: cluster 2023-11-15T05:45:05.489749+0000 mon.smithi116 (mon.0) 729 : cluster [INF] Cluster is now healthy 2023-11-15T05:45:07.008 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:45:06 smithi152 bash[29762]: cluster 2023-11-15T05:45:04.800397+0000 mgr.smithi116.ldeiub (mgr.14182) 425 : cluster [DBG] pgmap v320: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 100 B/s rd, 0 op/s 2023-11-15T05:45:07.009 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:45:06 smithi152 bash[29762]: cephadm 2023-11-15T05:45:04.827568+0000 mgr.smithi116.ldeiub (mgr.14182) 426 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi152.qdjbex on smithi152 2023-11-15T05:45:07.150 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:45:06 smithi116 bash[25961]: cluster 2023-11-15T05:45:04.800397+0000 mgr.smithi116.ldeiub (mgr.14182) 425 : cluster [DBG] pgmap v320: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 100 B/s rd, 0 op/s 2023-11-15T05:45:07.151 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:45:06 smithi116 bash[25961]: cephadm 2023-11-15T05:45:04.827568+0000 mgr.smithi116.ldeiub (mgr.14182) 426 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi152.qdjbex on smithi152 2023-11-15T05:45:07.923 INFO:teuthology.orchestra.run.smithi116.stdout: 2023-11-15T05:45:07.923 INFO:teuthology.orchestra.run.smithi116.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T05:34:36.374719Z", "last_refresh": "2023-11-15T05:43:50.109392Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T05:34:28.472277Z", "last_refresh": "2023-11-15T05:43:50.109543Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T05:34:32.474479Z", "last_refresh": "2023-11-15T05:43:50.109687Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:42:43.318364Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi116.vqlkps on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:43:54.174714Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi152.sqvhxi on smithi152: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi152-sqvhxi\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi152-sqvhxi\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi152.sqvhxi\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi152.sqvhxi\nDeploy daemon haproxy.nfs.foo.smithi152.sqvhxi ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi152 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi152 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:43:58.546211Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi116.rwvxea on smithi116: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi116-rwvxea\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi116-rwvxea\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi116.rwvxea\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi116.rwvxea\nDeploy daemon haproxy.nfs.foo.smithi116.rwvxea ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr 2.3: Pulling from library/haproxy\nstat: stderr docker: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:43:58.550631Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi152.ftjurj on smithi152: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:43:58.552387Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi116.fmpfdt on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.116/16"}, "status": {"created": "2023-11-15T05:41:51.643812Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.116/16"}}, {"events": ["2023-11-15T05:41:45.562111Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-15T05:41:45.554912Z", "last_refresh": "2023-11-15T05:43:50.110531Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T05:34:26.558369Z", "last_refresh": "2023-11-15T05:43:50.109235Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:35:55.352857Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi116:172.21.15.116=smithi116", "smithi152:172.21.15.152=smithi152"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T05:35:55.345327Z", "last_refresh": "2023-11-15T05:43:50.109014Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:41:51.641747Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-11-15T05:41:51.636276Z", "last_refresh": "2023-11-15T05:43:50.110665Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T05:34:34.444913Z", "last_refresh": "2023-11-15T05:43:50.109818Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T05:36:22.979260Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T05:36:22.972321Z", "last_refresh": "2023-11-15T05:43:50.109967Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T05:34:30.388073Z", "last_refresh": "2023-11-15T05:45:04.478878Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-15T05:45:08.567 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T05:45:08.900 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:45:08 smithi116 bash[25961]: cluster 2023-11-15T05:45:06.801500+0000 mgr.smithi116.ldeiub (mgr.14182) 427 : cluster [DBG] pgmap v321: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 100 B/s rd, 0 op/s 2023-11-15T05:45:08.900 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:45:08 smithi116 bash[25961]: audit 2023-11-15T05:45:08.593601+0000 mon.smithi116 (mon.0) 730 : audit [INF] from='mgr.14182 172.21.15.116:0/1868390107' entity='mgr.smithi116.ldeiub' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi152.qdjbex"}]: dispatch 2023-11-15T05:45:09.008 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:45:08 smithi152 bash[29762]: cluster 2023-11-15T05:45:06.801500+0000 mgr.smithi116.ldeiub (mgr.14182) 427 : cluster [DBG] pgmap v321: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 100 B/s rd, 0 op/s 2023-11-15T05:45:09.009 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:45:08 smithi152 bash[29762]: audit 2023-11-15T05:45:08.593601+0000 mon.smithi116 (mon.0) 730 : audit [INF] from='mgr.14182 172.21.15.116:0/1868390107' entity='mgr.smithi116.ldeiub' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi152.qdjbex"}]: dispatch 2023-11-15T05:45:09.568 DEBUG:teuthology.orchestra.run.smithi116:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 7456fada-8378-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T05:45:09.901 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:45:09 smithi116 bash[25961]: audit 2023-11-15T05:45:07.907540+0000 mgr.smithi116.ldeiub (mgr.14182) 428 : audit [DBG] from='client.14696 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:45:09.901 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:45:09 smithi116 bash[25961]: cephadm 2023-11-15T05:45:08.592424+0000 mgr.smithi116.ldeiub (mgr.14182) 429 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi152-qdjbex 2023-11-15T05:45:09.901 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:45:09 smithi116 bash[25961]: /usr/bin/docker: stdout 2023-11-15T05:45:09.902 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:45:09 smithi116 bash[25961]: /usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi152-qdjbex 2023-11-15T05:45:09.902 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:45:09 smithi116 bash[25961]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi152.qdjbex 2023-11-15T05:45:09.902 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:45:09 smithi116 bash[25961]: /usr/bin/docker: stdout 2023-11-15T05:45:09.902 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:45:09 smithi116 bash[25961]: /usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi152.qdjbex 2023-11-15T05:45:09.902 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:45:09 smithi116 bash[25961]: Deploy daemon haproxy.nfs.foo.smithi152.qdjbex ... 2023-11-15T05:45:09.903 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:45:09 smithi116 bash[25961]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi152 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T05:45:09.903 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:45:09 smithi116 bash[25961]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-15T05:45:09.903 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:45:09 smithi116 bash[25961]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-15T05:45:09.903 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:45:09 smithi116 bash[25961]: stat: stderr See 'docker run --help'. 2023-11-15T05:45:09.903 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:45:09 smithi116 bash[25961]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi152 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T05:45:09.904 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:45:09 smithi116 bash[25961]: Traceback (most recent call last): 2023-11-15T05:45:09.904 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:45:09 smithi116 bash[25961]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-11-15T05:45:09.904 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:45:09 smithi116 bash[25961]: yield (conn, connr) 2023-11-15T05:45:09.904 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:45:09 smithi116 bash[25961]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-11-15T05:45:09.904 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:45:09 smithi116 bash[25961]: code, '\n'.join(err))) 2023-11-15T05:45:09.905 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:45:09 smithi116 bash[25961]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi152-qdjbex 2023-11-15T05:45:09.905 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:45:09 smithi116 bash[25961]: /usr/bin/docker: stdout 2023-11-15T05:45:09.905 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:45:09 smithi116 bash[25961]: /usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi152-qdjbex 2023-11-15T05:45:09.905 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:45:09 smithi116 bash[25961]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi152.qdjbex 2023-11-15T05:45:09.905 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:45:09 smithi116 bash[25961]: /usr/bin/docker: stdout 2023-11-15T05:45:09.906 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:45:09 smithi116 bash[25961]: /usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi152.qdjbex 2023-11-15T05:45:09.906 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:45:09 smithi116 bash[25961]: Deploy daemon haproxy.nfs.foo.smithi152.qdjbex ... 2023-11-15T05:45:09.906 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:45:09 smithi116 bash[25961]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi152 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T05:45:09.906 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:45:09 smithi116 bash[25961]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-15T05:45:09.906 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:45:09 smithi116 bash[25961]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-15T05:45:09.906 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:45:09 smithi116 bash[25961]: stat: stderr See 'docker run --help'. 2023-11-15T05:45:09.907 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:45:09 smithi116 bash[25961]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi152 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T05:45:09.907 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:45:09 smithi116 bash[25961]: cephadm 2023-11-15T05:45:08.592824+0000 mgr.smithi116.ldeiub (mgr.14182) 430 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi152.qdjbex 2023-11-15T05:45:09.907 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:45:09 smithi116 bash[25961]: cephadm 2023-11-15T05:45:08.595477+0000 mgr.smithi116.ldeiub (mgr.14182) 431 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi152.qdjbex on smithi152: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi152-qdjbex 2023-11-15T05:45:09.908 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:45:09 smithi116 bash[25961]: /usr/bin/docker: stdout 2023-11-15T05:45:09.908 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:45:09 smithi116 bash[25961]: /usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi152-qdjbex 2023-11-15T05:45:09.908 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:45:09 smithi116 bash[25961]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi152.qdjbex 2023-11-15T05:45:09.909 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:45:09 smithi116 bash[25961]: /usr/bin/docker: stdout 2023-11-15T05:45:09.909 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:45:09 smithi116 bash[25961]: /usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi152.qdjbex 2023-11-15T05:45:09.909 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:45:09 smithi116 bash[25961]: Deploy daemon haproxy.nfs.foo.smithi152.qdjbex ... 2023-11-15T05:45:09.909 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:45:09 smithi116 bash[25961]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi152 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T05:45:09.910 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:45:09 smithi116 bash[25961]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-15T05:45:09.910 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:45:09 smithi116 bash[25961]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-15T05:45:09.910 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:45:09 smithi116 bash[25961]: stat: stderr See 'docker run --help'. 2023-11-15T05:45:09.910 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:45:09 smithi116 bash[25961]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi152 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T05:45:09.911 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:45:09 smithi116 bash[25961]: cephadm 2023-11-15T05:45:08.600451+0000 mgr.smithi116.ldeiub (mgr.14182) 432 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi116.iiilew on smithi116 2023-11-15T05:45:10.009 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:45:09 smithi152 bash[29762]: audit 2023-11-15T05:45:07.907540+0000 mgr.smithi116.ldeiub (mgr.14182) 428 : audit [DBG] from='client.14696 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:45:10.009 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:45:09 smithi152 bash[29762]: cephadm 2023-11-15T05:45:08.592424+0000 mgr.smithi116.ldeiub (mgr.14182) 429 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi152-qdjbex 2023-11-15T05:45:10.009 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:45:09 smithi152 bash[29762]: /usr/bin/docker: stdout 2023-11-15T05:45:10.010 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:45:09 smithi152 bash[29762]: /usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi152-qdjbex 2023-11-15T05:45:10.010 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:45:09 smithi152 bash[29762]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi152.qdjbex 2023-11-15T05:45:10.010 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:45:09 smithi152 bash[29762]: /usr/bin/docker: stdout 2023-11-15T05:45:10.010 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:45:09 smithi152 bash[29762]: /usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi152.qdjbex 2023-11-15T05:45:10.010 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:45:09 smithi152 bash[29762]: Deploy daemon haproxy.nfs.foo.smithi152.qdjbex ... 2023-11-15T05:45:10.011 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:45:09 smithi152 bash[29762]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi152 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T05:45:10.011 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:45:09 smithi152 bash[29762]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-15T05:45:10.011 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:45:09 smithi152 bash[29762]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-15T05:45:10.011 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:45:09 smithi152 bash[29762]: stat: stderr See 'docker run --help'. 2023-11-15T05:45:10.011 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:45:09 smithi152 bash[29762]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi152 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T05:45:10.012 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:45:09 smithi152 bash[29762]: Traceback (most recent call last): 2023-11-15T05:45:10.012 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:45:09 smithi152 bash[29762]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-11-15T05:45:10.012 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:45:09 smithi152 bash[29762]: yield (conn, connr) 2023-11-15T05:45:10.012 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:45:09 smithi152 bash[29762]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-11-15T05:45:10.012 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:45:09 smithi152 bash[29762]: code, '\n'.join(err))) 2023-11-15T05:45:10.013 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:45:09 smithi152 bash[29762]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi152-qdjbex 2023-11-15T05:45:10.013 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:45:09 smithi152 bash[29762]: /usr/bin/docker: stdout 2023-11-15T05:45:10.013 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:45:09 smithi152 bash[29762]: /usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi152-qdjbex 2023-11-15T05:45:10.013 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:45:09 smithi152 bash[29762]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi152.qdjbex 2023-11-15T05:45:10.013 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:45:09 smithi152 bash[29762]: /usr/bin/docker: stdout 2023-11-15T05:45:10.013 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:45:09 smithi152 bash[29762]: /usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi152.qdjbex 2023-11-15T05:45:10.014 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:45:09 smithi152 bash[29762]: Deploy daemon haproxy.nfs.foo.smithi152.qdjbex ... 2023-11-15T05:45:10.014 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:45:09 smithi152 bash[29762]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi152 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T05:45:10.014 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:45:09 smithi152 bash[29762]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-15T05:45:10.014 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:45:09 smithi152 bash[29762]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-15T05:45:10.014 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:45:09 smithi152 bash[29762]: stat: stderr See 'docker run --help'. 2023-11-15T05:45:10.015 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:45:09 smithi152 bash[29762]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi152 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T05:45:10.015 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:45:09 smithi152 bash[29762]: cephadm 2023-11-15T05:45:08.592824+0000 mgr.smithi116.ldeiub (mgr.14182) 430 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi152.qdjbex 2023-11-15T05:45:10.015 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:45:09 smithi152 bash[29762]: cephadm 2023-11-15T05:45:08.595477+0000 mgr.smithi116.ldeiub (mgr.14182) 431 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi152.qdjbex on smithi152: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi152-qdjbex 2023-11-15T05:45:10.015 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:45:09 smithi152 bash[29762]: /usr/bin/docker: stdout 2023-11-15T05:45:10.015 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:45:09 smithi152 bash[29762]: /usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi152-qdjbex 2023-11-15T05:45:10.016 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:45:09 smithi152 bash[29762]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi152.qdjbex 2023-11-15T05:45:10.016 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:45:09 smithi152 bash[29762]: /usr/bin/docker: stdout 2023-11-15T05:45:10.016 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:45:09 smithi152 bash[29762]: /usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi152.qdjbex 2023-11-15T05:45:10.016 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:45:09 smithi152 bash[29762]: Deploy daemon haproxy.nfs.foo.smithi152.qdjbex ... 2023-11-15T05:45:10.016 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:45:09 smithi152 bash[29762]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi152 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T05:45:10.016 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:45:09 smithi152 bash[29762]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-15T05:45:10.017 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:45:09 smithi152 bash[29762]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-15T05:45:10.017 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:45:09 smithi152 bash[29762]: stat: stderr See 'docker run --help'. 2023-11-15T05:45:10.017 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:45:09 smithi152 bash[29762]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi152 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T05:45:10.017 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:45:09 smithi152 bash[29762]: cephadm 2023-11-15T05:45:08.600451+0000 mgr.smithi116.ldeiub (mgr.14182) 432 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi116.iiilew on smithi116 2023-11-15T05:45:10.942 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:45:10 smithi116 bash[25961]: cluster 2023-11-15T05:45:08.802188+0000 mgr.smithi116.ldeiub (mgr.14182) 433 : cluster [DBG] pgmap v322: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 100 B/s rd, 0 op/s 2023-11-15T05:45:11.008 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:45:10 smithi152 bash[29762]: cluster 2023-11-15T05:45:08.802188+0000 mgr.smithi116.ldeiub (mgr.14182) 433 : cluster [DBG] pgmap v322: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 100 B/s rd, 0 op/s 2023-11-15T05:45:12.959 INFO:teuthology.orchestra.run.smithi116.stdout: 2023-11-15T05:45:12.960 INFO:teuthology.orchestra.run.smithi116.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T05:34:36.374719Z", "last_refresh": "2023-11-15T05:43:50.109392Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T05:34:28.472277Z", "last_refresh": "2023-11-15T05:43:50.109543Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T05:34:32.474479Z", "last_refresh": "2023-11-15T05:43:50.109687Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:43:58.552387Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi116.fmpfdt on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:45:08.595153Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi152.qdjbex on smithi152: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi152-qdjbex\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi152-qdjbex\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi152.qdjbex\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi152.qdjbex\nDeploy daemon haproxy.nfs.foo.smithi152.qdjbex ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi152 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi152 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:45:12.435588Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi116.iiilew on smithi116: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi116-iiilew\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi116-iiilew\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi116.iiilew\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi116.iiilew\nDeploy daemon haproxy.nfs.foo.smithi116.iiilew ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:45:12.437679Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi152.bufocs on smithi152: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:45:12.441818Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi116.hyeznf on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.116/16"}, "status": {"created": "2023-11-15T05:41:51.643812Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.116/16"}}, {"events": ["2023-11-15T05:41:45.562111Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-15T05:41:45.554912Z", "last_refresh": "2023-11-15T05:43:50.110531Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T05:34:26.558369Z", "last_refresh": "2023-11-15T05:43:50.109235Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:35:55.352857Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi116:172.21.15.116=smithi116", "smithi152:172.21.15.152=smithi152"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T05:35:55.345327Z", "last_refresh": "2023-11-15T05:43:50.109014Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:41:51.641747Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-11-15T05:41:51.636276Z", "last_refresh": "2023-11-15T05:43:50.110665Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T05:34:34.444913Z", "last_refresh": "2023-11-15T05:43:50.109818Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T05:36:22.979260Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T05:36:22.972321Z", "last_refresh": "2023-11-15T05:43:50.109967Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T05:34:30.388073Z", "last_refresh": "2023-11-15T05:45:04.478878Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-15T05:45:13.008 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:45:12 smithi152 bash[29762]: cluster 2023-11-15T05:45:10.803160+0000 mgr.smithi116.ldeiub (mgr.14182) 434 : cluster [DBG] pgmap v323: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 100 B/s rd, 0 op/s 2023-11-15T05:45:13.009 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:45:12 smithi152 bash[29762]: audit 2023-11-15T05:45:12.434402+0000 mon.smithi116 (mon.0) 731 : audit [INF] from='mgr.14182 172.21.15.116:0/1868390107' entity='mgr.smithi116.ldeiub' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi116.iiilew"}]: dispatch 2023-11-15T05:45:13.016 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:45:12 smithi116 bash[25961]: cluster 2023-11-15T05:45:10.803160+0000 mgr.smithi116.ldeiub (mgr.14182) 434 : cluster [DBG] pgmap v323: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 100 B/s rd, 0 op/s 2023-11-15T05:45:13.016 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:45:12 smithi116 bash[25961]: audit 2023-11-15T05:45:12.434402+0000 mon.smithi116 (mon.0) 731 : audit [INF] from='mgr.14182 172.21.15.116:0/1868390107' entity='mgr.smithi116.ldeiub' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi116.iiilew"}]: dispatch 2023-11-15T05:45:13.632 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T05:45:13.901 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:45:13 smithi116 bash[25961]: cephadm 2023-11-15T05:45:12.433414+0000 mgr.smithi116.ldeiub (mgr.14182) 435 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi116-iiilew 2023-11-15T05:45:13.902 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:45:13 smithi116 bash[25961]: /usr/bin/docker: stdout 2023-11-15T05:45:13.902 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:45:13 smithi116 bash[25961]: /usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi116-iiilew 2023-11-15T05:45:13.902 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:45:13 smithi116 bash[25961]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi116.iiilew 2023-11-15T05:45:13.903 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:45:13 smithi116 bash[25961]: /usr/bin/docker: stdout 2023-11-15T05:45:13.903 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:45:13 smithi116 bash[25961]: /usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi116.iiilew 2023-11-15T05:45:13.903 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:45:13 smithi116 bash[25961]: Deploy daemon haproxy.nfs.foo.smithi116.iiilew ... 2023-11-15T05:45:13.904 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:45:13 smithi116 bash[25961]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T05:45:13.904 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:45:13 smithi116 bash[25961]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-15T05:45:13.904 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:45:13 smithi116 bash[25961]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-15T05:45:13.905 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:45:13 smithi116 bash[25961]: stat: stderr See 'docker run --help'. 2023-11-15T05:45:13.905 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:45:13 smithi116 bash[25961]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T05:45:13.906 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:45:13 smithi116 bash[25961]: Traceback (most recent call last): 2023-11-15T05:45:13.906 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:45:13 smithi116 bash[25961]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-11-15T05:45:13.906 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:45:13 smithi116 bash[25961]: yield (conn, connr) 2023-11-15T05:45:13.907 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:45:13 smithi116 bash[25961]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-11-15T05:45:13.907 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:45:13 smithi116 bash[25961]: code, '\n'.join(err))) 2023-11-15T05:45:13.907 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:45:13 smithi116 bash[25961]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi116-iiilew 2023-11-15T05:45:13.907 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:45:13 smithi116 bash[25961]: /usr/bin/docker: stdout 2023-11-15T05:45:13.907 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:45:13 smithi116 bash[25961]: /usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi116-iiilew 2023-11-15T05:45:13.908 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:45:13 smithi116 bash[25961]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi116.iiilew 2023-11-15T05:45:13.908 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:45:13 smithi116 bash[25961]: /usr/bin/docker: stdout 2023-11-15T05:45:13.908 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:45:13 smithi116 bash[25961]: /usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi116.iiilew 2023-11-15T05:45:13.908 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:45:13 smithi116 bash[25961]: Deploy daemon haproxy.nfs.foo.smithi116.iiilew ... 2023-11-15T05:45:13.908 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:45:13 smithi116 bash[25961]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T05:45:13.909 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:45:13 smithi116 bash[25961]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-15T05:45:13.909 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:45:13 smithi116 bash[25961]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-15T05:45:13.909 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:45:13 smithi116 bash[25961]: stat: stderr See 'docker run --help'. 2023-11-15T05:45:13.909 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:45:13 smithi116 bash[25961]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T05:45:13.909 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:45:13 smithi116 bash[25961]: cephadm 2023-11-15T05:45:12.433718+0000 mgr.smithi116.ldeiub (mgr.14182) 436 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi116.iiilew 2023-11-15T05:45:13.909 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:45:13 smithi116 bash[25961]: cephadm 2023-11-15T05:45:12.435718+0000 mgr.smithi116.ldeiub (mgr.14182) 437 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi116.iiilew on smithi116: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi116-iiilew 2023-11-15T05:45:13.910 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:45:13 smithi116 bash[25961]: /usr/bin/docker: stdout 2023-11-15T05:45:13.910 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:45:13 smithi116 bash[25961]: /usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi116-iiilew 2023-11-15T05:45:13.910 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:45:13 smithi116 bash[25961]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi116.iiilew 2023-11-15T05:45:13.910 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:45:13 smithi116 bash[25961]: /usr/bin/docker: stdout 2023-11-15T05:45:13.911 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:45:13 smithi116 bash[25961]: /usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi116.iiilew 2023-11-15T05:45:13.911 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:45:13 smithi116 bash[25961]: Deploy daemon haproxy.nfs.foo.smithi116.iiilew ... 2023-11-15T05:45:13.911 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:45:13 smithi116 bash[25961]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T05:45:13.911 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:45:13 smithi116 bash[25961]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-15T05:45:13.911 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:45:13 smithi116 bash[25961]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-15T05:45:13.912 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:45:13 smithi116 bash[25961]: stat: stderr See 'docker run --help'. 2023-11-15T05:45:13.912 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:45:13 smithi116 bash[25961]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T05:45:13.912 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:45:13 smithi116 bash[25961]: cephadm 2023-11-15T05:45:12.438008+0000 mgr.smithi116.ldeiub (mgr.14182) 438 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi152.bufocs on smithi152: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-11-15T05:45:13.912 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:45:13 smithi116 bash[25961]: cephadm 2023-11-15T05:45:12.442050+0000 mgr.smithi116.ldeiub (mgr.14182) 439 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi116.hyeznf on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-11-15T05:45:13.912 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:45:13 smithi116 bash[25961]: cluster 2023-11-15T05:45:12.443531+0000 mgr.smithi116.ldeiub (mgr.14182) 440 : cluster [DBG] pgmap v324: 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 2023-11-15T05:45:13.913 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:45:13 smithi116 bash[25961]: cluster 2023-11-15T05:45:12.721818+0000 mon.smithi116 (mon.0) 732 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2023-11-15T05:45:14.009 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:45:13 smithi152 bash[29762]: cephadm 2023-11-15T05:45:12.433414+0000 mgr.smithi116.ldeiub (mgr.14182) 435 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi116-iiilew 2023-11-15T05:45:14.010 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:45:13 smithi152 bash[29762]: /usr/bin/docker: stdout 2023-11-15T05:45:14.010 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:45:13 smithi152 bash[29762]: /usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi116-iiilew 2023-11-15T05:45:14.010 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:45:13 smithi152 bash[29762]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi116.iiilew 2023-11-15T05:45:14.011 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:45:13 smithi152 bash[29762]: /usr/bin/docker: stdout 2023-11-15T05:45:14.011 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:45:13 smithi152 bash[29762]: /usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi116.iiilew 2023-11-15T05:45:14.011 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:45:13 smithi152 bash[29762]: Deploy daemon haproxy.nfs.foo.smithi116.iiilew ... 2023-11-15T05:45:14.012 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:45:13 smithi152 bash[29762]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T05:45:14.012 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:45:13 smithi152 bash[29762]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-15T05:45:14.013 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:45:13 smithi152 bash[29762]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-15T05:45:14.013 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:45:13 smithi152 bash[29762]: stat: stderr See 'docker run --help'. 2023-11-15T05:45:14.013 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:45:13 smithi152 bash[29762]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T05:45:14.014 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:45:13 smithi152 bash[29762]: Traceback (most recent call last): 2023-11-15T05:45:14.014 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:45:13 smithi152 bash[29762]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-11-15T05:45:14.014 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:45:13 smithi152 bash[29762]: yield (conn, connr) 2023-11-15T05:45:14.015 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:45:13 smithi152 bash[29762]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-11-15T05:45:14.015 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:45:13 smithi152 bash[29762]: code, '\n'.join(err))) 2023-11-15T05:45:14.016 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:45:13 smithi152 bash[29762]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi116-iiilew 2023-11-15T05:45:14.016 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:45:13 smithi152 bash[29762]: /usr/bin/docker: stdout 2023-11-15T05:45:14.017 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:45:13 smithi152 bash[29762]: /usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi116-iiilew 2023-11-15T05:45:14.017 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:45:13 smithi152 bash[29762]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi116.iiilew 2023-11-15T05:45:14.017 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:45:13 smithi152 bash[29762]: /usr/bin/docker: stdout 2023-11-15T05:45:14.018 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:45:13 smithi152 bash[29762]: /usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi116.iiilew 2023-11-15T05:45:14.018 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:45:13 smithi152 bash[29762]: Deploy daemon haproxy.nfs.foo.smithi116.iiilew ... 2023-11-15T05:45:14.018 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:45:13 smithi152 bash[29762]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T05:45:14.019 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:45:13 smithi152 bash[29762]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-15T05:45:14.019 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:45:13 smithi152 bash[29762]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-15T05:45:14.019 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:45:13 smithi152 bash[29762]: stat: stderr See 'docker run --help'. 2023-11-15T05:45:14.020 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:45:13 smithi152 bash[29762]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T05:45:14.020 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:45:13 smithi152 bash[29762]: cephadm 2023-11-15T05:45:12.433718+0000 mgr.smithi116.ldeiub (mgr.14182) 436 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi116.iiilew 2023-11-15T05:45:14.020 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:45:13 smithi152 bash[29762]: cephadm 2023-11-15T05:45:12.435718+0000 mgr.smithi116.ldeiub (mgr.14182) 437 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi116.iiilew on smithi116: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi116-iiilew 2023-11-15T05:45:14.021 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:45:13 smithi152 bash[29762]: /usr/bin/docker: stdout 2023-11-15T05:45:14.021 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:45:13 smithi152 bash[29762]: /usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi116-iiilew 2023-11-15T05:45:14.021 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:45:13 smithi152 bash[29762]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi116.iiilew 2023-11-15T05:45:14.022 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:45:13 smithi152 bash[29762]: /usr/bin/docker: stdout 2023-11-15T05:45:14.022 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:45:13 smithi152 bash[29762]: /usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi116.iiilew 2023-11-15T05:45:14.022 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:45:13 smithi152 bash[29762]: Deploy daemon haproxy.nfs.foo.smithi116.iiilew ... 2023-11-15T05:45:14.023 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:45:13 smithi152 bash[29762]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T05:45:14.023 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:45:13 smithi152 bash[29762]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-15T05:45:14.023 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:45:13 smithi152 bash[29762]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-15T05:45:14.024 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:45:13 smithi152 bash[29762]: stat: stderr See 'docker run --help'. 2023-11-15T05:45:14.024 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:45:13 smithi152 bash[29762]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T05:45:14.025 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:45:13 smithi152 bash[29762]: cephadm 2023-11-15T05:45:12.438008+0000 mgr.smithi116.ldeiub (mgr.14182) 438 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi152.bufocs on smithi152: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-11-15T05:45:14.025 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:45:13 smithi152 bash[29762]: cephadm 2023-11-15T05:45:12.442050+0000 mgr.smithi116.ldeiub (mgr.14182) 439 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi116.hyeznf on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-11-15T05:45:14.025 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:45:13 smithi152 bash[29762]: cluster 2023-11-15T05:45:12.443531+0000 mgr.smithi116.ldeiub (mgr.14182) 440 : cluster [DBG] pgmap v324: 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 2023-11-15T05:45:14.025 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:45:13 smithi152 bash[29762]: cluster 2023-11-15T05:45:12.721818+0000 mon.smithi116 (mon.0) 732 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2023-11-15T05:45:14.633 DEBUG:teuthology.orchestra.run.smithi116:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 7456fada-8378-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T05:45:14.900 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:45:14 smithi116 bash[25961]: audit 2023-11-15T05:45:12.944249+0000 mgr.smithi116.ldeiub (mgr.14182) 441 : audit [DBG] from='client.14700 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:45:14.900 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:45:14 smithi116 bash[25961]: cluster 2023-11-15T05:45:14.444718+0000 mgr.smithi116.ldeiub (mgr.14182) 442 : cluster [DBG] pgmap v325: 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 2023-11-15T05:45:15.009 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:45:14 smithi152 bash[29762]: audit 2023-11-15T05:45:12.944249+0000 mgr.smithi116.ldeiub (mgr.14182) 441 : audit [DBG] from='client.14700 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:45:15.009 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:45:14 smithi152 bash[29762]: cluster 2023-11-15T05:45:14.444718+0000 mgr.smithi116.ldeiub (mgr.14182) 442 : cluster [DBG] pgmap v325: 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 2023-11-15T05:45:17.150 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:45:16 smithi116 bash[25961]: audit 2023-11-15T05:45:15.750267+0000 mon.smithi116 (mon.0) 733 : audit [INF] from='mgr.14182 172.21.15.116:0/1868390107' entity='mgr.smithi116.ldeiub' 2023-11-15T05:45:17.151 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:45:16 smithi116 bash[25961]: cluster 2023-11-15T05:45:16.446024+0000 mgr.smithi116.ldeiub (mgr.14182) 443 : cluster [DBG] pgmap v326: 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 2023-11-15T05:45:17.258 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:45:16 smithi152 bash[29762]: audit 2023-11-15T05:45:15.750267+0000 mon.smithi116 (mon.0) 733 : audit [INF] from='mgr.14182 172.21.15.116:0/1868390107' entity='mgr.smithi116.ldeiub' 2023-11-15T05:45:17.259 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:45:16 smithi152 bash[29762]: cluster 2023-11-15T05:45:16.446024+0000 mgr.smithi116.ldeiub (mgr.14182) 443 : cluster [DBG] pgmap v326: 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 2023-11-15T05:45:17.903 INFO:teuthology.orchestra.run.smithi116.stdout: 2023-11-15T05:45:17.903 INFO:teuthology.orchestra.run.smithi116.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T05:34:36.374719Z", "last_refresh": "2023-11-15T05:43:50.109392Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T05:34:28.472277Z", "last_refresh": "2023-11-15T05:43:50.109543Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T05:34:32.474479Z", "last_refresh": "2023-11-15T05:43:50.109687Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:43:58.552387Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi116.fmpfdt on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:45:08.595153Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi152.qdjbex on smithi152: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi152-qdjbex\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi152-qdjbex\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi152.qdjbex\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi152.qdjbex\nDeploy daemon haproxy.nfs.foo.smithi152.qdjbex ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi152 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi152 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:45:12.435588Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi116.iiilew on smithi116: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi116-iiilew\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi116-iiilew\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi116.iiilew\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi116.iiilew\nDeploy daemon haproxy.nfs.foo.smithi116.iiilew ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:45:12.437679Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi152.bufocs on smithi152: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:45:12.441818Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi116.hyeznf on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.116/16"}, "status": {"created": "2023-11-15T05:41:51.643812Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.116/16"}}, {"events": ["2023-11-15T05:41:45.562111Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-15T05:41:45.554912Z", "last_refresh": "2023-11-15T05:43:50.110531Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T05:34:26.558369Z", "last_refresh": "2023-11-15T05:43:50.109235Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:35:55.352857Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi116:172.21.15.116=smithi116", "smithi152:172.21.15.152=smithi152"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T05:35:55.345327Z", "last_refresh": "2023-11-15T05:43:50.109014Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:41:51.641747Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-11-15T05:41:51.636276Z", "last_refresh": "2023-11-15T05:43:50.110665Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T05:34:34.444913Z", "last_refresh": "2023-11-15T05:43:50.109818Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T05:36:22.979260Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T05:36:22.972321Z", "last_refresh": "2023-11-15T05:43:50.109967Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T05:34:30.388073Z", "last_refresh": "2023-11-15T05:45:04.478878Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-15T05:45:18.500 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T05:45:19.502 DEBUG:teuthology.orchestra.run.smithi116:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 7456fada-8378-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T05:45:19.900 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:45:19 smithi116 bash[25961]: audit 2023-11-15T05:45:17.889979+0000 mgr.smithi116.ldeiub (mgr.14182) 444 : audit [DBG] from='client.14704 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:45:19.901 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:45:19 smithi116 bash[25961]: cluster 2023-11-15T05:45:18.447226+0000 mgr.smithi116.ldeiub (mgr.14182) 445 : cluster [DBG] pgmap v327: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 87 B/s rd, 0 op/s 2023-11-15T05:45:20.008 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:45:19 smithi152 bash[29762]: audit 2023-11-15T05:45:17.889979+0000 mgr.smithi116.ldeiub (mgr.14182) 444 : audit [DBG] from='client.14704 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:45:20.009 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:45:19 smithi152 bash[29762]: cluster 2023-11-15T05:45:18.447226+0000 mgr.smithi116.ldeiub (mgr.14182) 445 : cluster [DBG] pgmap v327: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 87 B/s rd, 0 op/s 2023-11-15T05:45:21.900 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:45:21 smithi116 bash[25961]: cluster 2023-11-15T05:45:20.448497+0000 mgr.smithi116.ldeiub (mgr.14182) 446 : cluster [DBG] pgmap v328: 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 2023-11-15T05:45:22.008 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:45:21 smithi152 bash[29762]: cluster 2023-11-15T05:45:20.448497+0000 mgr.smithi116.ldeiub (mgr.14182) 446 : cluster [DBG] pgmap v328: 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 2023-11-15T05:45:22.773 INFO:teuthology.orchestra.run.smithi116.stdout: 2023-11-15T05:45:22.773 INFO:teuthology.orchestra.run.smithi116.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T05:34:36.374719Z", "last_refresh": "2023-11-15T05:43:50.109392Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T05:34:28.472277Z", "last_refresh": "2023-11-15T05:43:50.109543Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T05:34:32.474479Z", "last_refresh": "2023-11-15T05:43:50.109687Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:43:58.552387Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi116.fmpfdt on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:45:08.595153Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi152.qdjbex on smithi152: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi152-qdjbex\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi152-qdjbex\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi152.qdjbex\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi152.qdjbex\nDeploy daemon haproxy.nfs.foo.smithi152.qdjbex ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi152 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi152 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:45:12.435588Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi116.iiilew on smithi116: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi116-iiilew\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi116-iiilew\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi116.iiilew\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi116.iiilew\nDeploy daemon haproxy.nfs.foo.smithi116.iiilew ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:45:12.437679Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi152.bufocs on smithi152: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:45:12.441818Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi116.hyeznf on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.116/16"}, "status": {"created": "2023-11-15T05:41:51.643812Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.116/16"}}, {"events": ["2023-11-15T05:41:45.562111Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-15T05:41:45.554912Z", "last_refresh": "2023-11-15T05:43:50.110531Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T05:34:26.558369Z", "last_refresh": "2023-11-15T05:43:50.109235Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:35:55.352857Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi116:172.21.15.116=smithi116", "smithi152:172.21.15.152=smithi152"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T05:35:55.345327Z", "last_refresh": "2023-11-15T05:43:50.109014Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:41:51.641747Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-11-15T05:41:51.636276Z", "last_refresh": "2023-11-15T05:43:50.110665Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T05:34:34.444913Z", "last_refresh": "2023-11-15T05:43:50.109818Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T05:36:22.979260Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T05:36:22.972321Z", "last_refresh": "2023-11-15T05:43:50.109967Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T05:34:30.388073Z", "last_refresh": "2023-11-15T05:45:04.478878Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-15T05:45:23.411 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T05:45:23.900 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:45:23 smithi116 bash[25961]: cluster 2023-11-15T05:45:22.449716+0000 mgr.smithi116.ldeiub (mgr.14182) 447 : cluster [DBG] pgmap v329: 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 2023-11-15T05:45:24.008 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:45:23 smithi152 bash[29762]: cluster 2023-11-15T05:45:22.449716+0000 mgr.smithi116.ldeiub (mgr.14182) 447 : cluster [DBG] pgmap v329: 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 2023-11-15T05:45:24.412 DEBUG:teuthology.orchestra.run.smithi116:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 7456fada-8378-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T05:45:24.900 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:45:24 smithi116 bash[25961]: audit 2023-11-15T05:45:22.762071+0000 mgr.smithi116.ldeiub (mgr.14182) 448 : audit [DBG] from='client.14708 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:45:25.008 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:45:24 smithi152 bash[29762]: audit 2023-11-15T05:45:22.762071+0000 mgr.smithi116.ldeiub (mgr.14182) 448 : audit [DBG] from='client.14708 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:45:25.741 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:45:25 smithi116 bash[25961]: cluster 2023-11-15T05:45:24.450919+0000 mgr.smithi116.ldeiub (mgr.14182) 449 : cluster [DBG] pgmap v330: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T05:45:26.008 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:45:25 smithi152 bash[29762]: cluster 2023-11-15T05:45:24.450919+0000 mgr.smithi116.ldeiub (mgr.14182) 449 : cluster [DBG] pgmap v330: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T05:45:27.456 INFO:teuthology.orchestra.run.smithi116.stdout: 2023-11-15T05:45:27.456 INFO:teuthology.orchestra.run.smithi116.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T05:34:36.374719Z", "last_refresh": "2023-11-15T05:43:50.109392Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T05:34:28.472277Z", "last_refresh": "2023-11-15T05:43:50.109543Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T05:34:32.474479Z", "last_refresh": "2023-11-15T05:43:50.109687Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:43:58.552387Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi116.fmpfdt on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:45:08.595153Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi152.qdjbex on smithi152: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi152-qdjbex\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi152-qdjbex\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi152.qdjbex\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi152.qdjbex\nDeploy daemon haproxy.nfs.foo.smithi152.qdjbex ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi152 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi152 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:45:12.435588Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi116.iiilew on smithi116: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi116-iiilew\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi116-iiilew\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi116.iiilew\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi116.iiilew\nDeploy daemon haproxy.nfs.foo.smithi116.iiilew ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:45:12.437679Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi152.bufocs on smithi152: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:45:12.441818Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi116.hyeznf on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.116/16"}, "status": {"created": "2023-11-15T05:41:51.643812Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.116/16"}}, {"events": ["2023-11-15T05:41:45.562111Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-15T05:41:45.554912Z", "last_refresh": "2023-11-15T05:43:50.110531Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T05:34:26.558369Z", "last_refresh": "2023-11-15T05:43:50.109235Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:35:55.352857Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi116:172.21.15.116=smithi116", "smithi152:172.21.15.152=smithi152"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T05:35:55.345327Z", "last_refresh": "2023-11-15T05:43:50.109014Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:41:51.641747Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-11-15T05:41:51.636276Z", "last_refresh": "2023-11-15T05:43:50.110665Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T05:34:34.444913Z", "last_refresh": "2023-11-15T05:43:50.109818Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T05:36:22.979260Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T05:36:22.972321Z", "last_refresh": "2023-11-15T05:43:50.109967Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T05:34:30.388073Z", "last_refresh": "2023-11-15T05:45:04.478878Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-15T05:45:27.900 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:45:27 smithi116 bash[25961]: cluster 2023-11-15T05:45:26.452280+0000 mgr.smithi116.ldeiub (mgr.14182) 450 : cluster [DBG] pgmap v331: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:45:28.008 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:45:27 smithi152 bash[29762]: cluster 2023-11-15T05:45:26.452280+0000 mgr.smithi116.ldeiub (mgr.14182) 450 : cluster [DBG] pgmap v331: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:45:28.107 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T05:45:28.900 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:45:28 smithi116 bash[25961]: audit 2023-11-15T05:45:27.440672+0000 mgr.smithi116.ldeiub (mgr.14182) 451 : audit [DBG] from='client.14712 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:45:29.008 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:45:28 smithi152 bash[29762]: audit 2023-11-15T05:45:27.440672+0000 mgr.smithi116.ldeiub (mgr.14182) 451 : audit [DBG] from='client.14712 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:45:29.108 DEBUG:teuthology.orchestra.run.smithi116:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 7456fada-8378-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T05:45:29.900 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:45:29 smithi116 bash[25961]: cluster 2023-11-15T05:45:28.453521+0000 mgr.smithi116.ldeiub (mgr.14182) 452 : cluster [DBG] pgmap v332: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:45:30.008 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:45:29 smithi152 bash[29762]: cluster 2023-11-15T05:45:28.453521+0000 mgr.smithi116.ldeiub (mgr.14182) 452 : cluster [DBG] pgmap v332: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:45:31.900 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:45:31 smithi116 bash[25961]: cluster 2023-11-15T05:45:30.454794+0000 mgr.smithi116.ldeiub (mgr.14182) 453 : cluster [DBG] pgmap v333: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:45:32.009 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:45:31 smithi152 bash[29762]: cluster 2023-11-15T05:45:30.454794+0000 mgr.smithi116.ldeiub (mgr.14182) 453 : cluster [DBG] pgmap v333: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:45:32.449 INFO:teuthology.orchestra.run.smithi116.stdout: 2023-11-15T05:45:32.449 INFO:teuthology.orchestra.run.smithi116.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T05:34:36.374719Z", "last_refresh": "2023-11-15T05:43:50.109392Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T05:34:28.472277Z", "last_refresh": "2023-11-15T05:43:50.109543Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T05:34:32.474479Z", "last_refresh": "2023-11-15T05:43:50.109687Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:43:58.552387Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi116.fmpfdt on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:45:08.595153Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi152.qdjbex on smithi152: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi152-qdjbex\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi152-qdjbex\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi152.qdjbex\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi152.qdjbex\nDeploy daemon haproxy.nfs.foo.smithi152.qdjbex ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi152 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi152 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:45:12.435588Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi116.iiilew on smithi116: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi116-iiilew\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi116-iiilew\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi116.iiilew\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi116.iiilew\nDeploy daemon haproxy.nfs.foo.smithi116.iiilew ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:45:12.437679Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi152.bufocs on smithi152: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:45:12.441818Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi116.hyeznf on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.116/16"}, "status": {"created": "2023-11-15T05:41:51.643812Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.116/16"}}, {"events": ["2023-11-15T05:41:45.562111Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-15T05:41:45.554912Z", "last_refresh": "2023-11-15T05:43:50.110531Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T05:34:26.558369Z", "last_refresh": "2023-11-15T05:43:50.109235Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:35:55.352857Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi116:172.21.15.116=smithi116", "smithi152:172.21.15.152=smithi152"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T05:35:55.345327Z", "last_refresh": "2023-11-15T05:43:50.109014Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:41:51.641747Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-11-15T05:41:51.636276Z", "last_refresh": "2023-11-15T05:43:50.110665Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T05:34:34.444913Z", "last_refresh": "2023-11-15T05:43:50.109818Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T05:36:22.979260Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T05:36:22.972321Z", "last_refresh": "2023-11-15T05:43:50.109967Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T05:34:30.388073Z", "last_refresh": "2023-11-15T05:45:04.478878Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-15T05:45:33.095 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T05:45:33.900 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:45:33 smithi116 bash[25961]: audit 2023-11-15T05:45:32.436559+0000 mgr.smithi116.ldeiub (mgr.14182) 454 : audit [DBG] from='client.14716 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:45:33.901 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:45:33 smithi116 bash[25961]: cluster 2023-11-15T05:45:32.455756+0000 mgr.smithi116.ldeiub (mgr.14182) 455 : cluster [DBG] pgmap v334: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:45:34.008 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:45:33 smithi152 bash[29762]: audit 2023-11-15T05:45:32.436559+0000 mgr.smithi116.ldeiub (mgr.14182) 454 : audit [DBG] from='client.14716 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:45:34.009 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:45:33 smithi152 bash[29762]: cluster 2023-11-15T05:45:32.455756+0000 mgr.smithi116.ldeiub (mgr.14182) 455 : cluster [DBG] pgmap v334: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:45:34.096 DEBUG:teuthology.orchestra.run.smithi116:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 7456fada-8378-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T05:45:35.457 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:45:35 smithi116 bash[25961]: cluster 2023-11-15T05:45:34.456901+0000 mgr.smithi116.ldeiub (mgr.14182) 456 : cluster [DBG] pgmap v335: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T05:45:35.758 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:45:35 smithi152 bash[29762]: cluster 2023-11-15T05:45:34.456901+0000 mgr.smithi116.ldeiub (mgr.14182) 456 : cluster [DBG] pgmap v335: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T05:45:37.336 INFO:teuthology.orchestra.run.smithi116.stdout: 2023-11-15T05:45:37.336 INFO:teuthology.orchestra.run.smithi116.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T05:34:36.374719Z", "last_refresh": "2023-11-15T05:43:50.109392Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T05:34:28.472277Z", "last_refresh": "2023-11-15T05:43:50.109543Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T05:34:32.474479Z", "last_refresh": "2023-11-15T05:43:50.109687Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:43:58.552387Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi116.fmpfdt on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:45:08.595153Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi152.qdjbex on smithi152: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi152-qdjbex\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi152-qdjbex\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi152.qdjbex\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi152.qdjbex\nDeploy daemon haproxy.nfs.foo.smithi152.qdjbex ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi152 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi152 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:45:12.435588Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi116.iiilew on smithi116: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi116-iiilew\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi116-iiilew\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi116.iiilew\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi116.iiilew\nDeploy daemon haproxy.nfs.foo.smithi116.iiilew ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:45:12.437679Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi152.bufocs on smithi152: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:45:12.441818Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi116.hyeznf on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.116/16"}, "status": {"created": "2023-11-15T05:41:51.643812Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.116/16"}}, {"events": ["2023-11-15T05:41:45.562111Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-15T05:41:45.554912Z", "last_refresh": "2023-11-15T05:43:50.110531Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T05:34:26.558369Z", "last_refresh": "2023-11-15T05:43:50.109235Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:35:55.352857Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi116:172.21.15.116=smithi116", "smithi152:172.21.15.152=smithi152"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T05:35:55.345327Z", "last_refresh": "2023-11-15T05:43:50.109014Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:41:51.641747Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-11-15T05:41:51.636276Z", "last_refresh": "2023-11-15T05:43:50.110665Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T05:34:34.444913Z", "last_refresh": "2023-11-15T05:43:50.109818Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T05:36:22.979260Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T05:36:22.972321Z", "last_refresh": "2023-11-15T05:43:50.109967Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T05:34:30.388073Z", "last_refresh": "2023-11-15T05:45:04.478878Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-15T05:45:37.650 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:45:37 smithi116 bash[25961]: cluster 2023-11-15T05:45:36.458180+0000 mgr.smithi116.ldeiub (mgr.14182) 457 : 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 2023-11-15T05:45:37.977 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T05:45:38.009 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:45:37 smithi152 bash[29762]: cluster 2023-11-15T05:45:36.458180+0000 mgr.smithi116.ldeiub (mgr.14182) 457 : 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 2023-11-15T05:45:38.900 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:45:38 smithi116 bash[25961]: audit 2023-11-15T05:45:37.324135+0000 mgr.smithi116.ldeiub (mgr.14182) 458 : audit [DBG] from='client.14720 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:45:38.978 DEBUG:teuthology.orchestra.run.smithi116:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 7456fada-8378-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T05:45:39.008 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:45:38 smithi152 bash[29762]: audit 2023-11-15T05:45:37.324135+0000 mgr.smithi116.ldeiub (mgr.14182) 458 : audit [DBG] from='client.14720 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:45:39.900 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:45:39 smithi116 bash[25961]: cluster 2023-11-15T05:45:38.459428+0000 mgr.smithi116.ldeiub (mgr.14182) 459 : cluster [DBG] pgmap v337: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:45:40.008 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:45:39 smithi152 bash[29762]: cluster 2023-11-15T05:45:38.459428+0000 mgr.smithi116.ldeiub (mgr.14182) 459 : cluster [DBG] pgmap v337: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:45:41.902 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:45:41 smithi116 bash[25961]: cluster 2023-11-15T05:45:40.460618+0000 mgr.smithi116.ldeiub (mgr.14182) 460 : cluster [DBG] pgmap v338: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:45:42.008 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:45:41 smithi152 bash[29762]: cluster 2023-11-15T05:45:40.460618+0000 mgr.smithi116.ldeiub (mgr.14182) 460 : cluster [DBG] pgmap v338: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:45:42.129 INFO:teuthology.orchestra.run.smithi116.stdout: 2023-11-15T05:45:42.129 INFO:teuthology.orchestra.run.smithi116.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T05:34:36.374719Z", "last_refresh": "2023-11-15T05:43:50.109392Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T05:34:28.472277Z", "last_refresh": "2023-11-15T05:43:50.109543Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T05:34:32.474479Z", "last_refresh": "2023-11-15T05:43:50.109687Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:43:58.552387Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi116.fmpfdt on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:45:08.595153Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi152.qdjbex on smithi152: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi152-qdjbex\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi152-qdjbex\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi152.qdjbex\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi152.qdjbex\nDeploy daemon haproxy.nfs.foo.smithi152.qdjbex ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi152 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi152 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:45:12.435588Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi116.iiilew on smithi116: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi116-iiilew\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi116-iiilew\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi116.iiilew\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi116.iiilew\nDeploy daemon haproxy.nfs.foo.smithi116.iiilew ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:45:12.437679Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi152.bufocs on smithi152: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:45:12.441818Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi116.hyeznf on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.116/16"}, "status": {"created": "2023-11-15T05:41:51.643812Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.116/16"}}, {"events": ["2023-11-15T05:41:45.562111Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-15T05:41:45.554912Z", "last_refresh": "2023-11-15T05:43:50.110531Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T05:34:26.558369Z", "last_refresh": "2023-11-15T05:43:50.109235Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:35:55.352857Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi116:172.21.15.116=smithi116", "smithi152:172.21.15.152=smithi152"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T05:35:55.345327Z", "last_refresh": "2023-11-15T05:43:50.109014Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:41:51.641747Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-11-15T05:41:51.636276Z", "last_refresh": "2023-11-15T05:43:50.110665Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T05:34:34.444913Z", "last_refresh": "2023-11-15T05:43:50.109818Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T05:36:22.979260Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T05:36:22.972321Z", "last_refresh": "2023-11-15T05:43:50.109967Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T05:34:30.388073Z", "last_refresh": "2023-11-15T05:45:04.478878Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-15T05:45:42.781 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T05:45:43.782 DEBUG:teuthology.orchestra.run.smithi116:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 7456fada-8378-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T05:45:43.796 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:45:43 smithi116 bash[25961]: audit 2023-11-15T05:45:42.113304+0000 mgr.smithi116.ldeiub (mgr.14182) 461 : audit [DBG] from='client.14724 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:45:43.796 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:45:43 smithi116 bash[25961]: cluster 2023-11-15T05:45:42.461855+0000 mgr.smithi116.ldeiub (mgr.14182) 462 : cluster [DBG] pgmap v339: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:45:44.008 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:45:43 smithi152 bash[29762]: audit 2023-11-15T05:45:42.113304+0000 mgr.smithi116.ldeiub (mgr.14182) 461 : audit [DBG] from='client.14724 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:45:44.009 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:45:43 smithi152 bash[29762]: cluster 2023-11-15T05:45:42.461855+0000 mgr.smithi116.ldeiub (mgr.14182) 462 : cluster [DBG] pgmap v339: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:45:45.658 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:45:45 smithi116 bash[25961]: cluster 2023-11-15T05:45:44.463022+0000 mgr.smithi116.ldeiub (mgr.14182) 463 : cluster [DBG] pgmap v340: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T05:45:45.758 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:45:45 smithi152 bash[29762]: cluster 2023-11-15T05:45:44.463022+0000 mgr.smithi116.ldeiub (mgr.14182) 463 : cluster [DBG] pgmap v340: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T05:45:46.916 INFO:teuthology.orchestra.run.smithi116.stdout: 2023-11-15T05:45:46.916 INFO:teuthology.orchestra.run.smithi116.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T05:34:36.374719Z", "last_refresh": "2023-11-15T05:43:50.109392Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T05:34:28.472277Z", "last_refresh": "2023-11-15T05:43:50.109543Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T05:34:32.474479Z", "last_refresh": "2023-11-15T05:43:50.109687Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:43:58.552387Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi116.fmpfdt on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:45:08.595153Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi152.qdjbex on smithi152: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi152-qdjbex\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi152-qdjbex\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi152.qdjbex\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi152.qdjbex\nDeploy daemon haproxy.nfs.foo.smithi152.qdjbex ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi152 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi152 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:45:12.435588Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi116.iiilew on smithi116: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi116-iiilew\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi116-iiilew\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi116.iiilew\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi116.iiilew\nDeploy daemon haproxy.nfs.foo.smithi116.iiilew ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:45:12.437679Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi152.bufocs on smithi152: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:45:12.441818Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi116.hyeznf on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.116/16"}, "status": {"created": "2023-11-15T05:41:51.643812Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.116/16"}}, {"events": ["2023-11-15T05:41:45.562111Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-15T05:41:45.554912Z", "last_refresh": "2023-11-15T05:43:50.110531Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T05:34:26.558369Z", "last_refresh": "2023-11-15T05:43:50.109235Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:35:55.352857Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi116:172.21.15.116=smithi116", "smithi152:172.21.15.152=smithi152"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T05:35:55.345327Z", "last_refresh": "2023-11-15T05:43:50.109014Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:41:51.641747Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-11-15T05:41:51.636276Z", "last_refresh": "2023-11-15T05:43:50.110665Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T05:34:34.444913Z", "last_refresh": "2023-11-15T05:43:50.109818Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T05:36:22.979260Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T05:36:22.972321Z", "last_refresh": "2023-11-15T05:43:50.109967Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T05:34:30.388073Z", "last_refresh": "2023-11-15T05:45:04.478878Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-15T05:45:47.495 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T05:45:47.900 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:45:47 smithi116 bash[25961]: cluster 2023-11-15T05:45:46.464348+0000 mgr.smithi116.ldeiub (mgr.14182) 464 : 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 2023-11-15T05:45:48.008 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:45:47 smithi152 bash[29762]: cluster 2023-11-15T05:45:46.464348+0000 mgr.smithi116.ldeiub (mgr.14182) 464 : 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 2023-11-15T05:45:48.497 DEBUG:teuthology.orchestra.run.smithi116:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 7456fada-8378-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T05:45:48.900 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:45:48 smithi116 bash[25961]: audit 2023-11-15T05:45:46.908143+0000 mgr.smithi116.ldeiub (mgr.14182) 465 : audit [DBG] from='client.14728 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:45:49.009 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:45:48 smithi152 bash[29762]: audit 2023-11-15T05:45:46.908143+0000 mgr.smithi116.ldeiub (mgr.14182) 465 : audit [DBG] from='client.14728 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:45:49.900 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:45:49 smithi116 bash[25961]: cluster 2023-11-15T05:45:48.465533+0000 mgr.smithi116.ldeiub (mgr.14182) 466 : cluster [DBG] pgmap v342: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:45:50.008 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:45:49 smithi152 bash[29762]: cluster 2023-11-15T05:45:48.465533+0000 mgr.smithi116.ldeiub (mgr.14182) 466 : cluster [DBG] pgmap v342: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:45:51.708 INFO:teuthology.orchestra.run.smithi116.stdout: 2023-11-15T05:45:51.708 INFO:teuthology.orchestra.run.smithi116.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T05:34:36.374719Z", "last_refresh": "2023-11-15T05:43:50.109392Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T05:34:28.472277Z", "last_refresh": "2023-11-15T05:43:50.109543Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T05:34:32.474479Z", "last_refresh": "2023-11-15T05:43:50.109687Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:43:58.552387Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi116.fmpfdt on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:45:08.595153Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi152.qdjbex on smithi152: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi152-qdjbex\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi152-qdjbex\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi152.qdjbex\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi152.qdjbex\nDeploy daemon haproxy.nfs.foo.smithi152.qdjbex ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi152 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi152 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:45:12.435588Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi116.iiilew on smithi116: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi116-iiilew\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi116-iiilew\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi116.iiilew\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi116.iiilew\nDeploy daemon haproxy.nfs.foo.smithi116.iiilew ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:45:12.437679Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi152.bufocs on smithi152: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:45:12.441818Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi116.hyeznf on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.116/16"}, "status": {"created": "2023-11-15T05:41:51.643812Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.116/16"}}, {"events": ["2023-11-15T05:41:45.562111Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-15T05:41:45.554912Z", "last_refresh": "2023-11-15T05:43:50.110531Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T05:34:26.558369Z", "last_refresh": "2023-11-15T05:43:50.109235Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:35:55.352857Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi116:172.21.15.116=smithi116", "smithi152:172.21.15.152=smithi152"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T05:35:55.345327Z", "last_refresh": "2023-11-15T05:43:50.109014Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:41:51.641747Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-11-15T05:41:51.636276Z", "last_refresh": "2023-11-15T05:43:50.110665Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T05:34:34.444913Z", "last_refresh": "2023-11-15T05:43:50.109818Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T05:36:22.979260Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T05:36:22.972321Z", "last_refresh": "2023-11-15T05:43:50.109967Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T05:34:30.388073Z", "last_refresh": "2023-11-15T05:45:04.478878Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-15T05:45:51.900 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:45:51 smithi116 bash[25961]: cluster 2023-11-15T05:45:50.466542+0000 mgr.smithi116.ldeiub (mgr.14182) 467 : 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 2023-11-15T05:45:52.008 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:45:51 smithi152 bash[29762]: cluster 2023-11-15T05:45:50.466542+0000 mgr.smithi116.ldeiub (mgr.14182) 467 : 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 2023-11-15T05:45:52.317 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T05:45:52.650 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:45:52 smithi116 bash[25961]: audit 2023-11-15T05:45:51.692396+0000 mgr.smithi116.ldeiub (mgr.14182) 468 : audit [DBG] from='client.14732 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:45:53.008 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:45:52 smithi152 bash[29762]: audit 2023-11-15T05:45:51.692396+0000 mgr.smithi116.ldeiub (mgr.14182) 468 : audit [DBG] from='client.14732 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:45:53.318 DEBUG:teuthology.orchestra.run.smithi116:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 7456fada-8378-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T05:45:53.651 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:45:53 smithi116 bash[25961]: cluster 2023-11-15T05:45:52.467738+0000 mgr.smithi116.ldeiub (mgr.14182) 469 : cluster [DBG] pgmap v344: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:45:54.009 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:45:53 smithi152 bash[29762]: cluster 2023-11-15T05:45:52.467738+0000 mgr.smithi116.ldeiub (mgr.14182) 469 : cluster [DBG] pgmap v344: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:45:55.650 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:45:55 smithi116 bash[25961]: cluster 2023-11-15T05:45:54.468995+0000 mgr.smithi116.ldeiub (mgr.14182) 470 : cluster [DBG] pgmap v345: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T05:45:55.758 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:45:55 smithi152 bash[29762]: cluster 2023-11-15T05:45:54.468995+0000 mgr.smithi116.ldeiub (mgr.14182) 470 : cluster [DBG] pgmap v345: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T05:45:56.546 INFO:teuthology.orchestra.run.smithi116.stdout: 2023-11-15T05:45:56.546 INFO:teuthology.orchestra.run.smithi116.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T05:34:36.374719Z", "last_refresh": "2023-11-15T05:43:50.109392Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T05:34:28.472277Z", "last_refresh": "2023-11-15T05:43:50.109543Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T05:34:32.474479Z", "last_refresh": "2023-11-15T05:43:50.109687Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:43:58.552387Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi116.fmpfdt on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:45:08.595153Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi152.qdjbex on smithi152: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi152-qdjbex\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi152-qdjbex\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi152.qdjbex\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi152.qdjbex\nDeploy daemon haproxy.nfs.foo.smithi152.qdjbex ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi152 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi152 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:45:12.435588Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi116.iiilew on smithi116: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi116-iiilew\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi116-iiilew\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi116.iiilew\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi116.iiilew\nDeploy daemon haproxy.nfs.foo.smithi116.iiilew ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:45:12.437679Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi152.bufocs on smithi152: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:45:12.441818Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi116.hyeznf on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.116/16"}, "status": {"created": "2023-11-15T05:41:51.643812Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.116/16"}}, {"events": ["2023-11-15T05:41:45.562111Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-15T05:41:45.554912Z", "last_refresh": "2023-11-15T05:43:50.110531Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T05:34:26.558369Z", "last_refresh": "2023-11-15T05:43:50.109235Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:35:55.352857Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi116:172.21.15.116=smithi116", "smithi152:172.21.15.152=smithi152"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T05:35:55.345327Z", "last_refresh": "2023-11-15T05:43:50.109014Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:41:51.641747Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-11-15T05:41:51.636276Z", "last_refresh": "2023-11-15T05:43:50.110665Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T05:34:34.444913Z", "last_refresh": "2023-11-15T05:43:50.109818Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T05:36:22.979260Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T05:36:22.972321Z", "last_refresh": "2023-11-15T05:43:50.109967Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T05:34:30.388073Z", "last_refresh": "2023-11-15T05:45:04.478878Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-15T05:45:57.168 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T05:45:57.900 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:45:57 smithi116 bash[25961]: cluster 2023-11-15T05:45:56.470366+0000 mgr.smithi116.ldeiub (mgr.14182) 471 : 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 2023-11-15T05:45:57.901 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:45:57 smithi116 bash[25961]: audit 2023-11-15T05:45:56.532856+0000 mgr.smithi116.ldeiub (mgr.14182) 472 : audit [DBG] from='client.14736 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:45:58.008 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:45:57 smithi152 bash[29762]: cluster 2023-11-15T05:45:56.470366+0000 mgr.smithi116.ldeiub (mgr.14182) 471 : 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 2023-11-15T05:45:58.009 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:45:57 smithi152 bash[29762]: audit 2023-11-15T05:45:56.532856+0000 mgr.smithi116.ldeiub (mgr.14182) 472 : audit [DBG] from='client.14736 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:45:58.169 DEBUG:teuthology.orchestra.run.smithi116:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 7456fada-8378-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T05:45:59.900 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:45:59 smithi116 bash[25961]: cluster 2023-11-15T05:45:58.471590+0000 mgr.smithi116.ldeiub (mgr.14182) 473 : cluster [DBG] pgmap v347: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:46:00.008 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:45:59 smithi152 bash[29762]: cluster 2023-11-15T05:45:58.471590+0000 mgr.smithi116.ldeiub (mgr.14182) 473 : cluster [DBG] pgmap v347: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:46:01.257 INFO:teuthology.orchestra.run.smithi116.stdout: 2023-11-15T05:46:01.257 INFO:teuthology.orchestra.run.smithi116.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T05:34:36.374719Z", "last_refresh": "2023-11-15T05:43:50.109392Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T05:34:28.472277Z", "last_refresh": "2023-11-15T05:43:50.109543Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T05:34:32.474479Z", "last_refresh": "2023-11-15T05:43:50.109687Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:43:58.552387Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi116.fmpfdt on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:45:08.595153Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi152.qdjbex on smithi152: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi152-qdjbex\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi152-qdjbex\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi152.qdjbex\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi152.qdjbex\nDeploy daemon haproxy.nfs.foo.smithi152.qdjbex ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi152 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi152 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:45:12.435588Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi116.iiilew on smithi116: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi116-iiilew\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi116-iiilew\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi116.iiilew\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi116.iiilew\nDeploy daemon haproxy.nfs.foo.smithi116.iiilew ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:45:12.437679Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi152.bufocs on smithi152: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:45:12.441818Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi116.hyeznf on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.116/16"}, "status": {"created": "2023-11-15T05:41:51.643812Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.116/16"}}, {"events": ["2023-11-15T05:41:45.562111Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-15T05:41:45.554912Z", "last_refresh": "2023-11-15T05:43:50.110531Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T05:34:26.558369Z", "last_refresh": "2023-11-15T05:43:50.109235Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:35:55.352857Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi116:172.21.15.116=smithi116", "smithi152:172.21.15.152=smithi152"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T05:35:55.345327Z", "last_refresh": "2023-11-15T05:43:50.109014Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:41:51.641747Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-11-15T05:41:51.636276Z", "last_refresh": "2023-11-15T05:43:50.110665Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T05:34:34.444913Z", "last_refresh": "2023-11-15T05:43:50.109818Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T05:36:22.979260Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T05:36:22.972321Z", "last_refresh": "2023-11-15T05:43:50.109967Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T05:34:30.388073Z", "last_refresh": "2023-11-15T05:45:04.478878Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-15T05:46:01.650 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:46:01 smithi116 bash[25961]: cluster 2023-11-15T05:46:00.472781+0000 mgr.smithi116.ldeiub (mgr.14182) 474 : 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 2023-11-15T05:46:01.814 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T05:46:02.009 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:46:01 smithi152 bash[29762]: cluster 2023-11-15T05:46:00.472781+0000 mgr.smithi116.ldeiub (mgr.14182) 474 : 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 2023-11-15T05:46:02.816 DEBUG:teuthology.orchestra.run.smithi116:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 7456fada-8378-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T05:46:02.828 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:46:02 smithi116 bash[25961]: audit 2023-11-15T05:46:01.241377+0000 mgr.smithi116.ldeiub (mgr.14182) 475 : audit [DBG] from='client.14740 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:46:03.009 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:46:02 smithi152 bash[29762]: audit 2023-11-15T05:46:01.241377+0000 mgr.smithi116.ldeiub (mgr.14182) 475 : audit [DBG] from='client.14740 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:46:03.902 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:46:03 smithi116 bash[25961]: cluster 2023-11-15T05:46:02.474034+0000 mgr.smithi116.ldeiub (mgr.14182) 476 : cluster [DBG] pgmap v349: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:46:04.008 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:46:03 smithi152 bash[29762]: cluster 2023-11-15T05:46:02.474034+0000 mgr.smithi116.ldeiub (mgr.14182) 476 : cluster [DBG] pgmap v349: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:46:05.651 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:46:05 smithi116 bash[25961]: cluster 2023-11-15T05:46:04.475203+0000 mgr.smithi116.ldeiub (mgr.14182) 477 : 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 2023-11-15T05:46:05.759 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:46:05 smithi152 bash[29762]: cluster 2023-11-15T05:46:04.475203+0000 mgr.smithi116.ldeiub (mgr.14182) 477 : 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 2023-11-15T05:46:05.894 INFO:teuthology.orchestra.run.smithi116.stdout: 2023-11-15T05:46:05.895 INFO:teuthology.orchestra.run.smithi116.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T05:34:36.374719Z", "last_refresh": "2023-11-15T05:43:50.109392Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T05:34:28.472277Z", "last_refresh": "2023-11-15T05:43:50.109543Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T05:34:32.474479Z", "last_refresh": "2023-11-15T05:43:50.109687Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:43:58.552387Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi116.fmpfdt on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:45:08.595153Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi152.qdjbex on smithi152: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi152-qdjbex\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi152-qdjbex\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi152.qdjbex\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi152.qdjbex\nDeploy daemon haproxy.nfs.foo.smithi152.qdjbex ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi152 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi152 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:45:12.435588Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi116.iiilew on smithi116: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi116-iiilew\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi116-iiilew\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi116.iiilew\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi116.iiilew\nDeploy daemon haproxy.nfs.foo.smithi116.iiilew ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:45:12.437679Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi152.bufocs on smithi152: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:45:12.441818Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi116.hyeznf on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.116/16"}, "status": {"created": "2023-11-15T05:41:51.643812Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.116/16"}}, {"events": ["2023-11-15T05:41:45.562111Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-15T05:41:45.554912Z", "last_refresh": "2023-11-15T05:43:50.110531Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T05:34:26.558369Z", "last_refresh": "2023-11-15T05:43:50.109235Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:35:55.352857Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi116:172.21.15.116=smithi116", "smithi152:172.21.15.152=smithi152"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T05:35:55.345327Z", "last_refresh": "2023-11-15T05:43:50.109014Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:41:51.641747Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-11-15T05:41:51.636276Z", "last_refresh": "2023-11-15T05:43:50.110665Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T05:34:34.444913Z", "last_refresh": "2023-11-15T05:43:50.109818Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T05:36:22.979260Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T05:36:22.972321Z", "last_refresh": "2023-11-15T05:43:50.109967Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T05:34:30.388073Z", "last_refresh": "2023-11-15T05:45:04.478878Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-15T05:46:06.497 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T05:46:07.499 DEBUG:teuthology.orchestra.run.smithi116:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 7456fada-8378-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T05:46:07.900 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:46:07 smithi116 bash[25961]: audit 2023-11-15T05:46:05.879135+0000 mgr.smithi116.ldeiub (mgr.14182) 478 : audit [DBG] from='client.14744 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:46:07.901 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:46:07 smithi116 bash[25961]: cluster 2023-11-15T05:46:06.476218+0000 mgr.smithi116.ldeiub (mgr.14182) 479 : cluster [DBG] pgmap v351: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:46:08.009 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:46:07 smithi152 bash[29762]: audit 2023-11-15T05:46:05.879135+0000 mgr.smithi116.ldeiub (mgr.14182) 478 : audit [DBG] from='client.14744 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:46:08.009 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:46:07 smithi152 bash[29762]: cluster 2023-11-15T05:46:06.476218+0000 mgr.smithi116.ldeiub (mgr.14182) 479 : cluster [DBG] pgmap v351: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:46:09.900 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:46:09 smithi116 bash[25961]: cluster 2023-11-15T05:46:08.477446+0000 mgr.smithi116.ldeiub (mgr.14182) 480 : cluster [DBG] pgmap v352: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:46:10.009 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:46:09 smithi152 bash[29762]: cluster 2023-11-15T05:46:08.477446+0000 mgr.smithi116.ldeiub (mgr.14182) 480 : cluster [DBG] pgmap v352: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:46:10.898 INFO:teuthology.orchestra.run.smithi116.stdout: 2023-11-15T05:46:10.898 INFO:teuthology.orchestra.run.smithi116.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T05:34:36.374719Z", "last_refresh": "2023-11-15T05:43:50.109392Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T05:34:28.472277Z", "last_refresh": "2023-11-15T05:43:50.109543Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T05:34:32.474479Z", "last_refresh": "2023-11-15T05:43:50.109687Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:43:58.552387Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi116.fmpfdt on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:45:08.595153Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi152.qdjbex on smithi152: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi152-qdjbex\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi152-qdjbex\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi152.qdjbex\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi152.qdjbex\nDeploy daemon haproxy.nfs.foo.smithi152.qdjbex ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi152 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi152 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:45:12.435588Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi116.iiilew on smithi116: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi116-iiilew\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi116-iiilew\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi116.iiilew\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi116.iiilew\nDeploy daemon haproxy.nfs.foo.smithi116.iiilew ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:45:12.437679Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi152.bufocs on smithi152: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:45:12.441818Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi116.hyeznf on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.116/16"}, "status": {"created": "2023-11-15T05:41:51.643812Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.116/16"}}, {"events": ["2023-11-15T05:41:45.562111Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-15T05:41:45.554912Z", "last_refresh": "2023-11-15T05:43:50.110531Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T05:34:26.558369Z", "last_refresh": "2023-11-15T05:43:50.109235Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:35:55.352857Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi116:172.21.15.116=smithi116", "smithi152:172.21.15.152=smithi152"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T05:35:55.345327Z", "last_refresh": "2023-11-15T05:43:50.109014Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:41:51.641747Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-11-15T05:41:51.636276Z", "last_refresh": "2023-11-15T05:43:50.110665Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T05:34:34.444913Z", "last_refresh": "2023-11-15T05:43:50.109818Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T05:36:22.979260Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T05:36:22.972321Z", "last_refresh": "2023-11-15T05:43:50.109967Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T05:34:30.388073Z", "last_refresh": "2023-11-15T05:45:04.478878Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-15T05:46:11.564 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T05:46:11.901 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:46:11 smithi116 bash[25961]: cluster 2023-11-15T05:46:10.478611+0000 mgr.smithi116.ldeiub (mgr.14182) 481 : 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 2023-11-15T05:46:12.009 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:46:11 smithi152 bash[29762]: cluster 2023-11-15T05:46:10.478611+0000 mgr.smithi116.ldeiub (mgr.14182) 481 : 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 2023-11-15T05:46:12.566 DEBUG:teuthology.orchestra.run.smithi116:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 7456fada-8378-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T05:46:12.901 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:46:12 smithi116 bash[25961]: audit 2023-11-15T05:46:10.882795+0000 mgr.smithi116.ldeiub (mgr.14182) 482 : audit [DBG] from='client.14748 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:46:12.901 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:46:12 smithi116 bash[25961]: audit 2023-11-15T05:46:12.446517+0000 mon.smithi116 (mon.0) 734 : audit [DBG] from='mgr.14182 172.21.15.116:0/1868390107' entity='mgr.smithi116.ldeiub' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-15T05:46:13.009 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:46:12 smithi152 bash[29762]: audit 2023-11-15T05:46:10.882795+0000 mgr.smithi116.ldeiub (mgr.14182) 482 : audit [DBG] from='client.14748 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:46:13.009 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:46:12 smithi152 bash[29762]: audit 2023-11-15T05:46:12.446517+0000 mon.smithi116 (mon.0) 734 : audit [DBG] from='mgr.14182 172.21.15.116:0/1868390107' entity='mgr.smithi116.ldeiub' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-15T05:46:13.837 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:46:13 smithi116 bash[25961]: cluster 2023-11-15T05:46:12.479607+0000 mgr.smithi116.ldeiub (mgr.14182) 483 : cluster [DBG] pgmap v354: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:46:13.837 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:46:13 smithi116 bash[25961]: audit 2023-11-15T05:46:12.764909+0000 mon.smithi116 (mon.0) 735 : audit [INF] from='mgr.14182 172.21.15.116:0/1868390107' entity='mgr.smithi116.ldeiub' 2023-11-15T05:46:13.837 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:46:13 smithi116 bash[25961]: audit 2023-11-15T05:46:13.062295+0000 mon.smithi116 (mon.0) 736 : audit [DBG] from='mgr.14182 172.21.15.116:0/1868390107' entity='mgr.smithi116.ldeiub' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-15T05:46:13.837 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:46:13 smithi116 bash[25961]: audit 2023-11-15T05:46:13.063930+0000 mon.smithi116 (mon.0) 737 : audit [INF] from='mgr.14182 172.21.15.116:0/1868390107' entity='mgr.smithi116.ldeiub' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-11-15T05:46:13.838 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:46:13 smithi116 bash[25961]: audit 2023-11-15T05:46:13.073725+0000 mon.smithi116 (mon.0) 738 : audit [INF] from='mgr.14182 172.21.15.116:0/1868390107' entity='mgr.smithi116.ldeiub' 2023-11-15T05:46:13.838 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:46:13 smithi116 bash[25961]: audit 2023-11-15T05:46:13.083660+0000 mon.smithi116 (mon.0) 739 : audit [DBG] from='mgr.14182 172.21.15.116:0/1868390107' entity='mgr.smithi116.ldeiub' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-11-15T05:46:13.838 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:46:13 smithi116 bash[25961]: audit 2023-11-15T05:46:13.096083+0000 mon.smithi116 (mon.0) 740 : audit [INF] from='mgr.14182 172.21.15.116:0/1868390107' entity='mgr.smithi116.ldeiub' 2023-11-15T05:46:14.009 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:46:13 smithi152 bash[29762]: cluster 2023-11-15T05:46:12.479607+0000 mgr.smithi116.ldeiub (mgr.14182) 483 : cluster [DBG] pgmap v354: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:46:14.009 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:46:13 smithi152 bash[29762]: audit 2023-11-15T05:46:12.764909+0000 mon.smithi116 (mon.0) 735 : audit [INF] from='mgr.14182 172.21.15.116:0/1868390107' entity='mgr.smithi116.ldeiub' 2023-11-15T05:46:14.009 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:46:13 smithi152 bash[29762]: audit 2023-11-15T05:46:13.062295+0000 mon.smithi116 (mon.0) 736 : audit [DBG] from='mgr.14182 172.21.15.116:0/1868390107' entity='mgr.smithi116.ldeiub' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-15T05:46:14.010 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:46:13 smithi152 bash[29762]: audit 2023-11-15T05:46:13.063930+0000 mon.smithi116 (mon.0) 737 : audit [INF] from='mgr.14182 172.21.15.116:0/1868390107' entity='mgr.smithi116.ldeiub' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-11-15T05:46:14.010 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:46:13 smithi152 bash[29762]: audit 2023-11-15T05:46:13.073725+0000 mon.smithi116 (mon.0) 738 : audit [INF] from='mgr.14182 172.21.15.116:0/1868390107' entity='mgr.smithi116.ldeiub' 2023-11-15T05:46:14.010 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:46:13 smithi152 bash[29762]: audit 2023-11-15T05:46:13.083660+0000 mon.smithi116 (mon.0) 739 : audit [DBG] from='mgr.14182 172.21.15.116:0/1868390107' entity='mgr.smithi116.ldeiub' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-11-15T05:46:14.010 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:46:13 smithi152 bash[29762]: audit 2023-11-15T05:46:13.096083+0000 mon.smithi116 (mon.0) 740 : audit [INF] from='mgr.14182 172.21.15.116:0/1868390107' entity='mgr.smithi116.ldeiub' 2023-11-15T05:46:14.901 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:46:14 smithi116 bash[25961]: cluster 2023-11-15T05:46:13.075122+0000 mgr.smithi116.ldeiub (mgr.14182) 484 : cluster [DBG] pgmap v355: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 193 B/s rd, 0 op/s 2023-11-15T05:46:14.901 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:46:14 smithi116 bash[25961]: cephadm 2023-11-15T05:46:13.099530+0000 mgr.smithi116.ldeiub (mgr.14182) 485 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi152.liiime on smithi152 2023-11-15T05:46:14.901 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:46:14 smithi116 bash[25961]: cluster 2023-11-15T05:46:14.069711+0000 mon.smithi116 (mon.0) 741 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2023-11-15T05:46:14.901 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:46:14 smithi116 bash[25961]: cluster 2023-11-15T05:46:14.069758+0000 mon.smithi116 (mon.0) 742 : cluster [INF] Cluster is now healthy 2023-11-15T05:46:15.009 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:46:14 smithi152 bash[29762]: cluster 2023-11-15T05:46:13.075122+0000 mgr.smithi116.ldeiub (mgr.14182) 484 : cluster [DBG] pgmap v355: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 193 B/s rd, 0 op/s 2023-11-15T05:46:15.009 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:46:14 smithi152 bash[29762]: cephadm 2023-11-15T05:46:13.099530+0000 mgr.smithi116.ldeiub (mgr.14182) 485 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi152.liiime on smithi152 2023-11-15T05:46:15.009 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:46:14 smithi152 bash[29762]: cluster 2023-11-15T05:46:14.069711+0000 mon.smithi116 (mon.0) 741 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2023-11-15T05:46:15.009 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:46:14 smithi152 bash[29762]: cluster 2023-11-15T05:46:14.069758+0000 mon.smithi116 (mon.0) 742 : cluster [INF] Cluster is now healthy 2023-11-15T05:46:15.903 INFO:teuthology.orchestra.run.smithi116.stdout: 2023-11-15T05:46:15.903 INFO:teuthology.orchestra.run.smithi116.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T05:34:36.374719Z", "last_refresh": "2023-11-15T05:43:50.109392Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T05:34:28.472277Z", "last_refresh": "2023-11-15T05:43:50.109543Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T05:34:32.474479Z", "last_refresh": "2023-11-15T05:43:50.109687Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:43:58.552387Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi116.fmpfdt on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:45:08.595153Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi152.qdjbex on smithi152: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi152-qdjbex\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi152-qdjbex\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi152.qdjbex\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi152.qdjbex\nDeploy daemon haproxy.nfs.foo.smithi152.qdjbex ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi152 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi152 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:45:12.435588Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi116.iiilew on smithi116: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi116-iiilew\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi116-iiilew\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi116.iiilew\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi116.iiilew\nDeploy daemon haproxy.nfs.foo.smithi116.iiilew ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:45:12.437679Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi152.bufocs on smithi152: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:45:12.441818Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi116.hyeznf on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.116/16"}, "status": {"created": "2023-11-15T05:41:51.643812Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.116/16"}}, {"events": ["2023-11-15T05:41:45.562111Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-15T05:41:45.554912Z", "last_refresh": "2023-11-15T05:43:50.110531Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T05:34:26.558369Z", "last_refresh": "2023-11-15T05:43:50.109235Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:35:55.352857Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi116:172.21.15.116=smithi116", "smithi152:172.21.15.152=smithi152"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T05:35:55.345327Z", "last_refresh": "2023-11-15T05:43:50.109014Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:41:51.641747Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-11-15T05:41:51.636276Z", "last_refresh": "2023-11-15T05:43:50.110665Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T05:34:34.444913Z", "last_refresh": "2023-11-15T05:43:50.109818Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T05:36:22.979260Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T05:36:22.972321Z", "last_refresh": "2023-11-15T05:43:50.109967Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T05:34:30.388073Z", "last_refresh": "2023-11-15T05:45:04.478878Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-15T05:46:16.495 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T05:46:16.534 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:46:16 smithi152 bash[29762]: cluster 2023-11-15T05:46:15.076089+0000 mgr.smithi116.ldeiub (mgr.14182) 486 : cluster [DBG] pgmap v356: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 96 B/s rd, 0 op/s 2023-11-15T05:46:16.534 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:46:16 smithi152 bash[29762]: audit 2023-11-15T05:46:15.280640+0000 mon.smithi116 (mon.0) 743 : audit [INF] from='mgr.14182 172.21.15.116:0/1868390107' entity='mgr.smithi116.ldeiub' 2023-11-15T05:46:16.650 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:46:16 smithi116 bash[25961]: cluster 2023-11-15T05:46:15.076089+0000 mgr.smithi116.ldeiub (mgr.14182) 486 : cluster [DBG] pgmap v356: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 96 B/s rd, 0 op/s 2023-11-15T05:46:16.651 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:46:16 smithi116 bash[25961]: audit 2023-11-15T05:46:15.280640+0000 mon.smithi116 (mon.0) 743 : audit [INF] from='mgr.14182 172.21.15.116:0/1868390107' entity='mgr.smithi116.ldeiub' 2023-11-15T05:46:17.497 DEBUG:teuthology.orchestra.run.smithi116:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 7456fada-8378-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T05:46:17.650 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:46:17 smithi116 bash[25961]: audit 2023-11-15T05:46:15.890511+0000 mgr.smithi116.ldeiub (mgr.14182) 487 : audit [DBG] from='client.14752 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:46:17.651 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:46:17 smithi116 bash[25961]: audit 2023-11-15T05:46:16.983282+0000 mon.smithi116 (mon.0) 744 : audit [INF] from='mgr.14182 172.21.15.116:0/1868390107' entity='mgr.smithi116.ldeiub' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi152.liiime"}]: dispatch 2023-11-15T05:46:17.759 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:46:17 smithi152 bash[29762]: audit 2023-11-15T05:46:15.890511+0000 mgr.smithi116.ldeiub (mgr.14182) 487 : audit [DBG] from='client.14752 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:46:17.759 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:46:17 smithi152 bash[29762]: audit 2023-11-15T05:46:16.983282+0000 mon.smithi116 (mon.0) 744 : audit [INF] from='mgr.14182 172.21.15.116:0/1868390107' entity='mgr.smithi116.ldeiub' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi152.liiime"}]: dispatch 2023-11-15T05:46:18.639 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:46:18 smithi116 bash[25961]: cephadm 2023-11-15T05:46:16.981831+0000 mgr.smithi116.ldeiub (mgr.14182) 488 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi152-liiime 2023-11-15T05:46:18.640 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:46:18 smithi116 bash[25961]: /usr/bin/docker: stdout 2023-11-15T05:46:18.640 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:46:18 smithi116 bash[25961]: /usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi152-liiime 2023-11-15T05:46:18.640 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:46:18 smithi116 bash[25961]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi152.liiime 2023-11-15T05:46:18.641 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:46:18 smithi116 bash[25961]: /usr/bin/docker: stdout 2023-11-15T05:46:18.641 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:46:18 smithi116 bash[25961]: /usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi152.liiime 2023-11-15T05:46:18.641 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:46:18 smithi116 bash[25961]: Deploy daemon haproxy.nfs.foo.smithi152.liiime ... 2023-11-15T05:46:18.642 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:46:18 smithi116 bash[25961]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi152 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T05:46:18.642 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:46:18 smithi116 bash[25961]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-15T05:46:18.642 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:46:18 smithi116 bash[25961]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-15T05:46:18.642 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:46:18 smithi116 bash[25961]: stat: stderr See 'docker run --help'. 2023-11-15T05:46:18.642 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:46:18 smithi116 bash[25961]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi152 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T05:46:18.643 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:46:18 smithi116 bash[25961]: Traceback (most recent call last): 2023-11-15T05:46:18.643 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:46:18 smithi116 bash[25961]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-11-15T05:46:18.643 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:46:18 smithi116 bash[25961]: yield (conn, connr) 2023-11-15T05:46:18.643 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:46:18 smithi116 bash[25961]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-11-15T05:46:18.643 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:46:18 smithi116 bash[25961]: code, '\n'.join(err))) 2023-11-15T05:46:18.644 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:46:18 smithi116 bash[25961]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi152-liiime 2023-11-15T05:46:18.644 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:46:18 smithi116 bash[25961]: /usr/bin/docker: stdout 2023-11-15T05:46:18.644 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:46:18 smithi116 bash[25961]: /usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi152-liiime 2023-11-15T05:46:18.644 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:46:18 smithi116 bash[25961]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi152.liiime 2023-11-15T05:46:18.644 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:46:18 smithi116 bash[25961]: /usr/bin/docker: stdout 2023-11-15T05:46:18.644 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:46:18 smithi116 bash[25961]: /usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi152.liiime 2023-11-15T05:46:18.645 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:46:18 smithi116 bash[25961]: Deploy daemon haproxy.nfs.foo.smithi152.liiime ... 2023-11-15T05:46:18.645 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:46:18 smithi116 bash[25961]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi152 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T05:46:18.645 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:46:18 smithi116 bash[25961]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-15T05:46:18.645 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:46:18 smithi116 bash[25961]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-15T05:46:18.645 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:46:18 smithi116 bash[25961]: stat: stderr See 'docker run --help'. 2023-11-15T05:46:18.646 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:46:18 smithi116 bash[25961]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi152 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T05:46:18.646 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:46:18 smithi116 bash[25961]: cephadm 2023-11-15T05:46:16.982484+0000 mgr.smithi116.ldeiub (mgr.14182) 489 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi152.liiime 2023-11-15T05:46:18.646 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:46:18 smithi116 bash[25961]: cephadm 2023-11-15T05:46:16.985238+0000 mgr.smithi116.ldeiub (mgr.14182) 490 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi152.liiime on smithi152: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi152-liiime 2023-11-15T05:46:18.646 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:46:18 smithi116 bash[25961]: /usr/bin/docker: stdout 2023-11-15T05:46:18.646 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:46:18 smithi116 bash[25961]: /usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi152-liiime 2023-11-15T05:46:18.647 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:46:18 smithi116 bash[25961]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi152.liiime 2023-11-15T05:46:18.647 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:46:18 smithi116 bash[25961]: /usr/bin/docker: stdout 2023-11-15T05:46:18.647 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:46:18 smithi116 bash[25961]: /usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi152.liiime 2023-11-15T05:46:18.647 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:46:18 smithi116 bash[25961]: Deploy daemon haproxy.nfs.foo.smithi152.liiime ... 2023-11-15T05:46:18.647 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:46:18 smithi116 bash[25961]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi152 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T05:46:18.647 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:46:18 smithi116 bash[25961]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-15T05:46:18.648 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:46:18 smithi116 bash[25961]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-15T05:46:18.648 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:46:18 smithi116 bash[25961]: stat: stderr See 'docker run --help'. 2023-11-15T05:46:18.648 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:46:18 smithi116 bash[25961]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi152 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T05:46:18.648 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:46:18 smithi116 bash[25961]: cephadm 2023-11-15T05:46:16.990397+0000 mgr.smithi116.ldeiub (mgr.14182) 491 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi116.mujosh on smithi116 2023-11-15T05:46:18.648 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:46:18 smithi116 bash[25961]: cluster 2023-11-15T05:46:17.077078+0000 mgr.smithi116.ldeiub (mgr.14182) 492 : cluster [DBG] pgmap v357: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 96 B/s rd, 0 op/s 2023-11-15T05:46:18.759 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:46:18 smithi152 bash[29762]: cephadm 2023-11-15T05:46:16.981831+0000 mgr.smithi116.ldeiub (mgr.14182) 488 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi152-liiime 2023-11-15T05:46:18.760 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:46:18 smithi152 bash[29762]: /usr/bin/docker: stdout 2023-11-15T05:46:18.760 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:46:18 smithi152 bash[29762]: /usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi152-liiime 2023-11-15T05:46:18.760 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:46:18 smithi152 bash[29762]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi152.liiime 2023-11-15T05:46:18.760 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:46:18 smithi152 bash[29762]: /usr/bin/docker: stdout 2023-11-15T05:46:18.760 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:46:18 smithi152 bash[29762]: /usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi152.liiime 2023-11-15T05:46:18.761 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:46:18 smithi152 bash[29762]: Deploy daemon haproxy.nfs.foo.smithi152.liiime ... 2023-11-15T05:46:18.761 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:46:18 smithi152 bash[29762]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi152 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T05:46:18.761 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:46:18 smithi152 bash[29762]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-15T05:46:18.761 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:46:18 smithi152 bash[29762]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-15T05:46:18.761 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:46:18 smithi152 bash[29762]: stat: stderr See 'docker run --help'. 2023-11-15T05:46:18.761 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:46:18 smithi152 bash[29762]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi152 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T05:46:18.762 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:46:18 smithi152 bash[29762]: Traceback (most recent call last): 2023-11-15T05:46:18.762 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:46:18 smithi152 bash[29762]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-11-15T05:46:18.762 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:46:18 smithi152 bash[29762]: yield (conn, connr) 2023-11-15T05:46:18.762 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:46:18 smithi152 bash[29762]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-11-15T05:46:18.762 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:46:18 smithi152 bash[29762]: code, '\n'.join(err))) 2023-11-15T05:46:18.763 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:46:18 smithi152 bash[29762]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi152-liiime 2023-11-15T05:46:18.763 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:46:18 smithi152 bash[29762]: /usr/bin/docker: stdout 2023-11-15T05:46:18.763 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:46:18 smithi152 bash[29762]: /usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi152-liiime 2023-11-15T05:46:18.763 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:46:18 smithi152 bash[29762]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi152.liiime 2023-11-15T05:46:18.763 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:46:18 smithi152 bash[29762]: /usr/bin/docker: stdout 2023-11-15T05:46:18.764 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:46:18 smithi152 bash[29762]: /usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi152.liiime 2023-11-15T05:46:18.764 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:46:18 smithi152 bash[29762]: Deploy daemon haproxy.nfs.foo.smithi152.liiime ... 2023-11-15T05:46:18.764 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:46:18 smithi152 bash[29762]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi152 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T05:46:18.764 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:46:18 smithi152 bash[29762]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-15T05:46:18.764 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:46:18 smithi152 bash[29762]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-15T05:46:18.765 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:46:18 smithi152 bash[29762]: stat: stderr See 'docker run --help'. 2023-11-15T05:46:18.765 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:46:18 smithi152 bash[29762]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi152 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T05:46:18.766 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:46:18 smithi152 bash[29762]: cephadm 2023-11-15T05:46:16.982484+0000 mgr.smithi116.ldeiub (mgr.14182) 489 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi152.liiime 2023-11-15T05:46:18.766 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:46:18 smithi152 bash[29762]: cephadm 2023-11-15T05:46:16.985238+0000 mgr.smithi116.ldeiub (mgr.14182) 490 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi152.liiime on smithi152: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi152-liiime 2023-11-15T05:46:18.766 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:46:18 smithi152 bash[29762]: /usr/bin/docker: stdout 2023-11-15T05:46:18.766 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:46:18 smithi152 bash[29762]: /usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi152-liiime 2023-11-15T05:46:18.767 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:46:18 smithi152 bash[29762]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi152.liiime 2023-11-15T05:46:18.767 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:46:18 smithi152 bash[29762]: /usr/bin/docker: stdout 2023-11-15T05:46:18.767 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:46:18 smithi152 bash[29762]: /usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi152.liiime 2023-11-15T05:46:18.767 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:46:18 smithi152 bash[29762]: Deploy daemon haproxy.nfs.foo.smithi152.liiime ... 2023-11-15T05:46:18.767 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:46:18 smithi152 bash[29762]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi152 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T05:46:18.767 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:46:18 smithi152 bash[29762]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-15T05:46:18.768 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:46:18 smithi152 bash[29762]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-15T05:46:18.768 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:46:18 smithi152 bash[29762]: stat: stderr See 'docker run --help'. 2023-11-15T05:46:18.768 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:46:18 smithi152 bash[29762]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi152 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T05:46:18.769 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:46:18 smithi152 bash[29762]: cephadm 2023-11-15T05:46:16.990397+0000 mgr.smithi116.ldeiub (mgr.14182) 491 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi116.mujosh on smithi116 2023-11-15T05:46:18.769 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:46:18 smithi152 bash[29762]: cluster 2023-11-15T05:46:17.077078+0000 mgr.smithi116.ldeiub (mgr.14182) 492 : cluster [DBG] pgmap v357: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 96 B/s rd, 0 op/s 2023-11-15T05:46:20.651 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:46:20 smithi116 bash[25961]: cluster 2023-11-15T05:46:19.078068+0000 mgr.smithi116.ldeiub (mgr.14182) 493 : cluster [DBG] pgmap v358: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 96 B/s rd, 0 op/s 2023-11-15T05:46:20.729 INFO:teuthology.orchestra.run.smithi116.stdout: 2023-11-15T05:46:20.730 INFO:teuthology.orchestra.run.smithi116.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T05:34:36.374719Z", "last_refresh": "2023-11-15T05:43:50.109392Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T05:34:28.472277Z", "last_refresh": "2023-11-15T05:43:50.109543Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T05:34:32.474479Z", "last_refresh": "2023-11-15T05:43:50.109687Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:45:08.595153Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi152.qdjbex on smithi152: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi152-qdjbex\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi152-qdjbex\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi152.qdjbex\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi152.qdjbex\nDeploy daemon haproxy.nfs.foo.smithi152.qdjbex ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi152 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi152 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:45:12.435588Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi116.iiilew on smithi116: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi116-iiilew\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi116-iiilew\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi116.iiilew\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi116.iiilew\nDeploy daemon haproxy.nfs.foo.smithi116.iiilew ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:45:12.437679Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi152.bufocs on smithi152: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:45:12.441818Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi116.hyeznf on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:46:16.984988Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi152.liiime on smithi152: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi152-liiime\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi152-liiime\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi152.liiime\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi152.liiime\nDeploy daemon haproxy.nfs.foo.smithi152.liiime ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi152 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi152 -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.116/16"}, "status": {"created": "2023-11-15T05:41:51.643812Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.116/16"}}, {"events": ["2023-11-15T05:41:45.562111Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-15T05:41:45.554912Z", "last_refresh": "2023-11-15T05:43:50.110531Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T05:34:26.558369Z", "last_refresh": "2023-11-15T05:43:50.109235Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:35:55.352857Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi116:172.21.15.116=smithi116", "smithi152:172.21.15.152=smithi152"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T05:35:55.345327Z", "last_refresh": "2023-11-15T05:43:50.109014Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:41:51.641747Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-11-15T05:41:51.636276Z", "last_refresh": "2023-11-15T05:43:50.110665Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T05:34:34.444913Z", "last_refresh": "2023-11-15T05:43:50.109818Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T05:36:22.979260Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T05:36:22.972321Z", "last_refresh": "2023-11-15T05:43:50.109967Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T05:34:30.388073Z", "last_refresh": "2023-11-15T05:45:04.478878Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-15T05:46:20.759 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:46:20 smithi152 bash[29762]: cluster 2023-11-15T05:46:19.078068+0000 mgr.smithi116.ldeiub (mgr.14182) 493 : cluster [DBG] pgmap v358: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 96 B/s rd, 0 op/s 2023-11-15T05:46:21.370 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T05:46:21.652 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:46:21 smithi116 bash[25961]: audit 2023-11-15T05:46:20.717609+0000 mgr.smithi116.ldeiub (mgr.14182) 494 : audit [DBG] from='client.14756 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:46:21.652 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:46:21 smithi116 bash[25961]: audit 2023-11-15T05:46:20.753472+0000 mon.smithi116 (mon.0) 745 : audit [INF] from='mgr.14182 172.21.15.116:0/1868390107' entity='mgr.smithi116.ldeiub' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi116.mujosh"}]: dispatch 2023-11-15T05:46:21.652 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:46:21 smithi116 bash[25961]: audit 2023-11-15T05:46:20.794726+0000 mon.smithi116 (mon.0) 746 : audit [INF] from='mgr.14182 172.21.15.116:0/1868390107' entity='mgr.smithi116.ldeiub' 2023-11-15T05:46:21.759 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:46:21 smithi152 bash[29762]: audit 2023-11-15T05:46:20.717609+0000 mgr.smithi116.ldeiub (mgr.14182) 494 : audit [DBG] from='client.14756 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:46:21.759 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:46:21 smithi152 bash[29762]: audit 2023-11-15T05:46:20.753472+0000 mon.smithi116 (mon.0) 745 : audit [INF] from='mgr.14182 172.21.15.116:0/1868390107' entity='mgr.smithi116.ldeiub' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi116.mujosh"}]: dispatch 2023-11-15T05:46:21.759 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:46:21 smithi152 bash[29762]: audit 2023-11-15T05:46:20.794726+0000 mon.smithi116 (mon.0) 746 : audit [INF] from='mgr.14182 172.21.15.116:0/1868390107' entity='mgr.smithi116.ldeiub' 2023-11-15T05:46:22.371 DEBUG:teuthology.orchestra.run.smithi116:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 7456fada-8378-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T05:46:22.651 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:46:22 smithi116 bash[25961]: cephadm 2023-11-15T05:46:20.752751+0000 mgr.smithi116.ldeiub (mgr.14182) 495 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi116-mujosh 2023-11-15T05:46:22.652 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:46:22 smithi116 bash[25961]: /usr/bin/docker: stdout 2023-11-15T05:46:22.652 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:46:22 smithi116 bash[25961]: /usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi116-mujosh 2023-11-15T05:46:22.652 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:46:22 smithi116 bash[25961]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi116.mujosh 2023-11-15T05:46:22.652 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:46:22 smithi116 bash[25961]: /usr/bin/docker: stdout 2023-11-15T05:46:22.652 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:46:22 smithi116 bash[25961]: /usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi116.mujosh 2023-11-15T05:46:22.653 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:46:22 smithi116 bash[25961]: Deploy daemon haproxy.nfs.foo.smithi116.mujosh ... 2023-11-15T05:46:22.653 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:46:22 smithi116 bash[25961]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T05:46:22.653 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:46:22 smithi116 bash[25961]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-15T05:46:22.653 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:46:22 smithi116 bash[25961]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-15T05:46:22.653 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:46:22 smithi116 bash[25961]: stat: stderr See 'docker run --help'. 2023-11-15T05:46:22.654 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:46:22 smithi116 bash[25961]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T05:46:22.654 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:46:22 smithi116 bash[25961]: Traceback (most recent call last): 2023-11-15T05:46:22.654 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:46:22 smithi116 bash[25961]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-11-15T05:46:22.654 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:46:22 smithi116 bash[25961]: yield (conn, connr) 2023-11-15T05:46:22.654 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:46:22 smithi116 bash[25961]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-11-15T05:46:22.655 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:46:22 smithi116 bash[25961]: code, '\n'.join(err))) 2023-11-15T05:46:22.655 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:46:22 smithi116 bash[25961]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi116-mujosh 2023-11-15T05:46:22.655 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:46:22 smithi116 bash[25961]: /usr/bin/docker: stdout 2023-11-15T05:46:22.655 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:46:22 smithi116 bash[25961]: /usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi116-mujosh 2023-11-15T05:46:22.655 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:46:22 smithi116 bash[25961]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi116.mujosh 2023-11-15T05:46:22.656 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:46:22 smithi116 bash[25961]: /usr/bin/docker: stdout 2023-11-15T05:46:22.656 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:46:22 smithi116 bash[25961]: /usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi116.mujosh 2023-11-15T05:46:22.656 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:46:22 smithi116 bash[25961]: Deploy daemon haproxy.nfs.foo.smithi116.mujosh ... 2023-11-15T05:46:22.656 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:46:22 smithi116 bash[25961]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T05:46:22.657 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:46:22 smithi116 bash[25961]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-15T05:46:22.657 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:46:22 smithi116 bash[25961]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-15T05:46:22.657 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:46:22 smithi116 bash[25961]: stat: stderr See 'docker run --help'. 2023-11-15T05:46:22.657 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:46:22 smithi116 bash[25961]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T05:46:22.657 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:46:22 smithi116 bash[25961]: cephadm 2023-11-15T05:46:20.753045+0000 mgr.smithi116.ldeiub (mgr.14182) 496 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi116.mujosh 2023-11-15T05:46:22.657 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:46:22 smithi116 bash[25961]: cephadm 2023-11-15T05:46:20.754484+0000 mgr.smithi116.ldeiub (mgr.14182) 497 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi116.mujosh on smithi116: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi116-mujosh 2023-11-15T05:46:22.658 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:46:22 smithi116 bash[25961]: /usr/bin/docker: stdout 2023-11-15T05:46:22.658 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:46:22 smithi116 bash[25961]: /usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi116-mujosh 2023-11-15T05:46:22.658 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:46:22 smithi116 bash[25961]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi116.mujosh 2023-11-15T05:46:22.658 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:46:22 smithi116 bash[25961]: /usr/bin/docker: stdout 2023-11-15T05:46:22.658 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:46:22 smithi116 bash[25961]: /usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi116.mujosh 2023-11-15T05:46:22.659 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:46:22 smithi116 bash[25961]: Deploy daemon haproxy.nfs.foo.smithi116.mujosh ... 2023-11-15T05:46:22.659 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:46:22 smithi116 bash[25961]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T05:46:22.659 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:46:22 smithi116 bash[25961]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-15T05:46:22.659 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:46:22 smithi116 bash[25961]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-15T05:46:22.659 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:46:22 smithi116 bash[25961]: stat: stderr See 'docker run --help'. 2023-11-15T05:46:22.660 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:46:22 smithi116 bash[25961]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T05:46:22.660 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:46:22 smithi116 bash[25961]: cephadm 2023-11-15T05:46:20.756878+0000 mgr.smithi116.ldeiub (mgr.14182) 498 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi152.veazvm on smithi152: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-11-15T05:46:22.660 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:46:22 smithi116 bash[25961]: cephadm 2023-11-15T05:46:20.758999+0000 mgr.smithi116.ldeiub (mgr.14182) 499 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi116.gskdgi on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-11-15T05:46:22.660 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:46:22 smithi116 bash[25961]: cluster 2023-11-15T05:46:20.759959+0000 mgr.smithi116.ldeiub (mgr.14182) 500 : cluster [DBG] pgmap v359: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 99 B/s rd, 0 op/s 2023-11-15T05:46:22.660 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:46:22 smithi116 bash[25961]: cluster 2023-11-15T05:46:21.359217+0000 mon.smithi116 (mon.0) 747 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2023-11-15T05:46:22.759 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:46:22 smithi152 bash[29762]: cephadm 2023-11-15T05:46:20.752751+0000 mgr.smithi116.ldeiub (mgr.14182) 495 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi116-mujosh 2023-11-15T05:46:22.760 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:46:22 smithi152 bash[29762]: /usr/bin/docker: stdout 2023-11-15T05:46:22.760 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:46:22 smithi152 bash[29762]: /usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi116-mujosh 2023-11-15T05:46:22.760 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:46:22 smithi152 bash[29762]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi116.mujosh 2023-11-15T05:46:22.760 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:46:22 smithi152 bash[29762]: /usr/bin/docker: stdout 2023-11-15T05:46:22.760 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:46:22 smithi152 bash[29762]: /usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi116.mujosh 2023-11-15T05:46:22.760 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:46:22 smithi152 bash[29762]: Deploy daemon haproxy.nfs.foo.smithi116.mujosh ... 2023-11-15T05:46:22.761 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:46:22 smithi152 bash[29762]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T05:46:22.761 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:46:22 smithi152 bash[29762]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-15T05:46:22.761 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:46:22 smithi152 bash[29762]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-15T05:46:22.761 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:46:22 smithi152 bash[29762]: stat: stderr See 'docker run --help'. 2023-11-15T05:46:22.761 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:46:22 smithi152 bash[29762]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T05:46:22.762 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:46:22 smithi152 bash[29762]: Traceback (most recent call last): 2023-11-15T05:46:22.762 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:46:22 smithi152 bash[29762]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-11-15T05:46:22.762 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:46:22 smithi152 bash[29762]: yield (conn, connr) 2023-11-15T05:46:22.762 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:46:22 smithi152 bash[29762]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-11-15T05:46:22.762 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:46:22 smithi152 bash[29762]: code, '\n'.join(err))) 2023-11-15T05:46:22.763 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:46:22 smithi152 bash[29762]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi116-mujosh 2023-11-15T05:46:22.763 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:46:22 smithi152 bash[29762]: /usr/bin/docker: stdout 2023-11-15T05:46:22.763 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:46:22 smithi152 bash[29762]: /usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi116-mujosh 2023-11-15T05:46:22.763 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:46:22 smithi152 bash[29762]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi116.mujosh 2023-11-15T05:46:22.763 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:46:22 smithi152 bash[29762]: /usr/bin/docker: stdout 2023-11-15T05:46:22.764 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:46:22 smithi152 bash[29762]: /usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi116.mujosh 2023-11-15T05:46:22.764 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:46:22 smithi152 bash[29762]: Deploy daemon haproxy.nfs.foo.smithi116.mujosh ... 2023-11-15T05:46:22.764 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:46:22 smithi152 bash[29762]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T05:46:22.764 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:46:22 smithi152 bash[29762]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-15T05:46:22.765 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:46:22 smithi152 bash[29762]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-15T05:46:22.765 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:46:22 smithi152 bash[29762]: stat: stderr See 'docker run --help'. 2023-11-15T05:46:22.765 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:46:22 smithi152 bash[29762]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T05:46:22.765 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:46:22 smithi152 bash[29762]: cephadm 2023-11-15T05:46:20.753045+0000 mgr.smithi116.ldeiub (mgr.14182) 496 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi116.mujosh 2023-11-15T05:46:22.765 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:46:22 smithi152 bash[29762]: cephadm 2023-11-15T05:46:20.754484+0000 mgr.smithi116.ldeiub (mgr.14182) 497 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi116.mujosh on smithi116: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi116-mujosh 2023-11-15T05:46:22.766 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:46:22 smithi152 bash[29762]: /usr/bin/docker: stdout 2023-11-15T05:46:22.766 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:46:22 smithi152 bash[29762]: /usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi116-mujosh 2023-11-15T05:46:22.766 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:46:22 smithi152 bash[29762]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi116.mujosh 2023-11-15T05:46:22.766 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:46:22 smithi152 bash[29762]: /usr/bin/docker: stdout 2023-11-15T05:46:22.766 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:46:22 smithi152 bash[29762]: /usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi116.mujosh 2023-11-15T05:46:22.767 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:46:22 smithi152 bash[29762]: Deploy daemon haproxy.nfs.foo.smithi116.mujosh ... 2023-11-15T05:46:22.767 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:46:22 smithi152 bash[29762]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T05:46:22.767 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:46:22 smithi152 bash[29762]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-15T05:46:22.767 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:46:22 smithi152 bash[29762]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-15T05:46:22.767 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:46:22 smithi152 bash[29762]: stat: stderr See 'docker run --help'. 2023-11-15T05:46:22.768 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:46:22 smithi152 bash[29762]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T05:46:22.768 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:46:22 smithi152 bash[29762]: cephadm 2023-11-15T05:46:20.756878+0000 mgr.smithi116.ldeiub (mgr.14182) 498 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi152.veazvm on smithi152: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-11-15T05:46:22.768 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:46:22 smithi152 bash[29762]: cephadm 2023-11-15T05:46:20.758999+0000 mgr.smithi116.ldeiub (mgr.14182) 499 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi116.gskdgi on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-11-15T05:46:22.768 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:46:22 smithi152 bash[29762]: cluster 2023-11-15T05:46:20.759959+0000 mgr.smithi116.ldeiub (mgr.14182) 500 : cluster [DBG] pgmap v359: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 99 B/s rd, 0 op/s 2023-11-15T05:46:22.768 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:46:22 smithi152 bash[29762]: cluster 2023-11-15T05:46:21.359217+0000 mon.smithi116 (mon.0) 747 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2023-11-15T05:46:24.651 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:46:24 smithi116 bash[25961]: cluster 2023-11-15T05:46:22.761112+0000 mgr.smithi116.ldeiub (mgr.14182) 501 : cluster [DBG] pgmap v360: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 99 B/s rd, 0 op/s 2023-11-15T05:46:24.759 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:46:24 smithi152 bash[29762]: cluster 2023-11-15T05:46:22.761112+0000 mgr.smithi116.ldeiub (mgr.14182) 501 : cluster [DBG] pgmap v360: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 99 B/s rd, 0 op/s 2023-11-15T05:46:25.563 INFO:teuthology.orchestra.run.smithi116.stdout: 2023-11-15T05:46:25.564 INFO:teuthology.orchestra.run.smithi116.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T05:34:36.374719Z", "last_refresh": "2023-11-15T05:43:50.109392Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T05:34:28.472277Z", "last_refresh": "2023-11-15T05:43:50.109543Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T05:34:32.474479Z", "last_refresh": "2023-11-15T05:43:50.109687Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:45:12.441818Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi116.hyeznf on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:46:16.984988Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi152.liiime on smithi152: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi152-liiime\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi152-liiime\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi152.liiime\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi152.liiime\nDeploy daemon haproxy.nfs.foo.smithi152.liiime ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi152 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi152 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:46:20.754282Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi116.mujosh on smithi116: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi116-mujosh\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi116-mujosh\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi116.mujosh\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi116.mujosh\nDeploy daemon haproxy.nfs.foo.smithi116.mujosh ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:46:20.756760Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi152.veazvm on smithi152: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:46:20.758881Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi116.gskdgi on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.116/16"}, "status": {"created": "2023-11-15T05:41:51.643812Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.116/16"}}, {"events": ["2023-11-15T05:41:45.562111Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-15T05:41:45.554912Z", "last_refresh": "2023-11-15T05:43:50.110531Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T05:34:26.558369Z", "last_refresh": "2023-11-15T05:43:50.109235Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:35:55.352857Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi116:172.21.15.116=smithi116", "smithi152:172.21.15.152=smithi152"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T05:35:55.345327Z", "last_refresh": "2023-11-15T05:43:50.109014Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:41:51.641747Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-11-15T05:41:51.636276Z", "last_refresh": "2023-11-15T05:43:50.110665Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T05:34:34.444913Z", "last_refresh": "2023-11-15T05:43:50.109818Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T05:36:22.979260Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T05:36:22.972321Z", "last_refresh": "2023-11-15T05:43:50.109967Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T05:34:30.388073Z", "last_refresh": "2023-11-15T05:45:04.478878Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-15T05:46:26.159 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T05:46:26.650 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:46:26 smithi116 bash[25961]: cluster 2023-11-15T05:46:24.762125+0000 mgr.smithi116.ldeiub (mgr.14182) 502 : cluster [DBG] pgmap v361: 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 2023-11-15T05:46:26.651 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:46:26 smithi116 bash[25961]: audit 2023-11-15T05:46:25.549141+0000 mgr.smithi116.ldeiub (mgr.14182) 503 : audit [DBG] from='client.14760 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:46:26.759 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:46:26 smithi152 bash[29762]: cluster 2023-11-15T05:46:24.762125+0000 mgr.smithi116.ldeiub (mgr.14182) 502 : cluster [DBG] pgmap v361: 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 2023-11-15T05:46:26.759 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:46:26 smithi152 bash[29762]: audit 2023-11-15T05:46:25.549141+0000 mgr.smithi116.ldeiub (mgr.14182) 503 : audit [DBG] from='client.14760 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:46:27.160 DEBUG:teuthology.orchestra.run.smithi116:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 7456fada-8378-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T05:46:28.536 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:46:28 smithi116 bash[25961]: cluster 2023-11-15T05:46:26.763462+0000 mgr.smithi116.ldeiub (mgr.14182) 504 : cluster [DBG] pgmap v362: 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 2023-11-15T05:46:28.759 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:46:28 smithi152 bash[29762]: cluster 2023-11-15T05:46:26.763462+0000 mgr.smithi116.ldeiub (mgr.14182) 504 : cluster [DBG] pgmap v362: 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 2023-11-15T05:46:30.338 INFO:teuthology.orchestra.run.smithi116.stdout: 2023-11-15T05:46:30.338 INFO:teuthology.orchestra.run.smithi116.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T05:34:36.374719Z", "last_refresh": "2023-11-15T05:43:50.109392Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T05:34:28.472277Z", "last_refresh": "2023-11-15T05:43:50.109543Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T05:34:32.474479Z", "last_refresh": "2023-11-15T05:43:50.109687Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:45:12.441818Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi116.hyeznf on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:46:16.984988Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi152.liiime on smithi152: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi152-liiime\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi152-liiime\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi152.liiime\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi152.liiime\nDeploy daemon haproxy.nfs.foo.smithi152.liiime ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi152 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi152 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:46:20.754282Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi116.mujosh on smithi116: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi116-mujosh\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi116-mujosh\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi116.mujosh\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi116.mujosh\nDeploy daemon haproxy.nfs.foo.smithi116.mujosh ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:46:20.756760Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi152.veazvm on smithi152: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:46:20.758881Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi116.gskdgi on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.116/16"}, "status": {"created": "2023-11-15T05:41:51.643812Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.116/16"}}, {"events": ["2023-11-15T05:41:45.562111Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-15T05:41:45.554912Z", "last_refresh": "2023-11-15T05:43:50.110531Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T05:34:26.558369Z", "last_refresh": "2023-11-15T05:43:50.109235Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:35:55.352857Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi116:172.21.15.116=smithi116", "smithi152:172.21.15.152=smithi152"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T05:35:55.345327Z", "last_refresh": "2023-11-15T05:43:50.109014Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:41:51.641747Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-11-15T05:41:51.636276Z", "last_refresh": "2023-11-15T05:43:50.110665Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T05:34:34.444913Z", "last_refresh": "2023-11-15T05:43:50.109818Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T05:36:22.979260Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T05:36:22.972321Z", "last_refresh": "2023-11-15T05:43:50.109967Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T05:34:30.388073Z", "last_refresh": "2023-11-15T05:45:04.478878Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-15T05:46:30.650 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:46:30 smithi116 bash[25961]: cluster 2023-11-15T05:46:28.764728+0000 mgr.smithi116.ldeiub (mgr.14182) 505 : cluster [DBG] pgmap v363: 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 2023-11-15T05:46:30.651 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:46:30 smithi116 bash[25961]: audit 2023-11-15T05:46:30.280180+0000 mon.smithi116 (mon.0) 748 : audit [INF] from='mgr.14182 172.21.15.116:0/1868390107' entity='mgr.smithi116.ldeiub' 2023-11-15T05:46:30.759 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:46:30 smithi152 bash[29762]: cluster 2023-11-15T05:46:28.764728+0000 mgr.smithi116.ldeiub (mgr.14182) 505 : cluster [DBG] pgmap v363: 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 2023-11-15T05:46:30.759 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:46:30 smithi152 bash[29762]: audit 2023-11-15T05:46:30.280180+0000 mon.smithi116 (mon.0) 748 : audit [INF] from='mgr.14182 172.21.15.116:0/1868390107' entity='mgr.smithi116.ldeiub' 2023-11-15T05:46:31.010 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T05:46:31.748 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:46:31 smithi116 bash[25961]: audit 2023-11-15T05:46:30.323474+0000 mgr.smithi116.ldeiub (mgr.14182) 506 : audit [DBG] from='client.14764 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:46:31.759 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:46:31 smithi152 bash[29762]: audit 2023-11-15T05:46:30.323474+0000 mgr.smithi116.ldeiub (mgr.14182) 506 : audit [DBG] from='client.14764 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:46:32.011 DEBUG:teuthology.orchestra.run.smithi116:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 7456fada-8378-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T05:46:32.759 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:46:32 smithi152 bash[29762]: cluster 2023-11-15T05:46:30.765417+0000 mgr.smithi116.ldeiub (mgr.14182) 507 : cluster [DBG] pgmap v364: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 87 B/s rd, 0 op/s 2023-11-15T05:46:32.901 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:46:32 smithi116 bash[25961]: cluster 2023-11-15T05:46:30.765417+0000 mgr.smithi116.ldeiub (mgr.14182) 507 : cluster [DBG] pgmap v364: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 87 B/s rd, 0 op/s 2023-11-15T05:46:34.759 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:46:34 smithi152 bash[29762]: cluster 2023-11-15T05:46:32.766468+0000 mgr.smithi116.ldeiub (mgr.14182) 508 : cluster [DBG] pgmap v365: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:46:34.771 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:46:34 smithi116 bash[25961]: cluster 2023-11-15T05:46:32.766468+0000 mgr.smithi116.ldeiub (mgr.14182) 508 : cluster [DBG] pgmap v365: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:46:35.191 INFO:teuthology.orchestra.run.smithi116.stdout: 2023-11-15T05:46:35.192 INFO:teuthology.orchestra.run.smithi116.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T05:34:36.374719Z", "last_refresh": "2023-11-15T05:43:50.109392Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T05:34:28.472277Z", "last_refresh": "2023-11-15T05:43:50.109543Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T05:34:32.474479Z", "last_refresh": "2023-11-15T05:43:50.109687Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:45:12.441818Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi116.hyeznf on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:46:16.984988Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi152.liiime on smithi152: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi152-liiime\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi152-liiime\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi152.liiime\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi152.liiime\nDeploy daemon haproxy.nfs.foo.smithi152.liiime ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi152 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi152 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:46:20.754282Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi116.mujosh on smithi116: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi116-mujosh\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi116-mujosh\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi116.mujosh\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi116.mujosh\nDeploy daemon haproxy.nfs.foo.smithi116.mujosh ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:46:20.756760Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi152.veazvm on smithi152: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:46:20.758881Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi116.gskdgi on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.116/16"}, "status": {"created": "2023-11-15T05:41:51.643812Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.116/16"}}, {"events": ["2023-11-15T05:41:45.562111Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-15T05:41:45.554912Z", "last_refresh": "2023-11-15T05:43:50.110531Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T05:34:26.558369Z", "last_refresh": "2023-11-15T05:43:50.109235Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:35:55.352857Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi116:172.21.15.116=smithi116", "smithi152:172.21.15.152=smithi152"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T05:35:55.345327Z", "last_refresh": "2023-11-15T05:43:50.109014Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:41:51.641747Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-11-15T05:41:51.636276Z", "last_refresh": "2023-11-15T05:43:50.110665Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T05:34:34.444913Z", "last_refresh": "2023-11-15T05:43:50.109818Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T05:36:22.979260Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T05:36:22.972321Z", "last_refresh": "2023-11-15T05:43:50.109967Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T05:34:30.388073Z", "last_refresh": "2023-11-15T05:45:04.478878Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-15T05:46:35.821 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T05:46:36.759 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:46:36 smithi152 bash[29762]: cluster 2023-11-15T05:46:34.767264+0000 mgr.smithi116.ldeiub (mgr.14182) 509 : cluster [DBG] pgmap v366: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T05:46:36.759 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:46:36 smithi152 bash[29762]: audit 2023-11-15T05:46:35.183676+0000 mgr.smithi116.ldeiub (mgr.14182) 510 : audit [DBG] from='client.14768 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:46:36.823 DEBUG:teuthology.orchestra.run.smithi116:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 7456fada-8378-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T05:46:36.836 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:46:36 smithi116 bash[25961]: cluster 2023-11-15T05:46:34.767264+0000 mgr.smithi116.ldeiub (mgr.14182) 509 : cluster [DBG] pgmap v366: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T05:46:36.836 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:46:36 smithi116 bash[25961]: audit 2023-11-15T05:46:35.183676+0000 mgr.smithi116.ldeiub (mgr.14182) 510 : audit [DBG] from='client.14768 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:46:38.759 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:46:38 smithi152 bash[29762]: cluster 2023-11-15T05:46:36.768574+0000 mgr.smithi116.ldeiub (mgr.14182) 511 : cluster [DBG] pgmap v367: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:46:38.901 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:46:38 smithi116 bash[25961]: cluster 2023-11-15T05:46:36.768574+0000 mgr.smithi116.ldeiub (mgr.14182) 511 : cluster [DBG] pgmap v367: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:46:39.909 INFO:teuthology.orchestra.run.smithi116.stdout: 2023-11-15T05:46:39.910 INFO:teuthology.orchestra.run.smithi116.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T05:34:36.374719Z", "last_refresh": "2023-11-15T05:43:50.109392Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T05:34:28.472277Z", "last_refresh": "2023-11-15T05:43:50.109543Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T05:34:32.474479Z", "last_refresh": "2023-11-15T05:43:50.109687Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:45:12.441818Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi116.hyeznf on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:46:16.984988Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi152.liiime on smithi152: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi152-liiime\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi152-liiime\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi152.liiime\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi152.liiime\nDeploy daemon haproxy.nfs.foo.smithi152.liiime ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi152 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi152 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:46:20.754282Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi116.mujosh on smithi116: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi116-mujosh\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi116-mujosh\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi116.mujosh\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi116.mujosh\nDeploy daemon haproxy.nfs.foo.smithi116.mujosh ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:46:20.756760Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi152.veazvm on smithi152: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:46:20.758881Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi116.gskdgi on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.116/16"}, "status": {"created": "2023-11-15T05:41:51.643812Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.116/16"}}, {"events": ["2023-11-15T05:41:45.562111Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-15T05:41:45.554912Z", "last_refresh": "2023-11-15T05:43:50.110531Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T05:34:26.558369Z", "last_refresh": "2023-11-15T05:43:50.109235Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:35:55.352857Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi116:172.21.15.116=smithi116", "smithi152:172.21.15.152=smithi152"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T05:35:55.345327Z", "last_refresh": "2023-11-15T05:43:50.109014Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:41:51.641747Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-11-15T05:41:51.636276Z", "last_refresh": "2023-11-15T05:43:50.110665Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T05:34:34.444913Z", "last_refresh": "2023-11-15T05:43:50.109818Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T05:36:22.979260Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T05:36:22.972321Z", "last_refresh": "2023-11-15T05:43:50.109967Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T05:34:30.388073Z", "last_refresh": "2023-11-15T05:45:04.478878Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-15T05:46:40.491 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T05:46:40.759 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:46:40 smithi152 bash[29762]: cluster 2023-11-15T05:46:38.769805+0000 mgr.smithi116.ldeiub (mgr.14182) 512 : cluster [DBG] pgmap v368: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:46:40.900 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:46:40 smithi116 bash[25961]: cluster 2023-11-15T05:46:38.769805+0000 mgr.smithi116.ldeiub (mgr.14182) 512 : cluster [DBG] pgmap v368: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:46:41.493 DEBUG:teuthology.orchestra.run.smithi116:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 7456fada-8378-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T05:46:41.754 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:46:41 smithi116 bash[25961]: audit 2023-11-15T05:46:39.894155+0000 mgr.smithi116.ldeiub (mgr.14182) 513 : audit [DBG] from='client.14772 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:46:41.759 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:46:41 smithi152 bash[29762]: audit 2023-11-15T05:46:39.894155+0000 mgr.smithi116.ldeiub (mgr.14182) 513 : audit [DBG] from='client.14772 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:46:42.759 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:46:42 smithi152 bash[29762]: cluster 2023-11-15T05:46:40.770931+0000 mgr.smithi116.ldeiub (mgr.14182) 514 : cluster [DBG] pgmap v369: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:46:42.774 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:46:42 smithi116 bash[25961]: cluster 2023-11-15T05:46:40.770931+0000 mgr.smithi116.ldeiub (mgr.14182) 514 : cluster [DBG] pgmap v369: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:46:44.759 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:46:44 smithi152 bash[29762]: cluster 2023-11-15T05:46:42.771734+0000 mgr.smithi116.ldeiub (mgr.14182) 515 : cluster [DBG] pgmap v370: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:46:44.900 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:46:44 smithi116 bash[25961]: cluster 2023-11-15T05:46:42.771734+0000 mgr.smithi116.ldeiub (mgr.14182) 515 : cluster [DBG] pgmap v370: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:46:44.916 INFO:teuthology.orchestra.run.smithi116.stdout: 2023-11-15T05:46:44.916 INFO:teuthology.orchestra.run.smithi116.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T05:34:36.374719Z", "last_refresh": "2023-11-15T05:43:50.109392Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T05:34:28.472277Z", "last_refresh": "2023-11-15T05:43:50.109543Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T05:34:32.474479Z", "last_refresh": "2023-11-15T05:43:50.109687Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:45:12.441818Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi116.hyeznf on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:46:16.984988Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi152.liiime on smithi152: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi152-liiime\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi152-liiime\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi152.liiime\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi152.liiime\nDeploy daemon haproxy.nfs.foo.smithi152.liiime ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi152 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi152 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:46:20.754282Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi116.mujosh on smithi116: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi116-mujosh\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi116-mujosh\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi116.mujosh\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi116.mujosh\nDeploy daemon haproxy.nfs.foo.smithi116.mujosh ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:46:20.756760Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi152.veazvm on smithi152: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:46:20.758881Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi116.gskdgi on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.116/16"}, "status": {"created": "2023-11-15T05:41:51.643812Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.116/16"}}, {"events": ["2023-11-15T05:41:45.562111Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-15T05:41:45.554912Z", "last_refresh": "2023-11-15T05:43:50.110531Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T05:34:26.558369Z", "last_refresh": "2023-11-15T05:43:50.109235Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:35:55.352857Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi116:172.21.15.116=smithi116", "smithi152:172.21.15.152=smithi152"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T05:35:55.345327Z", "last_refresh": "2023-11-15T05:43:50.109014Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:41:51.641747Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-11-15T05:41:51.636276Z", "last_refresh": "2023-11-15T05:43:50.110665Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T05:34:34.444913Z", "last_refresh": "2023-11-15T05:43:50.109818Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T05:36:22.979260Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T05:36:22.972321Z", "last_refresh": "2023-11-15T05:43:50.109967Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T05:34:30.388073Z", "last_refresh": "2023-11-15T05:45:04.478878Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-15T05:46:45.491 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T05:46:46.492 DEBUG:teuthology.orchestra.run.smithi116:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 7456fada-8378-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T05:46:46.759 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:46:46 smithi152 bash[29762]: cluster 2023-11-15T05:46:44.772828+0000 mgr.smithi116.ldeiub (mgr.14182) 516 : 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 2023-11-15T05:46:46.759 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:46:46 smithi152 bash[29762]: audit 2023-11-15T05:46:44.900201+0000 mgr.smithi116.ldeiub (mgr.14182) 517 : audit [DBG] from='client.14776 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:46:46.900 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:46:46 smithi116 bash[25961]: cluster 2023-11-15T05:46:44.772828+0000 mgr.smithi116.ldeiub (mgr.14182) 516 : 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 2023-11-15T05:46:46.901 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:46:46 smithi116 bash[25961]: audit 2023-11-15T05:46:44.900201+0000 mgr.smithi116.ldeiub (mgr.14182) 517 : audit [DBG] from='client.14776 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:46:48.759 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:46:48 smithi152 bash[29762]: cluster 2023-11-15T05:46:46.774328+0000 mgr.smithi116.ldeiub (mgr.14182) 518 : 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 2023-11-15T05:46:48.901 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:46:48 smithi116 bash[25961]: cluster 2023-11-15T05:46:46.774328+0000 mgr.smithi116.ldeiub (mgr.14182) 518 : 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 2023-11-15T05:46:49.753 INFO:teuthology.orchestra.run.smithi116.stdout: 2023-11-15T05:46:49.754 INFO:teuthology.orchestra.run.smithi116.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T05:34:36.374719Z", "last_refresh": "2023-11-15T05:43:50.109392Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T05:34:28.472277Z", "last_refresh": "2023-11-15T05:43:50.109543Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T05:34:32.474479Z", "last_refresh": "2023-11-15T05:43:50.109687Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:45:12.441818Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi116.hyeznf on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:46:16.984988Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi152.liiime on smithi152: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi152-liiime\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi152-liiime\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi152.liiime\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi152.liiime\nDeploy daemon haproxy.nfs.foo.smithi152.liiime ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi152 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi152 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:46:20.754282Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi116.mujosh on smithi116: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi116-mujosh\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi116-mujosh\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi116.mujosh\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi116.mujosh\nDeploy daemon haproxy.nfs.foo.smithi116.mujosh ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:46:20.756760Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi152.veazvm on smithi152: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:46:20.758881Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi116.gskdgi on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.116/16"}, "status": {"created": "2023-11-15T05:41:51.643812Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.116/16"}}, {"events": ["2023-11-15T05:41:45.562111Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-15T05:41:45.554912Z", "last_refresh": "2023-11-15T05:43:50.110531Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T05:34:26.558369Z", "last_refresh": "2023-11-15T05:43:50.109235Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:35:55.352857Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi116:172.21.15.116=smithi116", "smithi152:172.21.15.152=smithi152"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T05:35:55.345327Z", "last_refresh": "2023-11-15T05:43:50.109014Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:41:51.641747Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-11-15T05:41:51.636276Z", "last_refresh": "2023-11-15T05:43:50.110665Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T05:34:34.444913Z", "last_refresh": "2023-11-15T05:43:50.109818Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T05:36:22.979260Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T05:36:22.972321Z", "last_refresh": "2023-11-15T05:43:50.109967Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T05:34:30.388073Z", "last_refresh": "2023-11-15T05:45:04.478878Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-15T05:46:50.341 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T05:46:50.650 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:46:50 smithi116 bash[25961]: cluster 2023-11-15T05:46:48.775719+0000 mgr.smithi116.ldeiub (mgr.14182) 519 : cluster [DBG] pgmap v373: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:46:50.651 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:46:50 smithi116 bash[25961]: audit 2023-11-15T05:46:49.738439+0000 mgr.smithi116.ldeiub (mgr.14182) 520 : audit [DBG] from='client.14780 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:46:50.759 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:46:50 smithi152 bash[29762]: cluster 2023-11-15T05:46:48.775719+0000 mgr.smithi116.ldeiub (mgr.14182) 519 : cluster [DBG] pgmap v373: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:46:50.759 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:46:50 smithi152 bash[29762]: audit 2023-11-15T05:46:49.738439+0000 mgr.smithi116.ldeiub (mgr.14182) 520 : audit [DBG] from='client.14780 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:46:51.342 DEBUG:teuthology.orchestra.run.smithi116:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 7456fada-8378-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T05:46:52.761 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:46:52 smithi152 bash[29762]: cluster 2023-11-15T05:46:50.776931+0000 mgr.smithi116.ldeiub (mgr.14182) 521 : cluster [DBG] pgmap v374: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:46:52.811 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:46:52 smithi116 bash[25961]: cluster 2023-11-15T05:46:50.776931+0000 mgr.smithi116.ldeiub (mgr.14182) 521 : cluster [DBG] pgmap v374: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:46:54.595 INFO:teuthology.orchestra.run.smithi116.stdout: 2023-11-15T05:46:54.596 INFO:teuthology.orchestra.run.smithi116.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T05:34:36.374719Z", "last_refresh": "2023-11-15T05:43:50.109392Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T05:34:28.472277Z", "last_refresh": "2023-11-15T05:43:50.109543Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T05:34:32.474479Z", "last_refresh": "2023-11-15T05:43:50.109687Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:45:12.441818Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi116.hyeznf on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:46:16.984988Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi152.liiime on smithi152: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi152-liiime\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi152-liiime\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi152.liiime\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi152.liiime\nDeploy daemon haproxy.nfs.foo.smithi152.liiime ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi152 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi152 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:46:20.754282Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi116.mujosh on smithi116: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi116-mujosh\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi116-mujosh\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi116.mujosh\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi116.mujosh\nDeploy daemon haproxy.nfs.foo.smithi116.mujosh ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:46:20.756760Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi152.veazvm on smithi152: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:46:20.758881Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi116.gskdgi on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.116/16"}, "status": {"created": "2023-11-15T05:41:51.643812Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.116/16"}}, {"events": ["2023-11-15T05:41:45.562111Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-15T05:41:45.554912Z", "last_refresh": "2023-11-15T05:43:50.110531Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T05:34:26.558369Z", "last_refresh": "2023-11-15T05:43:50.109235Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:35:55.352857Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi116:172.21.15.116=smithi116", "smithi152:172.21.15.152=smithi152"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T05:35:55.345327Z", "last_refresh": "2023-11-15T05:43:50.109014Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:41:51.641747Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-11-15T05:41:51.636276Z", "last_refresh": "2023-11-15T05:43:50.110665Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T05:34:34.444913Z", "last_refresh": "2023-11-15T05:43:50.109818Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T05:36:22.979260Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T05:36:22.972321Z", "last_refresh": "2023-11-15T05:43:50.109967Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T05:34:30.388073Z", "last_refresh": "2023-11-15T05:45:04.478878Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-15T05:46:54.759 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:46:54 smithi152 bash[29762]: cluster 2023-11-15T05:46:52.778159+0000 mgr.smithi116.ldeiub (mgr.14182) 522 : cluster [DBG] pgmap v375: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:46:54.900 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:46:54 smithi116 bash[25961]: cluster 2023-11-15T05:46:52.778159+0000 mgr.smithi116.ldeiub (mgr.14182) 522 : cluster [DBG] pgmap v375: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:46:55.195 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T05:46:55.759 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:46:55 smithi152 bash[29762]: audit 2023-11-15T05:46:54.579029+0000 mgr.smithi116.ldeiub (mgr.14182) 523 : audit [DBG] from='client.14784 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:46:55.900 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:46:55 smithi116 bash[25961]: audit 2023-11-15T05:46:54.579029+0000 mgr.smithi116.ldeiub (mgr.14182) 523 : audit [DBG] from='client.14784 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:46:56.196 DEBUG:teuthology.orchestra.run.smithi116:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 7456fada-8378-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T05:46:56.759 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:46:56 smithi152 bash[29762]: cluster 2023-11-15T05:46:54.779359+0000 mgr.smithi116.ldeiub (mgr.14182) 524 : 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 2023-11-15T05:46:56.900 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:46:56 smithi116 bash[25961]: cluster 2023-11-15T05:46:54.779359+0000 mgr.smithi116.ldeiub (mgr.14182) 524 : 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 2023-11-15T05:46:58.762 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:46:58 smithi152 bash[29762]: cluster 2023-11-15T05:46:56.780703+0000 mgr.smithi116.ldeiub (mgr.14182) 525 : 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 2023-11-15T05:46:58.890 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:46:58 smithi116 bash[25961]: cluster 2023-11-15T05:46:56.780703+0000 mgr.smithi116.ldeiub (mgr.14182) 525 : 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 2023-11-15T05:46:59.330 INFO:teuthology.orchestra.run.smithi116.stdout: 2023-11-15T05:46:59.331 INFO:teuthology.orchestra.run.smithi116.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T05:34:36.374719Z", "last_refresh": "2023-11-15T05:43:50.109392Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T05:34:28.472277Z", "last_refresh": "2023-11-15T05:43:50.109543Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T05:34:32.474479Z", "last_refresh": "2023-11-15T05:43:50.109687Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:45:12.441818Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi116.hyeznf on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:46:16.984988Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi152.liiime on smithi152: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi152-liiime\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi152-liiime\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi152.liiime\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi152.liiime\nDeploy daemon haproxy.nfs.foo.smithi152.liiime ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi152 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi152 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:46:20.754282Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi116.mujosh on smithi116: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi116-mujosh\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi116-mujosh\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi116.mujosh\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi116.mujosh\nDeploy daemon haproxy.nfs.foo.smithi116.mujosh ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:46:20.756760Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi152.veazvm on smithi152: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:46:20.758881Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi116.gskdgi on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.116/16"}, "status": {"created": "2023-11-15T05:41:51.643812Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.116/16"}}, {"events": ["2023-11-15T05:41:45.562111Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-15T05:41:45.554912Z", "last_refresh": "2023-11-15T05:43:50.110531Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T05:34:26.558369Z", "last_refresh": "2023-11-15T05:43:50.109235Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:35:55.352857Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi116:172.21.15.116=smithi116", "smithi152:172.21.15.152=smithi152"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T05:35:55.345327Z", "last_refresh": "2023-11-15T05:43:50.109014Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:41:51.641747Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-11-15T05:41:51.636276Z", "last_refresh": "2023-11-15T05:43:50.110665Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T05:34:34.444913Z", "last_refresh": "2023-11-15T05:43:50.109818Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T05:36:22.979260Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T05:36:22.972321Z", "last_refresh": "2023-11-15T05:43:50.109967Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T05:34:30.388073Z", "last_refresh": "2023-11-15T05:45:04.478878Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-15T05:46:59.923 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T05:47:00.901 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:47:00 smithi116 bash[25961]: cluster 2023-11-15T05:46:58.781970+0000 mgr.smithi116.ldeiub (mgr.14182) 526 : 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 2023-11-15T05:47:00.901 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:47:00 smithi116 bash[25961]: audit 2023-11-15T05:46:59.318761+0000 mgr.smithi116.ldeiub (mgr.14182) 527 : audit [DBG] from='client.14788 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:47:00.925 DEBUG:teuthology.orchestra.run.smithi116:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 7456fada-8378-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T05:47:01.010 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:47:00 smithi152 bash[29762]: cluster 2023-11-15T05:46:58.781970+0000 mgr.smithi116.ldeiub (mgr.14182) 526 : 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 2023-11-15T05:47:01.010 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:47:00 smithi152 bash[29762]: audit 2023-11-15T05:46:59.318761+0000 mgr.smithi116.ldeiub (mgr.14182) 527 : audit [DBG] from='client.14788 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:47:02.901 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:47:02 smithi116 bash[25961]: cluster 2023-11-15T05:47:00.782993+0000 mgr.smithi116.ldeiub (mgr.14182) 528 : cluster [DBG] pgmap v379: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:47:03.009 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:47:02 smithi152 bash[29762]: cluster 2023-11-15T05:47:00.782993+0000 mgr.smithi116.ldeiub (mgr.14182) 528 : cluster [DBG] pgmap v379: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:47:04.038 INFO:teuthology.orchestra.run.smithi116.stdout: 2023-11-15T05:47:04.039 INFO:teuthology.orchestra.run.smithi116.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T05:34:36.374719Z", "last_refresh": "2023-11-15T05:43:50.109392Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T05:34:28.472277Z", "last_refresh": "2023-11-15T05:43:50.109543Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T05:34:32.474479Z", "last_refresh": "2023-11-15T05:43:50.109687Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:45:12.441818Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi116.hyeznf on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:46:16.984988Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi152.liiime on smithi152: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi152-liiime\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi152-liiime\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi152.liiime\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi152.liiime\nDeploy daemon haproxy.nfs.foo.smithi152.liiime ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi152 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi152 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:46:20.754282Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi116.mujosh on smithi116: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi116-mujosh\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi116-mujosh\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi116.mujosh\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi116.mujosh\nDeploy daemon haproxy.nfs.foo.smithi116.mujosh ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:46:20.756760Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi152.veazvm on smithi152: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:46:20.758881Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi116.gskdgi on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.116/16"}, "status": {"created": "2023-11-15T05:41:51.643812Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.116/16"}}, {"events": ["2023-11-15T05:41:45.562111Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-15T05:41:45.554912Z", "last_refresh": "2023-11-15T05:43:50.110531Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T05:34:26.558369Z", "last_refresh": "2023-11-15T05:43:50.109235Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:35:55.352857Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi116:172.21.15.116=smithi116", "smithi152:172.21.15.152=smithi152"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T05:35:55.345327Z", "last_refresh": "2023-11-15T05:43:50.109014Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:41:51.641747Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-11-15T05:41:51.636276Z", "last_refresh": "2023-11-15T05:43:50.110665Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T05:34:34.444913Z", "last_refresh": "2023-11-15T05:43:50.109818Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T05:36:22.979260Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T05:36:22.972321Z", "last_refresh": "2023-11-15T05:43:50.109967Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T05:34:30.388073Z", "last_refresh": "2023-11-15T05:45:04.478878Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-15T05:47:04.644 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T05:47:04.900 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:47:04 smithi116 bash[25961]: cluster 2023-11-15T05:47:02.784059+0000 mgr.smithi116.ldeiub (mgr.14182) 529 : cluster [DBG] pgmap v380: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:47:05.009 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:47:04 smithi152 bash[29762]: cluster 2023-11-15T05:47:02.784059+0000 mgr.smithi116.ldeiub (mgr.14182) 529 : cluster [DBG] pgmap v380: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:47:05.645 DEBUG:teuthology.orchestra.run.smithi116:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 7456fada-8378-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T05:47:05.900 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:47:05 smithi116 bash[25961]: audit 2023-11-15T05:47:04.030423+0000 mgr.smithi116.ldeiub (mgr.14182) 530 : audit [DBG] from='client.14792 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:47:06.009 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:47:05 smithi152 bash[29762]: audit 2023-11-15T05:47:04.030423+0000 mgr.smithi116.ldeiub (mgr.14182) 530 : audit [DBG] from='client.14792 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:47:06.836 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:47:06 smithi116 bash[25961]: cluster 2023-11-15T05:47:04.785233+0000 mgr.smithi116.ldeiub (mgr.14182) 531 : 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 2023-11-15T05:47:07.009 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:47:06 smithi152 bash[29762]: cluster 2023-11-15T05:47:04.785233+0000 mgr.smithi116.ldeiub (mgr.14182) 531 : 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 2023-11-15T05:47:08.650 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:47:08 smithi116 bash[25961]: cluster 2023-11-15T05:47:06.786935+0000 mgr.smithi116.ldeiub (mgr.14182) 532 : 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 2023-11-15T05:47:08.789 INFO:teuthology.orchestra.run.smithi116.stdout: 2023-11-15T05:47:08.789 INFO:teuthology.orchestra.run.smithi116.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T05:34:36.374719Z", "last_refresh": "2023-11-15T05:43:50.109392Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T05:34:28.472277Z", "last_refresh": "2023-11-15T05:43:50.109543Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T05:34:32.474479Z", "last_refresh": "2023-11-15T05:43:50.109687Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:45:12.441818Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi116.hyeznf on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:46:16.984988Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi152.liiime on smithi152: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi152-liiime\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi152-liiime\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi152.liiime\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi152.liiime\nDeploy daemon haproxy.nfs.foo.smithi152.liiime ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi152 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi152 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:46:20.754282Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi116.mujosh on smithi116: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi116-mujosh\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi116-mujosh\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi116.mujosh\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi116.mujosh\nDeploy daemon haproxy.nfs.foo.smithi116.mujosh ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:46:20.756760Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi152.veazvm on smithi152: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:46:20.758881Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi116.gskdgi on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.116/16"}, "status": {"created": "2023-11-15T05:41:51.643812Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.116/16"}}, {"events": ["2023-11-15T05:41:45.562111Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-15T05:41:45.554912Z", "last_refresh": "2023-11-15T05:43:50.110531Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T05:34:26.558369Z", "last_refresh": "2023-11-15T05:43:50.109235Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:35:55.352857Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi116:172.21.15.116=smithi116", "smithi152:172.21.15.152=smithi152"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T05:35:55.345327Z", "last_refresh": "2023-11-15T05:43:50.109014Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:41:51.641747Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-11-15T05:41:51.636276Z", "last_refresh": "2023-11-15T05:43:50.110665Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T05:34:34.444913Z", "last_refresh": "2023-11-15T05:43:50.109818Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T05:36:22.979260Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T05:36:22.972321Z", "last_refresh": "2023-11-15T05:43:50.109967Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T05:34:30.388073Z", "last_refresh": "2023-11-15T05:45:04.478878Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-15T05:47:09.009 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:47:08 smithi152 bash[29762]: cluster 2023-11-15T05:47:06.786935+0000 mgr.smithi116.ldeiub (mgr.14182) 532 : 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 2023-11-15T05:47:09.377 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T05:47:10.378 DEBUG:teuthology.orchestra.run.smithi116:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 7456fada-8378-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T05:47:10.651 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:47:10 smithi116 bash[25961]: audit 2023-11-15T05:47:08.775740+0000 mgr.smithi116.ldeiub (mgr.14182) 533 : audit [DBG] from='client.14796 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:47:10.651 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:47:10 smithi116 bash[25961]: cluster 2023-11-15T05:47:08.787912+0000 mgr.smithi116.ldeiub (mgr.14182) 534 : cluster [DBG] pgmap v383: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:47:11.009 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:47:10 smithi152 bash[29762]: audit 2023-11-15T05:47:08.775740+0000 mgr.smithi116.ldeiub (mgr.14182) 533 : audit [DBG] from='client.14796 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:47:11.010 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:47:10 smithi152 bash[29762]: cluster 2023-11-15T05:47:08.787912+0000 mgr.smithi116.ldeiub (mgr.14182) 534 : cluster [DBG] pgmap v383: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:47:12.901 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:47:12 smithi116 bash[25961]: cluster 2023-11-15T05:47:10.789192+0000 mgr.smithi116.ldeiub (mgr.14182) 535 : cluster [DBG] pgmap v384: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:47:13.009 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:47:12 smithi152 bash[29762]: cluster 2023-11-15T05:47:10.789192+0000 mgr.smithi116.ldeiub (mgr.14182) 535 : cluster [DBG] pgmap v384: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:47:13.500 INFO:teuthology.orchestra.run.smithi116.stdout: 2023-11-15T05:47:13.500 INFO:teuthology.orchestra.run.smithi116.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T05:34:36.374719Z", "last_refresh": "2023-11-15T05:43:50.109392Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T05:34:28.472277Z", "last_refresh": "2023-11-15T05:43:50.109543Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T05:34:32.474479Z", "last_refresh": "2023-11-15T05:43:50.109687Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:45:12.441818Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi116.hyeznf on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:46:16.984988Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi152.liiime on smithi152: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi152-liiime\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi152-liiime\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi152.liiime\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi152.liiime\nDeploy daemon haproxy.nfs.foo.smithi152.liiime ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi152 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi152 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:46:20.754282Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi116.mujosh on smithi116: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi116-mujosh\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi116-mujosh\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi116.mujosh\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi116.mujosh\nDeploy daemon haproxy.nfs.foo.smithi116.mujosh ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:46:20.756760Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi152.veazvm on smithi152: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:46:20.758881Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi116.gskdgi on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.116/16"}, "status": {"created": "2023-11-15T05:41:51.643812Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.116/16"}}, {"events": ["2023-11-15T05:41:45.562111Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-15T05:41:45.554912Z", "last_refresh": "2023-11-15T05:43:50.110531Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T05:34:26.558369Z", "last_refresh": "2023-11-15T05:43:50.109235Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:35:55.352857Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi116:172.21.15.116=smithi116", "smithi152:172.21.15.152=smithi152"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T05:35:55.345327Z", "last_refresh": "2023-11-15T05:43:50.109014Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:41:51.641747Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-11-15T05:41:51.636276Z", "last_refresh": "2023-11-15T05:43:50.110665Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T05:34:34.444913Z", "last_refresh": "2023-11-15T05:43:50.109818Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T05:36:22.979260Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T05:36:22.972321Z", "last_refresh": "2023-11-15T05:43:50.109967Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T05:34:30.388073Z", "last_refresh": "2023-11-15T05:45:04.478878Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-15T05:47:14.142 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T05:47:14.900 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:47:14 smithi116 bash[25961]: cluster 2023-11-15T05:47:12.790336+0000 mgr.smithi116.ldeiub (mgr.14182) 536 : cluster [DBG] pgmap v385: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:47:14.901 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:47:14 smithi116 bash[25961]: audit 2023-11-15T05:47:13.485976+0000 mgr.smithi116.ldeiub (mgr.14182) 537 : audit [DBG] from='client.14800 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:47:15.009 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:47:14 smithi152 bash[29762]: cluster 2023-11-15T05:47:12.790336+0000 mgr.smithi116.ldeiub (mgr.14182) 536 : cluster [DBG] pgmap v385: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:47:15.009 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:47:14 smithi152 bash[29762]: audit 2023-11-15T05:47:13.485976+0000 mgr.smithi116.ldeiub (mgr.14182) 537 : audit [DBG] from='client.14800 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:47:15.143 DEBUG:teuthology.orchestra.run.smithi116:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 7456fada-8378-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T05:47:16.901 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:47:16 smithi116 bash[25961]: cluster 2023-11-15T05:47:14.791514+0000 mgr.smithi116.ldeiub (mgr.14182) 538 : 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 2023-11-15T05:47:17.009 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:47:16 smithi152 bash[29762]: cluster 2023-11-15T05:47:14.791514+0000 mgr.smithi116.ldeiub (mgr.14182) 538 : 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 2023-11-15T05:47:18.364 INFO:teuthology.orchestra.run.smithi116.stdout: 2023-11-15T05:47:18.364 INFO:teuthology.orchestra.run.smithi116.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T05:34:36.374719Z", "last_refresh": "2023-11-15T05:43:50.109392Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T05:34:28.472277Z", "last_refresh": "2023-11-15T05:43:50.109543Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T05:34:32.474479Z", "last_refresh": "2023-11-15T05:43:50.109687Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:45:12.441818Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi116.hyeznf on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:46:16.984988Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi152.liiime on smithi152: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi152-liiime\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi152-liiime\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi152.liiime\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi152.liiime\nDeploy daemon haproxy.nfs.foo.smithi152.liiime ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi152 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi152 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:46:20.754282Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi116.mujosh on smithi116: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi116-mujosh\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi116-mujosh\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi116.mujosh\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi116.mujosh\nDeploy daemon haproxy.nfs.foo.smithi116.mujosh ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:46:20.756760Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi152.veazvm on smithi152: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:46:20.758881Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi116.gskdgi on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.116/16"}, "status": {"created": "2023-11-15T05:41:51.643812Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.116/16"}}, {"events": ["2023-11-15T05:41:45.562111Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-15T05:41:45.554912Z", "last_refresh": "2023-11-15T05:43:50.110531Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T05:34:26.558369Z", "last_refresh": "2023-11-15T05:43:50.109235Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:35:55.352857Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi116:172.21.15.116=smithi116", "smithi152:172.21.15.152=smithi152"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T05:35:55.345327Z", "last_refresh": "2023-11-15T05:43:50.109014Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:41:51.641747Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-11-15T05:41:51.636276Z", "last_refresh": "2023-11-15T05:43:50.110665Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T05:34:34.444913Z", "last_refresh": "2023-11-15T05:43:50.109818Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T05:36:22.979260Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T05:36:22.972321Z", "last_refresh": "2023-11-15T05:43:50.109967Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T05:34:30.388073Z", "last_refresh": "2023-11-15T05:45:04.478878Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-15T05:47:18.901 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:47:18 smithi116 bash[25961]: cluster 2023-11-15T05:47:16.792864+0000 mgr.smithi116.ldeiub (mgr.14182) 539 : 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 2023-11-15T05:47:19.009 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:47:18 smithi152 bash[29762]: cluster 2023-11-15T05:47:16.792864+0000 mgr.smithi116.ldeiub (mgr.14182) 539 : 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 2023-11-15T05:47:19.025 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T05:47:19.901 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:47:19 smithi116 bash[25961]: audit 2023-11-15T05:47:18.348526+0000 mgr.smithi116.ldeiub (mgr.14182) 540 : audit [DBG] from='client.14804 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:47:20.009 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:47:19 smithi152 bash[29762]: audit 2023-11-15T05:47:18.348526+0000 mgr.smithi116.ldeiub (mgr.14182) 540 : audit [DBG] from='client.14804 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:47:20.026 DEBUG:teuthology.orchestra.run.smithi116:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 7456fada-8378-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T05:47:20.901 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:47:20 smithi116 bash[25961]: cluster 2023-11-15T05:47:18.794167+0000 mgr.smithi116.ldeiub (mgr.14182) 541 : cluster [DBG] pgmap v388: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:47:21.009 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:47:20 smithi152 bash[29762]: cluster 2023-11-15T05:47:18.794167+0000 mgr.smithi116.ldeiub (mgr.14182) 541 : cluster [DBG] pgmap v388: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:47:21.749 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:47:21 smithi116 bash[25961]: audit 2023-11-15T05:47:20.762595+0000 mon.smithi116 (mon.0) 749 : audit [DBG] from='mgr.14182 172.21.15.116:0/1868390107' entity='mgr.smithi116.ldeiub' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-15T05:47:21.749 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:47:21 smithi116 bash[25961]: audit 2023-11-15T05:47:21.084655+0000 mon.smithi116 (mon.0) 750 : audit [DBG] from='mgr.14182 172.21.15.116:0/1868390107' entity='mgr.smithi116.ldeiub' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-15T05:47:21.749 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:47:21 smithi116 bash[25961]: audit 2023-11-15T05:47:21.085892+0000 mon.smithi116 (mon.0) 751 : audit [INF] from='mgr.14182 172.21.15.116:0/1868390107' entity='mgr.smithi116.ldeiub' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-11-15T05:47:21.750 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:47:21 smithi116 bash[25961]: audit 2023-11-15T05:47:21.091642+0000 mon.smithi116 (mon.0) 752 : audit [INF] from='mgr.14182 172.21.15.116:0/1868390107' entity='mgr.smithi116.ldeiub' 2023-11-15T05:47:21.750 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:47:21 smithi116 bash[25961]: audit 2023-11-15T05:47:21.101881+0000 mon.smithi116 (mon.0) 753 : audit [DBG] from='mgr.14182 172.21.15.116:0/1868390107' entity='mgr.smithi116.ldeiub' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-11-15T05:47:21.750 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:47:21 smithi116 bash[25961]: audit 2023-11-15T05:47:21.114772+0000 mon.smithi116 (mon.0) 754 : audit [INF] from='mgr.14182 172.21.15.116:0/1868390107' entity='mgr.smithi116.ldeiub' 2023-11-15T05:47:22.009 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:47:21 smithi152 bash[29762]: audit 2023-11-15T05:47:20.762595+0000 mon.smithi116 (mon.0) 749 : audit [DBG] from='mgr.14182 172.21.15.116:0/1868390107' entity='mgr.smithi116.ldeiub' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-15T05:47:22.010 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:47:21 smithi152 bash[29762]: audit 2023-11-15T05:47:21.084655+0000 mon.smithi116 (mon.0) 750 : audit [DBG] from='mgr.14182 172.21.15.116:0/1868390107' entity='mgr.smithi116.ldeiub' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-15T05:47:22.010 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:47:21 smithi152 bash[29762]: audit 2023-11-15T05:47:21.085892+0000 mon.smithi116 (mon.0) 751 : audit [INF] from='mgr.14182 172.21.15.116:0/1868390107' entity='mgr.smithi116.ldeiub' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-11-15T05:47:22.010 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:47:21 smithi152 bash[29762]: audit 2023-11-15T05:47:21.091642+0000 mon.smithi116 (mon.0) 752 : audit [INF] from='mgr.14182 172.21.15.116:0/1868390107' entity='mgr.smithi116.ldeiub' 2023-11-15T05:47:22.010 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:47:21 smithi152 bash[29762]: audit 2023-11-15T05:47:21.101881+0000 mon.smithi116 (mon.0) 753 : audit [DBG] from='mgr.14182 172.21.15.116:0/1868390107' entity='mgr.smithi116.ldeiub' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-11-15T05:47:22.010 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:47:21 smithi152 bash[29762]: audit 2023-11-15T05:47:21.114772+0000 mon.smithi116 (mon.0) 754 : audit [INF] from='mgr.14182 172.21.15.116:0/1868390107' entity='mgr.smithi116.ldeiub' 2023-11-15T05:47:22.901 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:47:22 smithi116 bash[25961]: cluster 2023-11-15T05:47:20.795350+0000 mgr.smithi116.ldeiub (mgr.14182) 542 : cluster [DBG] pgmap v389: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:47:22.901 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:47:22 smithi116 bash[25961]: cluster 2023-11-15T05:47:21.092439+0000 mgr.smithi116.ldeiub (mgr.14182) 543 : cluster [DBG] pgmap v390: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 99 B/s rd, 0 op/s 2023-11-15T05:47:22.901 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:47:22 smithi116 bash[25961]: cephadm 2023-11-15T05:47:21.119231+0000 mgr.smithi116.ldeiub (mgr.14182) 544 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi152.ltmvrj on smithi152 2023-11-15T05:47:22.902 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:47:22 smithi116 bash[25961]: cluster 2023-11-15T05:47:21.582242+0000 mon.smithi116 (mon.0) 755 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2023-11-15T05:47:22.902 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:47:22 smithi116 bash[25961]: cluster 2023-11-15T05:47:21.582298+0000 mon.smithi116 (mon.0) 756 : cluster [INF] Cluster is now healthy 2023-11-15T05:47:23.009 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:47:22 smithi152 bash[29762]: cluster 2023-11-15T05:47:20.795350+0000 mgr.smithi116.ldeiub (mgr.14182) 542 : cluster [DBG] pgmap v389: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:47:23.009 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:47:22 smithi152 bash[29762]: cluster 2023-11-15T05:47:21.092439+0000 mgr.smithi116.ldeiub (mgr.14182) 543 : cluster [DBG] pgmap v390: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 99 B/s rd, 0 op/s 2023-11-15T05:47:23.010 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:47:22 smithi152 bash[29762]: cephadm 2023-11-15T05:47:21.119231+0000 mgr.smithi116.ldeiub (mgr.14182) 544 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi152.ltmvrj on smithi152 2023-11-15T05:47:23.010 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:47:22 smithi152 bash[29762]: cluster 2023-11-15T05:47:21.582242+0000 mon.smithi116 (mon.0) 755 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2023-11-15T05:47:23.010 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:47:22 smithi152 bash[29762]: cluster 2023-11-15T05:47:21.582298+0000 mon.smithi116 (mon.0) 756 : cluster [INF] Cluster is now healthy 2023-11-15T05:47:23.367 INFO:teuthology.orchestra.run.smithi116.stdout: 2023-11-15T05:47:23.367 INFO:teuthology.orchestra.run.smithi116.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T05:34:36.374719Z", "last_refresh": "2023-11-15T05:43:50.109392Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T05:34:28.472277Z", "last_refresh": "2023-11-15T05:43:50.109543Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T05:34:32.474479Z", "last_refresh": "2023-11-15T05:43:50.109687Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:45:12.441818Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi116.hyeznf on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:46:16.984988Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi152.liiime on smithi152: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi152-liiime\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi152-liiime\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi152.liiime\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi152.liiime\nDeploy daemon haproxy.nfs.foo.smithi152.liiime ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi152 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi152 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:46:20.754282Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi116.mujosh on smithi116: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi116-mujosh\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi116-mujosh\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi116.mujosh\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi116.mujosh\nDeploy daemon haproxy.nfs.foo.smithi116.mujosh ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:46:20.756760Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi152.veazvm on smithi152: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:46:20.758881Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi116.gskdgi on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.116/16"}, "status": {"created": "2023-11-15T05:41:51.643812Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.116/16"}}, {"events": ["2023-11-15T05:41:45.562111Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-15T05:41:45.554912Z", "last_refresh": "2023-11-15T05:43:50.110531Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T05:34:26.558369Z", "last_refresh": "2023-11-15T05:43:50.109235Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:35:55.352857Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi116:172.21.15.116=smithi116", "smithi152:172.21.15.152=smithi152"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T05:35:55.345327Z", "last_refresh": "2023-11-15T05:43:50.109014Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:41:51.641747Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-11-15T05:41:51.636276Z", "last_refresh": "2023-11-15T05:43:50.110665Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T05:34:34.444913Z", "last_refresh": "2023-11-15T05:43:50.109818Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T05:36:22.979260Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T05:36:22.972321Z", "last_refresh": "2023-11-15T05:43:50.109967Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T05:34:30.388073Z", "last_refresh": "2023-11-15T05:45:04.478878Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-15T05:47:23.998 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T05:47:24.901 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:47:24 smithi116 bash[25961]: cluster 2023-11-15T05:47:23.093426+0000 mgr.smithi116.ldeiub (mgr.14182) 545 : cluster [DBG] pgmap v391: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 198 B/s rd, 0 op/s 2023-11-15T05:47:24.901 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:47:24 smithi116 bash[25961]: audit 2023-11-15T05:47:23.358630+0000 mgr.smithi116.ldeiub (mgr.14182) 546 : audit [DBG] from='client.14808 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:47:24.903 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:47:24 smithi152 bash[29762]: cluster 2023-11-15T05:47:23.093426+0000 mgr.smithi116.ldeiub (mgr.14182) 545 : cluster [DBG] pgmap v391: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 198 B/s rd, 0 op/s 2023-11-15T05:47:24.904 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:47:24 smithi152 bash[29762]: audit 2023-11-15T05:47:23.358630+0000 mgr.smithi116.ldeiub (mgr.14182) 546 : audit [DBG] from='client.14808 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:47:24.999 DEBUG:teuthology.orchestra.run.smithi116:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 7456fada-8378-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T05:47:25.901 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:47:25 smithi116 bash[25961]: audit 2023-11-15T05:47:24.973332+0000 mon.smithi116 (mon.0) 757 : audit [INF] from='mgr.14182 172.21.15.116:0/1868390107' entity='mgr.smithi116.ldeiub' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi152.ltmvrj"}]: dispatch 2023-11-15T05:47:26.009 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:47:25 smithi152 bash[29762]: audit 2023-11-15T05:47:24.973332+0000 mon.smithi116 (mon.0) 757 : audit [INF] from='mgr.14182 172.21.15.116:0/1868390107' entity='mgr.smithi116.ldeiub' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi152.ltmvrj"}]: dispatch 2023-11-15T05:47:26.901 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:47:26 smithi116 bash[25961]: cephadm 2023-11-15T05:47:24.971995+0000 mgr.smithi116.ldeiub (mgr.14182) 547 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi152-ltmvrj 2023-11-15T05:47:26.902 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:47:26 smithi116 bash[25961]: /usr/bin/docker: stdout 2023-11-15T05:47:26.902 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:47:26 smithi116 bash[25961]: /usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi152-ltmvrj 2023-11-15T05:47:26.903 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:47:26 smithi116 bash[25961]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi152.ltmvrj 2023-11-15T05:47:26.903 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:47:26 smithi116 bash[25961]: /usr/bin/docker: stdout 2023-11-15T05:47:26.904 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:47:26 smithi116 bash[25961]: /usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi152.ltmvrj 2023-11-15T05:47:26.904 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:47:26 smithi116 bash[25961]: Deploy daemon haproxy.nfs.foo.smithi152.ltmvrj ... 2023-11-15T05:47:26.904 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:47:26 smithi116 bash[25961]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi152 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T05:47:26.905 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:47:26 smithi116 bash[25961]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-15T05:47:26.905 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:47:26 smithi116 bash[25961]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-15T05:47:26.905 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:47:26 smithi116 bash[25961]: stat: stderr See 'docker run --help'. 2023-11-15T05:47:26.906 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:47:26 smithi116 bash[25961]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi152 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T05:47:26.906 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:47:26 smithi116 bash[25961]: Traceback (most recent call last): 2023-11-15T05:47:26.906 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:47:26 smithi116 bash[25961]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-11-15T05:47:26.906 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:47:26 smithi116 bash[25961]: yield (conn, connr) 2023-11-15T05:47:26.907 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:47:26 smithi116 bash[25961]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-11-15T05:47:26.907 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:47:26 smithi116 bash[25961]: code, '\n'.join(err))) 2023-11-15T05:47:26.907 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:47:26 smithi116 bash[25961]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi152-ltmvrj 2023-11-15T05:47:26.907 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:47:26 smithi116 bash[25961]: /usr/bin/docker: stdout 2023-11-15T05:47:26.907 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:47:26 smithi116 bash[25961]: /usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi152-ltmvrj 2023-11-15T05:47:26.908 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:47:26 smithi116 bash[25961]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi152.ltmvrj 2023-11-15T05:47:26.908 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:47:26 smithi116 bash[25961]: /usr/bin/docker: stdout 2023-11-15T05:47:26.908 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:47:26 smithi116 bash[25961]: /usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi152.ltmvrj 2023-11-15T05:47:26.908 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:47:26 smithi116 bash[25961]: Deploy daemon haproxy.nfs.foo.smithi152.ltmvrj ... 2023-11-15T05:47:26.908 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:47:26 smithi116 bash[25961]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi152 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T05:47:26.909 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:47:26 smithi116 bash[25961]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-15T05:47:26.909 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:47:26 smithi116 bash[25961]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-15T05:47:26.909 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:47:26 smithi116 bash[25961]: stat: stderr See 'docker run --help'. 2023-11-15T05:47:26.909 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:47:26 smithi116 bash[25961]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi152 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T05:47:26.909 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:47:26 smithi116 bash[25961]: cephadm 2023-11-15T05:47:24.972592+0000 mgr.smithi116.ldeiub (mgr.14182) 548 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi152.ltmvrj 2023-11-15T05:47:26.910 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:47:26 smithi116 bash[25961]: cephadm 2023-11-15T05:47:24.975216+0000 mgr.smithi116.ldeiub (mgr.14182) 549 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi152.ltmvrj on smithi152: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi152-ltmvrj 2023-11-15T05:47:26.910 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:47:26 smithi116 bash[25961]: /usr/bin/docker: stdout 2023-11-15T05:47:26.910 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:47:26 smithi116 bash[25961]: /usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi152-ltmvrj 2023-11-15T05:47:26.910 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:47:26 smithi116 bash[25961]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi152.ltmvrj 2023-11-15T05:47:26.910 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:47:26 smithi116 bash[25961]: /usr/bin/docker: stdout 2023-11-15T05:47:26.911 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:47:26 smithi116 bash[25961]: /usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi152.ltmvrj 2023-11-15T05:47:26.911 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:47:26 smithi116 bash[25961]: Deploy daemon haproxy.nfs.foo.smithi152.ltmvrj ... 2023-11-15T05:47:26.911 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:47:26 smithi116 bash[25961]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi152 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T05:47:26.911 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:47:26 smithi116 bash[25961]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-15T05:47:26.911 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:47:26 smithi116 bash[25961]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-15T05:47:26.912 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:47:26 smithi116 bash[25961]: stat: stderr See 'docker run --help'. 2023-11-15T05:47:26.912 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:47:26 smithi116 bash[25961]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi152 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T05:47:26.912 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:47:26 smithi116 bash[25961]: cephadm 2023-11-15T05:47:24.979540+0000 mgr.smithi116.ldeiub (mgr.14182) 550 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi116.zoeiic on smithi116 2023-11-15T05:47:26.912 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:47:26 smithi116 bash[25961]: cluster 2023-11-15T05:47:25.094095+0000 mgr.smithi116.ldeiub (mgr.14182) 551 : cluster [DBG] pgmap v392: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 99 B/s rd, 0 op/s 2023-11-15T05:47:27.010 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:47:26 smithi152 bash[29762]: cephadm 2023-11-15T05:47:24.971995+0000 mgr.smithi116.ldeiub (mgr.14182) 547 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi152-ltmvrj 2023-11-15T05:47:27.010 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:47:26 smithi152 bash[29762]: /usr/bin/docker: stdout 2023-11-15T05:47:27.010 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:47:26 smithi152 bash[29762]: /usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi152-ltmvrj 2023-11-15T05:47:27.010 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:47:26 smithi152 bash[29762]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi152.ltmvrj 2023-11-15T05:47:27.011 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:47:26 smithi152 bash[29762]: /usr/bin/docker: stdout 2023-11-15T05:47:27.011 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:47:26 smithi152 bash[29762]: /usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi152.ltmvrj 2023-11-15T05:47:27.011 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:47:26 smithi152 bash[29762]: Deploy daemon haproxy.nfs.foo.smithi152.ltmvrj ... 2023-11-15T05:47:27.011 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:47:26 smithi152 bash[29762]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi152 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T05:47:27.011 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:47:26 smithi152 bash[29762]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-15T05:47:27.012 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:47:26 smithi152 bash[29762]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-15T05:47:27.012 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:47:26 smithi152 bash[29762]: stat: stderr See 'docker run --help'. 2023-11-15T05:47:27.012 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:47:26 smithi152 bash[29762]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi152 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T05:47:27.012 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:47:26 smithi152 bash[29762]: Traceback (most recent call last): 2023-11-15T05:47:27.012 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:47:26 smithi152 bash[29762]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-11-15T05:47:27.013 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:47:26 smithi152 bash[29762]: yield (conn, connr) 2023-11-15T05:47:27.013 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:47:26 smithi152 bash[29762]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-11-15T05:47:27.013 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:47:26 smithi152 bash[29762]: code, '\n'.join(err))) 2023-11-15T05:47:27.013 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:47:26 smithi152 bash[29762]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi152-ltmvrj 2023-11-15T05:47:27.013 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:47:26 smithi152 bash[29762]: /usr/bin/docker: stdout 2023-11-15T05:47:27.014 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:47:26 smithi152 bash[29762]: /usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi152-ltmvrj 2023-11-15T05:47:27.014 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:47:26 smithi152 bash[29762]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi152.ltmvrj 2023-11-15T05:47:27.014 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:47:26 smithi152 bash[29762]: /usr/bin/docker: stdout 2023-11-15T05:47:27.014 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:47:26 smithi152 bash[29762]: /usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi152.ltmvrj 2023-11-15T05:47:27.015 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:47:26 smithi152 bash[29762]: Deploy daemon haproxy.nfs.foo.smithi152.ltmvrj ... 2023-11-15T05:47:27.015 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:47:26 smithi152 bash[29762]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi152 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T05:47:27.015 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:47:26 smithi152 bash[29762]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-15T05:47:27.015 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:47:26 smithi152 bash[29762]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-15T05:47:27.016 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:47:26 smithi152 bash[29762]: stat: stderr See 'docker run --help'. 2023-11-15T05:47:27.016 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:47:26 smithi152 bash[29762]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi152 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T05:47:27.016 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:47:26 smithi152 bash[29762]: cephadm 2023-11-15T05:47:24.972592+0000 mgr.smithi116.ldeiub (mgr.14182) 548 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi152.ltmvrj 2023-11-15T05:47:27.016 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:47:26 smithi152 bash[29762]: cephadm 2023-11-15T05:47:24.975216+0000 mgr.smithi116.ldeiub (mgr.14182) 549 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi152.ltmvrj on smithi152: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi152-ltmvrj 2023-11-15T05:47:27.016 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:47:26 smithi152 bash[29762]: /usr/bin/docker: stdout 2023-11-15T05:47:27.017 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:47:26 smithi152 bash[29762]: /usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi152-ltmvrj 2023-11-15T05:47:27.018 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:47:26 smithi152 bash[29762]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi152.ltmvrj 2023-11-15T05:47:27.018 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:47:26 smithi152 bash[29762]: /usr/bin/docker: stdout 2023-11-15T05:47:27.018 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:47:26 smithi152 bash[29762]: /usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi152.ltmvrj 2023-11-15T05:47:27.018 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:47:26 smithi152 bash[29762]: Deploy daemon haproxy.nfs.foo.smithi152.ltmvrj ... 2023-11-15T05:47:27.019 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:47:26 smithi152 bash[29762]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi152 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T05:47:27.019 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:47:26 smithi152 bash[29762]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-15T05:47:27.019 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:47:26 smithi152 bash[29762]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-15T05:47:27.019 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:47:26 smithi152 bash[29762]: stat: stderr See 'docker run --help'. 2023-11-15T05:47:27.019 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:47:26 smithi152 bash[29762]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi152 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T05:47:27.019 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:47:26 smithi152 bash[29762]: cephadm 2023-11-15T05:47:24.979540+0000 mgr.smithi116.ldeiub (mgr.14182) 550 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi116.zoeiic on smithi116 2023-11-15T05:47:27.020 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:47:26 smithi152 bash[29762]: cluster 2023-11-15T05:47:25.094095+0000 mgr.smithi116.ldeiub (mgr.14182) 551 : cluster [DBG] pgmap v392: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 99 B/s rd, 0 op/s 2023-11-15T05:47:28.258 INFO:teuthology.orchestra.run.smithi116.stdout: 2023-11-15T05:47:28.259 INFO:teuthology.orchestra.run.smithi116.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T05:34:36.374719Z", "last_refresh": "2023-11-15T05:43:50.109392Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T05:34:28.472277Z", "last_refresh": "2023-11-15T05:43:50.109543Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T05:34:32.474479Z", "last_refresh": "2023-11-15T05:43:50.109687Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:46:16.984988Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi152.liiime on smithi152: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi152-liiime\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi152-liiime\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi152.liiime\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi152.liiime\nDeploy daemon haproxy.nfs.foo.smithi152.liiime ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi152 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi152 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:46:20.754282Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi116.mujosh on smithi116: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi116-mujosh\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi116-mujosh\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi116.mujosh\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi116.mujosh\nDeploy daemon haproxy.nfs.foo.smithi116.mujosh ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:46:20.756760Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi152.veazvm on smithi152: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:46:20.758881Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi116.gskdgi on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:47:24.974889Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi152.ltmvrj on smithi152: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi152-ltmvrj\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi152-ltmvrj\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi152.ltmvrj\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi152.ltmvrj\nDeploy daemon haproxy.nfs.foo.smithi152.ltmvrj ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi152 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi152 -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.116/16"}, "status": {"created": "2023-11-15T05:41:51.643812Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.116/16"}}, {"events": ["2023-11-15T05:41:45.562111Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-15T05:41:45.554912Z", "last_refresh": "2023-11-15T05:43:50.110531Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T05:34:26.558369Z", "last_refresh": "2023-11-15T05:43:50.109235Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:35:55.352857Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi116:172.21.15.116=smithi116", "smithi152:172.21.15.152=smithi152"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T05:35:55.345327Z", "last_refresh": "2023-11-15T05:43:50.109014Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:41:51.641747Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-11-15T05:41:51.636276Z", "last_refresh": "2023-11-15T05:43:50.110665Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T05:34:34.444913Z", "last_refresh": "2023-11-15T05:43:50.109818Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T05:36:22.979260Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T05:36:22.972321Z", "last_refresh": "2023-11-15T05:43:50.109967Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T05:34:30.388073Z", "last_refresh": "2023-11-15T05:45:04.478878Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-15T05:47:28.901 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:47:28 smithi116 bash[25961]: cluster 2023-11-15T05:47:27.095049+0000 mgr.smithi116.ldeiub (mgr.14182) 552 : cluster [DBG] pgmap v393: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 99 B/s rd, 0 op/s 2023-11-15T05:47:28.926 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T05:47:29.009 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:47:28 smithi152 bash[29762]: cluster 2023-11-15T05:47:27.095049+0000 mgr.smithi116.ldeiub (mgr.14182) 552 : cluster [DBG] pgmap v393: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 99 B/s rd, 0 op/s 2023-11-15T05:47:29.901 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:47:29 smithi116 bash[25961]: audit 2023-11-15T05:47:28.244531+0000 mgr.smithi116.ldeiub (mgr.14182) 553 : audit [DBG] from='client.14812 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:47:29.901 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:47:29 smithi116 bash[25961]: audit 2023-11-15T05:47:29.023931+0000 mon.smithi116 (mon.0) 758 : audit [INF] from='mgr.14182 172.21.15.116:0/1868390107' entity='mgr.smithi116.ldeiub' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi116.zoeiic"}]: dispatch 2023-11-15T05:47:29.927 DEBUG:teuthology.orchestra.run.smithi116:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 7456fada-8378-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T05:47:30.009 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:47:29 smithi152 bash[29762]: audit 2023-11-15T05:47:28.244531+0000 mgr.smithi116.ldeiub (mgr.14182) 553 : audit [DBG] from='client.14812 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:47:30.009 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:47:29 smithi152 bash[29762]: audit 2023-11-15T05:47:29.023931+0000 mon.smithi116 (mon.0) 758 : audit [INF] from='mgr.14182 172.21.15.116:0/1868390107' entity='mgr.smithi116.ldeiub' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi116.zoeiic"}]: dispatch 2023-11-15T05:47:30.901 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:47:30 smithi116 bash[25961]: cephadm 2023-11-15T05:47:29.022763+0000 mgr.smithi116.ldeiub (mgr.14182) 554 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi116-zoeiic 2023-11-15T05:47:30.902 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:47:30 smithi116 bash[25961]: /usr/bin/docker: stdout 2023-11-15T05:47:30.902 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:47:30 smithi116 bash[25961]: /usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi116-zoeiic 2023-11-15T05:47:30.902 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:47:30 smithi116 bash[25961]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi116.zoeiic 2023-11-15T05:47:30.902 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:47:30 smithi116 bash[25961]: /usr/bin/docker: stdout 2023-11-15T05:47:30.903 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:47:30 smithi116 bash[25961]: /usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi116.zoeiic 2023-11-15T05:47:30.903 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:47:30 smithi116 bash[25961]: Deploy daemon haproxy.nfs.foo.smithi116.zoeiic ... 2023-11-15T05:47:30.903 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:47:30 smithi116 bash[25961]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T05:47:30.903 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:47:30 smithi116 bash[25961]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-15T05:47:30.903 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:47:30 smithi116 bash[25961]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-15T05:47:30.903 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:47:30 smithi116 bash[25961]: stat: stderr See 'docker run --help'. 2023-11-15T05:47:30.904 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:47:30 smithi116 bash[25961]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T05:47:30.904 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:47:30 smithi116 bash[25961]: Traceback (most recent call last): 2023-11-15T05:47:30.904 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:47:30 smithi116 bash[25961]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-11-15T05:47:30.904 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:47:30 smithi116 bash[25961]: yield (conn, connr) 2023-11-15T05:47:30.904 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:47:30 smithi116 bash[25961]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-11-15T05:47:30.905 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:47:30 smithi116 bash[25961]: code, '\n'.join(err))) 2023-11-15T05:47:30.905 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:47:30 smithi116 bash[25961]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi116-zoeiic 2023-11-15T05:47:30.905 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:47:30 smithi116 bash[25961]: /usr/bin/docker: stdout 2023-11-15T05:47:30.905 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:47:30 smithi116 bash[25961]: /usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi116-zoeiic 2023-11-15T05:47:30.905 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:47:30 smithi116 bash[25961]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi116.zoeiic 2023-11-15T05:47:30.906 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:47:30 smithi116 bash[25961]: /usr/bin/docker: stdout 2023-11-15T05:47:30.906 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:47:30 smithi116 bash[25961]: /usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi116.zoeiic 2023-11-15T05:47:30.906 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:47:30 smithi116 bash[25961]: Deploy daemon haproxy.nfs.foo.smithi116.zoeiic ... 2023-11-15T05:47:30.906 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:47:30 smithi116 bash[25961]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T05:47:30.906 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:47:30 smithi116 bash[25961]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-15T05:47:30.907 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:47:30 smithi116 bash[25961]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-15T05:47:30.907 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:47:30 smithi116 bash[25961]: stat: stderr See 'docker run --help'. 2023-11-15T05:47:30.907 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:47:30 smithi116 bash[25961]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T05:47:30.907 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:47:30 smithi116 bash[25961]: cephadm 2023-11-15T05:47:29.023184+0000 mgr.smithi116.ldeiub (mgr.14182) 555 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi116.zoeiic 2023-11-15T05:47:30.907 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:47:30 smithi116 bash[25961]: cephadm 2023-11-15T05:47:29.025439+0000 mgr.smithi116.ldeiub (mgr.14182) 556 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi116.zoeiic on smithi116: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi116-zoeiic 2023-11-15T05:47:30.908 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:47:30 smithi116 bash[25961]: /usr/bin/docker: stdout 2023-11-15T05:47:30.908 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:47:30 smithi116 bash[25961]: /usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi116-zoeiic 2023-11-15T05:47:30.908 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:47:30 smithi116 bash[25961]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi116.zoeiic 2023-11-15T05:47:30.908 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:47:30 smithi116 bash[25961]: /usr/bin/docker: stdout 2023-11-15T05:47:30.908 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:47:30 smithi116 bash[25961]: /usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi116.zoeiic 2023-11-15T05:47:30.909 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:47:30 smithi116 bash[25961]: Deploy daemon haproxy.nfs.foo.smithi116.zoeiic ... 2023-11-15T05:47:30.909 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:47:30 smithi116 bash[25961]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T05:47:30.909 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:47:30 smithi116 bash[25961]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-15T05:47:30.909 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:47:30 smithi116 bash[25961]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-15T05:47:30.909 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:47:30 smithi116 bash[25961]: stat: stderr See 'docker run --help'. 2023-11-15T05:47:30.909 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:47:30 smithi116 bash[25961]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T05:47:30.911 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:47:30 smithi116 bash[25961]: cephadm 2023-11-15T05:47:29.030072+0000 mgr.smithi116.ldeiub (mgr.14182) 557 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi152.fppqsl on smithi152: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-11-15T05:47:30.911 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:47:30 smithi116 bash[25961]: cephadm 2023-11-15T05:47:29.034118+0000 mgr.smithi116.ldeiub (mgr.14182) 558 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi116.rzfqjh on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-11-15T05:47:30.911 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:47:30 smithi116 bash[25961]: cluster 2023-11-15T05:47:29.035506+0000 mgr.smithi116.ldeiub (mgr.14182) 559 : cluster [DBG] pgmap v394: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 99 B/s rd, 0 op/s 2023-11-15T05:47:30.911 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:47:30 smithi116 bash[25961]: cluster 2023-11-15T05:47:29.619168+0000 mon.smithi116 (mon.0) 759 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2023-11-15T05:47:31.010 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:47:30 smithi152 bash[29762]: cephadm 2023-11-15T05:47:29.022763+0000 mgr.smithi116.ldeiub (mgr.14182) 554 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi116-zoeiic 2023-11-15T05:47:31.010 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:47:30 smithi152 bash[29762]: /usr/bin/docker: stdout 2023-11-15T05:47:31.010 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:47:30 smithi152 bash[29762]: /usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi116-zoeiic 2023-11-15T05:47:31.010 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:47:30 smithi152 bash[29762]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi116.zoeiic 2023-11-15T05:47:31.011 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:47:30 smithi152 bash[29762]: /usr/bin/docker: stdout 2023-11-15T05:47:31.011 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:47:30 smithi152 bash[29762]: /usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi116.zoeiic 2023-11-15T05:47:31.011 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:47:30 smithi152 bash[29762]: Deploy daemon haproxy.nfs.foo.smithi116.zoeiic ... 2023-11-15T05:47:31.011 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:47:30 smithi152 bash[29762]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T05:47:31.011 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:47:30 smithi152 bash[29762]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-15T05:47:31.012 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:47:30 smithi152 bash[29762]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-15T05:47:31.012 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:47:30 smithi152 bash[29762]: stat: stderr See 'docker run --help'. 2023-11-15T05:47:31.012 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:47:30 smithi152 bash[29762]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T05:47:31.012 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:47:30 smithi152 bash[29762]: Traceback (most recent call last): 2023-11-15T05:47:31.013 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:47:30 smithi152 bash[29762]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-11-15T05:47:31.013 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:47:30 smithi152 bash[29762]: yield (conn, connr) 2023-11-15T05:47:31.013 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:47:30 smithi152 bash[29762]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-11-15T05:47:31.013 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:47:30 smithi152 bash[29762]: code, '\n'.join(err))) 2023-11-15T05:47:31.013 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:47:30 smithi152 bash[29762]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi116-zoeiic 2023-11-15T05:47:31.013 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:47:30 smithi152 bash[29762]: /usr/bin/docker: stdout 2023-11-15T05:47:31.014 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:47:30 smithi152 bash[29762]: /usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi116-zoeiic 2023-11-15T05:47:31.014 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:47:30 smithi152 bash[29762]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi116.zoeiic 2023-11-15T05:47:31.014 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:47:30 smithi152 bash[29762]: /usr/bin/docker: stdout 2023-11-15T05:47:31.014 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:47:30 smithi152 bash[29762]: /usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi116.zoeiic 2023-11-15T05:47:31.014 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:47:30 smithi152 bash[29762]: Deploy daemon haproxy.nfs.foo.smithi116.zoeiic ... 2023-11-15T05:47:31.015 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:47:30 smithi152 bash[29762]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T05:47:31.015 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:47:30 smithi152 bash[29762]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-15T05:47:31.015 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:47:30 smithi152 bash[29762]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-15T05:47:31.015 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:47:30 smithi152 bash[29762]: stat: stderr See 'docker run --help'. 2023-11-15T05:47:31.015 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:47:30 smithi152 bash[29762]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T05:47:31.016 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:47:30 smithi152 bash[29762]: cephadm 2023-11-15T05:47:29.023184+0000 mgr.smithi116.ldeiub (mgr.14182) 555 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi116.zoeiic 2023-11-15T05:47:31.016 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:47:30 smithi152 bash[29762]: cephadm 2023-11-15T05:47:29.025439+0000 mgr.smithi116.ldeiub (mgr.14182) 556 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi116.zoeiic on smithi116: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi116-zoeiic 2023-11-15T05:47:31.016 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:47:30 smithi152 bash[29762]: /usr/bin/docker: stdout 2023-11-15T05:47:31.016 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:47:30 smithi152 bash[29762]: /usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi116-zoeiic 2023-11-15T05:47:31.016 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:47:30 smithi152 bash[29762]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi116.zoeiic 2023-11-15T05:47:31.016 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:47:30 smithi152 bash[29762]: /usr/bin/docker: stdout 2023-11-15T05:47:31.017 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:47:30 smithi152 bash[29762]: /usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi116.zoeiic 2023-11-15T05:47:31.017 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:47:30 smithi152 bash[29762]: Deploy daemon haproxy.nfs.foo.smithi116.zoeiic ... 2023-11-15T05:47:31.017 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:47:30 smithi152 bash[29762]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T05:47:31.017 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:47:30 smithi152 bash[29762]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-15T05:47:31.017 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:47:30 smithi152 bash[29762]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-15T05:47:31.018 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:47:30 smithi152 bash[29762]: stat: stderr See 'docker run --help'. 2023-11-15T05:47:31.018 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:47:30 smithi152 bash[29762]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T05:47:31.018 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:47:30 smithi152 bash[29762]: cephadm 2023-11-15T05:47:29.030072+0000 mgr.smithi116.ldeiub (mgr.14182) 557 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi152.fppqsl on smithi152: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-11-15T05:47:31.018 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:47:30 smithi152 bash[29762]: cephadm 2023-11-15T05:47:29.034118+0000 mgr.smithi116.ldeiub (mgr.14182) 558 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi116.rzfqjh on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-11-15T05:47:31.018 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:47:30 smithi152 bash[29762]: cluster 2023-11-15T05:47:29.035506+0000 mgr.smithi116.ldeiub (mgr.14182) 559 : cluster [DBG] pgmap v394: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 99 B/s rd, 0 op/s 2023-11-15T05:47:31.019 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:47:30 smithi152 bash[29762]: cluster 2023-11-15T05:47:29.619168+0000 mon.smithi116 (mon.0) 759 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2023-11-15T05:47:32.151 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:47:31 smithi116 bash[25961]: audit 2023-11-15T05:47:30.849534+0000 mon.smithi116 (mon.0) 760 : audit [INF] from='mgr.14182 172.21.15.116:0/1868390107' entity='mgr.smithi116.ldeiub' 2023-11-15T05:47:32.151 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:47:31 smithi116 bash[25961]: cluster 2023-11-15T05:47:31.036790+0000 mgr.smithi116.ldeiub (mgr.14182) 560 : 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 2023-11-15T05:47:32.259 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:47:31 smithi152 bash[29762]: audit 2023-11-15T05:47:30.849534+0000 mon.smithi116 (mon.0) 760 : audit [INF] from='mgr.14182 172.21.15.116:0/1868390107' entity='mgr.smithi116.ldeiub' 2023-11-15T05:47:32.259 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:47:31 smithi152 bash[29762]: cluster 2023-11-15T05:47:31.036790+0000 mgr.smithi116.ldeiub (mgr.14182) 560 : 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 2023-11-15T05:47:33.179 INFO:teuthology.orchestra.run.smithi116.stdout: 2023-11-15T05:47:33.180 INFO:teuthology.orchestra.run.smithi116.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T05:34:36.374719Z", "last_refresh": "2023-11-15T05:43:50.109392Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T05:34:28.472277Z", "last_refresh": "2023-11-15T05:43:50.109543Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T05:34:32.474479Z", "last_refresh": "2023-11-15T05:43:50.109687Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:46:20.758881Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi116.gskdgi on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:47:24.974889Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi152.ltmvrj on smithi152: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi152-ltmvrj\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi152-ltmvrj\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi152.ltmvrj\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi152.ltmvrj\nDeploy daemon haproxy.nfs.foo.smithi152.ltmvrj ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi152 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi152 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:47:29.025109Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi116.zoeiic on smithi116: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi116-zoeiic\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi116-zoeiic\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi116.zoeiic\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi116.zoeiic\nDeploy daemon haproxy.nfs.foo.smithi116.zoeiic ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:47:29.029820Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi152.fppqsl on smithi152: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:47:29.033850Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi116.rzfqjh on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.116/16"}, "status": {"created": "2023-11-15T05:41:51.643812Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.116/16"}}, {"events": ["2023-11-15T05:41:45.562111Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-15T05:41:45.554912Z", "last_refresh": "2023-11-15T05:43:50.110531Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T05:34:26.558369Z", "last_refresh": "2023-11-15T05:43:50.109235Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:35:55.352857Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi116:172.21.15.116=smithi116", "smithi152:172.21.15.152=smithi152"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T05:35:55.345327Z", "last_refresh": "2023-11-15T05:43:50.109014Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:41:51.641747Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-11-15T05:41:51.636276Z", "last_refresh": "2023-11-15T05:43:50.110665Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T05:34:34.444913Z", "last_refresh": "2023-11-15T05:43:50.109818Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T05:36:22.979260Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T05:36:22.972321Z", "last_refresh": "2023-11-15T05:43:50.109967Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T05:34:30.388073Z", "last_refresh": "2023-11-15T05:45:04.478878Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-15T05:47:33.826 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T05:47:34.401 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:47:34 smithi116 bash[25961]: cluster 2023-11-15T05:47:33.037747+0000 mgr.smithi116.ldeiub (mgr.14182) 561 : cluster [DBG] pgmap v396: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:47:34.401 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:47:34 smithi116 bash[25961]: audit 2023-11-15T05:47:33.165812+0000 mgr.smithi116.ldeiub (mgr.14182) 562 : audit [DBG] from='client.14816 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:47:34.509 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:47:34 smithi152 bash[29762]: cluster 2023-11-15T05:47:33.037747+0000 mgr.smithi116.ldeiub (mgr.14182) 561 : cluster [DBG] pgmap v396: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:47:34.509 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:47:34 smithi152 bash[29762]: audit 2023-11-15T05:47:33.165812+0000 mgr.smithi116.ldeiub (mgr.14182) 562 : audit [DBG] from='client.14816 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:47:34.827 DEBUG:teuthology.orchestra.run.smithi116:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 7456fada-8378-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T05:47:36.651 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:47:36 smithi116 bash[25961]: cluster 2023-11-15T05:47:35.038713+0000 mgr.smithi116.ldeiub (mgr.14182) 563 : cluster [DBG] pgmap v397: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:47:36.759 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:47:36 smithi152 bash[29762]: cluster 2023-11-15T05:47:35.038713+0000 mgr.smithi116.ldeiub (mgr.14182) 563 : cluster [DBG] pgmap v397: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:47:38.018 INFO:teuthology.orchestra.run.smithi116.stdout: 2023-11-15T05:47:38.018 INFO:teuthology.orchestra.run.smithi116.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T05:34:36.374719Z", "last_refresh": "2023-11-15T05:43:50.109392Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T05:34:28.472277Z", "last_refresh": "2023-11-15T05:43:50.109543Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T05:34:32.474479Z", "last_refresh": "2023-11-15T05:43:50.109687Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:46:20.758881Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi116.gskdgi on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:47:24.974889Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi152.ltmvrj on smithi152: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi152-ltmvrj\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi152-ltmvrj\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi152.ltmvrj\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi152.ltmvrj\nDeploy daemon haproxy.nfs.foo.smithi152.ltmvrj ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi152 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi152 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:47:29.025109Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi116.zoeiic on smithi116: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi116-zoeiic\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi116-zoeiic\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi116.zoeiic\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi116.zoeiic\nDeploy daemon haproxy.nfs.foo.smithi116.zoeiic ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:47:29.029820Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi152.fppqsl on smithi152: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:47:29.033850Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi116.rzfqjh on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.116/16"}, "status": {"created": "2023-11-15T05:41:51.643812Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.116/16"}}, {"events": ["2023-11-15T05:41:45.562111Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-15T05:41:45.554912Z", "last_refresh": "2023-11-15T05:43:50.110531Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T05:34:26.558369Z", "last_refresh": "2023-11-15T05:43:50.109235Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:35:55.352857Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi116:172.21.15.116=smithi116", "smithi152:172.21.15.152=smithi152"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T05:35:55.345327Z", "last_refresh": "2023-11-15T05:43:50.109014Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:41:51.641747Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-11-15T05:41:51.636276Z", "last_refresh": "2023-11-15T05:43:50.110665Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T05:34:34.444913Z", "last_refresh": "2023-11-15T05:43:50.109818Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T05:36:22.979260Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T05:36:22.972321Z", "last_refresh": "2023-11-15T05:43:50.109967Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T05:34:30.388073Z", "last_refresh": "2023-11-15T05:45:04.478878Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-15T05:47:38.614 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T05:47:38.650 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:47:38 smithi116 bash[25961]: cluster 2023-11-15T05:47:37.040010+0000 mgr.smithi116.ldeiub (mgr.14182) 564 : cluster [DBG] pgmap v398: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:47:38.759 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:47:38 smithi152 bash[29762]: cluster 2023-11-15T05:47:37.040010+0000 mgr.smithi116.ldeiub (mgr.14182) 564 : cluster [DBG] pgmap v398: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:47:39.509 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:47:39 smithi152 bash[29762]: audit 2023-11-15T05:47:38.002961+0000 mgr.smithi116.ldeiub (mgr.14182) 565 : audit [DBG] from='client.14820 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:47:39.615 DEBUG:teuthology.orchestra.run.smithi116:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 7456fada-8378-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T05:47:39.901 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:47:39 smithi116 bash[25961]: audit 2023-11-15T05:47:38.002961+0000 mgr.smithi116.ldeiub (mgr.14182) 565 : audit [DBG] from='client.14820 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:47:40.708 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:47:40 smithi116 bash[25961]: cluster 2023-11-15T05:47:39.041295+0000 mgr.smithi116.ldeiub (mgr.14182) 566 : cluster [DBG] pgmap v399: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:47:40.759 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:47:40 smithi152 bash[29762]: cluster 2023-11-15T05:47:39.041295+0000 mgr.smithi116.ldeiub (mgr.14182) 566 : cluster [DBG] pgmap v399: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:47:42.759 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:47:42 smithi152 bash[29762]: cluster 2023-11-15T05:47:41.042549+0000 mgr.smithi116.ldeiub (mgr.14182) 567 : cluster [DBG] pgmap v400: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:47:42.901 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:47:42 smithi116 bash[25961]: cluster 2023-11-15T05:47:41.042549+0000 mgr.smithi116.ldeiub (mgr.14182) 567 : cluster [DBG] pgmap v400: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:47:42.994 INFO:teuthology.orchestra.run.smithi116.stdout: 2023-11-15T05:47:42.994 INFO:teuthology.orchestra.run.smithi116.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T05:34:36.374719Z", "last_refresh": "2023-11-15T05:43:50.109392Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T05:34:28.472277Z", "last_refresh": "2023-11-15T05:43:50.109543Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T05:34:32.474479Z", "last_refresh": "2023-11-15T05:43:50.109687Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:46:20.758881Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi116.gskdgi on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:47:24.974889Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi152.ltmvrj on smithi152: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi152-ltmvrj\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi152-ltmvrj\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi152.ltmvrj\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi152.ltmvrj\nDeploy daemon haproxy.nfs.foo.smithi152.ltmvrj ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi152 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi152 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:47:29.025109Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi116.zoeiic on smithi116: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi116-zoeiic\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi116-zoeiic\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi116.zoeiic\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi116.zoeiic\nDeploy daemon haproxy.nfs.foo.smithi116.zoeiic ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:47:29.029820Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi152.fppqsl on smithi152: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:47:29.033850Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi116.rzfqjh on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.116/16"}, "status": {"created": "2023-11-15T05:41:51.643812Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.116/16"}}, {"events": ["2023-11-15T05:41:45.562111Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-15T05:41:45.554912Z", "last_refresh": "2023-11-15T05:43:50.110531Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T05:34:26.558369Z", "last_refresh": "2023-11-15T05:43:50.109235Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:35:55.352857Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi116:172.21.15.116=smithi116", "smithi152:172.21.15.152=smithi152"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T05:35:55.345327Z", "last_refresh": "2023-11-15T05:43:50.109014Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:41:51.641747Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-11-15T05:41:51.636276Z", "last_refresh": "2023-11-15T05:43:50.110665Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T05:34:34.444913Z", "last_refresh": "2023-11-15T05:43:50.109818Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T05:36:22.979260Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T05:36:22.972321Z", "last_refresh": "2023-11-15T05:43:50.109967Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T05:34:30.388073Z", "last_refresh": "2023-11-15T05:45:04.478878Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-15T05:47:43.636 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T05:47:44.637 DEBUG:teuthology.orchestra.run.smithi116:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 7456fada-8378-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T05:47:44.759 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:47:44 smithi152 bash[29762]: audit 2023-11-15T05:47:42.979830+0000 mgr.smithi116.ldeiub (mgr.14182) 568 : audit [DBG] from='client.14824 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:47:44.759 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:47:44 smithi152 bash[29762]: cluster 2023-11-15T05:47:43.043529+0000 mgr.smithi116.ldeiub (mgr.14182) 569 : cluster [DBG] pgmap v401: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:47:44.901 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:47:44 smithi116 bash[25961]: audit 2023-11-15T05:47:42.979830+0000 mgr.smithi116.ldeiub (mgr.14182) 568 : audit [DBG] from='client.14824 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:47:44.901 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:47:44 smithi116 bash[25961]: cluster 2023-11-15T05:47:43.043529+0000 mgr.smithi116.ldeiub (mgr.14182) 569 : cluster [DBG] pgmap v401: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:47:46.765 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:47:46 smithi152 bash[29762]: cluster 2023-11-15T05:47:45.044734+0000 mgr.smithi116.ldeiub (mgr.14182) 570 : cluster [DBG] pgmap v402: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T05:47:46.901 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:47:46 smithi116 bash[25961]: cluster 2023-11-15T05:47:45.044734+0000 mgr.smithi116.ldeiub (mgr.14182) 570 : cluster [DBG] pgmap v402: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T05:47:47.872 INFO:teuthology.orchestra.run.smithi116.stdout: 2023-11-15T05:47:47.872 INFO:teuthology.orchestra.run.smithi116.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T05:34:36.374719Z", "last_refresh": "2023-11-15T05:43:50.109392Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T05:34:28.472277Z", "last_refresh": "2023-11-15T05:43:50.109543Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T05:34:32.474479Z", "last_refresh": "2023-11-15T05:43:50.109687Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:46:20.758881Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi116.gskdgi on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:47:24.974889Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi152.ltmvrj on smithi152: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi152-ltmvrj\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi152-ltmvrj\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi152.ltmvrj\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi152.ltmvrj\nDeploy daemon haproxy.nfs.foo.smithi152.ltmvrj ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi152 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi152 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:47:29.025109Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi116.zoeiic on smithi116: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi116-zoeiic\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi116-zoeiic\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi116.zoeiic\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi116.zoeiic\nDeploy daemon haproxy.nfs.foo.smithi116.zoeiic ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:47:29.029820Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi152.fppqsl on smithi152: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:47:29.033850Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi116.rzfqjh on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.116/16"}, "status": {"created": "2023-11-15T05:41:51.643812Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.116/16"}}, {"events": ["2023-11-15T05:41:45.562111Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-15T05:41:45.554912Z", "last_refresh": "2023-11-15T05:43:50.110531Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T05:34:26.558369Z", "last_refresh": "2023-11-15T05:43:50.109235Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:35:55.352857Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi116:172.21.15.116=smithi116", "smithi152:172.21.15.152=smithi152"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T05:35:55.345327Z", "last_refresh": "2023-11-15T05:43:50.109014Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:41:51.641747Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-11-15T05:41:51.636276Z", "last_refresh": "2023-11-15T05:43:50.110665Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T05:34:34.444913Z", "last_refresh": "2023-11-15T05:43:50.109818Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T05:36:22.979260Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T05:36:22.972321Z", "last_refresh": "2023-11-15T05:43:50.109967Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T05:34:30.388073Z", "last_refresh": "2023-11-15T05:45:04.478878Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-15T05:47:48.494 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T05:47:48.759 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:47:48 smithi152 bash[29762]: cluster 2023-11-15T05:47:47.046176+0000 mgr.smithi116.ldeiub (mgr.14182) 571 : cluster [DBG] pgmap v403: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:47:48.901 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:47:48 smithi116 bash[25961]: cluster 2023-11-15T05:47:47.046176+0000 mgr.smithi116.ldeiub (mgr.14182) 571 : cluster [DBG] pgmap v403: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:47:49.495 DEBUG:teuthology.orchestra.run.smithi116:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 7456fada-8378-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T05:47:49.759 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:47:49 smithi152 bash[29762]: audit 2023-11-15T05:47:47.855993+0000 mgr.smithi116.ldeiub (mgr.14182) 572 : audit [DBG] from='client.14828 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:47:49.901 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:47:49 smithi116 bash[25961]: audit 2023-11-15T05:47:47.855993+0000 mgr.smithi116.ldeiub (mgr.14182) 572 : audit [DBG] from='client.14828 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:47:50.759 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:47:50 smithi152 bash[29762]: cluster 2023-11-15T05:47:49.047434+0000 mgr.smithi116.ldeiub (mgr.14182) 573 : cluster [DBG] pgmap v404: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:47:50.771 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:47:50 smithi116 bash[25961]: cluster 2023-11-15T05:47:49.047434+0000 mgr.smithi116.ldeiub (mgr.14182) 573 : cluster [DBG] pgmap v404: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:47:52.634 INFO:teuthology.orchestra.run.smithi116.stdout: 2023-11-15T05:47:52.634 INFO:teuthology.orchestra.run.smithi116.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T05:34:36.374719Z", "last_refresh": "2023-11-15T05:43:50.109392Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T05:34:28.472277Z", "last_refresh": "2023-11-15T05:43:50.109543Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T05:34:32.474479Z", "last_refresh": "2023-11-15T05:43:50.109687Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:46:20.758881Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi116.gskdgi on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:47:24.974889Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi152.ltmvrj on smithi152: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi152-ltmvrj\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi152-ltmvrj\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi152.ltmvrj\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi152.ltmvrj\nDeploy daemon haproxy.nfs.foo.smithi152.ltmvrj ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi152 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi152 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:47:29.025109Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi116.zoeiic on smithi116: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi116-zoeiic\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi116-zoeiic\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi116.zoeiic\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi116.zoeiic\nDeploy daemon haproxy.nfs.foo.smithi116.zoeiic ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:47:29.029820Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi152.fppqsl on smithi152: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:47:29.033850Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi116.rzfqjh on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.116/16"}, "status": {"created": "2023-11-15T05:41:51.643812Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.116/16"}}, {"events": ["2023-11-15T05:41:45.562111Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-15T05:41:45.554912Z", "last_refresh": "2023-11-15T05:43:50.110531Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T05:34:26.558369Z", "last_refresh": "2023-11-15T05:43:50.109235Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:35:55.352857Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi116:172.21.15.116=smithi116", "smithi152:172.21.15.152=smithi152"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T05:35:55.345327Z", "last_refresh": "2023-11-15T05:43:50.109014Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:41:51.641747Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-11-15T05:41:51.636276Z", "last_refresh": "2023-11-15T05:43:50.110665Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T05:34:34.444913Z", "last_refresh": "2023-11-15T05:43:50.109818Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T05:36:22.979260Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T05:36:22.972321Z", "last_refresh": "2023-11-15T05:43:50.109967Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T05:34:30.388073Z", "last_refresh": "2023-11-15T05:45:04.478878Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-15T05:47:52.650 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:47:52 smithi116 bash[25961]: cluster 2023-11-15T05:47:51.048655+0000 mgr.smithi116.ldeiub (mgr.14182) 574 : cluster [DBG] pgmap v405: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:47:52.759 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:47:52 smithi152 bash[29762]: cluster 2023-11-15T05:47:51.048655+0000 mgr.smithi116.ldeiub (mgr.14182) 574 : cluster [DBG] pgmap v405: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:47:53.289 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T05:47:53.651 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:47:53 smithi116 bash[25961]: audit 2023-11-15T05:47:52.620817+0000 mgr.smithi116.ldeiub (mgr.14182) 575 : audit [DBG] from='client.14832 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:47:53.759 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:47:53 smithi152 bash[29762]: audit 2023-11-15T05:47:52.620817+0000 mgr.smithi116.ldeiub (mgr.14182) 575 : audit [DBG] from='client.14832 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:47:54.291 DEBUG:teuthology.orchestra.run.smithi116:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 7456fada-8378-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T05:47:54.651 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:47:54 smithi116 bash[25961]: cluster 2023-11-15T05:47:53.049683+0000 mgr.smithi116.ldeiub (mgr.14182) 576 : cluster [DBG] pgmap v406: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:47:54.759 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:47:54 smithi152 bash[29762]: cluster 2023-11-15T05:47:53.049683+0000 mgr.smithi116.ldeiub (mgr.14182) 576 : cluster [DBG] pgmap v406: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:47:56.759 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:47:56 smithi152 bash[29762]: cluster 2023-11-15T05:47:55.050933+0000 mgr.smithi116.ldeiub (mgr.14182) 577 : cluster [DBG] pgmap v407: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T05:47:56.901 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:47:56 smithi116 bash[25961]: cluster 2023-11-15T05:47:55.050933+0000 mgr.smithi116.ldeiub (mgr.14182) 577 : cluster [DBG] pgmap v407: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T05:47:57.589 INFO:teuthology.orchestra.run.smithi116.stdout: 2023-11-15T05:47:57.589 INFO:teuthology.orchestra.run.smithi116.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T05:34:36.374719Z", "last_refresh": "2023-11-15T05:43:50.109392Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T05:34:28.472277Z", "last_refresh": "2023-11-15T05:43:50.109543Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T05:34:32.474479Z", "last_refresh": "2023-11-15T05:43:50.109687Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:46:20.758881Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi116.gskdgi on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:47:24.974889Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi152.ltmvrj on smithi152: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi152-ltmvrj\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi152-ltmvrj\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi152.ltmvrj\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi152.ltmvrj\nDeploy daemon haproxy.nfs.foo.smithi152.ltmvrj ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi152 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi152 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:47:29.025109Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi116.zoeiic on smithi116: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi116-zoeiic\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi116-zoeiic\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi116.zoeiic\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi116.zoeiic\nDeploy daemon haproxy.nfs.foo.smithi116.zoeiic ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:47:29.029820Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi152.fppqsl on smithi152: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:47:29.033850Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi116.rzfqjh on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.116/16"}, "status": {"created": "2023-11-15T05:41:51.643812Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.116/16"}}, {"events": ["2023-11-15T05:41:45.562111Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-15T05:41:45.554912Z", "last_refresh": "2023-11-15T05:43:50.110531Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T05:34:26.558369Z", "last_refresh": "2023-11-15T05:43:50.109235Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:35:55.352857Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi116:172.21.15.116=smithi116", "smithi152:172.21.15.152=smithi152"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T05:35:55.345327Z", "last_refresh": "2023-11-15T05:43:50.109014Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:41:51.641747Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-11-15T05:41:51.636276Z", "last_refresh": "2023-11-15T05:43:50.110665Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T05:34:34.444913Z", "last_refresh": "2023-11-15T05:43:50.109818Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T05:36:22.979260Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T05:36:22.972321Z", "last_refresh": "2023-11-15T05:43:50.109967Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T05:34:30.388073Z", "last_refresh": "2023-11-15T05:45:04.478878Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-15T05:47:58.188 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T05:47:58.759 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:47:58 smithi152 bash[29762]: cluster 2023-11-15T05:47:57.052390+0000 mgr.smithi116.ldeiub (mgr.14182) 578 : cluster [DBG] pgmap v408: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:47:58.760 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:47:58 smithi152 bash[29762]: audit 2023-11-15T05:47:57.580843+0000 mgr.smithi116.ldeiub (mgr.14182) 579 : audit [DBG] from='client.14836 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:47:58.901 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:47:58 smithi116 bash[25961]: cluster 2023-11-15T05:47:57.052390+0000 mgr.smithi116.ldeiub (mgr.14182) 578 : cluster [DBG] pgmap v408: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:47:58.901 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:47:58 smithi116 bash[25961]: audit 2023-11-15T05:47:57.580843+0000 mgr.smithi116.ldeiub (mgr.14182) 579 : audit [DBG] from='client.14836 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:47:59.189 DEBUG:teuthology.orchestra.run.smithi116:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 7456fada-8378-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T05:48:00.745 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:48:00 smithi116 bash[25961]: cluster 2023-11-15T05:47:59.053612+0000 mgr.smithi116.ldeiub (mgr.14182) 580 : cluster [DBG] pgmap v409: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:48:00.759 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:48:00 smithi152 bash[29762]: cluster 2023-11-15T05:47:59.053612+0000 mgr.smithi116.ldeiub (mgr.14182) 580 : cluster [DBG] pgmap v409: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:48:02.542 INFO:teuthology.orchestra.run.smithi116.stdout: 2023-11-15T05:48:02.542 INFO:teuthology.orchestra.run.smithi116.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T05:34:36.374719Z", "last_refresh": "2023-11-15T05:43:50.109392Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T05:34:28.472277Z", "last_refresh": "2023-11-15T05:43:50.109543Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T05:34:32.474479Z", "last_refresh": "2023-11-15T05:43:50.109687Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:46:20.758881Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi116.gskdgi on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:47:24.974889Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi152.ltmvrj on smithi152: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi152-ltmvrj\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi152-ltmvrj\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi152.ltmvrj\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi152.ltmvrj\nDeploy daemon haproxy.nfs.foo.smithi152.ltmvrj ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi152 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi152 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:47:29.025109Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi116.zoeiic on smithi116: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi116-zoeiic\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi116-zoeiic\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi116.zoeiic\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi116.zoeiic\nDeploy daemon haproxy.nfs.foo.smithi116.zoeiic ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:47:29.029820Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi152.fppqsl on smithi152: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:47:29.033850Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi116.rzfqjh on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.116/16"}, "status": {"created": "2023-11-15T05:41:51.643812Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.116/16"}}, {"events": ["2023-11-15T05:41:45.562111Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-15T05:41:45.554912Z", "last_refresh": "2023-11-15T05:43:50.110531Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T05:34:26.558369Z", "last_refresh": "2023-11-15T05:43:50.109235Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:35:55.352857Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi116:172.21.15.116=smithi116", "smithi152:172.21.15.152=smithi152"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T05:35:55.345327Z", "last_refresh": "2023-11-15T05:43:50.109014Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:41:51.641747Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-11-15T05:41:51.636276Z", "last_refresh": "2023-11-15T05:43:50.110665Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T05:34:34.444913Z", "last_refresh": "2023-11-15T05:43:50.109818Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T05:36:22.979260Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T05:36:22.972321Z", "last_refresh": "2023-11-15T05:43:50.109967Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T05:34:30.388073Z", "last_refresh": "2023-11-15T05:45:04.478878Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-15T05:48:02.759 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:48:02 smithi152 bash[29762]: cluster 2023-11-15T05:48:01.054958+0000 mgr.smithi116.ldeiub (mgr.14182) 581 : 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 2023-11-15T05:48:02.901 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:48:02 smithi116 bash[25961]: cluster 2023-11-15T05:48:01.054958+0000 mgr.smithi116.ldeiub (mgr.14182) 581 : 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 2023-11-15T05:48:03.246 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T05:48:03.651 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:48:03 smithi116 bash[25961]: audit 2023-11-15T05:48:02.526561+0000 mgr.smithi116.ldeiub (mgr.14182) 582 : audit [DBG] from='client.14840 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:48:03.759 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:48:03 smithi152 bash[29762]: audit 2023-11-15T05:48:02.526561+0000 mgr.smithi116.ldeiub (mgr.14182) 582 : audit [DBG] from='client.14840 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:48:04.248 DEBUG:teuthology.orchestra.run.smithi116:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 7456fada-8378-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T05:48:04.651 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:48:04 smithi116 bash[25961]: cluster 2023-11-15T05:48:03.056033+0000 mgr.smithi116.ldeiub (mgr.14182) 583 : cluster [DBG] pgmap v411: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:48:04.759 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:48:04 smithi152 bash[29762]: cluster 2023-11-15T05:48:03.056033+0000 mgr.smithi116.ldeiub (mgr.14182) 583 : cluster [DBG] pgmap v411: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:48:06.759 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:48:06 smithi152 bash[29762]: cluster 2023-11-15T05:48:05.057163+0000 mgr.smithi116.ldeiub (mgr.14182) 584 : cluster [DBG] pgmap v412: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T05:48:06.901 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:48:06 smithi116 bash[25961]: cluster 2023-11-15T05:48:05.057163+0000 mgr.smithi116.ldeiub (mgr.14182) 584 : cluster [DBG] pgmap v412: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T05:48:07.630 INFO:teuthology.orchestra.run.smithi116.stdout: 2023-11-15T05:48:07.631 INFO:teuthology.orchestra.run.smithi116.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T05:34:36.374719Z", "last_refresh": "2023-11-15T05:43:50.109392Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T05:34:28.472277Z", "last_refresh": "2023-11-15T05:43:50.109543Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T05:34:32.474479Z", "last_refresh": "2023-11-15T05:43:50.109687Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:46:20.758881Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi116.gskdgi on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:47:24.974889Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi152.ltmvrj on smithi152: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi152-ltmvrj\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi152-ltmvrj\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi152.ltmvrj\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi152.ltmvrj\nDeploy daemon haproxy.nfs.foo.smithi152.ltmvrj ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi152 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi152 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:47:29.025109Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi116.zoeiic on smithi116: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi116-zoeiic\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi116-zoeiic\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi116.zoeiic\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi116.zoeiic\nDeploy daemon haproxy.nfs.foo.smithi116.zoeiic ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:47:29.029820Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi152.fppqsl on smithi152: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:47:29.033850Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi116.rzfqjh on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.116/16"}, "status": {"created": "2023-11-15T05:41:51.643812Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.116/16"}}, {"events": ["2023-11-15T05:41:45.562111Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-15T05:41:45.554912Z", "last_refresh": "2023-11-15T05:43:50.110531Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T05:34:26.558369Z", "last_refresh": "2023-11-15T05:43:50.109235Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:35:55.352857Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi116:172.21.15.116=smithi116", "smithi152:172.21.15.152=smithi152"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T05:35:55.345327Z", "last_refresh": "2023-11-15T05:43:50.109014Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:41:51.641747Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-11-15T05:41:51.636276Z", "last_refresh": "2023-11-15T05:43:50.110665Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T05:34:34.444913Z", "last_refresh": "2023-11-15T05:43:50.109818Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T05:36:22.979260Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T05:36:22.972321Z", "last_refresh": "2023-11-15T05:43:50.109967Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T05:34:30.388073Z", "last_refresh": "2023-11-15T05:45:04.478878Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-15T05:48:08.282 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T05:48:08.651 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:48:08 smithi116 bash[25961]: cluster 2023-11-15T05:48:07.058550+0000 mgr.smithi116.ldeiub (mgr.14182) 585 : cluster [DBG] pgmap v413: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:48:08.651 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:48:08 smithi116 bash[25961]: audit 2023-11-15T05:48:07.620021+0000 mgr.smithi116.ldeiub (mgr.14182) 586 : audit [DBG] from='client.14844 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:48:09.009 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:48:08 smithi152 bash[29762]: cluster 2023-11-15T05:48:07.058550+0000 mgr.smithi116.ldeiub (mgr.14182) 585 : cluster [DBG] pgmap v413: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:48:09.010 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:48:08 smithi152 bash[29762]: audit 2023-11-15T05:48:07.620021+0000 mgr.smithi116.ldeiub (mgr.14182) 586 : audit [DBG] from='client.14844 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:48:09.286 DEBUG:teuthology.orchestra.run.smithi116:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 7456fada-8378-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T05:48:10.702 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:48:10 smithi116 bash[25961]: cluster 2023-11-15T05:48:09.059726+0000 mgr.smithi116.ldeiub (mgr.14182) 587 : cluster [DBG] pgmap v414: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:48:11.009 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:48:10 smithi152 bash[29762]: cluster 2023-11-15T05:48:09.059726+0000 mgr.smithi116.ldeiub (mgr.14182) 587 : cluster [DBG] pgmap v414: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:48:12.557 INFO:teuthology.orchestra.run.smithi116.stdout: 2023-11-15T05:48:12.558 INFO:teuthology.orchestra.run.smithi116.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T05:34:36.374719Z", "last_refresh": "2023-11-15T05:43:50.109392Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T05:34:28.472277Z", "last_refresh": "2023-11-15T05:43:50.109543Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T05:34:32.474479Z", "last_refresh": "2023-11-15T05:43:50.109687Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:46:20.758881Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi116.gskdgi on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:47:24.974889Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi152.ltmvrj on smithi152: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi152-ltmvrj\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi152-ltmvrj\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi152.ltmvrj\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi152.ltmvrj\nDeploy daemon haproxy.nfs.foo.smithi152.ltmvrj ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi152 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi152 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:47:29.025109Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi116.zoeiic on smithi116: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi116-zoeiic\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi116-zoeiic\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi116.zoeiic\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi116.zoeiic\nDeploy daemon haproxy.nfs.foo.smithi116.zoeiic ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:47:29.029820Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi152.fppqsl on smithi152: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:47:29.033850Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi116.rzfqjh on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.116/16"}, "status": {"created": "2023-11-15T05:41:51.643812Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.116/16"}}, {"events": ["2023-11-15T05:41:45.562111Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-15T05:41:45.554912Z", "last_refresh": "2023-11-15T05:43:50.110531Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T05:34:26.558369Z", "last_refresh": "2023-11-15T05:43:50.109235Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:35:55.352857Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi116:172.21.15.116=smithi116", "smithi152:172.21.15.152=smithi152"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T05:35:55.345327Z", "last_refresh": "2023-11-15T05:43:50.109014Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:41:51.641747Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-11-15T05:41:51.636276Z", "last_refresh": "2023-11-15T05:43:50.110665Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T05:34:34.444913Z", "last_refresh": "2023-11-15T05:43:50.109818Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T05:36:22.979260Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T05:36:22.972321Z", "last_refresh": "2023-11-15T05:43:50.109967Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T05:34:30.388073Z", "last_refresh": "2023-11-15T05:45:04.478878Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-15T05:48:12.901 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:48:12 smithi116 bash[25961]: cluster 2023-11-15T05:48:11.060999+0000 mgr.smithi116.ldeiub (mgr.14182) 588 : 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 2023-11-15T05:48:13.009 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:48:12 smithi152 bash[29762]: cluster 2023-11-15T05:48:11.060999+0000 mgr.smithi116.ldeiub (mgr.14182) 588 : 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 2023-11-15T05:48:13.204 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T05:48:13.901 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:48:13 smithi116 bash[25961]: audit 2023-11-15T05:48:12.542031+0000 mgr.smithi116.ldeiub (mgr.14182) 589 : audit [DBG] from='client.14848 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:48:14.009 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:48:13 smithi152 bash[29762]: audit 2023-11-15T05:48:12.542031+0000 mgr.smithi116.ldeiub (mgr.14182) 589 : audit [DBG] from='client.14848 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:48:14.205 DEBUG:teuthology.orchestra.run.smithi116:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 7456fada-8378-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T05:48:14.901 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:48:14 smithi116 bash[25961]: cluster 2023-11-15T05:48:13.062116+0000 mgr.smithi116.ldeiub (mgr.14182) 590 : cluster [DBG] pgmap v416: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T05:48:15.009 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:48:14 smithi152 bash[29762]: cluster 2023-11-15T05:48:13.062116+0000 mgr.smithi116.ldeiub (mgr.14182) 590 : cluster [DBG] pgmap v416: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T05:48:16.901 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:48:16 smithi116 bash[25961]: cluster 2023-11-15T05:48:15.063239+0000 mgr.smithi116.ldeiub (mgr.14182) 591 : cluster [DBG] pgmap v417: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T05:48:17.009 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:48:16 smithi152 bash[29762]: cluster 2023-11-15T05:48:15.063239+0000 mgr.smithi116.ldeiub (mgr.14182) 591 : cluster [DBG] pgmap v417: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T05:48:17.375 INFO:teuthology.orchestra.run.smithi116.stdout: 2023-11-15T05:48:17.376 INFO:teuthology.orchestra.run.smithi116.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T05:34:36.374719Z", "last_refresh": "2023-11-15T05:43:50.109392Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T05:34:28.472277Z", "last_refresh": "2023-11-15T05:43:50.109543Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T05:34:32.474479Z", "last_refresh": "2023-11-15T05:43:50.109687Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:46:20.758881Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi116.gskdgi on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:47:24.974889Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi152.ltmvrj on smithi152: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi152-ltmvrj\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi152-ltmvrj\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi152.ltmvrj\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi152.ltmvrj\nDeploy daemon haproxy.nfs.foo.smithi152.ltmvrj ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi152 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi152 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:47:29.025109Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi116.zoeiic on smithi116: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi116-zoeiic\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi116-zoeiic\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi116.zoeiic\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi116.zoeiic\nDeploy daemon haproxy.nfs.foo.smithi116.zoeiic ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:47:29.029820Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi152.fppqsl on smithi152: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:47:29.033850Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi116.rzfqjh on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.116/16"}, "status": {"created": "2023-11-15T05:41:51.643812Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.116/16"}}, {"events": ["2023-11-15T05:41:45.562111Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-15T05:41:45.554912Z", "last_refresh": "2023-11-15T05:43:50.110531Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T05:34:26.558369Z", "last_refresh": "2023-11-15T05:43:50.109235Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:35:55.352857Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi116:172.21.15.116=smithi116", "smithi152:172.21.15.152=smithi152"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T05:35:55.345327Z", "last_refresh": "2023-11-15T05:43:50.109014Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:41:51.641747Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-11-15T05:41:51.636276Z", "last_refresh": "2023-11-15T05:43:50.110665Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T05:34:34.444913Z", "last_refresh": "2023-11-15T05:43:50.109818Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T05:36:22.979260Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T05:36:22.972321Z", "last_refresh": "2023-11-15T05:43:50.109967Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T05:34:30.388073Z", "last_refresh": "2023-11-15T05:45:04.478878Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-15T05:48:18.041 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T05:48:18.901 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:48:18 smithi116 bash[25961]: cluster 2023-11-15T05:48:17.064567+0000 mgr.smithi116.ldeiub (mgr.14182) 592 : cluster [DBG] pgmap v418: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:48:18.901 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:48:18 smithi116 bash[25961]: audit 2023-11-15T05:48:17.364590+0000 mgr.smithi116.ldeiub (mgr.14182) 593 : audit [DBG] from='client.14852 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:48:19.010 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:48:18 smithi152 bash[29762]: cluster 2023-11-15T05:48:17.064567+0000 mgr.smithi116.ldeiub (mgr.14182) 592 : cluster [DBG] pgmap v418: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:48:19.010 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:48:18 smithi152 bash[29762]: audit 2023-11-15T05:48:17.364590+0000 mgr.smithi116.ldeiub (mgr.14182) 593 : audit [DBG] from='client.14852 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:48:19.043 DEBUG:teuthology.orchestra.run.smithi116:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 7456fada-8378-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T05:48:20.901 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:48:20 smithi116 bash[25961]: cluster 2023-11-15T05:48:19.065513+0000 mgr.smithi116.ldeiub (mgr.14182) 594 : cluster [DBG] pgmap v419: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:48:21.009 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:48:20 smithi152 bash[29762]: cluster 2023-11-15T05:48:19.065513+0000 mgr.smithi116.ldeiub (mgr.14182) 594 : cluster [DBG] pgmap v419: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:48:22.243 INFO:teuthology.orchestra.run.smithi116.stdout: 2023-11-15T05:48:22.243 INFO:teuthology.orchestra.run.smithi116.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T05:34:36.374719Z", "last_refresh": "2023-11-15T05:43:50.109392Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T05:34:28.472277Z", "last_refresh": "2023-11-15T05:43:50.109543Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T05:34:32.474479Z", "last_refresh": "2023-11-15T05:43:50.109687Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:46:20.758881Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi116.gskdgi on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:47:24.974889Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi152.ltmvrj on smithi152: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi152-ltmvrj\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi152-ltmvrj\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi152.ltmvrj\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi152.ltmvrj\nDeploy daemon haproxy.nfs.foo.smithi152.ltmvrj ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi152 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi152 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:47:29.025109Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi116.zoeiic on smithi116: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi116-zoeiic\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi116-zoeiic\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi116.zoeiic\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi116.zoeiic\nDeploy daemon haproxy.nfs.foo.smithi116.zoeiic ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:47:29.029820Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi152.fppqsl on smithi152: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:47:29.033850Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi116.rzfqjh on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.116/16"}, "status": {"created": "2023-11-15T05:41:51.643812Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.116/16"}}, {"events": ["2023-11-15T05:41:45.562111Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-15T05:41:45.554912Z", "last_refresh": "2023-11-15T05:43:50.110531Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T05:34:26.558369Z", "last_refresh": "2023-11-15T05:43:50.109235Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:35:55.352857Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi116:172.21.15.116=smithi116", "smithi152:172.21.15.152=smithi152"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T05:35:55.345327Z", "last_refresh": "2023-11-15T05:43:50.109014Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:41:51.641747Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-11-15T05:41:51.636276Z", "last_refresh": "2023-11-15T05:43:50.110665Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T05:34:34.444913Z", "last_refresh": "2023-11-15T05:43:50.109818Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T05:36:22.979260Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T05:36:22.972321Z", "last_refresh": "2023-11-15T05:43:50.109967Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T05:34:30.388073Z", "last_refresh": "2023-11-15T05:45:04.478878Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-15T05:48:22.887 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:48:22 smithi116 bash[25961]: cluster 2023-11-15T05:48:21.066831+0000 mgr.smithi116.ldeiub (mgr.14182) 595 : 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 2023-11-15T05:48:22.889 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T05:48:23.009 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:48:22 smithi152 bash[29762]: cluster 2023-11-15T05:48:21.066831+0000 mgr.smithi116.ldeiub (mgr.14182) 595 : 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 2023-11-15T05:48:23.890 DEBUG:teuthology.orchestra.run.smithi116:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 7456fada-8378-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T05:48:23.901 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:48:23 smithi116 bash[25961]: audit 2023-11-15T05:48:22.229024+0000 mgr.smithi116.ldeiub (mgr.14182) 596 : audit [DBG] from='client.14856 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:48:24.009 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:48:23 smithi152 bash[29762]: audit 2023-11-15T05:48:22.229024+0000 mgr.smithi116.ldeiub (mgr.14182) 596 : audit [DBG] from='client.14856 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:48:24.901 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:48:24 smithi116 bash[25961]: cluster 2023-11-15T05:48:23.067909+0000 mgr.smithi116.ldeiub (mgr.14182) 597 : cluster [DBG] pgmap v421: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T05:48:25.009 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:48:24 smithi152 bash[29762]: cluster 2023-11-15T05:48:23.067909+0000 mgr.smithi116.ldeiub (mgr.14182) 597 : cluster [DBG] pgmap v421: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T05:48:26.901 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:48:26 smithi116 bash[25961]: cluster 2023-11-15T05:48:25.069071+0000 mgr.smithi116.ldeiub (mgr.14182) 598 : 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 2023-11-15T05:48:27.010 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:48:26 smithi152 bash[29762]: cluster 2023-11-15T05:48:25.069071+0000 mgr.smithi116.ldeiub (mgr.14182) 598 : 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 2023-11-15T05:48:27.179 INFO:teuthology.orchestra.run.smithi116.stdout: 2023-11-15T05:48:27.179 INFO:teuthology.orchestra.run.smithi116.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T05:34:36.374719Z", "last_refresh": "2023-11-15T05:43:50.109392Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T05:34:28.472277Z", "last_refresh": "2023-11-15T05:43:50.109543Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T05:34:32.474479Z", "last_refresh": "2023-11-15T05:43:50.109687Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:46:20.758881Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi116.gskdgi on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:47:24.974889Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi152.ltmvrj on smithi152: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi152-ltmvrj\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi152-ltmvrj\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi152.ltmvrj\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi152.ltmvrj\nDeploy daemon haproxy.nfs.foo.smithi152.ltmvrj ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi152 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi152 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:47:29.025109Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi116.zoeiic on smithi116: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi116-zoeiic\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi116-zoeiic\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi116.zoeiic\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi116.zoeiic\nDeploy daemon haproxy.nfs.foo.smithi116.zoeiic ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:47:29.029820Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi152.fppqsl on smithi152: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:47:29.033850Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi116.rzfqjh on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.116/16"}, "status": {"created": "2023-11-15T05:41:51.643812Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.116/16"}}, {"events": ["2023-11-15T05:41:45.562111Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-15T05:41:45.554912Z", "last_refresh": "2023-11-15T05:43:50.110531Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T05:34:26.558369Z", "last_refresh": "2023-11-15T05:43:50.109235Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:35:55.352857Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi116:172.21.15.116=smithi116", "smithi152:172.21.15.152=smithi152"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T05:35:55.345327Z", "last_refresh": "2023-11-15T05:43:50.109014Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:41:51.641747Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-11-15T05:41:51.636276Z", "last_refresh": "2023-11-15T05:43:50.110665Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T05:34:34.444913Z", "last_refresh": "2023-11-15T05:43:50.109818Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T05:36:22.979260Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T05:36:22.972321Z", "last_refresh": "2023-11-15T05:43:50.109967Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T05:34:30.388073Z", "last_refresh": "2023-11-15T05:45:04.478878Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-15T05:48:27.806 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T05:48:28.807 DEBUG:teuthology.orchestra.run.smithi116:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 7456fada-8378-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T05:48:28.901 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:48:28 smithi116 bash[25961]: cluster 2023-11-15T05:48:27.070254+0000 mgr.smithi116.ldeiub (mgr.14182) 599 : cluster [DBG] pgmap v423: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:48:28.901 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:48:28 smithi116 bash[25961]: audit 2023-11-15T05:48:27.162880+0000 mgr.smithi116.ldeiub (mgr.14182) 600 : audit [DBG] from='client.14860 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:48:29.009 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:48:28 smithi152 bash[29762]: cluster 2023-11-15T05:48:27.070254+0000 mgr.smithi116.ldeiub (mgr.14182) 599 : cluster [DBG] pgmap v423: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:48:29.010 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:48:28 smithi152 bash[29762]: audit 2023-11-15T05:48:27.162880+0000 mgr.smithi116.ldeiub (mgr.14182) 600 : audit [DBG] from='client.14860 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:48:29.901 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:48:29 smithi116 bash[25961]: audit 2023-11-15T05:48:29.039498+0000 mon.smithi116 (mon.0) 761 : audit [DBG] from='mgr.14182 172.21.15.116:0/1868390107' entity='mgr.smithi116.ldeiub' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-15T05:48:29.902 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:48:29 smithi116 bash[25961]: audit 2023-11-15T05:48:29.350912+0000 mon.smithi116 (mon.0) 762 : audit [INF] from='mgr.14182 172.21.15.116:0/1868390107' entity='mgr.smithi116.ldeiub' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2023-11-15T05:48:29.902 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:48:29 smithi116 bash[25961]: audit 2023-11-15T05:48:29.351876+0000 mon.smithi116 (mon.0) 763 : audit [INF] from='mgr.14182 172.21.15.116:0/1868390107' entity='mgr.smithi116.ldeiub' cmd=[{"prefix": "config rm", "who": "osd.3", "name": "osd_memory_target"}]: dispatch 2023-11-15T05:48:29.902 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:48:29 smithi116 bash[25961]: audit 2023-11-15T05:48:29.352726+0000 mon.smithi116 (mon.0) 764 : audit [INF] from='mgr.14182 172.21.15.116:0/1868390107' entity='mgr.smithi116.ldeiub' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2023-11-15T05:48:29.902 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:48:29 smithi116 bash[25961]: audit 2023-11-15T05:48:29.353524+0000 mon.smithi116 (mon.0) 765 : audit [INF] from='mgr.14182 172.21.15.116:0/1868390107' entity='mgr.smithi116.ldeiub' cmd=[{"prefix": "config rm", "who": "osd.7", "name": "osd_memory_target"}]: dispatch 2023-11-15T05:48:29.902 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:48:29 smithi116 bash[25961]: audit 2023-11-15T05:48:29.361490+0000 mon.smithi116 (mon.0) 766 : audit [INF] from='mgr.14182 172.21.15.116:0/1868390107' entity='mgr.smithi116.ldeiub' 2023-11-15T05:48:29.903 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:48:29 smithi116 bash[25961]: audit 2023-11-15T05:48:29.369144+0000 mon.smithi116 (mon.0) 767 : audit [INF] from='mgr.14182 172.21.15.116:0/1868390107' entity='mgr.smithi116.ldeiub' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2023-11-15T05:48:29.903 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:48:29 smithi116 bash[25961]: audit 2023-11-15T05:48:29.370417+0000 mon.smithi116 (mon.0) 768 : audit [INF] from='mgr.14182 172.21.15.116:0/1868390107' entity='mgr.smithi116.ldeiub' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2023-11-15T05:48:29.903 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:48:29 smithi116 bash[25961]: audit 2023-11-15T05:48:29.371422+0000 mon.smithi116 (mon.0) 769 : audit [INF] from='mgr.14182 172.21.15.116:0/1868390107' entity='mgr.smithi116.ldeiub' cmd=[{"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"}]: dispatch 2023-11-15T05:48:29.903 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:48:29 smithi116 bash[25961]: audit 2023-11-15T05:48:29.372537+0000 mon.smithi116 (mon.0) 770 : audit [INF] from='mgr.14182 172.21.15.116:0/1868390107' entity='mgr.smithi116.ldeiub' cmd=[{"prefix": "config rm", "who": "osd.6", "name": "osd_memory_target"}]: dispatch 2023-11-15T05:48:29.903 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:48:29 smithi116 bash[25961]: audit 2023-11-15T05:48:29.379147+0000 mon.smithi116 (mon.0) 771 : audit [INF] from='mgr.14182 172.21.15.116:0/1868390107' entity='mgr.smithi116.ldeiub' 2023-11-15T05:48:29.904 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:48:29 smithi116 bash[25961]: audit 2023-11-15T05:48:29.380653+0000 mon.smithi116 (mon.0) 772 : audit [DBG] from='mgr.14182 172.21.15.116:0/1868390107' entity='mgr.smithi116.ldeiub' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-15T05:48:29.904 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:48:29 smithi116 bash[25961]: audit 2023-11-15T05:48:29.382067+0000 mon.smithi116 (mon.0) 773 : audit [INF] from='mgr.14182 172.21.15.116:0/1868390107' entity='mgr.smithi116.ldeiub' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-11-15T05:48:29.904 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:48:29 smithi116 bash[25961]: audit 2023-11-15T05:48:29.389128+0000 mon.smithi116 (mon.0) 774 : audit [INF] from='mgr.14182 172.21.15.116:0/1868390107' entity='mgr.smithi116.ldeiub' 2023-11-15T05:48:29.904 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:48:29 smithi116 bash[25961]: audit 2023-11-15T05:48:29.396959+0000 mon.smithi116 (mon.0) 775 : audit [DBG] from='mgr.14182 172.21.15.116:0/1868390107' entity='mgr.smithi116.ldeiub' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-11-15T05:48:29.904 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:48:29 smithi116 bash[25961]: audit 2023-11-15T05:48:29.414786+0000 mon.smithi116 (mon.0) 776 : audit [INF] from='mgr.14182 172.21.15.116:0/1868390107' entity='mgr.smithi116.ldeiub' 2023-11-15T05:48:30.010 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:48:29 smithi152 bash[29762]: audit 2023-11-15T05:48:29.039498+0000 mon.smithi116 (mon.0) 761 : audit [DBG] from='mgr.14182 172.21.15.116:0/1868390107' entity='mgr.smithi116.ldeiub' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-15T05:48:30.010 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:48:29 smithi152 bash[29762]: audit 2023-11-15T05:48:29.350912+0000 mon.smithi116 (mon.0) 762 : audit [INF] from='mgr.14182 172.21.15.116:0/1868390107' entity='mgr.smithi116.ldeiub' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2023-11-15T05:48:30.010 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:48:29 smithi152 bash[29762]: audit 2023-11-15T05:48:29.351876+0000 mon.smithi116 (mon.0) 763 : audit [INF] from='mgr.14182 172.21.15.116:0/1868390107' entity='mgr.smithi116.ldeiub' cmd=[{"prefix": "config rm", "who": "osd.3", "name": "osd_memory_target"}]: dispatch 2023-11-15T05:48:30.011 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:48:29 smithi152 bash[29762]: audit 2023-11-15T05:48:29.352726+0000 mon.smithi116 (mon.0) 764 : audit [INF] from='mgr.14182 172.21.15.116:0/1868390107' entity='mgr.smithi116.ldeiub' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2023-11-15T05:48:30.011 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:48:29 smithi152 bash[29762]: audit 2023-11-15T05:48:29.353524+0000 mon.smithi116 (mon.0) 765 : audit [INF] from='mgr.14182 172.21.15.116:0/1868390107' entity='mgr.smithi116.ldeiub' cmd=[{"prefix": "config rm", "who": "osd.7", "name": "osd_memory_target"}]: dispatch 2023-11-15T05:48:30.011 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:48:29 smithi152 bash[29762]: audit 2023-11-15T05:48:29.361490+0000 mon.smithi116 (mon.0) 766 : audit [INF] from='mgr.14182 172.21.15.116:0/1868390107' entity='mgr.smithi116.ldeiub' 2023-11-15T05:48:30.011 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:48:29 smithi152 bash[29762]: audit 2023-11-15T05:48:29.369144+0000 mon.smithi116 (mon.0) 767 : audit [INF] from='mgr.14182 172.21.15.116:0/1868390107' entity='mgr.smithi116.ldeiub' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2023-11-15T05:48:30.011 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:48:29 smithi152 bash[29762]: audit 2023-11-15T05:48:29.370417+0000 mon.smithi116 (mon.0) 768 : audit [INF] from='mgr.14182 172.21.15.116:0/1868390107' entity='mgr.smithi116.ldeiub' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2023-11-15T05:48:30.012 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:48:29 smithi152 bash[29762]: audit 2023-11-15T05:48:29.371422+0000 mon.smithi116 (mon.0) 769 : audit [INF] from='mgr.14182 172.21.15.116:0/1868390107' entity='mgr.smithi116.ldeiub' cmd=[{"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"}]: dispatch 2023-11-15T05:48:30.012 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:48:29 smithi152 bash[29762]: audit 2023-11-15T05:48:29.372537+0000 mon.smithi116 (mon.0) 770 : audit [INF] from='mgr.14182 172.21.15.116:0/1868390107' entity='mgr.smithi116.ldeiub' cmd=[{"prefix": "config rm", "who": "osd.6", "name": "osd_memory_target"}]: dispatch 2023-11-15T05:48:30.012 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:48:29 smithi152 bash[29762]: audit 2023-11-15T05:48:29.379147+0000 mon.smithi116 (mon.0) 771 : audit [INF] from='mgr.14182 172.21.15.116:0/1868390107' entity='mgr.smithi116.ldeiub' 2023-11-15T05:48:30.012 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:48:29 smithi152 bash[29762]: audit 2023-11-15T05:48:29.380653+0000 mon.smithi116 (mon.0) 772 : audit [DBG] from='mgr.14182 172.21.15.116:0/1868390107' entity='mgr.smithi116.ldeiub' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-15T05:48:30.012 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:48:29 smithi152 bash[29762]: audit 2023-11-15T05:48:29.382067+0000 mon.smithi116 (mon.0) 773 : audit [INF] from='mgr.14182 172.21.15.116:0/1868390107' entity='mgr.smithi116.ldeiub' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-11-15T05:48:30.013 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:48:29 smithi152 bash[29762]: audit 2023-11-15T05:48:29.389128+0000 mon.smithi116 (mon.0) 774 : audit [INF] from='mgr.14182 172.21.15.116:0/1868390107' entity='mgr.smithi116.ldeiub' 2023-11-15T05:48:30.013 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:48:29 smithi152 bash[29762]: audit 2023-11-15T05:48:29.396959+0000 mon.smithi116 (mon.0) 775 : audit [DBG] from='mgr.14182 172.21.15.116:0/1868390107' entity='mgr.smithi116.ldeiub' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-11-15T05:48:30.013 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:48:29 smithi152 bash[29762]: audit 2023-11-15T05:48:29.414786+0000 mon.smithi116 (mon.0) 776 : audit [INF] from='mgr.14182 172.21.15.116:0/1868390107' entity='mgr.smithi116.ldeiub' 2023-11-15T05:48:30.901 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:48:30 smithi116 bash[25961]: cluster 2023-11-15T05:48:29.071052+0000 mgr.smithi116.ldeiub (mgr.14182) 601 : cluster [DBG] pgmap v424: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:48:30.901 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:48:30 smithi116 bash[25961]: cephadm 2023-11-15T05:48:29.354412+0000 mgr.smithi116.ldeiub (mgr.14182) 602 : cephadm [INF] Adjusting osd_memory_target on smithi116 to 2249M 2023-11-15T05:48:30.901 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:48:30 smithi116 bash[25961]: cephadm 2023-11-15T05:48:29.373391+0000 mgr.smithi116.ldeiub (mgr.14182) 603 : cephadm [INF] Adjusting osd_memory_target on smithi152 to 2761M 2023-11-15T05:48:30.902 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:48:30 smithi116 bash[25961]: cluster 2023-11-15T05:48:29.389867+0000 mgr.smithi116.ldeiub (mgr.14182) 604 : cluster [DBG] pgmap v425: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 99 B/s rd, 0 op/s 2023-11-15T05:48:30.902 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:48:30 smithi116 bash[25961]: cephadm 2023-11-15T05:48:29.419031+0000 mgr.smithi116.ldeiub (mgr.14182) 605 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi152.xvnpen on smithi152 2023-11-15T05:48:30.902 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:48:30 smithi116 bash[25961]: cluster 2023-11-15T05:48:29.582099+0000 mon.smithi116 (mon.0) 777 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2023-11-15T05:48:30.902 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:48:30 smithi116 bash[25961]: cluster 2023-11-15T05:48:29.582170+0000 mon.smithi116 (mon.0) 778 : cluster [INF] Cluster is now healthy 2023-11-15T05:48:30.902 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:48:30 smithi116 bash[25961]: audit 2023-11-15T05:48:30.282344+0000 mon.smithi116 (mon.0) 779 : audit [INF] from='mgr.14182 172.21.15.116:0/1868390107' entity='mgr.smithi116.ldeiub' 2023-11-15T05:48:31.010 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:48:30 smithi152 bash[29762]: cluster 2023-11-15T05:48:29.071052+0000 mgr.smithi116.ldeiub (mgr.14182) 601 : cluster [DBG] pgmap v424: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:48:31.010 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:48:30 smithi152 bash[29762]: cephadm 2023-11-15T05:48:29.354412+0000 mgr.smithi116.ldeiub (mgr.14182) 602 : cephadm [INF] Adjusting osd_memory_target on smithi116 to 2249M 2023-11-15T05:48:31.010 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:48:30 smithi152 bash[29762]: cephadm 2023-11-15T05:48:29.373391+0000 mgr.smithi116.ldeiub (mgr.14182) 603 : cephadm [INF] Adjusting osd_memory_target on smithi152 to 2761M 2023-11-15T05:48:31.010 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:48:30 smithi152 bash[29762]: cluster 2023-11-15T05:48:29.389867+0000 mgr.smithi116.ldeiub (mgr.14182) 604 : cluster [DBG] pgmap v425: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 99 B/s rd, 0 op/s 2023-11-15T05:48:31.011 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:48:30 smithi152 bash[29762]: cephadm 2023-11-15T05:48:29.419031+0000 mgr.smithi116.ldeiub (mgr.14182) 605 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi152.xvnpen on smithi152 2023-11-15T05:48:31.011 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:48:30 smithi152 bash[29762]: cluster 2023-11-15T05:48:29.582099+0000 mon.smithi116 (mon.0) 777 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2023-11-15T05:48:31.011 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:48:30 smithi152 bash[29762]: cluster 2023-11-15T05:48:29.582170+0000 mon.smithi116 (mon.0) 778 : cluster [INF] Cluster is now healthy 2023-11-15T05:48:31.011 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:48:30 smithi152 bash[29762]: audit 2023-11-15T05:48:30.282344+0000 mon.smithi116 (mon.0) 779 : audit [INF] from='mgr.14182 172.21.15.116:0/1868390107' entity='mgr.smithi116.ldeiub' 2023-11-15T05:48:32.176 INFO:teuthology.orchestra.run.smithi116.stdout: 2023-11-15T05:48:32.176 INFO:teuthology.orchestra.run.smithi116.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T05:34:36.374719Z", "last_refresh": "2023-11-15T05:43:50.109392Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T05:34:28.472277Z", "last_refresh": "2023-11-15T05:43:50.109543Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T05:34:32.474479Z", "last_refresh": "2023-11-15T05:43:50.109687Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:46:20.758881Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi116.gskdgi on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:47:24.974889Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi152.ltmvrj on smithi152: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi152-ltmvrj\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi152-ltmvrj\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi152.ltmvrj\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi152.ltmvrj\nDeploy daemon haproxy.nfs.foo.smithi152.ltmvrj ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi152 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi152 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:47:29.025109Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi116.zoeiic on smithi116: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi116-zoeiic\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi116-zoeiic\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi116.zoeiic\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi116.zoeiic\nDeploy daemon haproxy.nfs.foo.smithi116.zoeiic ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:47:29.029820Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi152.fppqsl on smithi152: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:47:29.033850Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi116.rzfqjh on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.116/16"}, "status": {"created": "2023-11-15T05:41:51.643812Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.116/16"}}, {"events": ["2023-11-15T05:41:45.562111Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-15T05:41:45.554912Z", "last_refresh": "2023-11-15T05:43:50.110531Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T05:34:26.558369Z", "last_refresh": "2023-11-15T05:43:50.109235Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:35:55.352857Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi116:172.21.15.116=smithi116", "smithi152:172.21.15.152=smithi152"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T05:35:55.345327Z", "last_refresh": "2023-11-15T05:43:50.109014Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:41:51.641747Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-11-15T05:41:51.636276Z", "last_refresh": "2023-11-15T05:43:50.110665Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T05:34:34.444913Z", "last_refresh": "2023-11-15T05:43:50.109818Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T05:36:22.979260Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T05:36:22.972321Z", "last_refresh": "2023-11-15T05:43:50.109967Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T05:34:30.388073Z", "last_refresh": "2023-11-15T05:45:04.478878Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-15T05:48:32.774 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T05:48:32.901 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:48:32 smithi116 bash[25961]: cluster 2023-11-15T05:48:31.390847+0000 mgr.smithi116.ldeiub (mgr.14182) 606 : cluster [DBG] pgmap v426: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 99 B/s rd, 0 op/s 2023-11-15T05:48:33.010 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:48:32 smithi152 bash[29762]: cluster 2023-11-15T05:48:31.390847+0000 mgr.smithi116.ldeiub (mgr.14182) 606 : cluster [DBG] pgmap v426: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 99 B/s rd, 0 op/s 2023-11-15T05:48:33.775 DEBUG:teuthology.orchestra.run.smithi116:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 7456fada-8378-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T05:48:33.901 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:48:33 smithi116 bash[25961]: audit 2023-11-15T05:48:32.167296+0000 mgr.smithi116.ldeiub (mgr.14182) 607 : audit [DBG] from='client.14864 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:48:33.901 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:48:33 smithi116 bash[25961]: audit 2023-11-15T05:48:33.309911+0000 mon.smithi116 (mon.0) 780 : audit [INF] from='mgr.14182 172.21.15.116:0/1868390107' entity='mgr.smithi116.ldeiub' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi152.xvnpen"}]: dispatch 2023-11-15T05:48:34.010 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:48:33 smithi152 bash[29762]: audit 2023-11-15T05:48:32.167296+0000 mgr.smithi116.ldeiub (mgr.14182) 607 : audit [DBG] from='client.14864 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:48:34.010 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:48:33 smithi152 bash[29762]: audit 2023-11-15T05:48:33.309911+0000 mon.smithi116 (mon.0) 780 : audit [INF] from='mgr.14182 172.21.15.116:0/1868390107' entity='mgr.smithi116.ldeiub' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi152.xvnpen"}]: dispatch 2023-11-15T05:48:34.877 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:48:34 smithi116 bash[25961]: cephadm 2023-11-15T05:48:33.308761+0000 mgr.smithi116.ldeiub (mgr.14182) 608 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi152-xvnpen 2023-11-15T05:48:34.877 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:48:34 smithi116 bash[25961]: /usr/bin/docker: stdout 2023-11-15T05:48:34.878 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:48:34 smithi116 bash[25961]: /usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi152-xvnpen 2023-11-15T05:48:34.878 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:48:34 smithi116 bash[25961]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi152.xvnpen 2023-11-15T05:48:34.878 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:48:34 smithi116 bash[25961]: /usr/bin/docker: stdout 2023-11-15T05:48:34.878 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:48:34 smithi116 bash[25961]: /usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi152.xvnpen 2023-11-15T05:48:34.878 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:48:34 smithi116 bash[25961]: Deploy daemon haproxy.nfs.foo.smithi152.xvnpen ... 2023-11-15T05:48:34.879 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:48:34 smithi116 bash[25961]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi152 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T05:48:34.879 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:48:34 smithi116 bash[25961]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-15T05:48:34.879 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:48:34 smithi116 bash[25961]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-15T05:48:34.879 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:48:34 smithi116 bash[25961]: stat: stderr See 'docker run --help'. 2023-11-15T05:48:34.879 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:48:34 smithi116 bash[25961]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi152 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T05:48:34.880 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:48:34 smithi116 bash[25961]: Traceback (most recent call last): 2023-11-15T05:48:34.880 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:48:34 smithi116 bash[25961]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-11-15T05:48:34.880 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:48:34 smithi116 bash[25961]: yield (conn, connr) 2023-11-15T05:48:34.880 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:48:34 smithi116 bash[25961]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-11-15T05:48:34.880 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:48:34 smithi116 bash[25961]: code, '\n'.join(err))) 2023-11-15T05:48:34.881 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:48:34 smithi116 bash[25961]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi152-xvnpen 2023-11-15T05:48:34.881 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:48:34 smithi116 bash[25961]: /usr/bin/docker: stdout 2023-11-15T05:48:34.881 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:48:34 smithi116 bash[25961]: /usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi152-xvnpen 2023-11-15T05:48:34.881 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:48:34 smithi116 bash[25961]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi152.xvnpen 2023-11-15T05:48:34.881 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:48:34 smithi116 bash[25961]: /usr/bin/docker: stdout 2023-11-15T05:48:34.882 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:48:34 smithi116 bash[25961]: /usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi152.xvnpen 2023-11-15T05:48:34.882 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:48:34 smithi116 bash[25961]: Deploy daemon haproxy.nfs.foo.smithi152.xvnpen ... 2023-11-15T05:48:34.882 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:48:34 smithi116 bash[25961]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi152 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T05:48:34.882 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:48:34 smithi116 bash[25961]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-15T05:48:34.882 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:48:34 smithi116 bash[25961]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-15T05:48:34.883 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:48:34 smithi116 bash[25961]: stat: stderr See 'docker run --help'. 2023-11-15T05:48:34.883 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:48:34 smithi116 bash[25961]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi152 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T05:48:34.883 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:48:34 smithi116 bash[25961]: cephadm 2023-11-15T05:48:33.309284+0000 mgr.smithi116.ldeiub (mgr.14182) 609 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi152.xvnpen 2023-11-15T05:48:34.883 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:48:34 smithi116 bash[25961]: cephadm 2023-11-15T05:48:33.311591+0000 mgr.smithi116.ldeiub (mgr.14182) 610 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi152.xvnpen on smithi152: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi152-xvnpen 2023-11-15T05:48:34.883 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:48:34 smithi116 bash[25961]: /usr/bin/docker: stdout 2023-11-15T05:48:34.884 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:48:34 smithi116 bash[25961]: /usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi152-xvnpen 2023-11-15T05:48:34.884 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:48:34 smithi116 bash[25961]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi152.xvnpen 2023-11-15T05:48:34.884 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:48:34 smithi116 bash[25961]: /usr/bin/docker: stdout 2023-11-15T05:48:34.884 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:48:34 smithi116 bash[25961]: /usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi152.xvnpen 2023-11-15T05:48:34.884 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:48:34 smithi116 bash[25961]: Deploy daemon haproxy.nfs.foo.smithi152.xvnpen ... 2023-11-15T05:48:34.885 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:48:34 smithi116 bash[25961]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi152 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T05:48:34.885 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:48:34 smithi116 bash[25961]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-15T05:48:34.885 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:48:34 smithi116 bash[25961]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-15T05:48:34.885 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:48:34 smithi116 bash[25961]: stat: stderr See 'docker run --help'. 2023-11-15T05:48:34.885 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:48:34 smithi116 bash[25961]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi152 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T05:48:34.885 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:48:34 smithi116 bash[25961]: cephadm 2023-11-15T05:48:33.316092+0000 mgr.smithi116.ldeiub (mgr.14182) 611 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi116.jjwrvm on smithi116 2023-11-15T05:48:34.886 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:48:34 smithi116 bash[25961]: cluster 2023-11-15T05:48:33.391819+0000 mgr.smithi116.ldeiub (mgr.14182) 612 : cluster [DBG] pgmap v427: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 99 B/s rd, 0 op/s 2023-11-15T05:48:35.010 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:48:34 smithi152 bash[29762]: cephadm 2023-11-15T05:48:33.308761+0000 mgr.smithi116.ldeiub (mgr.14182) 608 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi152-xvnpen 2023-11-15T05:48:35.011 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:48:34 smithi152 bash[29762]: /usr/bin/docker: stdout 2023-11-15T05:48:35.011 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:48:34 smithi152 bash[29762]: /usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi152-xvnpen 2023-11-15T05:48:35.011 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:48:34 smithi152 bash[29762]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi152.xvnpen 2023-11-15T05:48:35.011 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:48:34 smithi152 bash[29762]: /usr/bin/docker: stdout 2023-11-15T05:48:35.011 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:48:34 smithi152 bash[29762]: /usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi152.xvnpen 2023-11-15T05:48:35.012 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:48:34 smithi152 bash[29762]: Deploy daemon haproxy.nfs.foo.smithi152.xvnpen ... 2023-11-15T05:48:35.012 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:48:34 smithi152 bash[29762]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi152 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T05:48:35.012 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:48:34 smithi152 bash[29762]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-15T05:48:35.012 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:48:34 smithi152 bash[29762]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-15T05:48:35.013 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:48:34 smithi152 bash[29762]: stat: stderr See 'docker run --help'. 2023-11-15T05:48:35.013 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:48:34 smithi152 bash[29762]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi152 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T05:48:35.013 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:48:34 smithi152 bash[29762]: Traceback (most recent call last): 2023-11-15T05:48:35.013 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:48:34 smithi152 bash[29762]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-11-15T05:48:35.013 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:48:34 smithi152 bash[29762]: yield (conn, connr) 2023-11-15T05:48:35.014 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:48:34 smithi152 bash[29762]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-11-15T05:48:35.014 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:48:34 smithi152 bash[29762]: code, '\n'.join(err))) 2023-11-15T05:48:35.014 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:48:34 smithi152 bash[29762]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi152-xvnpen 2023-11-15T05:48:35.014 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:48:34 smithi152 bash[29762]: /usr/bin/docker: stdout 2023-11-15T05:48:35.014 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:48:34 smithi152 bash[29762]: /usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi152-xvnpen 2023-11-15T05:48:35.015 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:48:34 smithi152 bash[29762]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi152.xvnpen 2023-11-15T05:48:35.015 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:48:34 smithi152 bash[29762]: /usr/bin/docker: stdout 2023-11-15T05:48:35.015 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:48:34 smithi152 bash[29762]: /usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi152.xvnpen 2023-11-15T05:48:35.015 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:48:34 smithi152 bash[29762]: Deploy daemon haproxy.nfs.foo.smithi152.xvnpen ... 2023-11-15T05:48:35.015 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:48:34 smithi152 bash[29762]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi152 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T05:48:35.016 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:48:34 smithi152 bash[29762]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-15T05:48:35.016 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:48:34 smithi152 bash[29762]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-15T05:48:35.016 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:48:34 smithi152 bash[29762]: stat: stderr See 'docker run --help'. 2023-11-15T05:48:35.016 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:48:34 smithi152 bash[29762]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi152 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T05:48:35.016 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:48:34 smithi152 bash[29762]: cephadm 2023-11-15T05:48:33.309284+0000 mgr.smithi116.ldeiub (mgr.14182) 609 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi152.xvnpen 2023-11-15T05:48:35.017 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:48:34 smithi152 bash[29762]: cephadm 2023-11-15T05:48:33.311591+0000 mgr.smithi116.ldeiub (mgr.14182) 610 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi152.xvnpen on smithi152: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi152-xvnpen 2023-11-15T05:48:35.017 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:48:34 smithi152 bash[29762]: /usr/bin/docker: stdout 2023-11-15T05:48:35.017 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:48:34 smithi152 bash[29762]: /usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi152-xvnpen 2023-11-15T05:48:35.017 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:48:34 smithi152 bash[29762]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi152.xvnpen 2023-11-15T05:48:35.017 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:48:34 smithi152 bash[29762]: /usr/bin/docker: stdout 2023-11-15T05:48:35.018 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:48:34 smithi152 bash[29762]: /usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi152.xvnpen 2023-11-15T05:48:35.018 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:48:34 smithi152 bash[29762]: Deploy daemon haproxy.nfs.foo.smithi152.xvnpen ... 2023-11-15T05:48:35.018 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:48:34 smithi152 bash[29762]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi152 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T05:48:35.018 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:48:34 smithi152 bash[29762]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-15T05:48:35.019 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:48:34 smithi152 bash[29762]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-15T05:48:35.019 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:48:34 smithi152 bash[29762]: stat: stderr See 'docker run --help'. 2023-11-15T05:48:35.019 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:48:34 smithi152 bash[29762]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi152 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T05:48:35.019 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:48:34 smithi152 bash[29762]: cephadm 2023-11-15T05:48:33.316092+0000 mgr.smithi116.ldeiub (mgr.14182) 611 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi116.jjwrvm on smithi116 2023-11-15T05:48:35.019 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:48:34 smithi152 bash[29762]: cluster 2023-11-15T05:48:33.391819+0000 mgr.smithi116.ldeiub (mgr.14182) 612 : cluster [DBG] pgmap v427: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 99 B/s rd, 0 op/s 2023-11-15T05:48:36.901 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:48:36 smithi116 bash[25961]: cluster 2023-11-15T05:48:35.392775+0000 mgr.smithi116.ldeiub (mgr.14182) 613 : cluster [DBG] pgmap v428: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 99 B/s rd, 0 op/s 2023-11-15T05:48:37.010 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:48:36 smithi152 bash[29762]: cluster 2023-11-15T05:48:35.392775+0000 mgr.smithi116.ldeiub (mgr.14182) 613 : cluster [DBG] pgmap v428: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 99 B/s rd, 0 op/s 2023-11-15T05:48:37.062 INFO:teuthology.orchestra.run.smithi116.stdout: 2023-11-15T05:48:37.062 INFO:teuthology.orchestra.run.smithi116.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T05:34:36.374719Z", "last_refresh": "2023-11-15T05:43:50.109392Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T05:34:28.472277Z", "last_refresh": "2023-11-15T05:43:50.109543Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T05:34:32.474479Z", "last_refresh": "2023-11-15T05:43:50.109687Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:47:29.029820Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi152.fppqsl on smithi152: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:47:29.033850Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi116.rzfqjh on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:48:33.311340Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi152.xvnpen on smithi152: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi152-xvnpen\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi152-xvnpen\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi152.xvnpen\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi152.xvnpen\nDeploy daemon haproxy.nfs.foo.smithi152.xvnpen ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi152 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi152 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:48:37.050670Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi116.jjwrvm on smithi116: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi116-jjwrvm\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi116-jjwrvm\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi116.jjwrvm\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi116.jjwrvm\nDeploy daemon haproxy.nfs.foo.smithi116.jjwrvm ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:48:37.054251Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi152.edkhxo on smithi152: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.116/16"}, "status": {"created": "2023-11-15T05:41:51.643812Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.116/16"}}, {"events": ["2023-11-15T05:41:45.562111Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-15T05:41:45.554912Z", "last_refresh": "2023-11-15T05:43:50.110531Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T05:34:26.558369Z", "last_refresh": "2023-11-15T05:43:50.109235Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:35:55.352857Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi116:172.21.15.116=smithi116", "smithi152:172.21.15.152=smithi152"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T05:35:55.345327Z", "last_refresh": "2023-11-15T05:43:50.109014Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:41:51.641747Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-11-15T05:41:51.636276Z", "last_refresh": "2023-11-15T05:43:50.110665Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T05:34:34.444913Z", "last_refresh": "2023-11-15T05:43:50.109818Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T05:36:22.979260Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T05:36:22.972321Z", "last_refresh": "2023-11-15T05:43:50.109967Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T05:34:30.388073Z", "last_refresh": "2023-11-15T05:45:04.478878Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-15T05:48:37.742 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T05:48:37.901 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:48:37 smithi116 bash[25961]: audit 2023-11-15T05:48:37.049765+0000 mon.smithi116 (mon.0) 781 : audit [INF] from='mgr.14182 172.21.15.116:0/1868390107' entity='mgr.smithi116.ldeiub' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi116.jjwrvm"}]: dispatch 2023-11-15T05:48:38.009 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:48:37 smithi152 bash[29762]: audit 2023-11-15T05:48:37.049765+0000 mon.smithi116 (mon.0) 781 : audit [INF] from='mgr.14182 172.21.15.116:0/1868390107' entity='mgr.smithi116.ldeiub' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi116.jjwrvm"}]: dispatch 2023-11-15T05:48:38.744 DEBUG:teuthology.orchestra.run.smithi116:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 7456fada-8378-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T05:48:38.901 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:48:38 smithi116 bash[25961]: cephadm 2023-11-15T05:48:37.049128+0000 mgr.smithi116.ldeiub (mgr.14182) 614 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi116-jjwrvm 2023-11-15T05:48:38.902 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:48:38 smithi116 bash[25961]: /usr/bin/docker: stdout 2023-11-15T05:48:38.902 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:48:38 smithi116 bash[25961]: /usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi116-jjwrvm 2023-11-15T05:48:38.902 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:48:38 smithi116 bash[25961]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi116.jjwrvm 2023-11-15T05:48:38.902 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:48:38 smithi116 bash[25961]: /usr/bin/docker: stdout 2023-11-15T05:48:38.903 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:48:38 smithi116 bash[25961]: /usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi116.jjwrvm 2023-11-15T05:48:38.903 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:48:38 smithi116 bash[25961]: Deploy daemon haproxy.nfs.foo.smithi116.jjwrvm ... 2023-11-15T05:48:38.903 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:48:38 smithi116 bash[25961]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T05:48:38.903 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:48:38 smithi116 bash[25961]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-15T05:48:38.903 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:48:38 smithi116 bash[25961]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-15T05:48:38.904 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:48:38 smithi116 bash[25961]: stat: stderr See 'docker run --help'. 2023-11-15T05:48:38.904 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:48:38 smithi116 bash[25961]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T05:48:38.904 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:48:38 smithi116 bash[25961]: Traceback (most recent call last): 2023-11-15T05:48:38.904 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:48:38 smithi116 bash[25961]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-11-15T05:48:38.904 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:48:38 smithi116 bash[25961]: yield (conn, connr) 2023-11-15T05:48:38.905 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:48:38 smithi116 bash[25961]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-11-15T05:48:38.905 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:48:38 smithi116 bash[25961]: code, '\n'.join(err))) 2023-11-15T05:48:38.905 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:48:38 smithi116 bash[25961]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi116-jjwrvm 2023-11-15T05:48:38.905 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:48:38 smithi116 bash[25961]: /usr/bin/docker: stdout 2023-11-15T05:48:38.905 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:48:38 smithi116 bash[25961]: /usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi116-jjwrvm 2023-11-15T05:48:38.906 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:48:38 smithi116 bash[25961]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi116.jjwrvm 2023-11-15T05:48:38.906 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:48:38 smithi116 bash[25961]: /usr/bin/docker: stdout 2023-11-15T05:48:38.906 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:48:38 smithi116 bash[25961]: /usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi116.jjwrvm 2023-11-15T05:48:38.906 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:48:38 smithi116 bash[25961]: Deploy daemon haproxy.nfs.foo.smithi116.jjwrvm ... 2023-11-15T05:48:38.906 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:48:38 smithi116 bash[25961]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T05:48:38.907 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:48:38 smithi116 bash[25961]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-15T05:48:38.907 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:48:38 smithi116 bash[25961]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-15T05:48:38.907 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:48:38 smithi116 bash[25961]: stat: stderr See 'docker run --help'. 2023-11-15T05:48:38.907 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:48:38 smithi116 bash[25961]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T05:48:38.907 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:48:38 smithi116 bash[25961]: cephadm 2023-11-15T05:48:37.049319+0000 mgr.smithi116.ldeiub (mgr.14182) 615 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi116.jjwrvm 2023-11-15T05:48:38.908 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:48:38 smithi116 bash[25961]: cephadm 2023-11-15T05:48:37.050895+0000 mgr.smithi116.ldeiub (mgr.14182) 616 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi116.jjwrvm on smithi116: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi116-jjwrvm 2023-11-15T05:48:38.908 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:48:38 smithi116 bash[25961]: /usr/bin/docker: stdout 2023-11-15T05:48:38.908 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:48:38 smithi116 bash[25961]: /usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi116-jjwrvm 2023-11-15T05:48:38.908 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:48:38 smithi116 bash[25961]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi116.jjwrvm 2023-11-15T05:48:38.908 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:48:38 smithi116 bash[25961]: /usr/bin/docker: stdout 2023-11-15T05:48:38.909 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:48:38 smithi116 bash[25961]: /usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi116.jjwrvm 2023-11-15T05:48:38.909 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:48:38 smithi116 bash[25961]: Deploy daemon haproxy.nfs.foo.smithi116.jjwrvm ... 2023-11-15T05:48:38.909 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:48:38 smithi116 bash[25961]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T05:48:38.909 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:48:38 smithi116 bash[25961]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-15T05:48:38.909 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:48:38 smithi116 bash[25961]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-15T05:48:38.909 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:48:38 smithi116 bash[25961]: stat: stderr See 'docker run --help'. 2023-11-15T05:48:38.910 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:48:38 smithi116 bash[25961]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T05:48:38.910 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:48:38 smithi116 bash[25961]: audit 2023-11-15T05:48:37.051994+0000 mgr.smithi116.ldeiub (mgr.14182) 617 : audit [DBG] from='client.14868 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:48:38.910 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:48:38 smithi116 bash[25961]: cephadm 2023-11-15T05:48:37.054407+0000 mgr.smithi116.ldeiub (mgr.14182) 618 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi152.edkhxo on smithi152: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-11-15T05:48:38.910 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:48:38 smithi116 bash[25961]: cephadm 2023-11-15T05:48:37.061043+0000 mgr.smithi116.ldeiub (mgr.14182) 619 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi116.ckqzmy on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-11-15T05:48:38.910 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:48:38 smithi116 bash[25961]: cluster 2023-11-15T05:48:37.061955+0000 mgr.smithi116.ldeiub (mgr.14182) 620 : cluster [DBG] pgmap v429: 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 2023-11-15T05:48:38.911 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:48:38 smithi116 bash[25961]: cluster 2023-11-15T05:48:37.617352+0000 mon.smithi116 (mon.0) 782 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2023-11-15T05:48:39.011 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:48:38 smithi152 bash[29762]: cephadm 2023-11-15T05:48:37.049128+0000 mgr.smithi116.ldeiub (mgr.14182) 614 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi116-jjwrvm 2023-11-15T05:48:39.011 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:48:38 smithi152 bash[29762]: /usr/bin/docker: stdout 2023-11-15T05:48:39.012 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:48:38 smithi152 bash[29762]: /usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi116-jjwrvm 2023-11-15T05:48:39.012 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:48:38 smithi152 bash[29762]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi116.jjwrvm 2023-11-15T05:48:39.012 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:48:38 smithi152 bash[29762]: /usr/bin/docker: stdout 2023-11-15T05:48:39.013 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:48:38 smithi152 bash[29762]: /usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi116.jjwrvm 2023-11-15T05:48:39.013 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:48:38 smithi152 bash[29762]: Deploy daemon haproxy.nfs.foo.smithi116.jjwrvm ... 2023-11-15T05:48:39.014 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:48:38 smithi152 bash[29762]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T05:48:39.014 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:48:38 smithi152 bash[29762]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-15T05:48:39.014 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:48:38 smithi152 bash[29762]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-15T05:48:39.015 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:48:38 smithi152 bash[29762]: stat: stderr See 'docker run --help'. 2023-11-15T05:48:39.015 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:48:38 smithi152 bash[29762]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T05:48:39.015 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:48:38 smithi152 bash[29762]: Traceback (most recent call last): 2023-11-15T05:48:39.016 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:48:38 smithi152 bash[29762]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-11-15T05:48:39.016 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:48:38 smithi152 bash[29762]: yield (conn, connr) 2023-11-15T05:48:39.017 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:48:38 smithi152 bash[29762]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-11-15T05:48:39.017 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:48:38 smithi152 bash[29762]: code, '\n'.join(err))) 2023-11-15T05:48:39.017 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:48:38 smithi152 bash[29762]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi116-jjwrvm 2023-11-15T05:48:39.018 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:48:38 smithi152 bash[29762]: /usr/bin/docker: stdout 2023-11-15T05:48:39.018 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:48:38 smithi152 bash[29762]: /usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi116-jjwrvm 2023-11-15T05:48:39.018 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:48:38 smithi152 bash[29762]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi116.jjwrvm 2023-11-15T05:48:39.019 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:48:38 smithi152 bash[29762]: /usr/bin/docker: stdout 2023-11-15T05:48:39.019 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:48:38 smithi152 bash[29762]: /usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi116.jjwrvm 2023-11-15T05:48:39.020 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:48:38 smithi152 bash[29762]: Deploy daemon haproxy.nfs.foo.smithi116.jjwrvm ... 2023-11-15T05:48:39.020 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:48:38 smithi152 bash[29762]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T05:48:39.020 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:48:38 smithi152 bash[29762]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-15T05:48:39.021 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:48:38 smithi152 bash[29762]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-15T05:48:39.021 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:48:38 smithi152 bash[29762]: stat: stderr See 'docker run --help'. 2023-11-15T05:48:39.021 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:48:38 smithi152 bash[29762]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T05:48:39.022 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:48:38 smithi152 bash[29762]: cephadm 2023-11-15T05:48:37.049319+0000 mgr.smithi116.ldeiub (mgr.14182) 615 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi116.jjwrvm 2023-11-15T05:48:39.022 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:48:38 smithi152 bash[29762]: cephadm 2023-11-15T05:48:37.050895+0000 mgr.smithi116.ldeiub (mgr.14182) 616 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi116.jjwrvm on smithi116: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi116-jjwrvm 2023-11-15T05:48:39.023 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:48:38 smithi152 bash[29762]: /usr/bin/docker: stdout 2023-11-15T05:48:39.023 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:48:38 smithi152 bash[29762]: /usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi116-jjwrvm 2023-11-15T05:48:39.023 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:48:38 smithi152 bash[29762]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi116.jjwrvm 2023-11-15T05:48:39.023 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:48:38 smithi152 bash[29762]: /usr/bin/docker: stdout 2023-11-15T05:48:39.024 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:48:38 smithi152 bash[29762]: /usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi116.jjwrvm 2023-11-15T05:48:39.024 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:48:38 smithi152 bash[29762]: Deploy daemon haproxy.nfs.foo.smithi116.jjwrvm ... 2023-11-15T05:48:39.024 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:48:38 smithi152 bash[29762]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T05:48:39.024 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:48:38 smithi152 bash[29762]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-15T05:48:39.025 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:48:38 smithi152 bash[29762]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-15T05:48:39.025 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:48:38 smithi152 bash[29762]: stat: stderr See 'docker run --help'. 2023-11-15T05:48:39.025 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:48:38 smithi152 bash[29762]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T05:48:39.026 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:48:38 smithi152 bash[29762]: audit 2023-11-15T05:48:37.051994+0000 mgr.smithi116.ldeiub (mgr.14182) 617 : audit [DBG] from='client.14868 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:48:39.026 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:48:38 smithi152 bash[29762]: cephadm 2023-11-15T05:48:37.054407+0000 mgr.smithi116.ldeiub (mgr.14182) 618 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi152.edkhxo on smithi152: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-11-15T05:48:39.026 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:48:38 smithi152 bash[29762]: cephadm 2023-11-15T05:48:37.061043+0000 mgr.smithi116.ldeiub (mgr.14182) 619 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi116.ckqzmy on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-11-15T05:48:39.027 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:48:38 smithi152 bash[29762]: cluster 2023-11-15T05:48:37.061955+0000 mgr.smithi116.ldeiub (mgr.14182) 620 : cluster [DBG] pgmap v429: 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 2023-11-15T05:48:39.027 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:48:38 smithi152 bash[29762]: cluster 2023-11-15T05:48:37.617352+0000 mon.smithi116 (mon.0) 782 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2023-11-15T05:48:40.901 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:48:40 smithi116 bash[25961]: cluster 2023-11-15T05:48:39.063128+0000 mgr.smithi116.ldeiub (mgr.14182) 621 : cluster [DBG] pgmap v430: 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 2023-11-15T05:48:41.010 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:48:40 smithi152 bash[29762]: cluster 2023-11-15T05:48:39.063128+0000 mgr.smithi116.ldeiub (mgr.14182) 621 : cluster [DBG] pgmap v430: 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 2023-11-15T05:48:42.091 INFO:teuthology.orchestra.run.smithi116.stdout: 2023-11-15T05:48:42.091 INFO:teuthology.orchestra.run.smithi116.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T05:34:36.374719Z", "last_refresh": "2023-11-15T05:43:50.109392Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T05:34:28.472277Z", "last_refresh": "2023-11-15T05:43:50.109543Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T05:34:32.474479Z", "last_refresh": "2023-11-15T05:43:50.109687Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:47:29.033850Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi116.rzfqjh on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:48:33.311340Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi152.xvnpen on smithi152: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi152-xvnpen\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi152-xvnpen\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi152.xvnpen\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi152.xvnpen\nDeploy daemon haproxy.nfs.foo.smithi152.xvnpen ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi152 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi152 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:48:37.050670Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi116.jjwrvm on smithi116: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi116-jjwrvm\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi116-jjwrvm\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi116.jjwrvm\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi116.jjwrvm\nDeploy daemon haproxy.nfs.foo.smithi116.jjwrvm ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:48:37.054251Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi152.edkhxo on smithi152: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:48:37.060937Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi116.ckqzmy on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.116/16"}, "status": {"created": "2023-11-15T05:41:51.643812Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.116/16"}}, {"events": ["2023-11-15T05:41:45.562111Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-15T05:41:45.554912Z", "last_refresh": "2023-11-15T05:43:50.110531Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T05:34:26.558369Z", "last_refresh": "2023-11-15T05:43:50.109235Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:35:55.352857Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi116:172.21.15.116=smithi116", "smithi152:172.21.15.152=smithi152"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T05:35:55.345327Z", "last_refresh": "2023-11-15T05:43:50.109014Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:41:51.641747Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-11-15T05:41:51.636276Z", "last_refresh": "2023-11-15T05:43:50.110665Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T05:34:34.444913Z", "last_refresh": "2023-11-15T05:43:50.109818Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T05:36:22.979260Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T05:36:22.972321Z", "last_refresh": "2023-11-15T05:43:50.109967Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T05:34:30.388073Z", "last_refresh": "2023-11-15T05:45:04.478878Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-15T05:48:42.164 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:48:41 smithi116 bash[25961]: audit 2023-11-15T05:48:40.905479+0000 mon.smithi116 (mon.0) 783 : audit [INF] from='mgr.14182 172.21.15.116:0/1868390107' entity='mgr.smithi116.ldeiub' 2023-11-15T05:48:42.164 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:48:41 smithi116 bash[25961]: cluster 2023-11-15T05:48:41.064410+0000 mgr.smithi116.ldeiub (mgr.14182) 622 : cluster [DBG] pgmap v431: 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 2023-11-15T05:48:42.260 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:48:41 smithi152 bash[29762]: audit 2023-11-15T05:48:40.905479+0000 mon.smithi116 (mon.0) 783 : audit [INF] from='mgr.14182 172.21.15.116:0/1868390107' entity='mgr.smithi116.ldeiub' 2023-11-15T05:48:42.260 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:48:41 smithi152 bash[29762]: cluster 2023-11-15T05:48:41.064410+0000 mgr.smithi116.ldeiub (mgr.14182) 622 : cluster [DBG] pgmap v431: 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 2023-11-15T05:48:42.791 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T05:48:43.151 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:48:42 smithi116 bash[25961]: audit 2023-11-15T05:48:42.083011+0000 mgr.smithi116.ldeiub (mgr.14182) 623 : audit [DBG] from='client.14872 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:48:43.260 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:48:42 smithi152 bash[29762]: audit 2023-11-15T05:48:42.083011+0000 mgr.smithi116.ldeiub (mgr.14182) 623 : audit [DBG] from='client.14872 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:48:43.793 DEBUG:teuthology.orchestra.run.smithi116:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 7456fada-8378-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T05:48:44.151 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:48:43 smithi116 bash[25961]: cluster 2023-11-15T05:48:43.065440+0000 mgr.smithi116.ldeiub (mgr.14182) 624 : cluster [DBG] pgmap v432: 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 2023-11-15T05:48:44.260 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:48:43 smithi152 bash[29762]: cluster 2023-11-15T05:48:43.065440+0000 mgr.smithi116.ldeiub (mgr.14182) 624 : cluster [DBG] pgmap v432: 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 2023-11-15T05:48:46.621 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:48:46 smithi116 bash[25961]: cluster 2023-11-15T05:48:45.066576+0000 mgr.smithi116.ldeiub (mgr.14182) 625 : cluster [DBG] pgmap v433: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 87 B/s rd, 0 op/s 2023-11-15T05:48:46.622 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:48:46 smithi116 bash[25961]: audit 2023-11-15T05:48:45.284743+0000 mon.smithi116 (mon.0) 784 : audit [INF] from='mgr.14182 172.21.15.116:0/1868390107' entity='mgr.smithi116.ldeiub' 2023-11-15T05:48:46.760 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:48:46 smithi152 bash[29762]: cluster 2023-11-15T05:48:45.066576+0000 mgr.smithi116.ldeiub (mgr.14182) 625 : cluster [DBG] pgmap v433: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 87 B/s rd, 0 op/s 2023-11-15T05:48:46.760 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:48:46 smithi152 bash[29762]: audit 2023-11-15T05:48:45.284743+0000 mon.smithi116 (mon.0) 784 : audit [INF] from='mgr.14182 172.21.15.116:0/1868390107' entity='mgr.smithi116.ldeiub' 2023-11-15T05:48:46.980 INFO:teuthology.orchestra.run.smithi116.stdout: 2023-11-15T05:48:46.981 INFO:teuthology.orchestra.run.smithi116.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T05:34:36.374719Z", "last_refresh": "2023-11-15T05:43:50.109392Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T05:34:28.472277Z", "last_refresh": "2023-11-15T05:43:50.109543Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T05:34:32.474479Z", "last_refresh": "2023-11-15T05:43:50.109687Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:47:29.033850Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi116.rzfqjh on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:48:33.311340Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi152.xvnpen on smithi152: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi152-xvnpen\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi152-xvnpen\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi152.xvnpen\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi152.xvnpen\nDeploy daemon haproxy.nfs.foo.smithi152.xvnpen ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi152 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi152 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:48:37.050670Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi116.jjwrvm on smithi116: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi116-jjwrvm\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi116-jjwrvm\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi116.jjwrvm\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi116.jjwrvm\nDeploy daemon haproxy.nfs.foo.smithi116.jjwrvm ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:48:37.054251Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi152.edkhxo on smithi152: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:48:37.060937Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi116.ckqzmy on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.116/16"}, "status": {"created": "2023-11-15T05:41:51.643812Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.116/16"}}, {"events": ["2023-11-15T05:41:45.562111Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-15T05:41:45.554912Z", "last_refresh": "2023-11-15T05:43:50.110531Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T05:34:26.558369Z", "last_refresh": "2023-11-15T05:43:50.109235Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:35:55.352857Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi116:172.21.15.116=smithi116", "smithi152:172.21.15.152=smithi152"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T05:35:55.345327Z", "last_refresh": "2023-11-15T05:43:50.109014Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:41:51.641747Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-11-15T05:41:51.636276Z", "last_refresh": "2023-11-15T05:43:50.110665Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T05:34:34.444913Z", "last_refresh": "2023-11-15T05:43:50.109818Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T05:36:22.979260Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T05:36:22.972321Z", "last_refresh": "2023-11-15T05:43:50.109967Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T05:34:30.388073Z", "last_refresh": "2023-11-15T05:45:04.478878Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-15T05:48:47.593 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T05:48:48.595 DEBUG:teuthology.orchestra.run.smithi116:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 7456fada-8378-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T05:48:48.608 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:48:48 smithi116 bash[25961]: audit 2023-11-15T05:48:46.964578+0000 mgr.smithi116.ldeiub (mgr.14182) 626 : audit [DBG] from='client.14876 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:48:48.609 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:48:48 smithi116 bash[25961]: cluster 2023-11-15T05:48:47.067746+0000 mgr.smithi116.ldeiub (mgr.14182) 627 : cluster [DBG] pgmap v434: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 87 B/s rd, 0 op/s 2023-11-15T05:48:48.760 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:48:48 smithi152 bash[29762]: audit 2023-11-15T05:48:46.964578+0000 mgr.smithi116.ldeiub (mgr.14182) 626 : audit [DBG] from='client.14876 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:48:48.760 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:48:48 smithi152 bash[29762]: cluster 2023-11-15T05:48:47.067746+0000 mgr.smithi116.ldeiub (mgr.14182) 627 : cluster [DBG] pgmap v434: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 87 B/s rd, 0 op/s 2023-11-15T05:48:50.760 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:48:50 smithi152 bash[29762]: cluster 2023-11-15T05:48:49.068935+0000 mgr.smithi116.ldeiub (mgr.14182) 628 : cluster [DBG] pgmap v435: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:48:50.901 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:48:50 smithi116 bash[25961]: cluster 2023-11-15T05:48:49.068935+0000 mgr.smithi116.ldeiub (mgr.14182) 628 : cluster [DBG] pgmap v435: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:48:51.754 INFO:teuthology.orchestra.run.smithi116.stdout: 2023-11-15T05:48:51.754 INFO:teuthology.orchestra.run.smithi116.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T05:34:36.374719Z", "last_refresh": "2023-11-15T05:43:50.109392Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T05:34:28.472277Z", "last_refresh": "2023-11-15T05:43:50.109543Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T05:34:32.474479Z", "last_refresh": "2023-11-15T05:43:50.109687Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:47:29.033850Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi116.rzfqjh on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:48:33.311340Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi152.xvnpen on smithi152: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi152-xvnpen\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi152-xvnpen\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi152.xvnpen\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi152.xvnpen\nDeploy daemon haproxy.nfs.foo.smithi152.xvnpen ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi152 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi152 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:48:37.050670Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi116.jjwrvm on smithi116: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi116-jjwrvm\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi116-jjwrvm\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi116.jjwrvm\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi116.jjwrvm\nDeploy daemon haproxy.nfs.foo.smithi116.jjwrvm ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:48:37.054251Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi152.edkhxo on smithi152: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:48:37.060937Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi116.ckqzmy on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.116/16"}, "status": {"created": "2023-11-15T05:41:51.643812Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.116/16"}}, {"events": ["2023-11-15T05:41:45.562111Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-15T05:41:45.554912Z", "last_refresh": "2023-11-15T05:43:50.110531Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T05:34:26.558369Z", "last_refresh": "2023-11-15T05:43:50.109235Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:35:55.352857Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi116:172.21.15.116=smithi116", "smithi152:172.21.15.152=smithi152"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T05:35:55.345327Z", "last_refresh": "2023-11-15T05:43:50.109014Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:41:51.641747Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-11-15T05:41:51.636276Z", "last_refresh": "2023-11-15T05:43:50.110665Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T05:34:34.444913Z", "last_refresh": "2023-11-15T05:43:50.109818Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T05:36:22.979260Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T05:36:22.972321Z", "last_refresh": "2023-11-15T05:43:50.109967Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T05:34:30.388073Z", "last_refresh": "2023-11-15T05:45:04.478878Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-15T05:48:52.346 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T05:48:52.651 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:48:52 smithi116 bash[25961]: cluster 2023-11-15T05:48:51.070280+0000 mgr.smithi116.ldeiub (mgr.14182) 629 : cluster [DBG] pgmap v436: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:48:52.651 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:48:52 smithi116 bash[25961]: audit 2023-11-15T05:48:51.741040+0000 mgr.smithi116.ldeiub (mgr.14182) 630 : audit [DBG] from='client.14880 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:48:52.760 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:48:52 smithi152 bash[29762]: cluster 2023-11-15T05:48:51.070280+0000 mgr.smithi116.ldeiub (mgr.14182) 629 : cluster [DBG] pgmap v436: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:48:52.760 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:48:52 smithi152 bash[29762]: audit 2023-11-15T05:48:51.741040+0000 mgr.smithi116.ldeiub (mgr.14182) 630 : audit [DBG] from='client.14880 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:48:53.347 DEBUG:teuthology.orchestra.run.smithi116:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 7456fada-8378-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T05:48:54.727 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:48:54 smithi116 bash[25961]: cluster 2023-11-15T05:48:53.071412+0000 mgr.smithi116.ldeiub (mgr.14182) 631 : cluster [DBG] pgmap v437: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T05:48:54.760 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:48:54 smithi152 bash[29762]: cluster 2023-11-15T05:48:53.071412+0000 mgr.smithi116.ldeiub (mgr.14182) 631 : cluster [DBG] pgmap v437: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T05:48:56.551 INFO:teuthology.orchestra.run.smithi116.stdout: 2023-11-15T05:48:56.552 INFO:teuthology.orchestra.run.smithi116.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T05:34:36.374719Z", "last_refresh": "2023-11-15T05:43:50.109392Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T05:34:28.472277Z", "last_refresh": "2023-11-15T05:43:50.109543Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T05:34:32.474479Z", "last_refresh": "2023-11-15T05:43:50.109687Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:47:29.033850Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi116.rzfqjh on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:48:33.311340Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi152.xvnpen on smithi152: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi152-xvnpen\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi152-xvnpen\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi152.xvnpen\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi152.xvnpen\nDeploy daemon haproxy.nfs.foo.smithi152.xvnpen ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi152 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi152 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:48:37.050670Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi116.jjwrvm on smithi116: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi116-jjwrvm\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi116-jjwrvm\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi116.jjwrvm\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi116.jjwrvm\nDeploy daemon haproxy.nfs.foo.smithi116.jjwrvm ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:48:37.054251Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi152.edkhxo on smithi152: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:48:37.060937Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi116.ckqzmy on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.116/16"}, "status": {"created": "2023-11-15T05:41:51.643812Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.116/16"}}, {"events": ["2023-11-15T05:41:45.562111Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-15T05:41:45.554912Z", "last_refresh": "2023-11-15T05:43:50.110531Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T05:34:26.558369Z", "last_refresh": "2023-11-15T05:43:50.109235Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:35:55.352857Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi116:172.21.15.116=smithi116", "smithi152:172.21.15.152=smithi152"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T05:35:55.345327Z", "last_refresh": "2023-11-15T05:43:50.109014Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:41:51.641747Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-11-15T05:41:51.636276Z", "last_refresh": "2023-11-15T05:43:50.110665Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T05:34:34.444913Z", "last_refresh": "2023-11-15T05:43:50.109818Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T05:36:22.979260Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T05:36:22.972321Z", "last_refresh": "2023-11-15T05:43:50.109967Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T05:34:30.388073Z", "last_refresh": "2023-11-15T05:45:04.478878Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-15T05:48:56.760 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:48:56 smithi152 bash[29762]: cluster 2023-11-15T05:48:55.072685+0000 mgr.smithi116.ldeiub (mgr.14182) 632 : cluster [DBG] pgmap v438: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:48:56.901 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:48:56 smithi116 bash[25961]: cluster 2023-11-15T05:48:55.072685+0000 mgr.smithi116.ldeiub (mgr.14182) 632 : cluster [DBG] pgmap v438: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:48:57.196 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T05:48:57.651 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:48:57 smithi116 bash[25961]: audit 2023-11-15T05:48:56.538030+0000 mgr.smithi116.ldeiub (mgr.14182) 633 : audit [DBG] from='client.14884 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:48:57.760 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:48:57 smithi152 bash[29762]: audit 2023-11-15T05:48:56.538030+0000 mgr.smithi116.ldeiub (mgr.14182) 633 : audit [DBG] from='client.14884 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:48:58.197 DEBUG:teuthology.orchestra.run.smithi116:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 7456fada-8378-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T05:48:58.651 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:48:58 smithi116 bash[25961]: cluster 2023-11-15T05:48:57.074041+0000 mgr.smithi116.ldeiub (mgr.14182) 634 : cluster [DBG] pgmap v439: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:48:58.760 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:48:58 smithi152 bash[29762]: cluster 2023-11-15T05:48:57.074041+0000 mgr.smithi116.ldeiub (mgr.14182) 634 : cluster [DBG] pgmap v439: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:49:00.760 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:49:00 smithi152 bash[29762]: cluster 2023-11-15T05:48:59.075216+0000 mgr.smithi116.ldeiub (mgr.14182) 635 : cluster [DBG] pgmap v440: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:49:00.901 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:49:00 smithi116 bash[25961]: cluster 2023-11-15T05:48:59.075216+0000 mgr.smithi116.ldeiub (mgr.14182) 635 : cluster [DBG] pgmap v440: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:49:01.381 INFO:teuthology.orchestra.run.smithi116.stdout: 2023-11-15T05:49:01.381 INFO:teuthology.orchestra.run.smithi116.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T05:34:36.374719Z", "last_refresh": "2023-11-15T05:43:50.109392Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T05:34:28.472277Z", "last_refresh": "2023-11-15T05:43:50.109543Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T05:34:32.474479Z", "last_refresh": "2023-11-15T05:43:50.109687Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:47:29.033850Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi116.rzfqjh on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:48:33.311340Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi152.xvnpen on smithi152: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi152-xvnpen\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi152-xvnpen\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi152.xvnpen\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi152.xvnpen\nDeploy daemon haproxy.nfs.foo.smithi152.xvnpen ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi152 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi152 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:48:37.050670Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi116.jjwrvm on smithi116: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi116-jjwrvm\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi116-jjwrvm\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi116.jjwrvm\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi116.jjwrvm\nDeploy daemon haproxy.nfs.foo.smithi116.jjwrvm ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:48:37.054251Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi152.edkhxo on smithi152: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:48:37.060937Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi116.ckqzmy on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.116/16"}, "status": {"created": "2023-11-15T05:41:51.643812Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.116/16"}}, {"events": ["2023-11-15T05:41:45.562111Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-15T05:41:45.554912Z", "last_refresh": "2023-11-15T05:43:50.110531Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T05:34:26.558369Z", "last_refresh": "2023-11-15T05:43:50.109235Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:35:55.352857Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi116:172.21.15.116=smithi116", "smithi152:172.21.15.152=smithi152"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T05:35:55.345327Z", "last_refresh": "2023-11-15T05:43:50.109014Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:41:51.641747Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-11-15T05:41:51.636276Z", "last_refresh": "2023-11-15T05:43:50.110665Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T05:34:34.444913Z", "last_refresh": "2023-11-15T05:43:50.109818Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T05:36:22.979260Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T05:36:22.972321Z", "last_refresh": "2023-11-15T05:43:50.109967Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T05:34:30.388073Z", "last_refresh": "2023-11-15T05:45:04.478878Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-15T05:49:01.973 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T05:49:02.760 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:49:02 smithi152 bash[29762]: cluster 2023-11-15T05:49:01.076432+0000 mgr.smithi116.ldeiub (mgr.14182) 636 : cluster [DBG] pgmap v441: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:49:02.760 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:49:02 smithi152 bash[29762]: audit 2023-11-15T05:49:01.368383+0000 mgr.smithi116.ldeiub (mgr.14182) 637 : audit [DBG] from='client.14888 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:49:02.901 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:49:02 smithi116 bash[25961]: cluster 2023-11-15T05:49:01.076432+0000 mgr.smithi116.ldeiub (mgr.14182) 636 : cluster [DBG] pgmap v441: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:49:02.901 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:49:02 smithi116 bash[25961]: audit 2023-11-15T05:49:01.368383+0000 mgr.smithi116.ldeiub (mgr.14182) 637 : audit [DBG] from='client.14888 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:49:02.974 DEBUG:teuthology.orchestra.run.smithi116:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 7456fada-8378-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T05:49:04.651 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:49:04 smithi116 bash[25961]: cluster 2023-11-15T05:49:03.077154+0000 mgr.smithi116.ldeiub (mgr.14182) 638 : cluster [DBG] pgmap v442: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T05:49:04.760 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:49:04 smithi152 bash[29762]: cluster 2023-11-15T05:49:03.077154+0000 mgr.smithi116.ldeiub (mgr.14182) 638 : cluster [DBG] pgmap v442: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T05:49:06.138 INFO:teuthology.orchestra.run.smithi116.stdout: 2023-11-15T05:49:06.138 INFO:teuthology.orchestra.run.smithi116.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T05:34:36.374719Z", "last_refresh": "2023-11-15T05:43:50.109392Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T05:34:28.472277Z", "last_refresh": "2023-11-15T05:43:50.109543Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T05:34:32.474479Z", "last_refresh": "2023-11-15T05:43:50.109687Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:47:29.033850Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi116.rzfqjh on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:48:33.311340Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi152.xvnpen on smithi152: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi152-xvnpen\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi152-xvnpen\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi152.xvnpen\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi152.xvnpen\nDeploy daemon haproxy.nfs.foo.smithi152.xvnpen ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi152 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi152 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:48:37.050670Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi116.jjwrvm on smithi116: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi116-jjwrvm\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi116-jjwrvm\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi116.jjwrvm\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi116.jjwrvm\nDeploy daemon haproxy.nfs.foo.smithi116.jjwrvm ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:48:37.054251Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi152.edkhxo on smithi152: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:48:37.060937Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi116.ckqzmy on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.116/16"}, "status": {"created": "2023-11-15T05:41:51.643812Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.116/16"}}, {"events": ["2023-11-15T05:41:45.562111Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-15T05:41:45.554912Z", "last_refresh": "2023-11-15T05:43:50.110531Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T05:34:26.558369Z", "last_refresh": "2023-11-15T05:43:50.109235Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:35:55.352857Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi116:172.21.15.116=smithi116", "smithi152:172.21.15.152=smithi152"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T05:35:55.345327Z", "last_refresh": "2023-11-15T05:43:50.109014Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:41:51.641747Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-11-15T05:41:51.636276Z", "last_refresh": "2023-11-15T05:43:50.110665Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T05:34:34.444913Z", "last_refresh": "2023-11-15T05:43:50.109818Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T05:36:22.979260Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T05:36:22.972321Z", "last_refresh": "2023-11-15T05:43:50.109967Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T05:34:30.388073Z", "last_refresh": "2023-11-15T05:45:04.478878Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-15T05:49:06.733 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:49:06 smithi116 bash[25961]: cluster 2023-11-15T05:49:05.078337+0000 mgr.smithi116.ldeiub (mgr.14182) 639 : 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 2023-11-15T05:49:06.735 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T05:49:06.760 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:49:06 smithi152 bash[29762]: cluster 2023-11-15T05:49:05.078337+0000 mgr.smithi116.ldeiub (mgr.14182) 639 : 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 2023-11-15T05:49:07.735 DEBUG:teuthology.orchestra.run.smithi116:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 7456fada-8378-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T05:49:07.749 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:49:07 smithi116 bash[25961]: audit 2023-11-15T05:49:06.122213+0000 mgr.smithi116.ldeiub (mgr.14182) 640 : audit [DBG] from='client.14892 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:49:07.760 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:49:07 smithi152 bash[29762]: audit 2023-11-15T05:49:06.122213+0000 mgr.smithi116.ldeiub (mgr.14182) 640 : audit [DBG] from='client.14892 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:49:08.746 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:49:08 smithi116 bash[25961]: cluster 2023-11-15T05:49:07.079639+0000 mgr.smithi116.ldeiub (mgr.14182) 641 : 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 2023-11-15T05:49:08.760 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:49:08 smithi152 bash[29762]: cluster 2023-11-15T05:49:07.079639+0000 mgr.smithi116.ldeiub (mgr.14182) 641 : 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 2023-11-15T05:49:10.651 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:49:10 smithi116 bash[25961]: cluster 2023-11-15T05:49:09.080928+0000 mgr.smithi116.ldeiub (mgr.14182) 642 : cluster [DBG] pgmap v445: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:49:10.699 INFO:teuthology.orchestra.run.smithi116.stdout: 2023-11-15T05:49:10.699 INFO:teuthology.orchestra.run.smithi116.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T05:34:36.374719Z", "last_refresh": "2023-11-15T05:43:50.109392Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T05:34:28.472277Z", "last_refresh": "2023-11-15T05:43:50.109543Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T05:34:32.474479Z", "last_refresh": "2023-11-15T05:43:50.109687Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:47:29.033850Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi116.rzfqjh on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:48:33.311340Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi152.xvnpen on smithi152: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi152-xvnpen\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi152-xvnpen\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi152.xvnpen\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi152.xvnpen\nDeploy daemon haproxy.nfs.foo.smithi152.xvnpen ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi152 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi152 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:48:37.050670Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi116.jjwrvm on smithi116: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi116-jjwrvm\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi116-jjwrvm\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi116.jjwrvm\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi116.jjwrvm\nDeploy daemon haproxy.nfs.foo.smithi116.jjwrvm ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:48:37.054251Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi152.edkhxo on smithi152: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:48:37.060937Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi116.ckqzmy on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.116/16"}, "status": {"created": "2023-11-15T05:41:51.643812Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.116/16"}}, {"events": ["2023-11-15T05:41:45.562111Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-15T05:41:45.554912Z", "last_refresh": "2023-11-15T05:43:50.110531Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T05:34:26.558369Z", "last_refresh": "2023-11-15T05:43:50.109235Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:35:55.352857Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi116:172.21.15.116=smithi116", "smithi152:172.21.15.152=smithi152"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T05:35:55.345327Z", "last_refresh": "2023-11-15T05:43:50.109014Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:41:51.641747Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-11-15T05:41:51.636276Z", "last_refresh": "2023-11-15T05:43:50.110665Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T05:34:34.444913Z", "last_refresh": "2023-11-15T05:43:50.109818Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T05:36:22.979260Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T05:36:22.972321Z", "last_refresh": "2023-11-15T05:43:50.109967Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T05:34:30.388073Z", "last_refresh": "2023-11-15T05:45:04.478878Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-15T05:49:10.760 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:49:10 smithi152 bash[29762]: cluster 2023-11-15T05:49:09.080928+0000 mgr.smithi116.ldeiub (mgr.14182) 642 : cluster [DBG] pgmap v445: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:49:11.296 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T05:49:11.651 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:49:11 smithi116 bash[25961]: audit 2023-11-15T05:49:10.686299+0000 mgr.smithi116.ldeiub (mgr.14182) 643 : audit [DBG] from='client.14896 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:49:11.760 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:49:11 smithi152 bash[29762]: audit 2023-11-15T05:49:10.686299+0000 mgr.smithi116.ldeiub (mgr.14182) 643 : audit [DBG] from='client.14896 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:49:12.297 DEBUG:teuthology.orchestra.run.smithi116:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 7456fada-8378-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T05:49:12.651 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:49:12 smithi116 bash[25961]: cluster 2023-11-15T05:49:11.082300+0000 mgr.smithi116.ldeiub (mgr.14182) 644 : cluster [DBG] pgmap v446: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:49:12.760 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:49:12 smithi152 bash[29762]: cluster 2023-11-15T05:49:11.082300+0000 mgr.smithi116.ldeiub (mgr.14182) 644 : cluster [DBG] pgmap v446: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:49:14.901 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:49:14 smithi116 bash[25961]: cluster 2023-11-15T05:49:13.083361+0000 mgr.smithi116.ldeiub (mgr.14182) 645 : cluster [DBG] pgmap v447: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T05:49:15.010 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:49:14 smithi152 bash[29762]: cluster 2023-11-15T05:49:13.083361+0000 mgr.smithi116.ldeiub (mgr.14182) 645 : cluster [DBG] pgmap v447: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T05:49:15.455 INFO:teuthology.orchestra.run.smithi116.stdout: 2023-11-15T05:49:15.455 INFO:teuthology.orchestra.run.smithi116.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T05:34:36.374719Z", "last_refresh": "2023-11-15T05:43:50.109392Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T05:34:28.472277Z", "last_refresh": "2023-11-15T05:43:50.109543Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T05:34:32.474479Z", "last_refresh": "2023-11-15T05:43:50.109687Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:47:29.033850Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi116.rzfqjh on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:48:33.311340Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi152.xvnpen on smithi152: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi152-xvnpen\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi152-xvnpen\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi152.xvnpen\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi152.xvnpen\nDeploy daemon haproxy.nfs.foo.smithi152.xvnpen ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi152 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi152 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:48:37.050670Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi116.jjwrvm on smithi116: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi116-jjwrvm\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi116-jjwrvm\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi116.jjwrvm\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi116.jjwrvm\nDeploy daemon haproxy.nfs.foo.smithi116.jjwrvm ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:48:37.054251Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi152.edkhxo on smithi152: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:48:37.060937Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi116.ckqzmy on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.116/16"}, "status": {"created": "2023-11-15T05:41:51.643812Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.116/16"}}, {"events": ["2023-11-15T05:41:45.562111Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-15T05:41:45.554912Z", "last_refresh": "2023-11-15T05:43:50.110531Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T05:34:26.558369Z", "last_refresh": "2023-11-15T05:43:50.109235Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:35:55.352857Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi116:172.21.15.116=smithi116", "smithi152:172.21.15.152=smithi152"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T05:35:55.345327Z", "last_refresh": "2023-11-15T05:43:50.109014Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:41:51.641747Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-11-15T05:41:51.636276Z", "last_refresh": "2023-11-15T05:43:50.110665Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T05:34:34.444913Z", "last_refresh": "2023-11-15T05:43:50.109818Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T05:36:22.979260Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T05:36:22.972321Z", "last_refresh": "2023-11-15T05:43:50.109967Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T05:34:30.388073Z", "last_refresh": "2023-11-15T05:45:04.478878Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-15T05:49:16.055 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T05:49:16.901 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:49:16 smithi116 bash[25961]: cluster 2023-11-15T05:49:15.084401+0000 mgr.smithi116.ldeiub (mgr.14182) 646 : 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 2023-11-15T05:49:16.901 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:49:16 smithi116 bash[25961]: audit 2023-11-15T05:49:15.441885+0000 mgr.smithi116.ldeiub (mgr.14182) 647 : audit [DBG] from='client.14900 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:49:17.010 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:49:16 smithi152 bash[29762]: cluster 2023-11-15T05:49:15.084401+0000 mgr.smithi116.ldeiub (mgr.14182) 646 : 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 2023-11-15T05:49:17.010 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:49:16 smithi152 bash[29762]: audit 2023-11-15T05:49:15.441885+0000 mgr.smithi116.ldeiub (mgr.14182) 647 : audit [DBG] from='client.14900 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:49:17.056 DEBUG:teuthology.orchestra.run.smithi116:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 7456fada-8378-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T05:49:18.571 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:49:18 smithi116 bash[25961]: cluster 2023-11-15T05:49:17.085343+0000 mgr.smithi116.ldeiub (mgr.14182) 648 : 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 2023-11-15T05:49:19.010 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:49:18 smithi152 bash[29762]: cluster 2023-11-15T05:49:17.085343+0000 mgr.smithi116.ldeiub (mgr.14182) 648 : 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 2023-11-15T05:49:20.356 INFO:teuthology.orchestra.run.smithi116.stdout: 2023-11-15T05:49:20.356 INFO:teuthology.orchestra.run.smithi116.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T05:34:36.374719Z", "last_refresh": "2023-11-15T05:43:50.109392Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T05:34:28.472277Z", "last_refresh": "2023-11-15T05:43:50.109543Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T05:34:32.474479Z", "last_refresh": "2023-11-15T05:43:50.109687Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:47:29.033850Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi116.rzfqjh on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:48:33.311340Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi152.xvnpen on smithi152: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi152-xvnpen\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi152-xvnpen\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi152.xvnpen\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi152.xvnpen\nDeploy daemon haproxy.nfs.foo.smithi152.xvnpen ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi152 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi152 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:48:37.050670Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi116.jjwrvm on smithi116: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi116-jjwrvm\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi116-jjwrvm\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi116.jjwrvm\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi116.jjwrvm\nDeploy daemon haproxy.nfs.foo.smithi116.jjwrvm ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:48:37.054251Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi152.edkhxo on smithi152: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:48:37.060937Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi116.ckqzmy on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.116/16"}, "status": {"created": "2023-11-15T05:41:51.643812Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.116/16"}}, {"events": ["2023-11-15T05:41:45.562111Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-15T05:41:45.554912Z", "last_refresh": "2023-11-15T05:43:50.110531Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T05:34:26.558369Z", "last_refresh": "2023-11-15T05:43:50.109235Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:35:55.352857Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi116:172.21.15.116=smithi116", "smithi152:172.21.15.152=smithi152"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T05:35:55.345327Z", "last_refresh": "2023-11-15T05:43:50.109014Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:41:51.641747Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-11-15T05:41:51.636276Z", "last_refresh": "2023-11-15T05:43:50.110665Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T05:34:34.444913Z", "last_refresh": "2023-11-15T05:43:50.109818Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T05:36:22.979260Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T05:36:22.972321Z", "last_refresh": "2023-11-15T05:43:50.109967Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T05:34:30.388073Z", "last_refresh": "2023-11-15T05:45:04.478878Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-15T05:49:20.901 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:49:20 smithi116 bash[25961]: cluster 2023-11-15T05:49:19.086576+0000 mgr.smithi116.ldeiub (mgr.14182) 649 : cluster [DBG] pgmap v450: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:49:21.010 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:49:20 smithi152 bash[29762]: cluster 2023-11-15T05:49:19.086576+0000 mgr.smithi116.ldeiub (mgr.14182) 649 : cluster [DBG] pgmap v450: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:49:21.023 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T05:49:21.901 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:49:21 smithi116 bash[25961]: audit 2023-11-15T05:49:20.340329+0000 mgr.smithi116.ldeiub (mgr.14182) 650 : audit [DBG] from='client.14904 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:49:22.010 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:49:21 smithi152 bash[29762]: audit 2023-11-15T05:49:20.340329+0000 mgr.smithi116.ldeiub (mgr.14182) 650 : audit [DBG] from='client.14904 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:49:22.024 DEBUG:teuthology.orchestra.run.smithi116:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 7456fada-8378-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T05:49:22.901 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:49:22 smithi116 bash[25961]: cluster 2023-11-15T05:49:21.087969+0000 mgr.smithi116.ldeiub (mgr.14182) 651 : cluster [DBG] pgmap v451: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:49:23.010 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:49:22 smithi152 bash[29762]: cluster 2023-11-15T05:49:21.087969+0000 mgr.smithi116.ldeiub (mgr.14182) 651 : cluster [DBG] pgmap v451: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:49:24.818 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:49:24 smithi116 bash[25961]: cluster 2023-11-15T05:49:23.088833+0000 mgr.smithi116.ldeiub (mgr.14182) 652 : cluster [DBG] pgmap v452: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T05:49:25.010 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:49:24 smithi152 bash[29762]: cluster 2023-11-15T05:49:23.088833+0000 mgr.smithi116.ldeiub (mgr.14182) 652 : cluster [DBG] pgmap v452: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T05:49:25.266 INFO:teuthology.orchestra.run.smithi116.stdout: 2023-11-15T05:49:25.266 INFO:teuthology.orchestra.run.smithi116.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T05:34:36.374719Z", "last_refresh": "2023-11-15T05:43:50.109392Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T05:34:28.472277Z", "last_refresh": "2023-11-15T05:43:50.109543Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T05:34:32.474479Z", "last_refresh": "2023-11-15T05:43:50.109687Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:47:29.033850Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi116.rzfqjh on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:48:33.311340Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi152.xvnpen on smithi152: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi152-xvnpen\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi152-xvnpen\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi152.xvnpen\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi152.xvnpen\nDeploy daemon haproxy.nfs.foo.smithi152.xvnpen ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi152 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi152 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:48:37.050670Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi116.jjwrvm on smithi116: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi116-jjwrvm\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi116-jjwrvm\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi116.jjwrvm\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi116.jjwrvm\nDeploy daemon haproxy.nfs.foo.smithi116.jjwrvm ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:48:37.054251Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi152.edkhxo on smithi152: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:48:37.060937Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi116.ckqzmy on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.116/16"}, "status": {"created": "2023-11-15T05:41:51.643812Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.116/16"}}, {"events": ["2023-11-15T05:41:45.562111Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-15T05:41:45.554912Z", "last_refresh": "2023-11-15T05:43:50.110531Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T05:34:26.558369Z", "last_refresh": "2023-11-15T05:43:50.109235Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:35:55.352857Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi116:172.21.15.116=smithi116", "smithi152:172.21.15.152=smithi152"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T05:35:55.345327Z", "last_refresh": "2023-11-15T05:43:50.109014Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:41:51.641747Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-11-15T05:41:51.636276Z", "last_refresh": "2023-11-15T05:43:50.110665Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T05:34:34.444913Z", "last_refresh": "2023-11-15T05:43:50.109818Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T05:36:22.979260Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T05:36:22.972321Z", "last_refresh": "2023-11-15T05:43:50.109967Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T05:34:30.388073Z", "last_refresh": "2023-11-15T05:45:04.478878Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-15T05:49:25.886 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T05:49:26.887 DEBUG:teuthology.orchestra.run.smithi116:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 7456fada-8378-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T05:49:26.898 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:49:26 smithi116 bash[25961]: cluster 2023-11-15T05:49:25.089837+0000 mgr.smithi116.ldeiub (mgr.14182) 653 : 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 2023-11-15T05:49:26.898 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:49:26 smithi116 bash[25961]: audit 2023-11-15T05:49:25.250396+0000 mgr.smithi116.ldeiub (mgr.14182) 654 : audit [DBG] from='client.14908 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:49:27.010 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:49:26 smithi152 bash[29762]: cluster 2023-11-15T05:49:25.089837+0000 mgr.smithi116.ldeiub (mgr.14182) 653 : 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 2023-11-15T05:49:27.010 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:49:26 smithi152 bash[29762]: audit 2023-11-15T05:49:25.250396+0000 mgr.smithi116.ldeiub (mgr.14182) 654 : audit [DBG] from='client.14908 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:49:28.901 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:49:28 smithi116 bash[25961]: cluster 2023-11-15T05:49:27.090652+0000 mgr.smithi116.ldeiub (mgr.14182) 655 : 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 2023-11-15T05:49:29.010 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:49:28 smithi152 bash[29762]: cluster 2023-11-15T05:49:27.090652+0000 mgr.smithi116.ldeiub (mgr.14182) 655 : 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 2023-11-15T05:49:30.126 INFO:teuthology.orchestra.run.smithi116.stdout: 2023-11-15T05:49:30.127 INFO:teuthology.orchestra.run.smithi116.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T05:34:36.374719Z", "last_refresh": "2023-11-15T05:43:50.109392Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T05:34:28.472277Z", "last_refresh": "2023-11-15T05:43:50.109543Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T05:34:32.474479Z", "last_refresh": "2023-11-15T05:43:50.109687Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:47:29.033850Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi116.rzfqjh on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:48:33.311340Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi152.xvnpen on smithi152: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi152-xvnpen\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi152-xvnpen\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi152.xvnpen\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi152.xvnpen\nDeploy daemon haproxy.nfs.foo.smithi152.xvnpen ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi152 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi152 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:48:37.050670Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi116.jjwrvm on smithi116: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi116-jjwrvm\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi116-jjwrvm\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi116.jjwrvm\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi116.jjwrvm\nDeploy daemon haproxy.nfs.foo.smithi116.jjwrvm ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:48:37.054251Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi152.edkhxo on smithi152: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:48:37.060937Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi116.ckqzmy on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.116/16"}, "status": {"created": "2023-11-15T05:41:51.643812Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.116/16"}}, {"events": ["2023-11-15T05:41:45.562111Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-15T05:41:45.554912Z", "last_refresh": "2023-11-15T05:43:50.110531Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T05:34:26.558369Z", "last_refresh": "2023-11-15T05:43:50.109235Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:35:55.352857Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi116:172.21.15.116=smithi116", "smithi152:172.21.15.152=smithi152"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T05:35:55.345327Z", "last_refresh": "2023-11-15T05:43:50.109014Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:41:51.641747Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-11-15T05:41:51.636276Z", "last_refresh": "2023-11-15T05:43:50.110665Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T05:34:34.444913Z", "last_refresh": "2023-11-15T05:43:50.109818Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T05:36:22.979260Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T05:36:22.972321Z", "last_refresh": "2023-11-15T05:43:50.109967Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T05:34:30.388073Z", "last_refresh": "2023-11-15T05:45:04.478878Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-15T05:49:30.767 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T05:49:30.901 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:49:30 smithi116 bash[25961]: cluster 2023-11-15T05:49:29.091795+0000 mgr.smithi116.ldeiub (mgr.14182) 656 : cluster [DBG] pgmap v455: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:49:31.010 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:49:30 smithi152 bash[29762]: cluster 2023-11-15T05:49:29.091795+0000 mgr.smithi116.ldeiub (mgr.14182) 656 : cluster [DBG] pgmap v455: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:49:31.768 DEBUG:teuthology.orchestra.run.smithi116:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 7456fada-8378-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T05:49:31.901 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:49:31 smithi116 bash[25961]: audit 2023-11-15T05:49:30.112238+0000 mgr.smithi116.ldeiub (mgr.14182) 657 : audit [DBG] from='client.14912 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:49:32.010 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:49:31 smithi152 bash[29762]: audit 2023-11-15T05:49:30.112238+0000 mgr.smithi116.ldeiub (mgr.14182) 657 : audit [DBG] from='client.14912 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:49:32.842 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:49:32 smithi116 bash[25961]: cluster 2023-11-15T05:49:31.093064+0000 mgr.smithi116.ldeiub (mgr.14182) 658 : cluster [DBG] pgmap v456: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:49:33.010 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:49:32 smithi152 bash[29762]: cluster 2023-11-15T05:49:31.093064+0000 mgr.smithi116.ldeiub (mgr.14182) 658 : cluster [DBG] pgmap v456: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:49:34.847 INFO:teuthology.orchestra.run.smithi116.stdout: 2023-11-15T05:49:34.847 INFO:teuthology.orchestra.run.smithi116.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T05:34:36.374719Z", "last_refresh": "2023-11-15T05:43:50.109392Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T05:34:28.472277Z", "last_refresh": "2023-11-15T05:43:50.109543Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T05:34:32.474479Z", "last_refresh": "2023-11-15T05:43:50.109687Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:47:29.033850Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi116.rzfqjh on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:48:33.311340Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi152.xvnpen on smithi152: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi152-xvnpen\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi152-xvnpen\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi152.xvnpen\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi152.xvnpen\nDeploy daemon haproxy.nfs.foo.smithi152.xvnpen ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi152 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi152 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:48:37.050670Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi116.jjwrvm on smithi116: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi116-jjwrvm\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi116-jjwrvm\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi116.jjwrvm\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi116.jjwrvm\nDeploy daemon haproxy.nfs.foo.smithi116.jjwrvm ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:48:37.054251Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi152.edkhxo on smithi152: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:48:37.060937Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi116.ckqzmy on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.116/16"}, "status": {"created": "2023-11-15T05:41:51.643812Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.116/16"}}, {"events": ["2023-11-15T05:41:45.562111Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-15T05:41:45.554912Z", "last_refresh": "2023-11-15T05:43:50.110531Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T05:34:26.558369Z", "last_refresh": "2023-11-15T05:43:50.109235Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:35:55.352857Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi116:172.21.15.116=smithi116", "smithi152:172.21.15.152=smithi152"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T05:35:55.345327Z", "last_refresh": "2023-11-15T05:43:50.109014Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:41:51.641747Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-11-15T05:41:51.636276Z", "last_refresh": "2023-11-15T05:43:50.110665Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T05:34:34.444913Z", "last_refresh": "2023-11-15T05:43:50.109818Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T05:36:22.979260Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T05:36:22.972321Z", "last_refresh": "2023-11-15T05:43:50.109967Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T05:34:30.388073Z", "last_refresh": "2023-11-15T05:45:04.478878Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-15T05:49:34.891 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:49:34 smithi116 bash[25961]: cluster 2023-11-15T05:49:33.093880+0000 mgr.smithi116.ldeiub (mgr.14182) 659 : cluster [DBG] pgmap v457: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T05:49:35.010 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:49:34 smithi152 bash[29762]: cluster 2023-11-15T05:49:33.093880+0000 mgr.smithi116.ldeiub (mgr.14182) 659 : cluster [DBG] pgmap v457: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T05:49:35.388 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T05:49:36.390 DEBUG:teuthology.orchestra.run.smithi116:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 7456fada-8378-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T05:49:36.901 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:49:36 smithi116 bash[25961]: audit 2023-11-15T05:49:34.832180+0000 mgr.smithi116.ldeiub (mgr.14182) 660 : audit [DBG] from='client.14916 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:49:36.901 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:49:36 smithi116 bash[25961]: cluster 2023-11-15T05:49:35.094851+0000 mgr.smithi116.ldeiub (mgr.14182) 661 : cluster [DBG] pgmap v458: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:49:37.010 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:49:36 smithi152 bash[29762]: audit 2023-11-15T05:49:34.832180+0000 mgr.smithi116.ldeiub (mgr.14182) 660 : audit [DBG] from='client.14916 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:49:37.010 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:49:36 smithi152 bash[29762]: cluster 2023-11-15T05:49:35.094851+0000 mgr.smithi116.ldeiub (mgr.14182) 661 : cluster [DBG] pgmap v458: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:49:37.743 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:49:37 smithi116 bash[25961]: audit 2023-11-15T05:49:37.064584+0000 mon.smithi116 (mon.0) 785 : audit [DBG] from='mgr.14182 172.21.15.116:0/1868390107' entity='mgr.smithi116.ldeiub' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-15T05:49:37.743 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:49:37 smithi116 bash[25961]: audit 2023-11-15T05:49:37.384606+0000 mon.smithi116 (mon.0) 786 : audit [DBG] from='mgr.14182 172.21.15.116:0/1868390107' entity='mgr.smithi116.ldeiub' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-15T05:49:37.744 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:49:37 smithi116 bash[25961]: audit 2023-11-15T05:49:37.385883+0000 mon.smithi116 (mon.0) 787 : audit [INF] from='mgr.14182 172.21.15.116:0/1868390107' entity='mgr.smithi116.ldeiub' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-11-15T05:49:37.744 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:49:37 smithi116 bash[25961]: audit 2023-11-15T05:49:37.392393+0000 mon.smithi116 (mon.0) 788 : audit [INF] from='mgr.14182 172.21.15.116:0/1868390107' entity='mgr.smithi116.ldeiub' 2023-11-15T05:49:37.744 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:49:37 smithi116 bash[25961]: audit 2023-11-15T05:49:37.399712+0000 mon.smithi116 (mon.0) 789 : audit [DBG] from='mgr.14182 172.21.15.116:0/1868390107' entity='mgr.smithi116.ldeiub' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-11-15T05:49:37.745 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:49:37 smithi116 bash[25961]: audit 2023-11-15T05:49:37.411512+0000 mon.smithi116 (mon.0) 790 : audit [INF] from='mgr.14182 172.21.15.116:0/1868390107' entity='mgr.smithi116.ldeiub' 2023-11-15T05:49:38.010 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:49:37 smithi152 bash[29762]: audit 2023-11-15T05:49:37.064584+0000 mon.smithi116 (mon.0) 785 : audit [DBG] from='mgr.14182 172.21.15.116:0/1868390107' entity='mgr.smithi116.ldeiub' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-15T05:49:38.010 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:49:37 smithi152 bash[29762]: audit 2023-11-15T05:49:37.384606+0000 mon.smithi116 (mon.0) 786 : audit [DBG] from='mgr.14182 172.21.15.116:0/1868390107' entity='mgr.smithi116.ldeiub' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-15T05:49:38.011 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:49:37 smithi152 bash[29762]: audit 2023-11-15T05:49:37.385883+0000 mon.smithi116 (mon.0) 787 : audit [INF] from='mgr.14182 172.21.15.116:0/1868390107' entity='mgr.smithi116.ldeiub' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-11-15T05:49:38.011 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:49:37 smithi152 bash[29762]: audit 2023-11-15T05:49:37.392393+0000 mon.smithi116 (mon.0) 788 : audit [INF] from='mgr.14182 172.21.15.116:0/1868390107' entity='mgr.smithi116.ldeiub' 2023-11-15T05:49:38.011 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:49:37 smithi152 bash[29762]: audit 2023-11-15T05:49:37.399712+0000 mon.smithi116 (mon.0) 789 : audit [DBG] from='mgr.14182 172.21.15.116:0/1868390107' entity='mgr.smithi116.ldeiub' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-11-15T05:49:38.011 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:49:37 smithi152 bash[29762]: audit 2023-11-15T05:49:37.411512+0000 mon.smithi116 (mon.0) 790 : audit [INF] from='mgr.14182 172.21.15.116:0/1868390107' entity='mgr.smithi116.ldeiub' 2023-11-15T05:49:38.901 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:49:38 smithi116 bash[25961]: cluster 2023-11-15T05:49:37.095973+0000 mgr.smithi116.ldeiub (mgr.14182) 662 : 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 2023-11-15T05:49:38.902 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:49:38 smithi116 bash[25961]: cluster 2023-11-15T05:49:37.393093+0000 mgr.smithi116.ldeiub (mgr.14182) 663 : cluster [DBG] pgmap v460: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 99 B/s rd, 0 op/s 2023-11-15T05:49:38.902 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:49:38 smithi116 bash[25961]: cephadm 2023-11-15T05:49:37.414518+0000 mgr.smithi116.ldeiub (mgr.14182) 664 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi152.bfvoog on smithi152 2023-11-15T05:49:38.902 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:49:38 smithi116 bash[25961]: cluster 2023-11-15T05:49:37.590248+0000 mon.smithi116 (mon.0) 791 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2023-11-15T05:49:38.902 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:49:38 smithi116 bash[25961]: cluster 2023-11-15T05:49:37.590291+0000 mon.smithi116 (mon.0) 792 : cluster [INF] Cluster is now healthy 2023-11-15T05:49:39.010 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:49:38 smithi152 bash[29762]: cluster 2023-11-15T05:49:37.095973+0000 mgr.smithi116.ldeiub (mgr.14182) 662 : 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 2023-11-15T05:49:39.010 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:49:38 smithi152 bash[29762]: cluster 2023-11-15T05:49:37.393093+0000 mgr.smithi116.ldeiub (mgr.14182) 663 : cluster [DBG] pgmap v460: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 99 B/s rd, 0 op/s 2023-11-15T05:49:39.011 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:49:38 smithi152 bash[29762]: cephadm 2023-11-15T05:49:37.414518+0000 mgr.smithi116.ldeiub (mgr.14182) 664 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi152.bfvoog on smithi152 2023-11-15T05:49:39.011 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:49:38 smithi152 bash[29762]: cluster 2023-11-15T05:49:37.590248+0000 mon.smithi116 (mon.0) 791 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2023-11-15T05:49:39.011 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:49:38 smithi152 bash[29762]: cluster 2023-11-15T05:49:37.590291+0000 mon.smithi116 (mon.0) 792 : cluster [INF] Cluster is now healthy 2023-11-15T05:49:39.702 INFO:teuthology.orchestra.run.smithi116.stdout: 2023-11-15T05:49:39.703 INFO:teuthology.orchestra.run.smithi116.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T05:34:36.374719Z", "last_refresh": "2023-11-15T05:43:50.109392Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T05:34:28.472277Z", "last_refresh": "2023-11-15T05:43:50.109543Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T05:34:32.474479Z", "last_refresh": "2023-11-15T05:43:50.109687Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:47:29.033850Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi116.rzfqjh on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:48:33.311340Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi152.xvnpen on smithi152: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi152-xvnpen\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi152-xvnpen\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi152.xvnpen\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi152.xvnpen\nDeploy daemon haproxy.nfs.foo.smithi152.xvnpen ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi152 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi152 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:48:37.050670Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi116.jjwrvm on smithi116: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi116-jjwrvm\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi116-jjwrvm\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi116.jjwrvm\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi116.jjwrvm\nDeploy daemon haproxy.nfs.foo.smithi116.jjwrvm ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:48:37.054251Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi152.edkhxo on smithi152: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:48:37.060937Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi116.ckqzmy on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.116/16"}, "status": {"created": "2023-11-15T05:41:51.643812Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.116/16"}}, {"events": ["2023-11-15T05:41:45.562111Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-15T05:41:45.554912Z", "last_refresh": "2023-11-15T05:43:50.110531Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T05:34:26.558369Z", "last_refresh": "2023-11-15T05:43:50.109235Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:35:55.352857Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi116:172.21.15.116=smithi116", "smithi152:172.21.15.152=smithi152"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T05:35:55.345327Z", "last_refresh": "2023-11-15T05:43:50.109014Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:41:51.641747Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-11-15T05:41:51.636276Z", "last_refresh": "2023-11-15T05:43:50.110665Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T05:34:34.444913Z", "last_refresh": "2023-11-15T05:43:50.109818Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T05:36:22.979260Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T05:36:22.972321Z", "last_refresh": "2023-11-15T05:43:50.109967Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T05:34:30.388073Z", "last_refresh": "2023-11-15T05:45:04.478878Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-15T05:49:40.267 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T05:49:40.901 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:49:40 smithi116 bash[25961]: cluster 2023-11-15T05:49:39.393703+0000 mgr.smithi116.ldeiub (mgr.14182) 665 : cluster [DBG] pgmap v461: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 99 B/s rd, 0 op/s 2023-11-15T05:49:40.902 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:49:40 smithi116 bash[25961]: audit 2023-11-15T05:49:39.688895+0000 mgr.smithi116.ldeiub (mgr.14182) 666 : audit [DBG] from='client.14920 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:49:41.010 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:49:40 smithi152 bash[29762]: cluster 2023-11-15T05:49:39.393703+0000 mgr.smithi116.ldeiub (mgr.14182) 665 : cluster [DBG] pgmap v461: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 99 B/s rd, 0 op/s 2023-11-15T05:49:41.010 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:49:40 smithi152 bash[29762]: audit 2023-11-15T05:49:39.688895+0000 mgr.smithi116.ldeiub (mgr.14182) 666 : audit [DBG] from='client.14920 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:49:41.268 DEBUG:teuthology.orchestra.run.smithi116:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 7456fada-8378-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T05:49:41.901 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:49:41 smithi116 bash[25961]: audit 2023-11-15T05:49:41.139760+0000 mon.smithi116 (mon.0) 793 : audit [INF] from='mgr.14182 172.21.15.116:0/1868390107' entity='mgr.smithi116.ldeiub' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi152.bfvoog"}]: dispatch 2023-11-15T05:49:42.010 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:49:41 smithi152 bash[29762]: audit 2023-11-15T05:49:41.139760+0000 mon.smithi116 (mon.0) 793 : audit [INF] from='mgr.14182 172.21.15.116:0/1868390107' entity='mgr.smithi116.ldeiub' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi152.bfvoog"}]: dispatch 2023-11-15T05:49:42.691 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:49:42 smithi116 bash[25961]: cephadm 2023-11-15T05:49:41.138556+0000 mgr.smithi116.ldeiub (mgr.14182) 667 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi152-bfvoog 2023-11-15T05:49:42.692 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:49:42 smithi116 bash[25961]: /usr/bin/docker: stdout 2023-11-15T05:49:42.692 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:49:42 smithi116 bash[25961]: /usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi152-bfvoog 2023-11-15T05:49:42.692 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:49:42 smithi116 bash[25961]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi152.bfvoog 2023-11-15T05:49:42.692 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:49:42 smithi116 bash[25961]: /usr/bin/docker: stdout 2023-11-15T05:49:42.692 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:49:42 smithi116 bash[25961]: /usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi152.bfvoog 2023-11-15T05:49:42.693 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:49:42 smithi116 bash[25961]: Deploy daemon haproxy.nfs.foo.smithi152.bfvoog ... 2023-11-15T05:49:42.693 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:49:42 smithi116 bash[25961]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi152 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T05:49:42.693 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:49:42 smithi116 bash[25961]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-15T05:49:42.693 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:49:42 smithi116 bash[25961]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-15T05:49:42.693 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:49:42 smithi116 bash[25961]: stat: stderr See 'docker run --help'. 2023-11-15T05:49:42.693 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:49:42 smithi116 bash[25961]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi152 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T05:49:42.694 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:49:42 smithi116 bash[25961]: Traceback (most recent call last): 2023-11-15T05:49:42.694 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:49:42 smithi116 bash[25961]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-11-15T05:49:42.695 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:49:42 smithi116 bash[25961]: yield (conn, connr) 2023-11-15T05:49:42.695 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:49:42 smithi116 bash[25961]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-11-15T05:49:42.695 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:49:42 smithi116 bash[25961]: code, '\n'.join(err))) 2023-11-15T05:49:42.695 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:49:42 smithi116 bash[25961]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi152-bfvoog 2023-11-15T05:49:42.695 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:49:42 smithi116 bash[25961]: /usr/bin/docker: stdout 2023-11-15T05:49:42.696 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:49:42 smithi116 bash[25961]: /usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi152-bfvoog 2023-11-15T05:49:42.696 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:49:42 smithi116 bash[25961]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi152.bfvoog 2023-11-15T05:49:42.696 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:49:42 smithi116 bash[25961]: /usr/bin/docker: stdout 2023-11-15T05:49:42.696 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:49:42 smithi116 bash[25961]: /usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi152.bfvoog 2023-11-15T05:49:42.696 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:49:42 smithi116 bash[25961]: Deploy daemon haproxy.nfs.foo.smithi152.bfvoog ... 2023-11-15T05:49:42.696 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:49:42 smithi116 bash[25961]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi152 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T05:49:42.697 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:49:42 smithi116 bash[25961]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-15T05:49:42.697 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:49:42 smithi116 bash[25961]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-15T05:49:42.697 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:49:42 smithi116 bash[25961]: stat: stderr See 'docker run --help'. 2023-11-15T05:49:42.697 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:49:42 smithi116 bash[25961]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi152 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T05:49:42.697 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:49:42 smithi116 bash[25961]: cephadm 2023-11-15T05:49:41.139063+0000 mgr.smithi116.ldeiub (mgr.14182) 668 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi152.bfvoog 2023-11-15T05:49:42.698 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:49:42 smithi116 bash[25961]: cephadm 2023-11-15T05:49:41.141449+0000 mgr.smithi116.ldeiub (mgr.14182) 669 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi152.bfvoog on smithi152: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi152-bfvoog 2023-11-15T05:49:42.698 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:49:42 smithi116 bash[25961]: /usr/bin/docker: stdout 2023-11-15T05:49:42.698 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:49:42 smithi116 bash[25961]: /usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi152-bfvoog 2023-11-15T05:49:42.698 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:49:42 smithi116 bash[25961]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi152.bfvoog 2023-11-15T05:49:42.698 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:49:42 smithi116 bash[25961]: /usr/bin/docker: stdout 2023-11-15T05:49:42.699 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:49:42 smithi116 bash[25961]: /usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi152.bfvoog 2023-11-15T05:49:42.699 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:49:42 smithi116 bash[25961]: Deploy daemon haproxy.nfs.foo.smithi152.bfvoog ... 2023-11-15T05:49:42.699 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:49:42 smithi116 bash[25961]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi152 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T05:49:42.699 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:49:42 smithi116 bash[25961]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-15T05:49:42.699 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:49:42 smithi116 bash[25961]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-15T05:49:42.699 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:49:42 smithi116 bash[25961]: stat: stderr See 'docker run --help'. 2023-11-15T05:49:42.700 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:49:42 smithi116 bash[25961]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi152 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T05:49:42.700 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:49:42 smithi116 bash[25961]: cephadm 2023-11-15T05:49:41.146777+0000 mgr.smithi116.ldeiub (mgr.14182) 670 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi116.zjeylf on smithi116 2023-11-15T05:49:42.700 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:49:42 smithi116 bash[25961]: cluster 2023-11-15T05:49:41.394305+0000 mgr.smithi116.ldeiub (mgr.14182) 671 : cluster [DBG] pgmap v462: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 99 B/s rd, 0 op/s 2023-11-15T05:49:43.012 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:49:42 smithi152 bash[29762]: cephadm 2023-11-15T05:49:41.138556+0000 mgr.smithi116.ldeiub (mgr.14182) 667 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi152-bfvoog 2023-11-15T05:49:43.165 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:49:42 smithi152 bash[29762]: /usr/bin/docker: stdout 2023-11-15T05:49:43.165 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:49:42 smithi152 bash[29762]: /usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi152-bfvoog 2023-11-15T05:49:43.166 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:49:42 smithi152 bash[29762]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi152.bfvoog 2023-11-15T05:49:43.166 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:49:42 smithi152 bash[29762]: /usr/bin/docker: stdout 2023-11-15T05:49:43.166 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:49:42 smithi152 bash[29762]: /usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi152.bfvoog 2023-11-15T05:49:43.166 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:49:42 smithi152 bash[29762]: Deploy daemon haproxy.nfs.foo.smithi152.bfvoog ... 2023-11-15T05:49:43.166 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:49:42 smithi152 bash[29762]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi152 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T05:49:43.167 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:49:42 smithi152 bash[29762]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-15T05:49:43.167 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:49:42 smithi152 bash[29762]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-15T05:49:43.167 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:49:42 smithi152 bash[29762]: stat: stderr See 'docker run --help'. 2023-11-15T05:49:43.167 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:49:42 smithi152 bash[29762]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi152 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T05:49:43.167 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:49:42 smithi152 bash[29762]: Traceback (most recent call last): 2023-11-15T05:49:43.168 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:49:42 smithi152 bash[29762]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-11-15T05:49:43.168 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:49:42 smithi152 bash[29762]: yield (conn, connr) 2023-11-15T05:49:43.168 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:49:42 smithi152 bash[29762]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-11-15T05:49:43.168 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:49:42 smithi152 bash[29762]: code, '\n'.join(err))) 2023-11-15T05:49:43.168 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:49:42 smithi152 bash[29762]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi152-bfvoog 2023-11-15T05:49:43.168 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:49:42 smithi152 bash[29762]: /usr/bin/docker: stdout 2023-11-15T05:49:43.169 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:49:42 smithi152 bash[29762]: /usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi152-bfvoog 2023-11-15T05:49:43.169 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:49:42 smithi152 bash[29762]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi152.bfvoog 2023-11-15T05:49:43.169 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:49:42 smithi152 bash[29762]: /usr/bin/docker: stdout 2023-11-15T05:49:43.169 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:49:42 smithi152 bash[29762]: /usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi152.bfvoog 2023-11-15T05:49:43.169 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:49:42 smithi152 bash[29762]: Deploy daemon haproxy.nfs.foo.smithi152.bfvoog ... 2023-11-15T05:49:43.170 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:49:42 smithi152 bash[29762]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi152 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T05:49:43.170 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:49:42 smithi152 bash[29762]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-15T05:49:43.170 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:49:42 smithi152 bash[29762]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-15T05:49:43.170 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:49:42 smithi152 bash[29762]: stat: stderr See 'docker run --help'. 2023-11-15T05:49:43.170 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:49:42 smithi152 bash[29762]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi152 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T05:49:43.171 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:49:42 smithi152 bash[29762]: cephadm 2023-11-15T05:49:41.139063+0000 mgr.smithi116.ldeiub (mgr.14182) 668 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi152.bfvoog 2023-11-15T05:49:43.171 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:49:42 smithi152 bash[29762]: cephadm 2023-11-15T05:49:41.141449+0000 mgr.smithi116.ldeiub (mgr.14182) 669 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi152.bfvoog on smithi152: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi152-bfvoog 2023-11-15T05:49:43.171 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:49:42 smithi152 bash[29762]: /usr/bin/docker: stdout 2023-11-15T05:49:43.171 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:49:42 smithi152 bash[29762]: /usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi152-bfvoog 2023-11-15T05:49:43.172 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:49:42 smithi152 bash[29762]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi152.bfvoog 2023-11-15T05:49:43.172 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:49:42 smithi152 bash[29762]: /usr/bin/docker: stdout 2023-11-15T05:49:43.172 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:49:42 smithi152 bash[29762]: /usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi152.bfvoog 2023-11-15T05:49:43.172 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:49:42 smithi152 bash[29762]: Deploy daemon haproxy.nfs.foo.smithi152.bfvoog ... 2023-11-15T05:49:43.172 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:49:42 smithi152 bash[29762]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi152 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T05:49:43.173 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:49:42 smithi152 bash[29762]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-15T05:49:43.173 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:49:42 smithi152 bash[29762]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-15T05:49:43.173 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:49:42 smithi152 bash[29762]: stat: stderr See 'docker run --help'. 2023-11-15T05:49:43.173 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:49:42 smithi152 bash[29762]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi152 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T05:49:43.173 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:49:42 smithi152 bash[29762]: cephadm 2023-11-15T05:49:41.146777+0000 mgr.smithi116.ldeiub (mgr.14182) 670 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi116.zjeylf on smithi116 2023-11-15T05:49:43.173 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:49:42 smithi152 bash[29762]: cluster 2023-11-15T05:49:41.394305+0000 mgr.smithi116.ldeiub (mgr.14182) 671 : cluster [DBG] pgmap v462: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 99 B/s rd, 0 op/s 2023-11-15T05:49:44.414 INFO:teuthology.orchestra.run.smithi116.stdout: 2023-11-15T05:49:44.415 INFO:teuthology.orchestra.run.smithi116.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T05:34:36.374719Z", "last_refresh": "2023-11-15T05:43:50.109392Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T05:34:28.472277Z", "last_refresh": "2023-11-15T05:43:50.109543Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T05:34:32.474479Z", "last_refresh": "2023-11-15T05:43:50.109687Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:48:33.311340Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi152.xvnpen on smithi152: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi152-xvnpen\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi152-xvnpen\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi152.xvnpen\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi152.xvnpen\nDeploy daemon haproxy.nfs.foo.smithi152.xvnpen ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi152 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi152 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:48:37.050670Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi116.jjwrvm on smithi116: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi116-jjwrvm\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi116-jjwrvm\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi116.jjwrvm\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi116.jjwrvm\nDeploy daemon haproxy.nfs.foo.smithi116.jjwrvm ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:48:37.054251Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi152.edkhxo on smithi152: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:48:37.060937Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi116.ckqzmy on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:49:41.141222Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi152.bfvoog on smithi152: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi152-bfvoog\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi152-bfvoog\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi152.bfvoog\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi152.bfvoog\nDeploy daemon haproxy.nfs.foo.smithi152.bfvoog ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi152 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi152 -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.116/16"}, "status": {"created": "2023-11-15T05:41:51.643812Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.116/16"}}, {"events": ["2023-11-15T05:41:45.562111Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-15T05:41:45.554912Z", "last_refresh": "2023-11-15T05:43:50.110531Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T05:34:26.558369Z", "last_refresh": "2023-11-15T05:43:50.109235Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:35:55.352857Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi116:172.21.15.116=smithi116", "smithi152:172.21.15.152=smithi152"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T05:35:55.345327Z", "last_refresh": "2023-11-15T05:43:50.109014Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:41:51.641747Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-11-15T05:41:51.636276Z", "last_refresh": "2023-11-15T05:43:50.110665Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T05:34:34.444913Z", "last_refresh": "2023-11-15T05:43:50.109818Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T05:36:22.979260Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T05:36:22.972321Z", "last_refresh": "2023-11-15T05:43:50.109967Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T05:34:30.388073Z", "last_refresh": "2023-11-15T05:45:04.478878Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-15T05:49:44.901 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:49:44 smithi116 bash[25961]: cluster 2023-11-15T05:49:43.395262+0000 mgr.smithi116.ldeiub (mgr.14182) 672 : cluster [DBG] pgmap v463: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 99 B/s rd, 0 op/s 2023-11-15T05:49:45.010 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:49:44 smithi152 bash[29762]: cluster 2023-11-15T05:49:43.395262+0000 mgr.smithi116.ldeiub (mgr.14182) 672 : cluster [DBG] pgmap v463: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 99 B/s rd, 0 op/s 2023-11-15T05:49:45.085 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T05:49:45.901 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:49:45 smithi116 bash[25961]: audit 2023-11-15T05:49:44.405790+0000 mgr.smithi116.ldeiub (mgr.14182) 673 : audit [DBG] from='client.14924 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:49:45.901 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:49:45 smithi116 bash[25961]: audit 2023-11-15T05:49:45.049354+0000 mon.smithi116 (mon.0) 794 : audit [INF] from='mgr.14182 172.21.15.116:0/1868390107' entity='mgr.smithi116.ldeiub' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi116.zjeylf"}]: dispatch 2023-11-15T05:49:45.901 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:49:45 smithi116 bash[25961]: audit 2023-11-15T05:49:45.286230+0000 mon.smithi116 (mon.0) 795 : audit [INF] from='mgr.14182 172.21.15.116:0/1868390107' entity='mgr.smithi116.ldeiub' 2023-11-15T05:49:46.010 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:49:45 smithi152 bash[29762]: audit 2023-11-15T05:49:44.405790+0000 mgr.smithi116.ldeiub (mgr.14182) 673 : audit [DBG] from='client.14924 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:49:46.010 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:49:45 smithi152 bash[29762]: audit 2023-11-15T05:49:45.049354+0000 mon.smithi116 (mon.0) 794 : audit [INF] from='mgr.14182 172.21.15.116:0/1868390107' entity='mgr.smithi116.ldeiub' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi116.zjeylf"}]: dispatch 2023-11-15T05:49:46.011 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:49:45 smithi152 bash[29762]: audit 2023-11-15T05:49:45.286230+0000 mon.smithi116 (mon.0) 795 : audit [INF] from='mgr.14182 172.21.15.116:0/1868390107' entity='mgr.smithi116.ldeiub' 2023-11-15T05:49:46.086 DEBUG:teuthology.orchestra.run.smithi116:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 7456fada-8378-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T05:49:46.902 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:49:46 smithi116 bash[25961]: cephadm 2023-11-15T05:49:45.048239+0000 mgr.smithi116.ldeiub (mgr.14182) 674 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi116-zjeylf 2023-11-15T05:49:46.902 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:49:46 smithi116 bash[25961]: /usr/bin/docker: stdout 2023-11-15T05:49:46.902 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:49:46 smithi116 bash[25961]: /usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi116-zjeylf 2023-11-15T05:49:46.902 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:49:46 smithi116 bash[25961]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi116.zjeylf 2023-11-15T05:49:46.903 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:49:46 smithi116 bash[25961]: /usr/bin/docker: stdout 2023-11-15T05:49:46.903 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:49:46 smithi116 bash[25961]: /usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi116.zjeylf 2023-11-15T05:49:46.903 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:49:46 smithi116 bash[25961]: Deploy daemon haproxy.nfs.foo.smithi116.zjeylf ... 2023-11-15T05:49:46.903 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:49:46 smithi116 bash[25961]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T05:49:46.903 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:49:46 smithi116 bash[25961]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-15T05:49:46.904 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:49:46 smithi116 bash[25961]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-15T05:49:46.904 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:49:46 smithi116 bash[25961]: stat: stderr See 'docker run --help'. 2023-11-15T05:49:46.904 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:49:46 smithi116 bash[25961]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T05:49:46.904 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:49:46 smithi116 bash[25961]: Traceback (most recent call last): 2023-11-15T05:49:46.904 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:49:46 smithi116 bash[25961]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-11-15T05:49:46.904 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:49:46 smithi116 bash[25961]: yield (conn, connr) 2023-11-15T05:49:46.905 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:49:46 smithi116 bash[25961]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-11-15T05:49:46.905 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:49:46 smithi116 bash[25961]: code, '\n'.join(err))) 2023-11-15T05:49:46.905 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:49:46 smithi116 bash[25961]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi116-zjeylf 2023-11-15T05:49:46.905 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:49:46 smithi116 bash[25961]: /usr/bin/docker: stdout 2023-11-15T05:49:46.905 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:49:46 smithi116 bash[25961]: /usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi116-zjeylf 2023-11-15T05:49:46.906 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:49:46 smithi116 bash[25961]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi116.zjeylf 2023-11-15T05:49:46.906 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:49:46 smithi116 bash[25961]: /usr/bin/docker: stdout 2023-11-15T05:49:46.906 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:49:46 smithi116 bash[25961]: /usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi116.zjeylf 2023-11-15T05:49:46.906 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:49:46 smithi116 bash[25961]: Deploy daemon haproxy.nfs.foo.smithi116.zjeylf ... 2023-11-15T05:49:46.906 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:49:46 smithi116 bash[25961]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T05:49:46.907 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:49:46 smithi116 bash[25961]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-15T05:49:46.907 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:49:46 smithi116 bash[25961]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-15T05:49:46.907 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:49:46 smithi116 bash[25961]: stat: stderr See 'docker run --help'. 2023-11-15T05:49:46.907 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:49:46 smithi116 bash[25961]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T05:49:46.907 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:49:46 smithi116 bash[25961]: cephadm 2023-11-15T05:49:45.048686+0000 mgr.smithi116.ldeiub (mgr.14182) 675 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi116.zjeylf 2023-11-15T05:49:46.907 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:49:46 smithi116 bash[25961]: cephadm 2023-11-15T05:49:45.050877+0000 mgr.smithi116.ldeiub (mgr.14182) 676 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi116.zjeylf on smithi116: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi116-zjeylf 2023-11-15T05:49:46.908 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:49:46 smithi116 bash[25961]: /usr/bin/docker: stdout 2023-11-15T05:49:46.908 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:49:46 smithi116 bash[25961]: /usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi116-zjeylf 2023-11-15T05:49:46.908 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:49:46 smithi116 bash[25961]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi116.zjeylf 2023-11-15T05:49:46.908 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:49:46 smithi116 bash[25961]: /usr/bin/docker: stdout 2023-11-15T05:49:46.908 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:49:46 smithi116 bash[25961]: /usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi116.zjeylf 2023-11-15T05:49:46.909 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:49:46 smithi116 bash[25961]: Deploy daemon haproxy.nfs.foo.smithi116.zjeylf ... 2023-11-15T05:49:46.909 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:49:46 smithi116 bash[25961]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T05:49:46.909 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:49:46 smithi116 bash[25961]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-15T05:49:46.909 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:49:46 smithi116 bash[25961]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-15T05:49:46.909 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:49:46 smithi116 bash[25961]: stat: stderr See 'docker run --help'. 2023-11-15T05:49:46.909 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:49:46 smithi116 bash[25961]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T05:49:46.910 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:49:46 smithi116 bash[25961]: cephadm 2023-11-15T05:49:45.054445+0000 mgr.smithi116.ldeiub (mgr.14182) 677 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi152.jxuzde on smithi152: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-11-15T05:49:46.910 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:49:46 smithi116 bash[25961]: cephadm 2023-11-15T05:49:45.058539+0000 mgr.smithi116.ldeiub (mgr.14182) 678 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi116.wbsztg on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-11-15T05:49:46.910 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:49:46 smithi116 bash[25961]: cluster 2023-11-15T05:49:45.059549+0000 mgr.smithi116.ldeiub (mgr.14182) 679 : cluster [DBG] pgmap v464: 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 2023-11-15T05:49:46.910 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:49:46 smithi116 bash[25961]: cluster 2023-11-15T05:49:45.620117+0000 mon.smithi116 (mon.0) 796 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2023-11-15T05:49:46.910 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:49:46 smithi116 bash[25961]: audit 2023-11-15T05:49:45.956530+0000 mon.smithi116 (mon.0) 797 : audit [INF] from='mgr.14182 172.21.15.116:0/1868390107' entity='mgr.smithi116.ldeiub' 2023-11-15T05:49:47.011 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:49:46 smithi152 bash[29762]: cephadm 2023-11-15T05:49:45.048239+0000 mgr.smithi116.ldeiub (mgr.14182) 674 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi116-zjeylf 2023-11-15T05:49:47.011 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:49:46 smithi152 bash[29762]: /usr/bin/docker: stdout 2023-11-15T05:49:47.011 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:49:46 smithi152 bash[29762]: /usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi116-zjeylf 2023-11-15T05:49:47.011 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:49:46 smithi152 bash[29762]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi116.zjeylf 2023-11-15T05:49:47.012 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:49:46 smithi152 bash[29762]: /usr/bin/docker: stdout 2023-11-15T05:49:47.012 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:49:46 smithi152 bash[29762]: /usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi116.zjeylf 2023-11-15T05:49:47.012 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:49:46 smithi152 bash[29762]: Deploy daemon haproxy.nfs.foo.smithi116.zjeylf ... 2023-11-15T05:49:47.012 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:49:46 smithi152 bash[29762]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T05:49:47.012 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:49:46 smithi152 bash[29762]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-15T05:49:47.013 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:49:46 smithi152 bash[29762]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-15T05:49:47.013 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:49:46 smithi152 bash[29762]: stat: stderr See 'docker run --help'. 2023-11-15T05:49:47.013 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:49:46 smithi152 bash[29762]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T05:49:47.013 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:49:46 smithi152 bash[29762]: Traceback (most recent call last): 2023-11-15T05:49:47.013 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:49:46 smithi152 bash[29762]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-11-15T05:49:47.014 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:49:46 smithi152 bash[29762]: yield (conn, connr) 2023-11-15T05:49:47.014 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:49:46 smithi152 bash[29762]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-11-15T05:49:47.014 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:49:46 smithi152 bash[29762]: code, '\n'.join(err))) 2023-11-15T05:49:47.014 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:49:46 smithi152 bash[29762]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi116-zjeylf 2023-11-15T05:49:47.014 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:49:46 smithi152 bash[29762]: /usr/bin/docker: stdout 2023-11-15T05:49:47.014 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:49:46 smithi152 bash[29762]: /usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi116-zjeylf 2023-11-15T05:49:47.015 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:49:46 smithi152 bash[29762]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi116.zjeylf 2023-11-15T05:49:47.015 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:49:46 smithi152 bash[29762]: /usr/bin/docker: stdout 2023-11-15T05:49:47.015 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:49:46 smithi152 bash[29762]: /usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi116.zjeylf 2023-11-15T05:49:47.015 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:49:46 smithi152 bash[29762]: Deploy daemon haproxy.nfs.foo.smithi116.zjeylf ... 2023-11-15T05:49:47.015 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:49:46 smithi152 bash[29762]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T05:49:47.016 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:49:46 smithi152 bash[29762]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-15T05:49:47.016 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:49:46 smithi152 bash[29762]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-15T05:49:47.016 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:49:46 smithi152 bash[29762]: stat: stderr See 'docker run --help'. 2023-11-15T05:49:47.016 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:49:46 smithi152 bash[29762]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T05:49:47.017 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:49:46 smithi152 bash[29762]: cephadm 2023-11-15T05:49:45.048686+0000 mgr.smithi116.ldeiub (mgr.14182) 675 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi116.zjeylf 2023-11-15T05:49:47.017 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:49:46 smithi152 bash[29762]: cephadm 2023-11-15T05:49:45.050877+0000 mgr.smithi116.ldeiub (mgr.14182) 676 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi116.zjeylf on smithi116: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi116-zjeylf 2023-11-15T05:49:47.017 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:49:46 smithi152 bash[29762]: /usr/bin/docker: stdout 2023-11-15T05:49:47.017 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:49:46 smithi152 bash[29762]: /usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi116-zjeylf 2023-11-15T05:49:47.018 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:49:46 smithi152 bash[29762]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi116.zjeylf 2023-11-15T05:49:47.018 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:49:46 smithi152 bash[29762]: /usr/bin/docker: stdout 2023-11-15T05:49:47.018 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:49:46 smithi152 bash[29762]: /usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi116.zjeylf 2023-11-15T05:49:47.018 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:49:46 smithi152 bash[29762]: Deploy daemon haproxy.nfs.foo.smithi116.zjeylf ... 2023-11-15T05:49:47.018 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:49:46 smithi152 bash[29762]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T05:49:47.019 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:49:46 smithi152 bash[29762]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-15T05:49:47.019 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:49:46 smithi152 bash[29762]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-15T05:49:47.019 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:49:46 smithi152 bash[29762]: stat: stderr See 'docker run --help'. 2023-11-15T05:49:47.019 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:49:46 smithi152 bash[29762]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T05:49:47.019 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:49:46 smithi152 bash[29762]: cephadm 2023-11-15T05:49:45.054445+0000 mgr.smithi116.ldeiub (mgr.14182) 677 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi152.jxuzde on smithi152: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-11-15T05:49:47.020 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:49:46 smithi152 bash[29762]: cephadm 2023-11-15T05:49:45.058539+0000 mgr.smithi116.ldeiub (mgr.14182) 678 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi116.wbsztg on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-11-15T05:49:47.020 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:49:46 smithi152 bash[29762]: cluster 2023-11-15T05:49:45.059549+0000 mgr.smithi116.ldeiub (mgr.14182) 679 : cluster [DBG] pgmap v464: 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 2023-11-15T05:49:47.020 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:49:46 smithi152 bash[29762]: cluster 2023-11-15T05:49:45.620117+0000 mon.smithi116 (mon.0) 796 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2023-11-15T05:49:47.020 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:49:46 smithi152 bash[29762]: audit 2023-11-15T05:49:45.956530+0000 mon.smithi116 (mon.0) 797 : audit [INF] from='mgr.14182 172.21.15.116:0/1868390107' entity='mgr.smithi116.ldeiub' 2023-11-15T05:49:48.901 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:49:48 smithi116 bash[25961]: cluster 2023-11-15T05:49:47.061046+0000 mgr.smithi116.ldeiub (mgr.14182) 680 : cluster [DBG] pgmap v465: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 102 B/s rd, 0 op/s 2023-11-15T05:49:49.010 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:49:48 smithi152 bash[29762]: cluster 2023-11-15T05:49:47.061046+0000 mgr.smithi116.ldeiub (mgr.14182) 680 : cluster [DBG] pgmap v465: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 102 B/s rd, 0 op/s 2023-11-15T05:49:49.343 INFO:teuthology.orchestra.run.smithi116.stdout: 2023-11-15T05:49:49.343 INFO:teuthology.orchestra.run.smithi116.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T05:34:36.374719Z", "last_refresh": "2023-11-15T05:43:50.109392Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T05:34:28.472277Z", "last_refresh": "2023-11-15T05:43:50.109543Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T05:34:32.474479Z", "last_refresh": "2023-11-15T05:43:50.109687Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:48:37.060937Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi116.ckqzmy on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:49:41.141222Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi152.bfvoog on smithi152: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi152-bfvoog\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi152-bfvoog\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi152.bfvoog\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi152.bfvoog\nDeploy daemon haproxy.nfs.foo.smithi152.bfvoog ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi152 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi152 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:49:45.050679Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi116.zjeylf on smithi116: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi116-zjeylf\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi116-zjeylf\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi116.zjeylf\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi116.zjeylf\nDeploy daemon haproxy.nfs.foo.smithi116.zjeylf ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:49:45.054203Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi152.jxuzde on smithi152: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:49:45.058389Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi116.wbsztg on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.116/16"}, "status": {"created": "2023-11-15T05:41:51.643812Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.116/16"}}, {"events": ["2023-11-15T05:41:45.562111Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-15T05:41:45.554912Z", "last_refresh": "2023-11-15T05:43:50.110531Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T05:34:26.558369Z", "last_refresh": "2023-11-15T05:43:50.109235Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:35:55.352857Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi116:172.21.15.116=smithi116", "smithi152:172.21.15.152=smithi152"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T05:35:55.345327Z", "last_refresh": "2023-11-15T05:43:50.109014Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:41:51.641747Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-11-15T05:41:51.636276Z", "last_refresh": "2023-11-15T05:43:50.110665Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T05:34:34.444913Z", "last_refresh": "2023-11-15T05:43:50.109818Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T05:36:22.979260Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T05:36:22.972321Z", "last_refresh": "2023-11-15T05:43:50.109967Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T05:34:30.388073Z", "last_refresh": "2023-11-15T05:45:04.478878Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-15T05:49:49.960 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T05:49:50.961 DEBUG:teuthology.orchestra.run.smithi116:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 7456fada-8378-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T05:49:50.973 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:49:50 smithi116 bash[25961]: cluster 2023-11-15T05:49:49.062326+0000 mgr.smithi116.ldeiub (mgr.14182) 681 : cluster [DBG] pgmap v466: 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 2023-11-15T05:49:50.973 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:49:50 smithi116 bash[25961]: audit 2023-11-15T05:49:49.329215+0000 mgr.smithi116.ldeiub (mgr.14182) 682 : audit [DBG] from='client.14928 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:49:51.010 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:49:50 smithi152 bash[29762]: cluster 2023-11-15T05:49:49.062326+0000 mgr.smithi116.ldeiub (mgr.14182) 681 : cluster [DBG] pgmap v466: 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 2023-11-15T05:49:51.010 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:49:50 smithi152 bash[29762]: audit 2023-11-15T05:49:49.329215+0000 mgr.smithi116.ldeiub (mgr.14182) 682 : audit [DBG] from='client.14928 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:49:52.901 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:49:52 smithi116 bash[25961]: cluster 2023-11-15T05:49:51.063197+0000 mgr.smithi116.ldeiub (mgr.14182) 683 : cluster [DBG] pgmap v467: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 87 B/s rd, 0 op/s 2023-11-15T05:49:53.010 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:49:52 smithi152 bash[29762]: cluster 2023-11-15T05:49:51.063197+0000 mgr.smithi116.ldeiub (mgr.14182) 683 : cluster [DBG] pgmap v467: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 87 B/s rd, 0 op/s 2023-11-15T05:49:54.279 INFO:teuthology.orchestra.run.smithi116.stdout: 2023-11-15T05:49:54.279 INFO:teuthology.orchestra.run.smithi116.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T05:34:36.374719Z", "last_refresh": "2023-11-15T05:43:50.109392Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T05:34:28.472277Z", "last_refresh": "2023-11-15T05:43:50.109543Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T05:34:32.474479Z", "last_refresh": "2023-11-15T05:43:50.109687Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:48:37.060937Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi116.ckqzmy on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:49:41.141222Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi152.bfvoog on smithi152: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi152-bfvoog\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi152-bfvoog\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi152.bfvoog\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi152.bfvoog\nDeploy daemon haproxy.nfs.foo.smithi152.bfvoog ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi152 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi152 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:49:45.050679Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi116.zjeylf on smithi116: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi116-zjeylf\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi116-zjeylf\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi116.zjeylf\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi116.zjeylf\nDeploy daemon haproxy.nfs.foo.smithi116.zjeylf ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:49:45.054203Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi152.jxuzde on smithi152: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:49:45.058389Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi116.wbsztg on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.116/16"}, "status": {"created": "2023-11-15T05:41:51.643812Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.116/16"}}, {"events": ["2023-11-15T05:41:45.562111Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-15T05:41:45.554912Z", "last_refresh": "2023-11-15T05:43:50.110531Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T05:34:26.558369Z", "last_refresh": "2023-11-15T05:43:50.109235Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:35:55.352857Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi116:172.21.15.116=smithi116", "smithi152:172.21.15.152=smithi152"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T05:35:55.345327Z", "last_refresh": "2023-11-15T05:43:50.109014Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:41:51.641747Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-11-15T05:41:51.636276Z", "last_refresh": "2023-11-15T05:43:50.110665Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T05:34:34.444913Z", "last_refresh": "2023-11-15T05:43:50.109818Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T05:36:22.979260Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T05:36:22.972321Z", "last_refresh": "2023-11-15T05:43:50.109967Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T05:34:30.388073Z", "last_refresh": "2023-11-15T05:45:04.478878Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-15T05:49:54.861 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T05:49:55.010 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:49:54 smithi152 bash[29762]: cluster 2023-11-15T05:49:53.064177+0000 mgr.smithi116.ldeiub (mgr.14182) 684 : cluster [DBG] pgmap v468: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 87 B/s rd, 0 op/s 2023-11-15T05:49:55.151 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:49:54 smithi116 bash[25961]: cluster 2023-11-15T05:49:53.064177+0000 mgr.smithi116.ldeiub (mgr.14182) 684 : cluster [DBG] pgmap v468: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 87 B/s rd, 0 op/s 2023-11-15T05:49:55.862 DEBUG:teuthology.orchestra.run.smithi116:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 7456fada-8378-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T05:49:56.010 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:49:55 smithi152 bash[29762]: audit 2023-11-15T05:49:54.267417+0000 mgr.smithi116.ldeiub (mgr.14182) 685 : audit [DBG] from='client.14932 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:49:56.151 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:49:55 smithi116 bash[25961]: audit 2023-11-15T05:49:54.267417+0000 mgr.smithi116.ldeiub (mgr.14182) 685 : audit [DBG] from='client.14932 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:49:57.010 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:49:56 smithi152 bash[29762]: cluster 2023-11-15T05:49:55.065367+0000 mgr.smithi116.ldeiub (mgr.14182) 686 : cluster [DBG] pgmap v469: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 87 B/s rd, 0 op/s 2023-11-15T05:49:57.039 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:49:56 smithi116 bash[25961]: cluster 2023-11-15T05:49:55.065367+0000 mgr.smithi116.ldeiub (mgr.14182) 686 : cluster [DBG] pgmap v469: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 87 B/s rd, 0 op/s 2023-11-15T05:49:58.901 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:49:58 smithi116 bash[25961]: cluster 2023-11-15T05:49:57.066821+0000 mgr.smithi116.ldeiub (mgr.14182) 687 : cluster [DBG] pgmap v470: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:49:59.010 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:49:58 smithi152 bash[29762]: cluster 2023-11-15T05:49:57.066821+0000 mgr.smithi116.ldeiub (mgr.14182) 687 : cluster [DBG] pgmap v470: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:49:59.015 INFO:teuthology.orchestra.run.smithi116.stdout: 2023-11-15T05:49:59.016 INFO:teuthology.orchestra.run.smithi116.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T05:34:36.374719Z", "last_refresh": "2023-11-15T05:43:50.109392Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T05:34:28.472277Z", "last_refresh": "2023-11-15T05:43:50.109543Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T05:34:32.474479Z", "last_refresh": "2023-11-15T05:43:50.109687Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:48:37.060937Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi116.ckqzmy on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:49:41.141222Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi152.bfvoog on smithi152: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi152-bfvoog\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi152-bfvoog\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi152.bfvoog\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi152.bfvoog\nDeploy daemon haproxy.nfs.foo.smithi152.bfvoog ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi152 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi152 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:49:45.050679Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi116.zjeylf on smithi116: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi116-zjeylf\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi116-zjeylf\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi116.zjeylf\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi116.zjeylf\nDeploy daemon haproxy.nfs.foo.smithi116.zjeylf ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:49:45.054203Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi152.jxuzde on smithi152: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:49:45.058389Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi116.wbsztg on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.116/16"}, "status": {"created": "2023-11-15T05:41:51.643812Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.116/16"}}, {"events": ["2023-11-15T05:41:45.562111Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-15T05:41:45.554912Z", "last_refresh": "2023-11-15T05:43:50.110531Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T05:34:26.558369Z", "last_refresh": "2023-11-15T05:43:50.109235Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:35:55.352857Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi116:172.21.15.116=smithi116", "smithi152:172.21.15.152=smithi152"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T05:35:55.345327Z", "last_refresh": "2023-11-15T05:43:50.109014Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:41:51.641747Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-11-15T05:41:51.636276Z", "last_refresh": "2023-11-15T05:43:50.110665Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T05:34:34.444913Z", "last_refresh": "2023-11-15T05:43:50.109818Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T05:36:22.979260Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T05:36:22.972321Z", "last_refresh": "2023-11-15T05:43:50.109967Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T05:34:30.388073Z", "last_refresh": "2023-11-15T05:45:04.478878Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-15T05:49:59.646 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T05:50:00.647 DEBUG:teuthology.orchestra.run.smithi116:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 7456fada-8378-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T05:50:01.011 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:50:00 smithi152 bash[29762]: audit 2023-11-15T05:49:59.002498+0000 mgr.smithi116.ldeiub (mgr.14182) 688 : audit [DBG] from='client.14936 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:50:01.011 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:50:00 smithi152 bash[29762]: cluster 2023-11-15T05:49:59.068059+0000 mgr.smithi116.ldeiub (mgr.14182) 689 : cluster [DBG] pgmap v471: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:50:01.011 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:50:00 smithi152 bash[29762]: cluster 2023-11-15T05:50:00.000216+0000 mon.smithi116 (mon.0) 798 : cluster [WRN] Health detail: HEALTH_WARN Failed to place 4 daemon(s) 2023-11-15T05:50:01.011 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:50:00 smithi152 bash[29762]: cluster 2023-11-15T05:50:00.000272+0000 mon.smithi116 (mon.0) 799 : cluster [WRN] [WRN] CEPHADM_DAEMON_PLACE_FAIL: Failed to place 4 daemon(s) 2023-11-15T05:50:01.012 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:50:00 smithi152 bash[29762]: cluster 2023-11-15T05:50:00.000301+0000 mon.smithi116 (mon.0) 800 : cluster [WRN] Failed while placing haproxy.nfs.foo.smithi152.bfvoog on smithi152: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi152-bfvoog 2023-11-15T05:50:01.012 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:50:00 smithi152 bash[29762]: cluster 2023-11-15T05:50:00.000322+0000 mon.smithi116 (mon.0) 801 : cluster [WRN] /usr/bin/docker: stdout 2023-11-15T05:50:01.012 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:50:00 smithi152 bash[29762]: cluster 2023-11-15T05:50:00.000350+0000 mon.smithi116 (mon.0) 802 : cluster [WRN] /usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi152-bfvoog 2023-11-15T05:50:01.012 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:50:00 smithi152 bash[29762]: cluster 2023-11-15T05:50:00.000380+0000 mon.smithi116 (mon.0) 803 : cluster [WRN] Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi152.bfvoog 2023-11-15T05:50:01.012 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:50:00 smithi152 bash[29762]: cluster 2023-11-15T05:50:00.000411+0000 mon.smithi116 (mon.0) 804 : cluster [WRN] /usr/bin/docker: stdout 2023-11-15T05:50:01.013 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:50:00 smithi152 bash[29762]: cluster 2023-11-15T05:50:00.000444+0000 mon.smithi116 (mon.0) 805 : cluster [WRN] /usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi152.bfvoog 2023-11-15T05:50:01.013 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:50:00 smithi152 bash[29762]: cluster 2023-11-15T05:50:00.000476+0000 mon.smithi116 (mon.0) 806 : cluster [WRN] Deploy daemon haproxy.nfs.foo.smithi152.bfvoog ... 2023-11-15T05:50:01.013 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:50:00 smithi152 bash[29762]: cluster 2023-11-15T05:50:00.000499+0000 mon.smithi116 (mon.0) 807 : 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=smithi152 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T05:50:01.013 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:50:00 smithi152 bash[29762]: cluster 2023-11-15T05:50:00.000528+0000 mon.smithi116 (mon.0) 808 : cluster [WRN] stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-15T05:50:01.013 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:50:00 smithi152 bash[29762]: cluster 2023-11-15T05:50:00.000557+0000 mon.smithi116 (mon.0) 809 : cluster [WRN] stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-15T05:50:01.014 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:50:00 smithi152 bash[29762]: cluster 2023-11-15T05:50:00.000585+0000 mon.smithi116 (mon.0) 810 : cluster [WRN] stat: stderr See 'docker run --help'. 2023-11-15T05:50:01.014 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:50:00 smithi152 bash[29762]: cluster 2023-11-15T05:50:00.000618+0000 mon.smithi116 (mon.0) 811 : 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=smithi152 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T05:50:01.014 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:50:00 smithi152 bash[29762]: cluster 2023-11-15T05:50:00.000649+0000 mon.smithi116 (mon.0) 812 : cluster [WRN] Failed while placing haproxy.nfs.foo.smithi116.zjeylf on smithi116: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi116-zjeylf 2023-11-15T05:50:01.014 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:50:00 smithi152 bash[29762]: cluster 2023-11-15T05:50:00.000677+0000 mon.smithi116 (mon.0) 813 : cluster [WRN] /usr/bin/docker: stdout 2023-11-15T05:50:01.014 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:50:00 smithi152 bash[29762]: cluster 2023-11-15T05:50:00.000706+0000 mon.smithi116 (mon.0) 814 : cluster [WRN] /usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi116-zjeylf 2023-11-15T05:50:01.015 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:50:00 smithi152 bash[29762]: cluster 2023-11-15T05:50:00.000731+0000 mon.smithi116 (mon.0) 815 : cluster [WRN] Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi116.zjeylf 2023-11-15T05:50:01.015 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:50:00 smithi152 bash[29762]: cluster 2023-11-15T05:50:00.000759+0000 mon.smithi116 (mon.0) 816 : cluster [WRN] /usr/bin/docker: stdout 2023-11-15T05:50:01.015 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:50:00 smithi152 bash[29762]: cluster 2023-11-15T05:50:00.000782+0000 mon.smithi116 (mon.0) 817 : cluster [WRN] /usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi116.zjeylf 2023-11-15T05:50:01.015 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:50:00 smithi152 bash[29762]: cluster 2023-11-15T05:50:00.000811+0000 mon.smithi116 (mon.0) 818 : cluster [WRN] Deploy daemon haproxy.nfs.foo.smithi116.zjeylf ... 2023-11-15T05:50:01.016 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:50:00 smithi152 bash[29762]: cluster 2023-11-15T05:50:00.000837+0000 mon.smithi116 (mon.0) 819 : 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=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T05:50:01.016 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:50:00 smithi152 bash[29762]: cluster 2023-11-15T05:50:00.000864+0000 mon.smithi116 (mon.0) 820 : cluster [WRN] stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-15T05:50:01.016 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:50:00 smithi152 bash[29762]: cluster 2023-11-15T05:50:00.000893+0000 mon.smithi116 (mon.0) 821 : cluster [WRN] stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-15T05:50:01.017 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:50:00 smithi152 bash[29762]: cluster 2023-11-15T05:50:00.000922+0000 mon.smithi116 (mon.0) 822 : cluster [WRN] stat: stderr See 'docker run --help'. 2023-11-15T05:50:01.017 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:50:00 smithi152 bash[29762]: cluster 2023-11-15T05:50:00.000948+0000 mon.smithi116 (mon.0) 823 : 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=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T05:50:01.017 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:50:00 smithi152 bash[29762]: cluster 2023-11-15T05:50:00.000976+0000 mon.smithi116 (mon.0) 824 : cluster [WRN] Failed while placing keepalived.nfs.foo.smithi152.jxuzde on smithi152: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-11-15T05:50:01.017 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:50:00 smithi152 bash[29762]: cluster 2023-11-15T05:50:00.001005+0000 mon.smithi116 (mon.0) 825 : cluster [WRN] Failed while placing keepalived.nfs.foo.smithi116.wbsztg on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-11-15T05:50:01.017 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:50:00 smithi152 bash[29762]: audit 2023-11-15T05:50:00.286798+0000 mon.smithi116 (mon.0) 826 : audit [INF] from='mgr.14182 172.21.15.116:0/1868390107' entity='mgr.smithi116.ldeiub' 2023-11-15T05:50:01.151 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:50:00 smithi116 bash[25961]: audit 2023-11-15T05:49:59.002498+0000 mgr.smithi116.ldeiub (mgr.14182) 688 : audit [DBG] from='client.14936 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:50:01.152 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:50:00 smithi116 bash[25961]: cluster 2023-11-15T05:49:59.068059+0000 mgr.smithi116.ldeiub (mgr.14182) 689 : cluster [DBG] pgmap v471: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:50:01.152 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:50:00 smithi116 bash[25961]: cluster 2023-11-15T05:50:00.000216+0000 mon.smithi116 (mon.0) 798 : cluster [WRN] Health detail: HEALTH_WARN Failed to place 4 daemon(s) 2023-11-15T05:50:01.152 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:50:00 smithi116 bash[25961]: cluster 2023-11-15T05:50:00.000272+0000 mon.smithi116 (mon.0) 799 : cluster [WRN] [WRN] CEPHADM_DAEMON_PLACE_FAIL: Failed to place 4 daemon(s) 2023-11-15T05:50:01.152 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:50:00 smithi116 bash[25961]: cluster 2023-11-15T05:50:00.000301+0000 mon.smithi116 (mon.0) 800 : cluster [WRN] Failed while placing haproxy.nfs.foo.smithi152.bfvoog on smithi152: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi152-bfvoog 2023-11-15T05:50:01.153 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:50:00 smithi116 bash[25961]: cluster 2023-11-15T05:50:00.000322+0000 mon.smithi116 (mon.0) 801 : cluster [WRN] /usr/bin/docker: stdout 2023-11-15T05:50:01.153 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:50:00 smithi116 bash[25961]: cluster 2023-11-15T05:50:00.000350+0000 mon.smithi116 (mon.0) 802 : cluster [WRN] /usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi152-bfvoog 2023-11-15T05:50:01.153 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:50:00 smithi116 bash[25961]: cluster 2023-11-15T05:50:00.000380+0000 mon.smithi116 (mon.0) 803 : cluster [WRN] Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi152.bfvoog 2023-11-15T05:50:01.153 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:50:00 smithi116 bash[25961]: cluster 2023-11-15T05:50:00.000411+0000 mon.smithi116 (mon.0) 804 : cluster [WRN] /usr/bin/docker: stdout 2023-11-15T05:50:01.153 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:50:00 smithi116 bash[25961]: cluster 2023-11-15T05:50:00.000444+0000 mon.smithi116 (mon.0) 805 : cluster [WRN] /usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi152.bfvoog 2023-11-15T05:50:01.154 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:50:00 smithi116 bash[25961]: cluster 2023-11-15T05:50:00.000476+0000 mon.smithi116 (mon.0) 806 : cluster [WRN] Deploy daemon haproxy.nfs.foo.smithi152.bfvoog ... 2023-11-15T05:50:01.154 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:50:00 smithi116 bash[25961]: cluster 2023-11-15T05:50:00.000499+0000 mon.smithi116 (mon.0) 807 : 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=smithi152 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T05:50:01.154 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:50:00 smithi116 bash[25961]: cluster 2023-11-15T05:50:00.000528+0000 mon.smithi116 (mon.0) 808 : cluster [WRN] stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-15T05:50:01.154 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:50:00 smithi116 bash[25961]: cluster 2023-11-15T05:50:00.000557+0000 mon.smithi116 (mon.0) 809 : cluster [WRN] stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-15T05:50:01.154 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:50:00 smithi116 bash[25961]: cluster 2023-11-15T05:50:00.000585+0000 mon.smithi116 (mon.0) 810 : cluster [WRN] stat: stderr See 'docker run --help'. 2023-11-15T05:50:01.155 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:50:00 smithi116 bash[25961]: cluster 2023-11-15T05:50:00.000618+0000 mon.smithi116 (mon.0) 811 : 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=smithi152 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T05:50:01.155 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:50:00 smithi116 bash[25961]: cluster 2023-11-15T05:50:00.000649+0000 mon.smithi116 (mon.0) 812 : cluster [WRN] Failed while placing haproxy.nfs.foo.smithi116.zjeylf on smithi116: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi116-zjeylf 2023-11-15T05:50:01.155 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:50:00 smithi116 bash[25961]: cluster 2023-11-15T05:50:00.000677+0000 mon.smithi116 (mon.0) 813 : cluster [WRN] /usr/bin/docker: stdout 2023-11-15T05:50:01.155 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:50:00 smithi116 bash[25961]: cluster 2023-11-15T05:50:00.000706+0000 mon.smithi116 (mon.0) 814 : cluster [WRN] /usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi116-zjeylf 2023-11-15T05:50:01.155 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:50:00 smithi116 bash[25961]: cluster 2023-11-15T05:50:00.000731+0000 mon.smithi116 (mon.0) 815 : cluster [WRN] Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi116.zjeylf 2023-11-15T05:50:01.156 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:50:00 smithi116 bash[25961]: cluster 2023-11-15T05:50:00.000759+0000 mon.smithi116 (mon.0) 816 : cluster [WRN] /usr/bin/docker: stdout 2023-11-15T05:50:01.156 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:50:00 smithi116 bash[25961]: cluster 2023-11-15T05:50:00.000782+0000 mon.smithi116 (mon.0) 817 : cluster [WRN] /usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi116.zjeylf 2023-11-15T05:50:01.156 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:50:00 smithi116 bash[25961]: cluster 2023-11-15T05:50:00.000811+0000 mon.smithi116 (mon.0) 818 : cluster [WRN] Deploy daemon haproxy.nfs.foo.smithi116.zjeylf ... 2023-11-15T05:50:01.156 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:50:00 smithi116 bash[25961]: cluster 2023-11-15T05:50:00.000837+0000 mon.smithi116 (mon.0) 819 : 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=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T05:50:01.156 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:50:00 smithi116 bash[25961]: cluster 2023-11-15T05:50:00.000864+0000 mon.smithi116 (mon.0) 820 : cluster [WRN] stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-15T05:50:01.157 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:50:00 smithi116 bash[25961]: cluster 2023-11-15T05:50:00.000893+0000 mon.smithi116 (mon.0) 821 : cluster [WRN] stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-15T05:50:01.157 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:50:00 smithi116 bash[25961]: cluster 2023-11-15T05:50:00.000922+0000 mon.smithi116 (mon.0) 822 : cluster [WRN] stat: stderr See 'docker run --help'. 2023-11-15T05:50:01.157 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:50:00 smithi116 bash[25961]: cluster 2023-11-15T05:50:00.000948+0000 mon.smithi116 (mon.0) 823 : 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=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T05:50:01.157 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:50:00 smithi116 bash[25961]: cluster 2023-11-15T05:50:00.000976+0000 mon.smithi116 (mon.0) 824 : cluster [WRN] Failed while placing keepalived.nfs.foo.smithi152.jxuzde on smithi152: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-11-15T05:50:01.157 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:50:00 smithi116 bash[25961]: cluster 2023-11-15T05:50:00.001005+0000 mon.smithi116 (mon.0) 825 : cluster [WRN] Failed while placing keepalived.nfs.foo.smithi116.wbsztg on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-11-15T05:50:01.157 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:50:00 smithi116 bash[25961]: audit 2023-11-15T05:50:00.286798+0000 mon.smithi116 (mon.0) 826 : audit [INF] from='mgr.14182 172.21.15.116:0/1868390107' entity='mgr.smithi116.ldeiub' 2023-11-15T05:50:03.010 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:50:02 smithi152 bash[29762]: cluster 2023-11-15T05:50:01.069373+0000 mgr.smithi116.ldeiub (mgr.14182) 690 : cluster [DBG] pgmap v472: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:50:03.151 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:50:02 smithi116 bash[25961]: cluster 2023-11-15T05:50:01.069373+0000 mgr.smithi116.ldeiub (mgr.14182) 690 : cluster [DBG] pgmap v472: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:50:03.977 INFO:teuthology.orchestra.run.smithi116.stdout: 2023-11-15T05:50:03.978 INFO:teuthology.orchestra.run.smithi116.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T05:34:36.374719Z", "last_refresh": "2023-11-15T05:43:50.109392Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T05:34:28.472277Z", "last_refresh": "2023-11-15T05:43:50.109543Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T05:34:32.474479Z", "last_refresh": "2023-11-15T05:43:50.109687Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:48:37.060937Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi116.ckqzmy on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:49:41.141222Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi152.bfvoog on smithi152: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi152-bfvoog\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi152-bfvoog\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi152.bfvoog\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi152.bfvoog\nDeploy daemon haproxy.nfs.foo.smithi152.bfvoog ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi152 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi152 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:49:45.050679Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi116.zjeylf on smithi116: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi116-zjeylf\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi116-zjeylf\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi116.zjeylf\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi116.zjeylf\nDeploy daemon haproxy.nfs.foo.smithi116.zjeylf ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:49:45.054203Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi152.jxuzde on smithi152: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:49:45.058389Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi116.wbsztg on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.116/16"}, "status": {"created": "2023-11-15T05:41:51.643812Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.116/16"}}, {"events": ["2023-11-15T05:41:45.562111Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-15T05:41:45.554912Z", "last_refresh": "2023-11-15T05:43:50.110531Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T05:34:26.558369Z", "last_refresh": "2023-11-15T05:43:50.109235Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:35:55.352857Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi116:172.21.15.116=smithi116", "smithi152:172.21.15.152=smithi152"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T05:35:55.345327Z", "last_refresh": "2023-11-15T05:43:50.109014Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:41:51.641747Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-11-15T05:41:51.636276Z", "last_refresh": "2023-11-15T05:43:50.110665Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T05:34:34.444913Z", "last_refresh": "2023-11-15T05:43:50.109818Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T05:36:22.979260Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T05:36:22.972321Z", "last_refresh": "2023-11-15T05:43:50.109967Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T05:34:30.388073Z", "last_refresh": "2023-11-15T05:45:04.478878Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-15T05:50:04.575 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T05:50:04.901 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:50:04 smithi116 bash[25961]: cluster 2023-11-15T05:50:03.070399+0000 mgr.smithi116.ldeiub (mgr.14182) 691 : cluster [DBG] pgmap v473: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:50:05.010 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:50:04 smithi152 bash[29762]: cluster 2023-11-15T05:50:03.070399+0000 mgr.smithi116.ldeiub (mgr.14182) 691 : cluster [DBG] pgmap v473: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:50:05.577 DEBUG:teuthology.orchestra.run.smithi116:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 7456fada-8378-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T05:50:05.901 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:50:05 smithi116 bash[25961]: audit 2023-11-15T05:50:03.964314+0000 mgr.smithi116.ldeiub (mgr.14182) 692 : audit [DBG] from='client.14940 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:50:06.010 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:50:05 smithi152 bash[29762]: audit 2023-11-15T05:50:03.964314+0000 mgr.smithi116.ldeiub (mgr.14182) 692 : audit [DBG] from='client.14940 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:50:06.979 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:50:06 smithi116 bash[25961]: cluster 2023-11-15T05:50:05.071663+0000 mgr.smithi116.ldeiub (mgr.14182) 693 : cluster [DBG] pgmap v474: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T05:50:07.010 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:50:06 smithi152 bash[29762]: cluster 2023-11-15T05:50:05.071663+0000 mgr.smithi116.ldeiub (mgr.14182) 693 : cluster [DBG] pgmap v474: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T05:50:08.807 INFO:teuthology.orchestra.run.smithi116.stdout: 2023-11-15T05:50:08.807 INFO:teuthology.orchestra.run.smithi116.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T05:34:36.374719Z", "last_refresh": "2023-11-15T05:43:50.109392Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T05:34:28.472277Z", "last_refresh": "2023-11-15T05:43:50.109543Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T05:34:32.474479Z", "last_refresh": "2023-11-15T05:43:50.109687Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:48:37.060937Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi116.ckqzmy on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:49:41.141222Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi152.bfvoog on smithi152: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi152-bfvoog\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi152-bfvoog\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi152.bfvoog\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi152.bfvoog\nDeploy daemon haproxy.nfs.foo.smithi152.bfvoog ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi152 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi152 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:49:45.050679Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi116.zjeylf on smithi116: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi116-zjeylf\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi116-zjeylf\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi116.zjeylf\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi116.zjeylf\nDeploy daemon haproxy.nfs.foo.smithi116.zjeylf ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:49:45.054203Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi152.jxuzde on smithi152: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:49:45.058389Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi116.wbsztg on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.116/16"}, "status": {"created": "2023-11-15T05:41:51.643812Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.116/16"}}, {"events": ["2023-11-15T05:41:45.562111Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-15T05:41:45.554912Z", "last_refresh": "2023-11-15T05:43:50.110531Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T05:34:26.558369Z", "last_refresh": "2023-11-15T05:43:50.109235Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:35:55.352857Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi116:172.21.15.116=smithi116", "smithi152:172.21.15.152=smithi152"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T05:35:55.345327Z", "last_refresh": "2023-11-15T05:43:50.109014Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:41:51.641747Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-11-15T05:41:51.636276Z", "last_refresh": "2023-11-15T05:43:50.110665Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T05:34:34.444913Z", "last_refresh": "2023-11-15T05:43:50.109818Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T05:36:22.979260Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T05:36:22.972321Z", "last_refresh": "2023-11-15T05:43:50.109967Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T05:34:30.388073Z", "last_refresh": "2023-11-15T05:45:04.478878Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-15T05:50:09.010 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:50:08 smithi152 bash[29762]: cluster 2023-11-15T05:50:07.073050+0000 mgr.smithi116.ldeiub (mgr.14182) 694 : cluster [DBG] pgmap v475: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:50:09.156 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:50:08 smithi116 bash[25961]: cluster 2023-11-15T05:50:07.073050+0000 mgr.smithi116.ldeiub (mgr.14182) 694 : cluster [DBG] pgmap v475: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:50:09.438 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T05:50:10.440 DEBUG:teuthology.orchestra.run.smithi116:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 7456fada-8378-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T05:50:11.010 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:50:10 smithi152 bash[29762]: audit 2023-11-15T05:50:08.793262+0000 mgr.smithi116.ldeiub (mgr.14182) 695 : audit [DBG] from='client.14944 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:50:11.011 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:50:10 smithi152 bash[29762]: cluster 2023-11-15T05:50:09.074282+0000 mgr.smithi116.ldeiub (mgr.14182) 696 : cluster [DBG] pgmap v476: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:50:11.151 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:50:10 smithi116 bash[25961]: audit 2023-11-15T05:50:08.793262+0000 mgr.smithi116.ldeiub (mgr.14182) 695 : audit [DBG] from='client.14944 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:50:11.151 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:50:10 smithi116 bash[25961]: cluster 2023-11-15T05:50:09.074282+0000 mgr.smithi116.ldeiub (mgr.14182) 696 : cluster [DBG] pgmap v476: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:50:13.010 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:50:12 smithi152 bash[29762]: cluster 2023-11-15T05:50:11.075568+0000 mgr.smithi116.ldeiub (mgr.14182) 697 : cluster [DBG] pgmap v477: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:50:13.112 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:50:12 smithi116 bash[25961]: cluster 2023-11-15T05:50:11.075568+0000 mgr.smithi116.ldeiub (mgr.14182) 697 : cluster [DBG] pgmap v477: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:50:13.546 INFO:teuthology.orchestra.run.smithi116.stdout: 2023-11-15T05:50:13.546 INFO:teuthology.orchestra.run.smithi116.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T05:34:36.374719Z", "last_refresh": "2023-11-15T05:43:50.109392Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T05:34:28.472277Z", "last_refresh": "2023-11-15T05:43:50.109543Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T05:34:32.474479Z", "last_refresh": "2023-11-15T05:43:50.109687Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:48:37.060937Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi116.ckqzmy on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:49:41.141222Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi152.bfvoog on smithi152: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi152-bfvoog\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi152-bfvoog\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi152.bfvoog\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi152.bfvoog\nDeploy daemon haproxy.nfs.foo.smithi152.bfvoog ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi152 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi152 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:49:45.050679Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi116.zjeylf on smithi116: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi116-zjeylf\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi116-zjeylf\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi116.zjeylf\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi116.zjeylf\nDeploy daemon haproxy.nfs.foo.smithi116.zjeylf ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:49:45.054203Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi152.jxuzde on smithi152: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:49:45.058389Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi116.wbsztg on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.116/16"}, "status": {"created": "2023-11-15T05:41:51.643812Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.116/16"}}, {"events": ["2023-11-15T05:41:45.562111Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-15T05:41:45.554912Z", "last_refresh": "2023-11-15T05:43:50.110531Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T05:34:26.558369Z", "last_refresh": "2023-11-15T05:43:50.109235Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:35:55.352857Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi116:172.21.15.116=smithi116", "smithi152:172.21.15.152=smithi152"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T05:35:55.345327Z", "last_refresh": "2023-11-15T05:43:50.109014Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:41:51.641747Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-11-15T05:41:51.636276Z", "last_refresh": "2023-11-15T05:43:50.110665Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T05:34:34.444913Z", "last_refresh": "2023-11-15T05:43:50.109818Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T05:36:22.979260Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T05:36:22.972321Z", "last_refresh": "2023-11-15T05:43:50.109967Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T05:34:30.388073Z", "last_refresh": "2023-11-15T05:45:04.478878Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-15T05:50:14.162 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T05:50:15.010 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:50:14 smithi152 bash[29762]: cluster 2023-11-15T05:50:13.076769+0000 mgr.smithi116.ldeiub (mgr.14182) 698 : cluster [DBG] pgmap v478: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T05:50:15.011 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:50:14 smithi152 bash[29762]: audit 2023-11-15T05:50:13.537835+0000 mgr.smithi116.ldeiub (mgr.14182) 699 : audit [DBG] from='client.14948 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:50:15.151 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:50:14 smithi116 bash[25961]: cluster 2023-11-15T05:50:13.076769+0000 mgr.smithi116.ldeiub (mgr.14182) 698 : cluster [DBG] pgmap v478: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T05:50:15.151 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:50:14 smithi116 bash[25961]: audit 2023-11-15T05:50:13.537835+0000 mgr.smithi116.ldeiub (mgr.14182) 699 : audit [DBG] from='client.14948 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:50:15.164 DEBUG:teuthology.orchestra.run.smithi116:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 7456fada-8378-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T05:50:16.901 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:50:16 smithi116 bash[25961]: cluster 2023-11-15T05:50:15.078012+0000 mgr.smithi116.ldeiub (mgr.14182) 700 : cluster [DBG] pgmap v479: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T05:50:17.010 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:50:16 smithi152 bash[29762]: cluster 2023-11-15T05:50:15.078012+0000 mgr.smithi116.ldeiub (mgr.14182) 700 : cluster [DBG] pgmap v479: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T05:50:18.329 INFO:teuthology.orchestra.run.smithi116.stdout: 2023-11-15T05:50:18.330 INFO:teuthology.orchestra.run.smithi116.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T05:34:36.374719Z", "last_refresh": "2023-11-15T05:43:50.109392Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T05:34:28.472277Z", "last_refresh": "2023-11-15T05:43:50.109543Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T05:34:32.474479Z", "last_refresh": "2023-11-15T05:43:50.109687Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:48:37.060937Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi116.ckqzmy on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:49:41.141222Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi152.bfvoog on smithi152: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi152-bfvoog\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi152-bfvoog\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi152.bfvoog\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi152.bfvoog\nDeploy daemon haproxy.nfs.foo.smithi152.bfvoog ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi152 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi152 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:49:45.050679Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi116.zjeylf on smithi116: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi116-zjeylf\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi116-zjeylf\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi116.zjeylf\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi116.zjeylf\nDeploy daemon haproxy.nfs.foo.smithi116.zjeylf ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:49:45.054203Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi152.jxuzde on smithi152: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:49:45.058389Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi116.wbsztg on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.116/16"}, "status": {"created": "2023-11-15T05:41:51.643812Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.116/16"}}, {"events": ["2023-11-15T05:41:45.562111Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-15T05:41:45.554912Z", "last_refresh": "2023-11-15T05:43:50.110531Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T05:34:26.558369Z", "last_refresh": "2023-11-15T05:43:50.109235Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:35:55.352857Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi116:172.21.15.116=smithi116", "smithi152:172.21.15.152=smithi152"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T05:35:55.345327Z", "last_refresh": "2023-11-15T05:43:50.109014Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:41:51.641747Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-11-15T05:41:51.636276Z", "last_refresh": "2023-11-15T05:43:50.110665Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T05:34:34.444913Z", "last_refresh": "2023-11-15T05:43:50.109818Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T05:36:22.979260Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T05:36:22.972321Z", "last_refresh": "2023-11-15T05:43:50.109967Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T05:34:30.388073Z", "last_refresh": "2023-11-15T05:45:04.478878Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-15T05:50:18.938 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T05:50:19.010 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:50:18 smithi152 bash[29762]: cluster 2023-11-15T05:50:17.078906+0000 mgr.smithi116.ldeiub (mgr.14182) 701 : 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 2023-11-15T05:50:19.151 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:50:18 smithi116 bash[25961]: cluster 2023-11-15T05:50:17.078906+0000 mgr.smithi116.ldeiub (mgr.14182) 701 : 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 2023-11-15T05:50:19.940 DEBUG:teuthology.orchestra.run.smithi116:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 7456fada-8378-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T05:50:20.151 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:50:19 smithi116 bash[25961]: audit 2023-11-15T05:50:18.316841+0000 mgr.smithi116.ldeiub (mgr.14182) 702 : audit [DBG] from='client.14952 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:50:20.261 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:50:19 smithi152 bash[29762]: audit 2023-11-15T05:50:18.316841+0000 mgr.smithi116.ldeiub (mgr.14182) 702 : audit [DBG] from='client.14952 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:50:21.135 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:50:20 smithi116 bash[25961]: cluster 2023-11-15T05:50:19.080078+0000 mgr.smithi116.ldeiub (mgr.14182) 703 : cluster [DBG] pgmap v481: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:50:21.260 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:50:20 smithi152 bash[29762]: cluster 2023-11-15T05:50:19.080078+0000 mgr.smithi116.ldeiub (mgr.14182) 703 : cluster [DBG] pgmap v481: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:50:23.151 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:50:22 smithi116 bash[25961]: cluster 2023-11-15T05:50:21.081360+0000 mgr.smithi116.ldeiub (mgr.14182) 704 : 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 2023-11-15T05:50:23.180 INFO:teuthology.orchestra.run.smithi116.stdout: 2023-11-15T05:50:23.180 INFO:teuthology.orchestra.run.smithi116.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T05:34:36.374719Z", "last_refresh": "2023-11-15T05:43:50.109392Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T05:34:28.472277Z", "last_refresh": "2023-11-15T05:43:50.109543Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T05:34:32.474479Z", "last_refresh": "2023-11-15T05:43:50.109687Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:48:37.060937Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi116.ckqzmy on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:49:41.141222Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi152.bfvoog on smithi152: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi152-bfvoog\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi152-bfvoog\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi152.bfvoog\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi152.bfvoog\nDeploy daemon haproxy.nfs.foo.smithi152.bfvoog ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi152 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi152 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:49:45.050679Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi116.zjeylf on smithi116: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi116-zjeylf\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi116-zjeylf\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi116.zjeylf\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi116.zjeylf\nDeploy daemon haproxy.nfs.foo.smithi116.zjeylf ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:49:45.054203Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi152.jxuzde on smithi152: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:49:45.058389Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi116.wbsztg on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.116/16"}, "status": {"created": "2023-11-15T05:41:51.643812Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.116/16"}}, {"events": ["2023-11-15T05:41:45.562111Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-15T05:41:45.554912Z", "last_refresh": "2023-11-15T05:43:50.110531Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T05:34:26.558369Z", "last_refresh": "2023-11-15T05:43:50.109235Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:35:55.352857Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi116:172.21.15.116=smithi116", "smithi152:172.21.15.152=smithi152"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T05:35:55.345327Z", "last_refresh": "2023-11-15T05:43:50.109014Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:41:51.641747Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-11-15T05:41:51.636276Z", "last_refresh": "2023-11-15T05:43:50.110665Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T05:34:34.444913Z", "last_refresh": "2023-11-15T05:43:50.109818Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T05:36:22.979260Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T05:36:22.972321Z", "last_refresh": "2023-11-15T05:43:50.109967Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T05:34:30.388073Z", "last_refresh": "2023-11-15T05:45:04.478878Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-15T05:50:23.260 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:50:22 smithi152 bash[29762]: cluster 2023-11-15T05:50:21.081360+0000 mgr.smithi116.ldeiub (mgr.14182) 704 : 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 2023-11-15T05:50:23.818 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T05:50:24.819 DEBUG:teuthology.orchestra.run.smithi116:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 7456fada-8378-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T05:50:25.151 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:50:24 smithi116 bash[25961]: cluster 2023-11-15T05:50:23.082067+0000 mgr.smithi116.ldeiub (mgr.14182) 705 : cluster [DBG] pgmap v483: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T05:50:25.151 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:50:24 smithi116 bash[25961]: audit 2023-11-15T05:50:23.164139+0000 mgr.smithi116.ldeiub (mgr.14182) 706 : audit [DBG] from='client.14956 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:50:25.260 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:50:24 smithi152 bash[29762]: cluster 2023-11-15T05:50:23.082067+0000 mgr.smithi116.ldeiub (mgr.14182) 705 : cluster [DBG] pgmap v483: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T05:50:25.261 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:50:24 smithi152 bash[29762]: audit 2023-11-15T05:50:23.164139+0000 mgr.smithi116.ldeiub (mgr.14182) 706 : audit [DBG] from='client.14956 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:50:27.151 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:50:26 smithi116 bash[25961]: cluster 2023-11-15T05:50:25.083077+0000 mgr.smithi116.ldeiub (mgr.14182) 707 : cluster [DBG] pgmap v484: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:50:27.260 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:50:26 smithi152 bash[29762]: cluster 2023-11-15T05:50:25.083077+0000 mgr.smithi116.ldeiub (mgr.14182) 707 : cluster [DBG] pgmap v484: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:50:28.014 INFO:teuthology.orchestra.run.smithi116.stdout: 2023-11-15T05:50:28.015 INFO:teuthology.orchestra.run.smithi116.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T05:34:36.374719Z", "last_refresh": "2023-11-15T05:43:50.109392Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T05:34:28.472277Z", "last_refresh": "2023-11-15T05:43:50.109543Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T05:34:32.474479Z", "last_refresh": "2023-11-15T05:43:50.109687Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:48:37.060937Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi116.ckqzmy on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:49:41.141222Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi152.bfvoog on smithi152: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi152-bfvoog\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi152-bfvoog\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi152.bfvoog\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi152.bfvoog\nDeploy daemon haproxy.nfs.foo.smithi152.bfvoog ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi152 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi152 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:49:45.050679Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi116.zjeylf on smithi116: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi116-zjeylf\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi116-zjeylf\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi116.zjeylf\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi116.zjeylf\nDeploy daemon haproxy.nfs.foo.smithi116.zjeylf ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:49:45.054203Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi152.jxuzde on smithi152: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:49:45.058389Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi116.wbsztg on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.116/16"}, "status": {"created": "2023-11-15T05:41:51.643812Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.116/16"}}, {"events": ["2023-11-15T05:41:45.562111Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-15T05:41:45.554912Z", "last_refresh": "2023-11-15T05:43:50.110531Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T05:34:26.558369Z", "last_refresh": "2023-11-15T05:43:50.109235Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:35:55.352857Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi116:172.21.15.116=smithi116", "smithi152:172.21.15.152=smithi152"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T05:35:55.345327Z", "last_refresh": "2023-11-15T05:43:50.109014Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:41:51.641747Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-11-15T05:41:51.636276Z", "last_refresh": "2023-11-15T05:43:50.110665Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T05:34:34.444913Z", "last_refresh": "2023-11-15T05:43:50.109818Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T05:36:22.979260Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T05:36:22.972321Z", "last_refresh": "2023-11-15T05:43:50.109967Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T05:34:30.388073Z", "last_refresh": "2023-11-15T05:45:04.478878Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-15T05:50:28.606 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T05:50:28.901 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:50:28 smithi116 bash[25961]: cluster 2023-11-15T05:50:27.084386+0000 mgr.smithi116.ldeiub (mgr.14182) 708 : 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 2023-11-15T05:50:29.166 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:50:28 smithi152 bash[29762]: cluster 2023-11-15T05:50:27.084386+0000 mgr.smithi116.ldeiub (mgr.14182) 708 : 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 2023-11-15T05:50:29.607 DEBUG:teuthology.orchestra.run.smithi116:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 7456fada-8378-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T05:50:29.901 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:50:29 smithi116 bash[25961]: audit 2023-11-15T05:50:27.999364+0000 mgr.smithi116.ldeiub (mgr.14182) 709 : audit [DBG] from='client.14960 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:50:30.260 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:50:29 smithi152 bash[29762]: audit 2023-11-15T05:50:27.999364+0000 mgr.smithi116.ldeiub (mgr.14182) 709 : audit [DBG] from='client.14960 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:50:30.901 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:50:30 smithi116 bash[25961]: cluster 2023-11-15T05:50:29.085582+0000 mgr.smithi116.ldeiub (mgr.14182) 710 : cluster [DBG] pgmap v486: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:50:31.260 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:50:30 smithi152 bash[29762]: cluster 2023-11-15T05:50:29.085582+0000 mgr.smithi116.ldeiub (mgr.14182) 710 : cluster [DBG] pgmap v486: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:50:32.151 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:50:31 smithi116 bash[25961]: cluster 2023-11-15T05:50:31.086933+0000 mgr.smithi116.ldeiub (mgr.14182) 711 : 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 2023-11-15T05:50:32.260 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:50:31 smithi152 bash[29762]: cluster 2023-11-15T05:50:31.086933+0000 mgr.smithi116.ldeiub (mgr.14182) 711 : 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 2023-11-15T05:50:32.834 INFO:teuthology.orchestra.run.smithi116.stdout: 2023-11-15T05:50:32.835 INFO:teuthology.orchestra.run.smithi116.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T05:34:36.374719Z", "last_refresh": "2023-11-15T05:43:50.109392Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T05:34:28.472277Z", "last_refresh": "2023-11-15T05:43:50.109543Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T05:34:32.474479Z", "last_refresh": "2023-11-15T05:43:50.109687Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:48:37.060937Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi116.ckqzmy on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:49:41.141222Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi152.bfvoog on smithi152: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi152-bfvoog\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi152-bfvoog\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi152.bfvoog\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi152.bfvoog\nDeploy daemon haproxy.nfs.foo.smithi152.bfvoog ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi152 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi152 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:49:45.050679Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi116.zjeylf on smithi116: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi116-zjeylf\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi116-zjeylf\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi116.zjeylf\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi116.zjeylf\nDeploy daemon haproxy.nfs.foo.smithi116.zjeylf ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:49:45.054203Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi152.jxuzde on smithi152: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:49:45.058389Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi116.wbsztg on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.116/16"}, "status": {"created": "2023-11-15T05:41:51.643812Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.116/16"}}, {"events": ["2023-11-15T05:41:45.562111Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-15T05:41:45.554912Z", "last_refresh": "2023-11-15T05:43:50.110531Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T05:34:26.558369Z", "last_refresh": "2023-11-15T05:43:50.109235Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:35:55.352857Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi116:172.21.15.116=smithi116", "smithi152:172.21.15.152=smithi152"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T05:35:55.345327Z", "last_refresh": "2023-11-15T05:43:50.109014Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:41:51.641747Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-11-15T05:41:51.636276Z", "last_refresh": "2023-11-15T05:43:50.110665Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T05:34:34.444913Z", "last_refresh": "2023-11-15T05:43:50.109818Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T05:36:22.979260Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T05:36:22.972321Z", "last_refresh": "2023-11-15T05:43:50.109967Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T05:34:30.388073Z", "last_refresh": "2023-11-15T05:45:04.478878Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-15T05:50:33.435 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T05:50:34.401 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:50:34 smithi116 bash[25961]: audit 2023-11-15T05:50:32.821174+0000 mgr.smithi116.ldeiub (mgr.14182) 712 : audit [DBG] from='client.14964 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:50:34.401 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:50:34 smithi116 bash[25961]: cluster 2023-11-15T05:50:33.088043+0000 mgr.smithi116.ldeiub (mgr.14182) 713 : cluster [DBG] pgmap v488: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T05:50:34.436 DEBUG:teuthology.orchestra.run.smithi116:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 7456fada-8378-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T05:50:34.510 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:50:34 smithi152 bash[29762]: audit 2023-11-15T05:50:32.821174+0000 mgr.smithi116.ldeiub (mgr.14182) 712 : audit [DBG] from='client.14964 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:50:34.511 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:50:34 smithi152 bash[29762]: cluster 2023-11-15T05:50:33.088043+0000 mgr.smithi116.ldeiub (mgr.14182) 713 : cluster [DBG] pgmap v488: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T05:50:36.761 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:50:36 smithi152 bash[29762]: cluster 2023-11-15T05:50:35.089154+0000 mgr.smithi116.ldeiub (mgr.14182) 714 : cluster [DBG] pgmap v489: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:50:36.901 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:50:36 smithi116 bash[25961]: cluster 2023-11-15T05:50:35.089154+0000 mgr.smithi116.ldeiub (mgr.14182) 714 : cluster [DBG] pgmap v489: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:50:37.610 INFO:teuthology.orchestra.run.smithi116.stdout: 2023-11-15T05:50:37.610 INFO:teuthology.orchestra.run.smithi116.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T05:34:36.374719Z", "last_refresh": "2023-11-15T05:43:50.109392Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T05:34:28.472277Z", "last_refresh": "2023-11-15T05:43:50.109543Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T05:34:32.474479Z", "last_refresh": "2023-11-15T05:43:50.109687Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:48:37.060937Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi116.ckqzmy on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:49:41.141222Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi152.bfvoog on smithi152: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi152-bfvoog\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi152-bfvoog\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi152.bfvoog\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi152.bfvoog\nDeploy daemon haproxy.nfs.foo.smithi152.bfvoog ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi152 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi152 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:49:45.050679Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi116.zjeylf on smithi116: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi116-zjeylf\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi116-zjeylf\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi116.zjeylf\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi116.zjeylf\nDeploy daemon haproxy.nfs.foo.smithi116.zjeylf ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:49:45.054203Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi152.jxuzde on smithi152: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:49:45.058389Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi116.wbsztg on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.116/16"}, "status": {"created": "2023-11-15T05:41:51.643812Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.116/16"}}, {"events": ["2023-11-15T05:41:45.562111Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-15T05:41:45.554912Z", "last_refresh": "2023-11-15T05:43:50.110531Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T05:34:26.558369Z", "last_refresh": "2023-11-15T05:43:50.109235Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:35:55.352857Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi116:172.21.15.116=smithi116", "smithi152:172.21.15.152=smithi152"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T05:35:55.345327Z", "last_refresh": "2023-11-15T05:43:50.109014Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:41:51.641747Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-11-15T05:41:51.636276Z", "last_refresh": "2023-11-15T05:43:50.110665Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T05:34:34.444913Z", "last_refresh": "2023-11-15T05:43:50.109818Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T05:36:22.979260Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T05:36:22.972321Z", "last_refresh": "2023-11-15T05:43:50.109967Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T05:34:30.388073Z", "last_refresh": "2023-11-15T05:45:04.478878Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-15T05:50:38.241 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T05:50:38.651 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:50:38 smithi116 bash[25961]: cluster 2023-11-15T05:50:37.090398+0000 mgr.smithi116.ldeiub (mgr.14182) 715 : 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 2023-11-15T05:50:38.651 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:50:38 smithi116 bash[25961]: audit 2023-11-15T05:50:37.594505+0000 mgr.smithi116.ldeiub (mgr.14182) 716 : audit [DBG] from='client.14968 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:50:38.761 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:50:38 smithi152 bash[29762]: cluster 2023-11-15T05:50:37.090398+0000 mgr.smithi116.ldeiub (mgr.14182) 715 : 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 2023-11-15T05:50:38.761 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:50:38 smithi152 bash[29762]: audit 2023-11-15T05:50:37.594505+0000 mgr.smithi116.ldeiub (mgr.14182) 716 : audit [DBG] from='client.14968 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:50:39.243 DEBUG:teuthology.orchestra.run.smithi116:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 7456fada-8378-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T05:50:40.589 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:50:40 smithi116 bash[25961]: cluster 2023-11-15T05:50:39.091520+0000 mgr.smithi116.ldeiub (mgr.14182) 717 : cluster [DBG] pgmap v491: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:50:40.761 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:50:40 smithi152 bash[29762]: cluster 2023-11-15T05:50:39.091520+0000 mgr.smithi116.ldeiub (mgr.14182) 717 : cluster [DBG] pgmap v491: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:50:42.367 INFO:teuthology.orchestra.run.smithi116.stdout: 2023-11-15T05:50:42.367 INFO:teuthology.orchestra.run.smithi116.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T05:34:36.374719Z", "last_refresh": "2023-11-15T05:43:50.109392Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T05:34:28.472277Z", "last_refresh": "2023-11-15T05:43:50.109543Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T05:34:32.474479Z", "last_refresh": "2023-11-15T05:43:50.109687Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:48:37.060937Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi116.ckqzmy on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:49:41.141222Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi152.bfvoog on smithi152: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi152-bfvoog\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi152-bfvoog\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi152.bfvoog\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi152.bfvoog\nDeploy daemon haproxy.nfs.foo.smithi152.bfvoog ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi152 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi152 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:49:45.050679Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi116.zjeylf on smithi116: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi116-zjeylf\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi116-zjeylf\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi116.zjeylf\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi116.zjeylf\nDeploy daemon haproxy.nfs.foo.smithi116.zjeylf ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:49:45.054203Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi152.jxuzde on smithi152: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:49:45.058389Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi116.wbsztg on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.116/16"}, "status": {"created": "2023-11-15T05:41:51.643812Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.116/16"}}, {"events": ["2023-11-15T05:41:45.562111Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-15T05:41:45.554912Z", "last_refresh": "2023-11-15T05:43:50.110531Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T05:34:26.558369Z", "last_refresh": "2023-11-15T05:43:50.109235Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:35:55.352857Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi116:172.21.15.116=smithi116", "smithi152:172.21.15.152=smithi152"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T05:35:55.345327Z", "last_refresh": "2023-11-15T05:43:50.109014Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:41:51.641747Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-11-15T05:41:51.636276Z", "last_refresh": "2023-11-15T05:43:50.110665Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T05:34:34.444913Z", "last_refresh": "2023-11-15T05:43:50.109818Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T05:36:22.979260Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T05:36:22.972321Z", "last_refresh": "2023-11-15T05:43:50.109967Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T05:34:30.388073Z", "last_refresh": "2023-11-15T05:45:04.478878Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-15T05:50:42.761 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:50:42 smithi152 bash[29762]: cluster 2023-11-15T05:50:41.092826+0000 mgr.smithi116.ldeiub (mgr.14182) 718 : 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 2023-11-15T05:50:42.901 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:50:42 smithi116 bash[25961]: cluster 2023-11-15T05:50:41.092826+0000 mgr.smithi116.ldeiub (mgr.14182) 718 : 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 2023-11-15T05:50:43.052 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T05:50:43.761 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:50:43 smithi152 bash[29762]: audit 2023-11-15T05:50:42.355542+0000 mgr.smithi116.ldeiub (mgr.14182) 719 : audit [DBG] from='client.14972 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:50:43.901 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:50:43 smithi116 bash[25961]: audit 2023-11-15T05:50:42.355542+0000 mgr.smithi116.ldeiub (mgr.14182) 719 : audit [DBG] from='client.14972 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:50:44.053 DEBUG:teuthology.orchestra.run.smithi116:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 7456fada-8378-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T05:50:44.760 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:50:44 smithi152 bash[29762]: cluster 2023-11-15T05:50:43.093922+0000 mgr.smithi116.ldeiub (mgr.14182) 720 : cluster [DBG] pgmap v493: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T05:50:44.901 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:50:44 smithi116 bash[25961]: cluster 2023-11-15T05:50:43.093922+0000 mgr.smithi116.ldeiub (mgr.14182) 720 : cluster [DBG] pgmap v493: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T05:50:45.761 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:50:45 smithi152 bash[29762]: audit 2023-11-15T05:50:45.063607+0000 mon.smithi116 (mon.0) 827 : audit [DBG] from='mgr.14182 172.21.15.116:0/1868390107' entity='mgr.smithi116.ldeiub' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-15T05:50:45.761 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:50:45 smithi152 bash[29762]: audit 2023-11-15T05:50:45.399255+0000 mon.smithi116 (mon.0) 828 : audit [DBG] from='mgr.14182 172.21.15.116:0/1868390107' entity='mgr.smithi116.ldeiub' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-15T05:50:45.761 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:50:45 smithi152 bash[29762]: audit 2023-11-15T05:50:45.400603+0000 mon.smithi116 (mon.0) 829 : audit [INF] from='mgr.14182 172.21.15.116:0/1868390107' entity='mgr.smithi116.ldeiub' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-11-15T05:50:45.761 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:50:45 smithi152 bash[29762]: audit 2023-11-15T05:50:45.407345+0000 mon.smithi116 (mon.0) 830 : audit [INF] from='mgr.14182 172.21.15.116:0/1868390107' entity='mgr.smithi116.ldeiub' 2023-11-15T05:50:45.762 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:50:45 smithi152 bash[29762]: audit 2023-11-15T05:50:45.414967+0000 mon.smithi116 (mon.0) 831 : audit [DBG] from='mgr.14182 172.21.15.116:0/1868390107' entity='mgr.smithi116.ldeiub' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-11-15T05:50:45.762 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:50:45 smithi152 bash[29762]: audit 2023-11-15T05:50:45.427769+0000 mon.smithi116 (mon.0) 832 : audit [INF] from='mgr.14182 172.21.15.116:0/1868390107' entity='mgr.smithi116.ldeiub' 2023-11-15T05:50:45.901 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:50:45 smithi116 bash[25961]: audit 2023-11-15T05:50:45.063607+0000 mon.smithi116 (mon.0) 827 : audit [DBG] from='mgr.14182 172.21.15.116:0/1868390107' entity='mgr.smithi116.ldeiub' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-15T05:50:45.902 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:50:45 smithi116 bash[25961]: audit 2023-11-15T05:50:45.399255+0000 mon.smithi116 (mon.0) 828 : audit [DBG] from='mgr.14182 172.21.15.116:0/1868390107' entity='mgr.smithi116.ldeiub' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-15T05:50:45.902 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:50:45 smithi116 bash[25961]: audit 2023-11-15T05:50:45.400603+0000 mon.smithi116 (mon.0) 829 : audit [INF] from='mgr.14182 172.21.15.116:0/1868390107' entity='mgr.smithi116.ldeiub' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-11-15T05:50:45.902 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:50:45 smithi116 bash[25961]: audit 2023-11-15T05:50:45.407345+0000 mon.smithi116 (mon.0) 830 : audit [INF] from='mgr.14182 172.21.15.116:0/1868390107' entity='mgr.smithi116.ldeiub' 2023-11-15T05:50:45.902 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:50:45 smithi116 bash[25961]: audit 2023-11-15T05:50:45.414967+0000 mon.smithi116 (mon.0) 831 : audit [DBG] from='mgr.14182 172.21.15.116:0/1868390107' entity='mgr.smithi116.ldeiub' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-11-15T05:50:45.903 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:50:45 smithi116 bash[25961]: audit 2023-11-15T05:50:45.427769+0000 mon.smithi116 (mon.0) 832 : audit [INF] from='mgr.14182 172.21.15.116:0/1868390107' entity='mgr.smithi116.ldeiub' 2023-11-15T05:50:46.761 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:50:46 smithi152 bash[29762]: cluster 2023-11-15T05:50:45.094995+0000 mgr.smithi116.ldeiub (mgr.14182) 721 : 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 2023-11-15T05:50:46.761 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:50:46 smithi152 bash[29762]: cluster 2023-11-15T05:50:45.408207+0000 mgr.smithi116.ldeiub (mgr.14182) 722 : cluster [DBG] pgmap v495: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 99 B/s rd, 0 op/s 2023-11-15T05:50:46.761 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:50:46 smithi152 bash[29762]: cephadm 2023-11-15T05:50:45.430674+0000 mgr.smithi116.ldeiub (mgr.14182) 723 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi152.bzmeob on smithi152 2023-11-15T05:50:46.761 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:50:46 smithi152 bash[29762]: cluster 2023-11-15T05:50:45.474196+0000 mon.smithi116 (mon.0) 833 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2023-11-15T05:50:46.762 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:50:46 smithi152 bash[29762]: cluster 2023-11-15T05:50:45.474238+0000 mon.smithi116 (mon.0) 834 : cluster [INF] Cluster is now healthy 2023-11-15T05:50:46.866 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:50:46 smithi116 bash[25961]: cluster 2023-11-15T05:50:45.094995+0000 mgr.smithi116.ldeiub (mgr.14182) 721 : 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 2023-11-15T05:50:46.866 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:50:46 smithi116 bash[25961]: cluster 2023-11-15T05:50:45.408207+0000 mgr.smithi116.ldeiub (mgr.14182) 722 : cluster [DBG] pgmap v495: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 99 B/s rd, 0 op/s 2023-11-15T05:50:46.867 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:50:46 smithi116 bash[25961]: cephadm 2023-11-15T05:50:45.430674+0000 mgr.smithi116.ldeiub (mgr.14182) 723 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi152.bzmeob on smithi152 2023-11-15T05:50:46.867 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:50:46 smithi116 bash[25961]: cluster 2023-11-15T05:50:45.474196+0000 mon.smithi116 (mon.0) 833 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2023-11-15T05:50:46.867 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:50:46 smithi116 bash[25961]: cluster 2023-11-15T05:50:45.474238+0000 mon.smithi116 (mon.0) 834 : cluster [INF] Cluster is now healthy 2023-11-15T05:50:47.304 INFO:teuthology.orchestra.run.smithi116.stdout: 2023-11-15T05:50:47.305 INFO:teuthology.orchestra.run.smithi116.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T05:34:36.374719Z", "last_refresh": "2023-11-15T05:43:50.109392Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T05:34:28.472277Z", "last_refresh": "2023-11-15T05:43:50.109543Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T05:34:32.474479Z", "last_refresh": "2023-11-15T05:43:50.109687Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:48:37.060937Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi116.ckqzmy on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:49:41.141222Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi152.bfvoog on smithi152: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi152-bfvoog\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi152-bfvoog\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi152.bfvoog\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi152.bfvoog\nDeploy daemon haproxy.nfs.foo.smithi152.bfvoog ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi152 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi152 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:49:45.050679Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi116.zjeylf on smithi116: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi116-zjeylf\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi116-zjeylf\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi116.zjeylf\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi116.zjeylf\nDeploy daemon haproxy.nfs.foo.smithi116.zjeylf ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:49:45.054203Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi152.jxuzde on smithi152: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:49:45.058389Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi116.wbsztg on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.116/16"}, "status": {"created": "2023-11-15T05:41:51.643812Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.116/16"}}, {"events": ["2023-11-15T05:41:45.562111Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-15T05:41:45.554912Z", "last_refresh": "2023-11-15T05:43:50.110531Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T05:34:26.558369Z", "last_refresh": "2023-11-15T05:43:50.109235Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:35:55.352857Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi116:172.21.15.116=smithi116", "smithi152:172.21.15.152=smithi152"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T05:35:55.345327Z", "last_refresh": "2023-11-15T05:43:50.109014Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:41:51.641747Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-11-15T05:41:51.636276Z", "last_refresh": "2023-11-15T05:43:50.110665Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T05:34:34.444913Z", "last_refresh": "2023-11-15T05:43:50.109818Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T05:36:22.979260Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T05:36:22.972321Z", "last_refresh": "2023-11-15T05:43:50.109967Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T05:34:30.388073Z", "last_refresh": "2023-11-15T05:45:04.478878Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-15T05:50:47.907 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T05:50:48.761 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:50:48 smithi152 bash[29762]: audit 2023-11-15T05:50:47.288342+0000 mgr.smithi116.ldeiub (mgr.14182) 724 : audit [DBG] from='client.14976 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:50:48.761 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:50:48 smithi152 bash[29762]: cluster 2023-11-15T05:50:47.409130+0000 mgr.smithi116.ldeiub (mgr.14182) 725 : cluster [DBG] pgmap v496: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 99 B/s rd, 0 op/s 2023-11-15T05:50:48.901 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:50:48 smithi116 bash[25961]: audit 2023-11-15T05:50:47.288342+0000 mgr.smithi116.ldeiub (mgr.14182) 724 : audit [DBG] from='client.14976 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:50:48.901 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:50:48 smithi116 bash[25961]: cluster 2023-11-15T05:50:47.409130+0000 mgr.smithi116.ldeiub (mgr.14182) 725 : cluster [DBG] pgmap v496: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 99 B/s rd, 0 op/s 2023-11-15T05:50:48.908 DEBUG:teuthology.orchestra.run.smithi116:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 7456fada-8378-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T05:50:50.652 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:50:50 smithi116 bash[25961]: cluster 2023-11-15T05:50:49.410132+0000 mgr.smithi116.ldeiub (mgr.14182) 726 : cluster [DBG] pgmap v497: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 99 B/s rd, 0 op/s 2023-11-15T05:50:50.652 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:50:50 smithi116 bash[25961]: cephadm 2023-11-15T05:50:49.706100+0000 mgr.smithi116.ldeiub (mgr.14182) 727 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi152-bzmeob 2023-11-15T05:50:50.652 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:50:50 smithi116 bash[25961]: /usr/bin/docker: stdout 2023-11-15T05:50:50.652 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:50:50 smithi116 bash[25961]: /usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi152-bzmeob 2023-11-15T05:50:50.653 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:50:50 smithi116 bash[25961]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi152.bzmeob 2023-11-15T05:50:50.653 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:50:50 smithi116 bash[25961]: /usr/bin/docker: stdout 2023-11-15T05:50:50.653 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:50:50 smithi116 bash[25961]: /usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi152.bzmeob 2023-11-15T05:50:50.653 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:50:50 smithi116 bash[25961]: Deploy daemon haproxy.nfs.foo.smithi152.bzmeob ... 2023-11-15T05:50:50.653 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:50:50 smithi116 bash[25961]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi152 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T05:50:50.654 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:50:50 smithi116 bash[25961]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-15T05:50:50.654 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:50:50 smithi116 bash[25961]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-15T05:50:50.654 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:50:50 smithi116 bash[25961]: stat: stderr See 'docker run --help'. 2023-11-15T05:50:50.654 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:50:50 smithi116 bash[25961]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi152 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T05:50:50.655 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:50:50 smithi116 bash[25961]: Traceback (most recent call last): 2023-11-15T05:50:50.655 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:50:50 smithi116 bash[25961]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-11-15T05:50:50.655 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:50:50 smithi116 bash[25961]: yield (conn, connr) 2023-11-15T05:50:50.655 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:50:50 smithi116 bash[25961]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-11-15T05:50:50.655 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:50:50 smithi116 bash[25961]: code, '\n'.join(err))) 2023-11-15T05:50:50.655 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:50:50 smithi116 bash[25961]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi152-bzmeob 2023-11-15T05:50:50.656 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:50:50 smithi116 bash[25961]: /usr/bin/docker: stdout 2023-11-15T05:50:50.656 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:50:50 smithi116 bash[25961]: /usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi152-bzmeob 2023-11-15T05:50:50.656 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:50:50 smithi116 bash[25961]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi152.bzmeob 2023-11-15T05:50:50.656 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:50:50 smithi116 bash[25961]: /usr/bin/docker: stdout 2023-11-15T05:50:50.656 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:50:50 smithi116 bash[25961]: /usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi152.bzmeob 2023-11-15T05:50:50.657 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:50:50 smithi116 bash[25961]: Deploy daemon haproxy.nfs.foo.smithi152.bzmeob ... 2023-11-15T05:50:50.657 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:50:50 smithi116 bash[25961]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi152 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T05:50:50.657 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:50:50 smithi116 bash[25961]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-15T05:50:50.657 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:50:50 smithi116 bash[25961]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-15T05:50:50.657 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:50:50 smithi116 bash[25961]: stat: stderr See 'docker run --help'. 2023-11-15T05:50:50.658 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:50:50 smithi116 bash[25961]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi152 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T05:50:50.658 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:50:50 smithi116 bash[25961]: cephadm 2023-11-15T05:50:49.706590+0000 mgr.smithi116.ldeiub (mgr.14182) 728 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi152.bzmeob 2023-11-15T05:50:50.658 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:50:50 smithi116 bash[25961]: audit 2023-11-15T05:50:49.707323+0000 mon.smithi116 (mon.0) 835 : audit [INF] from='mgr.14182 172.21.15.116:0/1868390107' entity='mgr.smithi116.ldeiub' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi152.bzmeob"}]: dispatch 2023-11-15T05:50:50.658 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:50:50 smithi116 bash[25961]: cephadm 2023-11-15T05:50:49.708605+0000 mgr.smithi116.ldeiub (mgr.14182) 729 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi152.bzmeob on smithi152: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi152-bzmeob 2023-11-15T05:50:50.658 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:50:50 smithi116 bash[25961]: /usr/bin/docker: stdout 2023-11-15T05:50:50.659 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:50:50 smithi116 bash[25961]: /usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi152-bzmeob 2023-11-15T05:50:50.659 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:50:50 smithi116 bash[25961]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi152.bzmeob 2023-11-15T05:50:50.659 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:50:50 smithi116 bash[25961]: /usr/bin/docker: stdout 2023-11-15T05:50:50.659 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:50:50 smithi116 bash[25961]: /usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi152.bzmeob 2023-11-15T05:50:50.659 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:50:50 smithi116 bash[25961]: Deploy daemon haproxy.nfs.foo.smithi152.bzmeob ... 2023-11-15T05:50:50.660 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:50:50 smithi116 bash[25961]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi152 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T05:50:50.660 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:50:50 smithi116 bash[25961]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-15T05:50:50.660 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:50:50 smithi116 bash[25961]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-15T05:50:50.660 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:50:50 smithi116 bash[25961]: stat: stderr See 'docker run --help'. 2023-11-15T05:50:50.660 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:50:50 smithi116 bash[25961]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi152 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T05:50:50.661 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:50:50 smithi116 bash[25961]: cephadm 2023-11-15T05:50:49.711246+0000 mgr.smithi116.ldeiub (mgr.14182) 730 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi116.zzfmqy on smithi116 2023-11-15T05:50:50.761 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:50:50 smithi152 bash[29762]: cluster 2023-11-15T05:50:49.410132+0000 mgr.smithi116.ldeiub (mgr.14182) 726 : cluster [DBG] pgmap v497: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 99 B/s rd, 0 op/s 2023-11-15T05:50:50.762 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:50:50 smithi152 bash[29762]: cephadm 2023-11-15T05:50:49.706100+0000 mgr.smithi116.ldeiub (mgr.14182) 727 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi152-bzmeob 2023-11-15T05:50:50.762 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:50:50 smithi152 bash[29762]: /usr/bin/docker: stdout 2023-11-15T05:50:50.762 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:50:50 smithi152 bash[29762]: /usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi152-bzmeob 2023-11-15T05:50:50.762 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:50:50 smithi152 bash[29762]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi152.bzmeob 2023-11-15T05:50:50.763 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:50:50 smithi152 bash[29762]: /usr/bin/docker: stdout 2023-11-15T05:50:50.763 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:50:50 smithi152 bash[29762]: /usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi152.bzmeob 2023-11-15T05:50:50.763 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:50:50 smithi152 bash[29762]: Deploy daemon haproxy.nfs.foo.smithi152.bzmeob ... 2023-11-15T05:50:50.763 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:50:50 smithi152 bash[29762]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi152 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T05:50:50.763 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:50:50 smithi152 bash[29762]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-15T05:50:50.764 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:50:50 smithi152 bash[29762]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-15T05:50:50.764 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:50:50 smithi152 bash[29762]: stat: stderr See 'docker run --help'. 2023-11-15T05:50:50.764 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:50:50 smithi152 bash[29762]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi152 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T05:50:50.764 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:50:50 smithi152 bash[29762]: Traceback (most recent call last): 2023-11-15T05:50:50.764 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:50:50 smithi152 bash[29762]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-11-15T05:50:50.765 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:50:50 smithi152 bash[29762]: yield (conn, connr) 2023-11-15T05:50:50.765 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:50:50 smithi152 bash[29762]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-11-15T05:50:50.765 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:50:50 smithi152 bash[29762]: code, '\n'.join(err))) 2023-11-15T05:50:50.765 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:50:50 smithi152 bash[29762]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi152-bzmeob 2023-11-15T05:50:50.765 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:50:50 smithi152 bash[29762]: /usr/bin/docker: stdout 2023-11-15T05:50:50.766 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:50:50 smithi152 bash[29762]: /usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi152-bzmeob 2023-11-15T05:50:50.766 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:50:50 smithi152 bash[29762]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi152.bzmeob 2023-11-15T05:50:50.766 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:50:50 smithi152 bash[29762]: /usr/bin/docker: stdout 2023-11-15T05:50:50.766 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:50:50 smithi152 bash[29762]: /usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi152.bzmeob 2023-11-15T05:50:50.766 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:50:50 smithi152 bash[29762]: Deploy daemon haproxy.nfs.foo.smithi152.bzmeob ... 2023-11-15T05:50:50.767 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:50:50 smithi152 bash[29762]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi152 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T05:50:50.767 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:50:50 smithi152 bash[29762]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-15T05:50:50.767 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:50:50 smithi152 bash[29762]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-15T05:50:50.767 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:50:50 smithi152 bash[29762]: stat: stderr See 'docker run --help'. 2023-11-15T05:50:50.767 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:50:50 smithi152 bash[29762]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi152 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T05:50:50.768 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:50:50 smithi152 bash[29762]: cephadm 2023-11-15T05:50:49.706590+0000 mgr.smithi116.ldeiub (mgr.14182) 728 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi152.bzmeob 2023-11-15T05:50:50.768 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:50:50 smithi152 bash[29762]: audit 2023-11-15T05:50:49.707323+0000 mon.smithi116 (mon.0) 835 : audit [INF] from='mgr.14182 172.21.15.116:0/1868390107' entity='mgr.smithi116.ldeiub' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi152.bzmeob"}]: dispatch 2023-11-15T05:50:50.768 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:50:50 smithi152 bash[29762]: cephadm 2023-11-15T05:50:49.708605+0000 mgr.smithi116.ldeiub (mgr.14182) 729 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi152.bzmeob on smithi152: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi152-bzmeob 2023-11-15T05:50:50.768 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:50:50 smithi152 bash[29762]: /usr/bin/docker: stdout 2023-11-15T05:50:50.768 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:50:50 smithi152 bash[29762]: /usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi152-bzmeob 2023-11-15T05:50:50.769 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:50:50 smithi152 bash[29762]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi152.bzmeob 2023-11-15T05:50:50.769 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:50:50 smithi152 bash[29762]: /usr/bin/docker: stdout 2023-11-15T05:50:50.769 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:50:50 smithi152 bash[29762]: /usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi152.bzmeob 2023-11-15T05:50:50.769 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:50:50 smithi152 bash[29762]: Deploy daemon haproxy.nfs.foo.smithi152.bzmeob ... 2023-11-15T05:50:50.769 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:50:50 smithi152 bash[29762]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi152 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T05:50:50.770 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:50:50 smithi152 bash[29762]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-15T05:50:50.770 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:50:50 smithi152 bash[29762]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-15T05:50:50.770 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:50:50 smithi152 bash[29762]: stat: stderr See 'docker run --help'. 2023-11-15T05:50:50.770 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:50:50 smithi152 bash[29762]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi152 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T05:50:50.770 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:50:50 smithi152 bash[29762]: cephadm 2023-11-15T05:50:49.711246+0000 mgr.smithi116.ldeiub (mgr.14182) 730 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi116.zzfmqy on smithi116 2023-11-15T05:50:52.286 INFO:teuthology.orchestra.run.smithi116.stdout: 2023-11-15T05:50:52.286 INFO:teuthology.orchestra.run.smithi116.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T05:34:36.374719Z", "last_refresh": "2023-11-15T05:43:50.109392Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T05:34:28.472277Z", "last_refresh": "2023-11-15T05:43:50.109543Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T05:34:32.474479Z", "last_refresh": "2023-11-15T05:43:50.109687Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:49:41.141222Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi152.bfvoog on smithi152: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi152-bfvoog\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi152-bfvoog\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi152.bfvoog\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi152.bfvoog\nDeploy daemon haproxy.nfs.foo.smithi152.bfvoog ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi152 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi152 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:49:45.050679Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi116.zjeylf on smithi116: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi116-zjeylf\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi116-zjeylf\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi116.zjeylf\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi116.zjeylf\nDeploy daemon haproxy.nfs.foo.smithi116.zjeylf ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:49:45.054203Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi152.jxuzde on smithi152: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:49:45.058389Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi116.wbsztg on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:50:49.708383Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi152.bzmeob on smithi152: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi152-bzmeob\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi152-bzmeob\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi152.bzmeob\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi152.bzmeob\nDeploy daemon haproxy.nfs.foo.smithi152.bzmeob ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi152 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi152 -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.116/16"}, "status": {"created": "2023-11-15T05:41:51.643812Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.116/16"}}, {"events": ["2023-11-15T05:41:45.562111Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-15T05:41:45.554912Z", "last_refresh": "2023-11-15T05:43:50.110531Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T05:34:26.558369Z", "last_refresh": "2023-11-15T05:43:50.109235Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:35:55.352857Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi116:172.21.15.116=smithi116", "smithi152:172.21.15.152=smithi152"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T05:35:55.345327Z", "last_refresh": "2023-11-15T05:43:50.109014Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:41:51.641747Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-11-15T05:41:51.636276Z", "last_refresh": "2023-11-15T05:43:50.110665Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T05:34:34.444913Z", "last_refresh": "2023-11-15T05:43:50.109818Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T05:36:22.979260Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T05:36:22.972321Z", "last_refresh": "2023-11-15T05:43:50.109967Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T05:34:30.388073Z", "last_refresh": "2023-11-15T05:45:04.478878Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-15T05:50:52.651 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:50:52 smithi116 bash[25961]: cluster 2023-11-15T05:50:51.411208+0000 mgr.smithi116.ldeiub (mgr.14182) 731 : cluster [DBG] pgmap v498: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 99 B/s rd, 0 op/s 2023-11-15T05:50:52.761 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:50:52 smithi152 bash[29762]: cluster 2023-11-15T05:50:51.411208+0000 mgr.smithi116.ldeiub (mgr.14182) 731 : cluster [DBG] pgmap v498: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 99 B/s rd, 0 op/s 2023-11-15T05:50:52.921 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T05:50:53.651 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:50:53 smithi116 bash[25961]: audit 2023-11-15T05:50:52.269280+0000 mgr.smithi116.ldeiub (mgr.14182) 732 : audit [DBG] from='client.14980 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:50:53.651 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:50:53 smithi116 bash[25961]: audit 2023-11-15T05:50:53.447414+0000 mon.smithi116 (mon.0) 836 : audit [INF] from='mgr.14182 172.21.15.116:0/1868390107' entity='mgr.smithi116.ldeiub' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi116.zzfmqy"}]: dispatch 2023-11-15T05:50:53.922 DEBUG:teuthology.orchestra.run.smithi116:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 7456fada-8378-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T05:50:54.011 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:50:53 smithi152 bash[29762]: audit 2023-11-15T05:50:52.269280+0000 mgr.smithi116.ldeiub (mgr.14182) 732 : audit [DBG] from='client.14980 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:50:54.011 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:50:53 smithi152 bash[29762]: audit 2023-11-15T05:50:53.447414+0000 mon.smithi116 (mon.0) 836 : audit [INF] from='mgr.14182 172.21.15.116:0/1868390107' entity='mgr.smithi116.ldeiub' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi116.zzfmqy"}]: dispatch 2023-11-15T05:50:54.902 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:50:54 smithi116 bash[25961]: cluster 2023-11-15T05:50:53.412172+0000 mgr.smithi116.ldeiub (mgr.14182) 733 : cluster [DBG] pgmap v499: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 99 B/s rd, 0 op/s 2023-11-15T05:50:54.902 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:50:54 smithi116 bash[25961]: cephadm 2023-11-15T05:50:53.446217+0000 mgr.smithi116.ldeiub (mgr.14182) 734 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi116-zzfmqy 2023-11-15T05:50:54.902 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:50:54 smithi116 bash[25961]: /usr/bin/docker: stdout 2023-11-15T05:50:54.902 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:50:54 smithi116 bash[25961]: /usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi116-zzfmqy 2023-11-15T05:50:54.903 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:50:54 smithi116 bash[25961]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi116.zzfmqy 2023-11-15T05:50:54.903 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:50:54 smithi116 bash[25961]: /usr/bin/docker: stdout 2023-11-15T05:50:54.903 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:50:54 smithi116 bash[25961]: /usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi116.zzfmqy 2023-11-15T05:50:54.903 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:50:54 smithi116 bash[25961]: Deploy daemon haproxy.nfs.foo.smithi116.zzfmqy ... 2023-11-15T05:50:54.903 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:50:54 smithi116 bash[25961]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T05:50:54.904 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:50:54 smithi116 bash[25961]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-15T05:50:54.904 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:50:54 smithi116 bash[25961]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-15T05:50:54.904 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:50:54 smithi116 bash[25961]: stat: stderr See 'docker run --help'. 2023-11-15T05:50:54.904 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:50:54 smithi116 bash[25961]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T05:50:54.904 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:50:54 smithi116 bash[25961]: Traceback (most recent call last): 2023-11-15T05:50:54.905 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:50:54 smithi116 bash[25961]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-11-15T05:50:54.905 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:50:54 smithi116 bash[25961]: yield (conn, connr) 2023-11-15T05:50:54.905 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:50:54 smithi116 bash[25961]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-11-15T05:50:54.905 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:50:54 smithi116 bash[25961]: code, '\n'.join(err))) 2023-11-15T05:50:54.905 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:50:54 smithi116 bash[25961]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi116-zzfmqy 2023-11-15T05:50:54.905 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:50:54 smithi116 bash[25961]: /usr/bin/docker: stdout 2023-11-15T05:50:54.906 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:50:54 smithi116 bash[25961]: /usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi116-zzfmqy 2023-11-15T05:50:54.906 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:50:54 smithi116 bash[25961]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi116.zzfmqy 2023-11-15T05:50:54.906 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:50:54 smithi116 bash[25961]: /usr/bin/docker: stdout 2023-11-15T05:50:54.906 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:50:54 smithi116 bash[25961]: /usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi116.zzfmqy 2023-11-15T05:50:54.906 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:50:54 smithi116 bash[25961]: Deploy daemon haproxy.nfs.foo.smithi116.zzfmqy ... 2023-11-15T05:50:54.907 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:50:54 smithi116 bash[25961]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T05:50:54.907 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:50:54 smithi116 bash[25961]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-15T05:50:54.907 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:50:54 smithi116 bash[25961]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-15T05:50:54.907 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:50:54 smithi116 bash[25961]: stat: stderr See 'docker run --help'. 2023-11-15T05:50:54.907 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:50:54 smithi116 bash[25961]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T05:50:54.908 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:50:54 smithi116 bash[25961]: cephadm 2023-11-15T05:50:53.446656+0000 mgr.smithi116.ldeiub (mgr.14182) 735 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi116.zzfmqy 2023-11-15T05:50:54.908 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:50:54 smithi116 bash[25961]: cephadm 2023-11-15T05:50:53.449020+0000 mgr.smithi116.ldeiub (mgr.14182) 736 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi116.zzfmqy on smithi116: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi116-zzfmqy 2023-11-15T05:50:54.908 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:50:54 smithi116 bash[25961]: /usr/bin/docker: stdout 2023-11-15T05:50:54.908 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:50:54 smithi116 bash[25961]: /usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi116-zzfmqy 2023-11-15T05:50:54.908 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:50:54 smithi116 bash[25961]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi116.zzfmqy 2023-11-15T05:50:54.908 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:50:54 smithi116 bash[25961]: /usr/bin/docker: stdout 2023-11-15T05:50:54.909 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:50:54 smithi116 bash[25961]: /usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi116.zzfmqy 2023-11-15T05:50:54.909 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:50:54 smithi116 bash[25961]: Deploy daemon haproxy.nfs.foo.smithi116.zzfmqy ... 2023-11-15T05:50:54.909 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:50:54 smithi116 bash[25961]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T05:50:54.909 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:50:54 smithi116 bash[25961]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-15T05:50:54.909 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:50:54 smithi116 bash[25961]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-15T05:50:54.910 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:50:54 smithi116 bash[25961]: stat: stderr See 'docker run --help'. 2023-11-15T05:50:54.910 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:50:54 smithi116 bash[25961]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T05:50:54.910 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:50:54 smithi116 bash[25961]: cephadm 2023-11-15T05:50:53.451033+0000 mgr.smithi116.ldeiub (mgr.14182) 737 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi152.ofwoxk on smithi152: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-11-15T05:50:54.910 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:50:54 smithi116 bash[25961]: cephadm 2023-11-15T05:50:53.452992+0000 mgr.smithi116.ldeiub (mgr.14182) 738 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi116.zxwrep on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-11-15T05:50:54.910 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:50:54 smithi116 bash[25961]: cluster 2023-11-15T05:50:53.454100+0000 mgr.smithi116.ldeiub (mgr.14182) 739 : cluster [DBG] pgmap v500: 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 2023-11-15T05:50:54.911 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:50:54 smithi116 bash[25961]: cluster 2023-11-15T05:50:53.503183+0000 mon.smithi116 (mon.0) 837 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2023-11-15T05:50:55.011 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:50:54 smithi152 bash[29762]: cluster 2023-11-15T05:50:53.412172+0000 mgr.smithi116.ldeiub (mgr.14182) 733 : cluster [DBG] pgmap v499: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 99 B/s rd, 0 op/s 2023-11-15T05:50:55.012 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:50:54 smithi152 bash[29762]: cephadm 2023-11-15T05:50:53.446217+0000 mgr.smithi116.ldeiub (mgr.14182) 734 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi116-zzfmqy 2023-11-15T05:50:55.012 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:50:54 smithi152 bash[29762]: /usr/bin/docker: stdout 2023-11-15T05:50:55.012 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:50:54 smithi152 bash[29762]: /usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi116-zzfmqy 2023-11-15T05:50:55.012 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:50:54 smithi152 bash[29762]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi116.zzfmqy 2023-11-15T05:50:55.013 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:50:54 smithi152 bash[29762]: /usr/bin/docker: stdout 2023-11-15T05:50:55.013 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:50:54 smithi152 bash[29762]: /usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi116.zzfmqy 2023-11-15T05:50:55.013 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:50:54 smithi152 bash[29762]: Deploy daemon haproxy.nfs.foo.smithi116.zzfmqy ... 2023-11-15T05:50:55.013 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:50:54 smithi152 bash[29762]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T05:50:55.013 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:50:54 smithi152 bash[29762]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-15T05:50:55.013 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:50:54 smithi152 bash[29762]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-15T05:50:55.014 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:50:54 smithi152 bash[29762]: stat: stderr See 'docker run --help'. 2023-11-15T05:50:55.014 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:50:54 smithi152 bash[29762]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T05:50:55.014 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:50:54 smithi152 bash[29762]: Traceback (most recent call last): 2023-11-15T05:50:55.014 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:50:54 smithi152 bash[29762]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-11-15T05:50:55.014 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:50:54 smithi152 bash[29762]: yield (conn, connr) 2023-11-15T05:50:55.015 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:50:54 smithi152 bash[29762]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-11-15T05:50:55.015 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:50:54 smithi152 bash[29762]: code, '\n'.join(err))) 2023-11-15T05:50:55.015 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:50:54 smithi152 bash[29762]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi116-zzfmqy 2023-11-15T05:50:55.015 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:50:54 smithi152 bash[29762]: /usr/bin/docker: stdout 2023-11-15T05:50:55.015 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:50:54 smithi152 bash[29762]: /usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi116-zzfmqy 2023-11-15T05:50:55.016 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:50:54 smithi152 bash[29762]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi116.zzfmqy 2023-11-15T05:50:55.016 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:50:54 smithi152 bash[29762]: /usr/bin/docker: stdout 2023-11-15T05:50:55.016 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:50:54 smithi152 bash[29762]: /usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi116.zzfmqy 2023-11-15T05:50:55.016 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:50:54 smithi152 bash[29762]: Deploy daemon haproxy.nfs.foo.smithi116.zzfmqy ... 2023-11-15T05:50:55.016 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:50:54 smithi152 bash[29762]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T05:50:55.017 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:50:54 smithi152 bash[29762]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-15T05:50:55.017 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:50:54 smithi152 bash[29762]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-15T05:50:55.017 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:50:54 smithi152 bash[29762]: stat: stderr See 'docker run --help'. 2023-11-15T05:50:55.017 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:50:54 smithi152 bash[29762]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T05:50:55.017 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:50:54 smithi152 bash[29762]: cephadm 2023-11-15T05:50:53.446656+0000 mgr.smithi116.ldeiub (mgr.14182) 735 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi116.zzfmqy 2023-11-15T05:50:55.018 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:50:54 smithi152 bash[29762]: cephadm 2023-11-15T05:50:53.449020+0000 mgr.smithi116.ldeiub (mgr.14182) 736 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi116.zzfmqy on smithi116: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi116-zzfmqy 2023-11-15T05:50:55.018 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:50:54 smithi152 bash[29762]: /usr/bin/docker: stdout 2023-11-15T05:50:55.018 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:50:54 smithi152 bash[29762]: /usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi116-zzfmqy 2023-11-15T05:50:55.018 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:50:54 smithi152 bash[29762]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi116.zzfmqy 2023-11-15T05:50:55.019 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:50:54 smithi152 bash[29762]: /usr/bin/docker: stdout 2023-11-15T05:50:55.019 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:50:54 smithi152 bash[29762]: /usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi116.zzfmqy 2023-11-15T05:50:55.019 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:50:54 smithi152 bash[29762]: Deploy daemon haproxy.nfs.foo.smithi116.zzfmqy ... 2023-11-15T05:50:55.019 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:50:54 smithi152 bash[29762]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T05:50:55.019 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:50:54 smithi152 bash[29762]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-15T05:50:55.020 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:50:54 smithi152 bash[29762]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-15T05:50:55.020 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:50:54 smithi152 bash[29762]: stat: stderr See 'docker run --help'. 2023-11-15T05:50:55.020 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:50:54 smithi152 bash[29762]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T05:50:55.020 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:50:54 smithi152 bash[29762]: cephadm 2023-11-15T05:50:53.451033+0000 mgr.smithi116.ldeiub (mgr.14182) 737 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi152.ofwoxk on smithi152: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-11-15T05:50:55.020 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:50:54 smithi152 bash[29762]: cephadm 2023-11-15T05:50:53.452992+0000 mgr.smithi116.ldeiub (mgr.14182) 738 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi116.zxwrep on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-11-15T05:50:55.021 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:50:54 smithi152 bash[29762]: cluster 2023-11-15T05:50:53.454100+0000 mgr.smithi116.ldeiub (mgr.14182) 739 : cluster [DBG] pgmap v500: 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 2023-11-15T05:50:55.021 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:50:54 smithi152 bash[29762]: cluster 2023-11-15T05:50:53.503183+0000 mon.smithi116 (mon.0) 837 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2023-11-15T05:50:56.797 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:50:56 smithi116 bash[25961]: cluster 2023-11-15T05:50:55.455290+0000 mgr.smithi116.ldeiub (mgr.14182) 740 : cluster [DBG] pgmap v501: 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 2023-11-15T05:50:56.797 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:50:56 smithi116 bash[25961]: audit 2023-11-15T05:50:56.010700+0000 mon.smithi116 (mon.0) 838 : audit [INF] from='mgr.14182 172.21.15.116:0/1868390107' entity='mgr.smithi116.ldeiub' 2023-11-15T05:50:57.011 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:50:56 smithi152 bash[29762]: cluster 2023-11-15T05:50:55.455290+0000 mgr.smithi116.ldeiub (mgr.14182) 740 : cluster [DBG] pgmap v501: 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 2023-11-15T05:50:57.011 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:50:56 smithi152 bash[29762]: audit 2023-11-15T05:50:56.010700+0000 mon.smithi116 (mon.0) 838 : audit [INF] from='mgr.14182 172.21.15.116:0/1868390107' entity='mgr.smithi116.ldeiub' 2023-11-15T05:50:57.149 INFO:teuthology.orchestra.run.smithi116.stdout: 2023-11-15T05:50:57.149 INFO:teuthology.orchestra.run.smithi116.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T05:34:36.374719Z", "last_refresh": "2023-11-15T05:43:50.109392Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T05:34:28.472277Z", "last_refresh": "2023-11-15T05:43:50.109543Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T05:34:32.474479Z", "last_refresh": "2023-11-15T05:43:50.109687Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:49:45.058389Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi116.wbsztg on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:50:49.708383Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi152.bzmeob on smithi152: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi152-bzmeob\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi152-bzmeob\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi152.bzmeob\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi152.bzmeob\nDeploy daemon haproxy.nfs.foo.smithi152.bzmeob ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi152 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi152 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:50:53.448868Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi116.zzfmqy on smithi116: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi116-zzfmqy\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi116-zzfmqy\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi116.zzfmqy\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi116.zzfmqy\nDeploy daemon haproxy.nfs.foo.smithi116.zzfmqy ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:50:53.450917Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi152.ofwoxk on smithi152: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:50:53.452881Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi116.zxwrep on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.116/16"}, "status": {"created": "2023-11-15T05:41:51.643812Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.116/16"}}, {"events": ["2023-11-15T05:41:45.562111Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-15T05:41:45.554912Z", "last_refresh": "2023-11-15T05:43:50.110531Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T05:34:26.558369Z", "last_refresh": "2023-11-15T05:43:50.109235Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:35:55.352857Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi116:172.21.15.116=smithi116", "smithi152:172.21.15.152=smithi152"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T05:35:55.345327Z", "last_refresh": "2023-11-15T05:43:50.109014Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:41:51.641747Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-11-15T05:41:51.636276Z", "last_refresh": "2023-11-15T05:43:50.110665Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T05:34:34.444913Z", "last_refresh": "2023-11-15T05:43:50.109818Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T05:36:22.979260Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T05:36:22.972321Z", "last_refresh": "2023-11-15T05:43:50.109967Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T05:34:30.388073Z", "last_refresh": "2023-11-15T05:45:04.478878Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-15T05:50:57.791 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T05:50:58.792 DEBUG:teuthology.orchestra.run.smithi116:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 7456fada-8378-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T05:50:58.805 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:50:58 smithi116 bash[25961]: audit 2023-11-15T05:50:57.133916+0000 mgr.smithi116.ldeiub (mgr.14182) 741 : audit [DBG] from='client.14984 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:50:58.806 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:50:58 smithi116 bash[25961]: cluster 2023-11-15T05:50:57.456504+0000 mgr.smithi116.ldeiub (mgr.14182) 742 : cluster [DBG] pgmap v502: 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 2023-11-15T05:50:59.011 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:50:58 smithi152 bash[29762]: audit 2023-11-15T05:50:57.133916+0000 mgr.smithi116.ldeiub (mgr.14182) 741 : audit [DBG] from='client.14984 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:50:59.011 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:50:58 smithi152 bash[29762]: cluster 2023-11-15T05:50:57.456504+0000 mgr.smithi116.ldeiub (mgr.14182) 742 : cluster [DBG] pgmap v502: 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 2023-11-15T05:51:00.651 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:51:00 smithi116 bash[25961]: cluster 2023-11-15T05:50:59.457630+0000 mgr.smithi116.ldeiub (mgr.14182) 743 : cluster [DBG] pgmap v503: 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 2023-11-15T05:51:00.761 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:51:00 smithi152 bash[29762]: cluster 2023-11-15T05:50:59.457630+0000 mgr.smithi116.ldeiub (mgr.14182) 743 : cluster [DBG] pgmap v503: 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 2023-11-15T05:51:02.185 INFO:teuthology.orchestra.run.smithi116.stdout: 2023-11-15T05:51:02.186 INFO:teuthology.orchestra.run.smithi116.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T05:34:36.374719Z", "last_refresh": "2023-11-15T05:43:50.109392Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T05:34:28.472277Z", "last_refresh": "2023-11-15T05:43:50.109543Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T05:34:32.474479Z", "last_refresh": "2023-11-15T05:43:50.109687Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:49:45.058389Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi116.wbsztg on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:50:49.708383Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi152.bzmeob on smithi152: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi152-bzmeob\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi152-bzmeob\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi152.bzmeob\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi152.bzmeob\nDeploy daemon haproxy.nfs.foo.smithi152.bzmeob ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi152 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi152 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:50:53.448868Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi116.zzfmqy on smithi116: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi116-zzfmqy\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi116-zzfmqy\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi116.zzfmqy\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi116.zzfmqy\nDeploy daemon haproxy.nfs.foo.smithi116.zzfmqy ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:50:53.450917Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi152.ofwoxk on smithi152: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:50:53.452881Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi116.zxwrep on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.116/16"}, "status": {"created": "2023-11-15T05:41:51.643812Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.116/16"}}, {"events": ["2023-11-15T05:41:45.562111Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-15T05:41:45.554912Z", "last_refresh": "2023-11-15T05:43:50.110531Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T05:34:26.558369Z", "last_refresh": "2023-11-15T05:43:50.109235Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:35:55.352857Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi116:172.21.15.116=smithi116", "smithi152:172.21.15.152=smithi152"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T05:35:55.345327Z", "last_refresh": "2023-11-15T05:43:50.109014Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:41:51.641747Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-11-15T05:41:51.636276Z", "last_refresh": "2023-11-15T05:43:50.110665Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T05:34:34.444913Z", "last_refresh": "2023-11-15T05:43:50.109818Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T05:36:22.979260Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T05:36:22.972321Z", "last_refresh": "2023-11-15T05:43:50.109967Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T05:34:30.388073Z", "last_refresh": "2023-11-15T05:45:04.478878Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-15T05:51:02.871 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:51:02 smithi116 bash[25961]: cluster 2023-11-15T05:51:01.458973+0000 mgr.smithi116.ldeiub (mgr.14182) 744 : cluster [DBG] pgmap v504: 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 2023-11-15T05:51:02.872 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T05:51:03.011 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:51:02 smithi152 bash[29762]: cluster 2023-11-15T05:51:01.458973+0000 mgr.smithi116.ldeiub (mgr.14182) 744 : cluster [DBG] pgmap v504: 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 2023-11-15T05:51:03.874 DEBUG:teuthology.orchestra.run.smithi116:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 7456fada-8378-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T05:51:03.887 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:51:03 smithi116 bash[25961]: audit 2023-11-15T05:51:02.174107+0000 mgr.smithi116.ldeiub (mgr.14182) 745 : audit [DBG] from='client.14988 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:51:04.011 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:51:03 smithi152 bash[29762]: audit 2023-11-15T05:51:02.174107+0000 mgr.smithi116.ldeiub (mgr.14182) 745 : audit [DBG] from='client.14988 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:51:04.901 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:51:04 smithi116 bash[25961]: cluster 2023-11-15T05:51:03.460126+0000 mgr.smithi116.ldeiub (mgr.14182) 746 : cluster [DBG] pgmap v505: 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 2023-11-15T05:51:05.011 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:51:04 smithi152 bash[29762]: cluster 2023-11-15T05:51:03.460126+0000 mgr.smithi116.ldeiub (mgr.14182) 746 : cluster [DBG] pgmap v505: 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 2023-11-15T05:51:06.881 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:51:06 smithi116 bash[25961]: cluster 2023-11-15T05:51:05.461112+0000 mgr.smithi116.ldeiub (mgr.14182) 747 : cluster [DBG] pgmap v506: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:51:07.011 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:51:06 smithi152 bash[29762]: cluster 2023-11-15T05:51:05.461112+0000 mgr.smithi116.ldeiub (mgr.14182) 747 : cluster [DBG] pgmap v506: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:51:07.240 INFO:teuthology.orchestra.run.smithi116.stdout: 2023-11-15T05:51:07.240 INFO:teuthology.orchestra.run.smithi116.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T05:34:36.374719Z", "last_refresh": "2023-11-15T05:43:50.109392Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T05:34:28.472277Z", "last_refresh": "2023-11-15T05:43:50.109543Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T05:34:32.474479Z", "last_refresh": "2023-11-15T05:43:50.109687Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:49:45.058389Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi116.wbsztg on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:50:49.708383Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi152.bzmeob on smithi152: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi152-bzmeob\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi152-bzmeob\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi152.bzmeob\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi152.bzmeob\nDeploy daemon haproxy.nfs.foo.smithi152.bzmeob ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi152 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi152 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:50:53.448868Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi116.zzfmqy on smithi116: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi116-zzfmqy\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi116-zzfmqy\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi116.zzfmqy\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi116.zzfmqy\nDeploy daemon haproxy.nfs.foo.smithi116.zzfmqy ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:50:53.450917Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi152.ofwoxk on smithi152: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:50:53.452881Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi116.zxwrep on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.116/16"}, "status": {"created": "2023-11-15T05:41:51.643812Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.116/16"}}, {"events": ["2023-11-15T05:41:45.562111Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-15T05:41:45.554912Z", "last_refresh": "2023-11-15T05:43:50.110531Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T05:34:26.558369Z", "last_refresh": "2023-11-15T05:43:50.109235Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:35:55.352857Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi116:172.21.15.116=smithi116", "smithi152:172.21.15.152=smithi152"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T05:35:55.345327Z", "last_refresh": "2023-11-15T05:43:50.109014Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:41:51.641747Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-11-15T05:41:51.636276Z", "last_refresh": "2023-11-15T05:43:50.110665Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T05:34:34.444913Z", "last_refresh": "2023-11-15T05:43:50.109818Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T05:36:22.979260Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T05:36:22.972321Z", "last_refresh": "2023-11-15T05:43:50.109967Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T05:34:30.388073Z", "last_refresh": "2023-11-15T05:45:04.478878Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-15T05:51:07.914 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T05:51:08.901 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:51:08 smithi116 bash[25961]: audit 2023-11-15T05:51:07.223975+0000 mgr.smithi116.ldeiub (mgr.14182) 748 : audit [DBG] from='client.14992 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:51:08.901 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:51:08 smithi116 bash[25961]: cluster 2023-11-15T05:51:07.462316+0000 mgr.smithi116.ldeiub (mgr.14182) 749 : cluster [DBG] pgmap v507: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:51:08.915 DEBUG:teuthology.orchestra.run.smithi116:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 7456fada-8378-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T05:51:09.011 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:51:08 smithi152 bash[29762]: audit 2023-11-15T05:51:07.223975+0000 mgr.smithi116.ldeiub (mgr.14182) 748 : audit [DBG] from='client.14992 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:51:09.011 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:51:08 smithi152 bash[29762]: cluster 2023-11-15T05:51:07.462316+0000 mgr.smithi116.ldeiub (mgr.14182) 749 : cluster [DBG] pgmap v507: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:51:10.651 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:51:10 smithi116 bash[25961]: cluster 2023-11-15T05:51:09.463414+0000 mgr.smithi116.ldeiub (mgr.14182) 750 : cluster [DBG] pgmap v508: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:51:10.761 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:51:10 smithi152 bash[29762]: cluster 2023-11-15T05:51:09.463414+0000 mgr.smithi116.ldeiub (mgr.14182) 750 : cluster [DBG] pgmap v508: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:51:12.067 INFO:teuthology.orchestra.run.smithi116.stdout: 2023-11-15T05:51:12.067 INFO:teuthology.orchestra.run.smithi116.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T05:34:36.374719Z", "last_refresh": "2023-11-15T05:43:50.109392Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T05:34:28.472277Z", "last_refresh": "2023-11-15T05:43:50.109543Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T05:34:32.474479Z", "last_refresh": "2023-11-15T05:43:50.109687Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:49:45.058389Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi116.wbsztg on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:50:49.708383Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi152.bzmeob on smithi152: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi152-bzmeob\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi152-bzmeob\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi152.bzmeob\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi152.bzmeob\nDeploy daemon haproxy.nfs.foo.smithi152.bzmeob ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi152 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi152 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:50:53.448868Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi116.zzfmqy on smithi116: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi116-zzfmqy\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi116-zzfmqy\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi116.zzfmqy\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi116.zzfmqy\nDeploy daemon haproxy.nfs.foo.smithi116.zzfmqy ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:50:53.450917Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi152.ofwoxk on smithi152: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:50:53.452881Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi116.zxwrep on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.116/16"}, "status": {"created": "2023-11-15T05:41:51.643812Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.116/16"}}, {"events": ["2023-11-15T05:41:45.562111Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-15T05:41:45.554912Z", "last_refresh": "2023-11-15T05:43:50.110531Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T05:34:26.558369Z", "last_refresh": "2023-11-15T05:43:50.109235Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:35:55.352857Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi116:172.21.15.116=smithi116", "smithi152:172.21.15.152=smithi152"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T05:35:55.345327Z", "last_refresh": "2023-11-15T05:43:50.109014Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:41:51.641747Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-11-15T05:41:51.636276Z", "last_refresh": "2023-11-15T05:43:50.110665Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T05:34:34.444913Z", "last_refresh": "2023-11-15T05:43:50.109818Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T05:36:22.979260Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T05:36:22.972321Z", "last_refresh": "2023-11-15T05:43:50.109967Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T05:34:30.388073Z", "last_refresh": "2023-11-15T05:45:04.478878Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-15T05:51:12.710 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T05:51:12.901 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:51:12 smithi116 bash[25961]: cluster 2023-11-15T05:51:11.464743+0000 mgr.smithi116.ldeiub (mgr.14182) 751 : cluster [DBG] pgmap v509: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:51:13.011 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:51:12 smithi152 bash[29762]: cluster 2023-11-15T05:51:11.464743+0000 mgr.smithi116.ldeiub (mgr.14182) 751 : cluster [DBG] pgmap v509: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:51:13.711 DEBUG:teuthology.orchestra.run.smithi116:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 7456fada-8378-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T05:51:13.901 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:51:13 smithi116 bash[25961]: audit 2023-11-15T05:51:12.053466+0000 mgr.smithi116.ldeiub (mgr.14182) 752 : audit [DBG] from='client.14996 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:51:14.011 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:51:13 smithi152 bash[29762]: audit 2023-11-15T05:51:12.053466+0000 mgr.smithi116.ldeiub (mgr.14182) 752 : audit [DBG] from='client.14996 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:51:14.795 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:51:14 smithi116 bash[25961]: cluster 2023-11-15T05:51:13.466075+0000 mgr.smithi116.ldeiub (mgr.14182) 753 : cluster [DBG] pgmap v510: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T05:51:15.011 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:51:14 smithi152 bash[29762]: cluster 2023-11-15T05:51:13.466075+0000 mgr.smithi116.ldeiub (mgr.14182) 753 : cluster [DBG] pgmap v510: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T05:51:16.901 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:51:16 smithi116 bash[25961]: cluster 2023-11-15T05:51:15.467236+0000 mgr.smithi116.ldeiub (mgr.14182) 754 : cluster [DBG] pgmap v511: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:51:16.912 INFO:teuthology.orchestra.run.smithi116.stdout: 2023-11-15T05:51:16.912 INFO:teuthology.orchestra.run.smithi116.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T05:34:36.374719Z", "last_refresh": "2023-11-15T05:43:50.109392Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T05:34:28.472277Z", "last_refresh": "2023-11-15T05:43:50.109543Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T05:34:32.474479Z", "last_refresh": "2023-11-15T05:43:50.109687Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:49:45.058389Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi116.wbsztg on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:50:49.708383Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi152.bzmeob on smithi152: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi152-bzmeob\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi152-bzmeob\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi152.bzmeob\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi152.bzmeob\nDeploy daemon haproxy.nfs.foo.smithi152.bzmeob ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi152 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi152 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:50:53.448868Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi116.zzfmqy on smithi116: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi116-zzfmqy\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi116-zzfmqy\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi116.zzfmqy\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi116.zzfmqy\nDeploy daemon haproxy.nfs.foo.smithi116.zzfmqy ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:50:53.450917Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi152.ofwoxk on smithi152: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:50:53.452881Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi116.zxwrep on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.116/16"}, "status": {"created": "2023-11-15T05:41:51.643812Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.116/16"}}, {"events": ["2023-11-15T05:41:45.562111Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-15T05:41:45.554912Z", "last_refresh": "2023-11-15T05:43:50.110531Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T05:34:26.558369Z", "last_refresh": "2023-11-15T05:43:50.109235Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:35:55.352857Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi116:172.21.15.116=smithi116", "smithi152:172.21.15.152=smithi152"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T05:35:55.345327Z", "last_refresh": "2023-11-15T05:43:50.109014Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:41:51.641747Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-11-15T05:41:51.636276Z", "last_refresh": "2023-11-15T05:43:50.110665Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T05:34:34.444913Z", "last_refresh": "2023-11-15T05:43:50.109818Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T05:36:22.979260Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T05:36:22.972321Z", "last_refresh": "2023-11-15T05:43:50.109967Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T05:34:30.388073Z", "last_refresh": "2023-11-15T05:45:04.478878Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-15T05:51:17.011 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:51:16 smithi152 bash[29762]: cluster 2023-11-15T05:51:15.467236+0000 mgr.smithi116.ldeiub (mgr.14182) 754 : cluster [DBG] pgmap v511: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:51:17.577 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T05:51:18.578 DEBUG:teuthology.orchestra.run.smithi116:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 7456fada-8378-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T05:51:18.901 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:51:18 smithi116 bash[25961]: audit 2023-11-15T05:51:16.896012+0000 mgr.smithi116.ldeiub (mgr.14182) 755 : audit [DBG] from='client.15000 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:51:18.902 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:51:18 smithi116 bash[25961]: cluster 2023-11-15T05:51:17.468397+0000 mgr.smithi116.ldeiub (mgr.14182) 756 : cluster [DBG] pgmap v512: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:51:19.011 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:51:18 smithi152 bash[29762]: audit 2023-11-15T05:51:16.896012+0000 mgr.smithi116.ldeiub (mgr.14182) 755 : audit [DBG] from='client.15000 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:51:19.011 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:51:18 smithi152 bash[29762]: cluster 2023-11-15T05:51:17.468397+0000 mgr.smithi116.ldeiub (mgr.14182) 756 : cluster [DBG] pgmap v512: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:51:20.762 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:51:20 smithi152 bash[29762]: cluster 2023-11-15T05:51:19.469479+0000 mgr.smithi116.ldeiub (mgr.14182) 757 : 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 2023-11-15T05:51:20.901 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:51:20 smithi116 bash[25961]: cluster 2023-11-15T05:51:19.469479+0000 mgr.smithi116.ldeiub (mgr.14182) 757 : 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 2023-11-15T05:51:21.735 INFO:teuthology.orchestra.run.smithi116.stdout: 2023-11-15T05:51:21.736 INFO:teuthology.orchestra.run.smithi116.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T05:34:36.374719Z", "last_refresh": "2023-11-15T05:43:50.109392Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T05:34:28.472277Z", "last_refresh": "2023-11-15T05:43:50.109543Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T05:34:32.474479Z", "last_refresh": "2023-11-15T05:43:50.109687Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:49:45.058389Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi116.wbsztg on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:50:49.708383Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi152.bzmeob on smithi152: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi152-bzmeob\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi152-bzmeob\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi152.bzmeob\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi152.bzmeob\nDeploy daemon haproxy.nfs.foo.smithi152.bzmeob ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi152 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi152 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:50:53.448868Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi116.zzfmqy on smithi116: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi116-zzfmqy\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi116-zzfmqy\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi116.zzfmqy\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi116.zzfmqy\nDeploy daemon haproxy.nfs.foo.smithi116.zzfmqy ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:50:53.450917Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi152.ofwoxk on smithi152: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:50:53.452881Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi116.zxwrep on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.116/16"}, "status": {"created": "2023-11-15T05:41:51.643812Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.116/16"}}, {"events": ["2023-11-15T05:41:45.562111Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-15T05:41:45.554912Z", "last_refresh": "2023-11-15T05:43:50.110531Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T05:34:26.558369Z", "last_refresh": "2023-11-15T05:43:50.109235Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:35:55.352857Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi116:172.21.15.116=smithi116", "smithi152:172.21.15.152=smithi152"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T05:35:55.345327Z", "last_refresh": "2023-11-15T05:43:50.109014Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:41:51.641747Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-11-15T05:41:51.636276Z", "last_refresh": "2023-11-15T05:43:50.110665Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T05:34:34.444913Z", "last_refresh": "2023-11-15T05:43:50.109818Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T05:36:22.979260Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T05:36:22.972321Z", "last_refresh": "2023-11-15T05:43:50.109967Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T05:34:30.388073Z", "last_refresh": "2023-11-15T05:45:04.478878Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-15T05:51:22.345 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T05:51:22.651 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:51:22 smithi116 bash[25961]: cluster 2023-11-15T05:51:21.470566+0000 mgr.smithi116.ldeiub (mgr.14182) 758 : 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 2023-11-15T05:51:22.651 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:51:22 smithi116 bash[25961]: audit 2023-11-15T05:51:21.721557+0000 mgr.smithi116.ldeiub (mgr.14182) 759 : audit [DBG] from='client.15004 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:51:23.014 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:51:22 smithi152 bash[29762]: cluster 2023-11-15T05:51:21.470566+0000 mgr.smithi116.ldeiub (mgr.14182) 758 : 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 2023-11-15T05:51:23.015 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:51:22 smithi152 bash[29762]: audit 2023-11-15T05:51:21.721557+0000 mgr.smithi116.ldeiub (mgr.14182) 759 : audit [DBG] from='client.15004 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:51:23.347 DEBUG:teuthology.orchestra.run.smithi116:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 7456fada-8378-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T05:51:24.744 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:51:24 smithi116 bash[25961]: cluster 2023-11-15T05:51:23.471675+0000 mgr.smithi116.ldeiub (mgr.14182) 760 : cluster [DBG] pgmap v515: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T05:51:25.011 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:51:24 smithi152 bash[29762]: cluster 2023-11-15T05:51:23.471675+0000 mgr.smithi116.ldeiub (mgr.14182) 760 : cluster [DBG] pgmap v515: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T05:51:26.454 INFO:teuthology.orchestra.run.smithi116.stdout: 2023-11-15T05:51:26.455 INFO:teuthology.orchestra.run.smithi116.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T05:34:36.374719Z", "last_refresh": "2023-11-15T05:43:50.109392Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T05:34:28.472277Z", "last_refresh": "2023-11-15T05:43:50.109543Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T05:34:32.474479Z", "last_refresh": "2023-11-15T05:43:50.109687Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:49:45.058389Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi116.wbsztg on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:50:49.708383Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi152.bzmeob on smithi152: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi152-bzmeob\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi152-bzmeob\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi152.bzmeob\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi152.bzmeob\nDeploy daemon haproxy.nfs.foo.smithi152.bzmeob ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi152 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi152 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:50:53.448868Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi116.zzfmqy on smithi116: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi116-zzfmqy\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi116-zzfmqy\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi116.zzfmqy\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi116.zzfmqy\nDeploy daemon haproxy.nfs.foo.smithi116.zzfmqy ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:50:53.450917Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi152.ofwoxk on smithi152: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:50:53.452881Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi116.zxwrep on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.116/16"}, "status": {"created": "2023-11-15T05:41:51.643812Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.116/16"}}, {"events": ["2023-11-15T05:41:45.562111Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-15T05:41:45.554912Z", "last_refresh": "2023-11-15T05:43:50.110531Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T05:34:26.558369Z", "last_refresh": "2023-11-15T05:43:50.109235Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:35:55.352857Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi116:172.21.15.116=smithi116", "smithi152:172.21.15.152=smithi152"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T05:35:55.345327Z", "last_refresh": "2023-11-15T05:43:50.109014Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:41:51.641747Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-11-15T05:41:51.636276Z", "last_refresh": "2023-11-15T05:43:50.110665Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T05:34:34.444913Z", "last_refresh": "2023-11-15T05:43:50.109818Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T05:36:22.979260Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T05:36:22.972321Z", "last_refresh": "2023-11-15T05:43:50.109967Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T05:34:30.388073Z", "last_refresh": "2023-11-15T05:45:04.478878Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-15T05:51:26.901 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:51:26 smithi116 bash[25961]: cluster 2023-11-15T05:51:25.472836+0000 mgr.smithi116.ldeiub (mgr.14182) 761 : 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 2023-11-15T05:51:27.011 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:51:26 smithi152 bash[29762]: cluster 2023-11-15T05:51:25.472836+0000 mgr.smithi116.ldeiub (mgr.14182) 761 : 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 2023-11-15T05:51:27.074 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T05:51:27.901 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:51:27 smithi116 bash[25961]: audit 2023-11-15T05:51:26.438556+0000 mgr.smithi116.ldeiub (mgr.14182) 762 : audit [DBG] from='client.15008 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:51:28.011 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:51:27 smithi152 bash[29762]: audit 2023-11-15T05:51:26.438556+0000 mgr.smithi116.ldeiub (mgr.14182) 762 : audit [DBG] from='client.15008 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:51:28.076 DEBUG:teuthology.orchestra.run.smithi116:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 7456fada-8378-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T05:51:28.902 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:51:28 smithi116 bash[25961]: cluster 2023-11-15T05:51:27.474057+0000 mgr.smithi116.ldeiub (mgr.14182) 763 : cluster [DBG] pgmap v517: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:51:29.011 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:51:28 smithi152 bash[29762]: cluster 2023-11-15T05:51:27.474057+0000 mgr.smithi116.ldeiub (mgr.14182) 763 : cluster [DBG] pgmap v517: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:51:30.761 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:51:30 smithi152 bash[29762]: cluster 2023-11-15T05:51:29.474990+0000 mgr.smithi116.ldeiub (mgr.14182) 764 : 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 2023-11-15T05:51:30.832 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:51:30 smithi116 bash[25961]: cluster 2023-11-15T05:51:29.474990+0000 mgr.smithi116.ldeiub (mgr.14182) 764 : 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 2023-11-15T05:51:31.268 INFO:teuthology.orchestra.run.smithi116.stdout: 2023-11-15T05:51:31.269 INFO:teuthology.orchestra.run.smithi116.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T05:34:36.374719Z", "last_refresh": "2023-11-15T05:43:50.109392Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T05:34:28.472277Z", "last_refresh": "2023-11-15T05:43:50.109543Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T05:34:32.474479Z", "last_refresh": "2023-11-15T05:43:50.109687Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:49:45.058389Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi116.wbsztg on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:50:49.708383Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi152.bzmeob on smithi152: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi152-bzmeob\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi152-bzmeob\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi152.bzmeob\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi152.bzmeob\nDeploy daemon haproxy.nfs.foo.smithi152.bzmeob ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi152 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi152 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:50:53.448868Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi116.zzfmqy on smithi116: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi116-zzfmqy\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi116-zzfmqy\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi116.zzfmqy\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi116.zzfmqy\nDeploy daemon haproxy.nfs.foo.smithi116.zzfmqy ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:50:53.450917Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi152.ofwoxk on smithi152: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:50:53.452881Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi116.zxwrep on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.116/16"}, "status": {"created": "2023-11-15T05:41:51.643812Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.116/16"}}, {"events": ["2023-11-15T05:41:45.562111Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-15T05:41:45.554912Z", "last_refresh": "2023-11-15T05:43:50.110531Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T05:34:26.558369Z", "last_refresh": "2023-11-15T05:43:50.109235Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:35:55.352857Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi116:172.21.15.116=smithi116", "smithi152:172.21.15.152=smithi152"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T05:35:55.345327Z", "last_refresh": "2023-11-15T05:43:50.109014Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:41:51.641747Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-11-15T05:41:51.636276Z", "last_refresh": "2023-11-15T05:43:50.110665Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T05:34:34.444913Z", "last_refresh": "2023-11-15T05:43:50.109818Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T05:36:22.979260Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T05:36:22.972321Z", "last_refresh": "2023-11-15T05:43:50.109967Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T05:34:30.388073Z", "last_refresh": "2023-11-15T05:45:04.478878Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-15T05:51:31.936 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T05:51:32.901 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:51:32 smithi116 bash[25961]: audit 2023-11-15T05:51:31.252991+0000 mgr.smithi116.ldeiub (mgr.14182) 765 : audit [DBG] from='client.15012 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:51:32.901 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:51:32 smithi116 bash[25961]: cluster 2023-11-15T05:51:31.476004+0000 mgr.smithi116.ldeiub (mgr.14182) 766 : 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 2023-11-15T05:51:32.937 DEBUG:teuthology.orchestra.run.smithi116:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 7456fada-8378-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T05:51:33.011 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:51:32 smithi152 bash[29762]: audit 2023-11-15T05:51:31.252991+0000 mgr.smithi116.ldeiub (mgr.14182) 765 : audit [DBG] from='client.15012 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:51:33.011 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:51:32 smithi152 bash[29762]: cluster 2023-11-15T05:51:31.476004+0000 mgr.smithi116.ldeiub (mgr.14182) 766 : 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 2023-11-15T05:51:34.651 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:51:34 smithi116 bash[25961]: cluster 2023-11-15T05:51:33.477208+0000 mgr.smithi116.ldeiub (mgr.14182) 767 : cluster [DBG] pgmap v520: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T05:51:35.011 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:51:34 smithi152 bash[29762]: cluster 2023-11-15T05:51:33.477208+0000 mgr.smithi116.ldeiub (mgr.14182) 767 : cluster [DBG] pgmap v520: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T05:51:36.159 INFO:teuthology.orchestra.run.smithi116.stdout: 2023-11-15T05:51:36.159 INFO:teuthology.orchestra.run.smithi116.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T05:34:36.374719Z", "last_refresh": "2023-11-15T05:43:50.109392Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T05:34:28.472277Z", "last_refresh": "2023-11-15T05:43:50.109543Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T05:34:32.474479Z", "last_refresh": "2023-11-15T05:43:50.109687Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:49:45.058389Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi116.wbsztg on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:50:49.708383Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi152.bzmeob on smithi152: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi152-bzmeob\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi152-bzmeob\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi152.bzmeob\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi152.bzmeob\nDeploy daemon haproxy.nfs.foo.smithi152.bzmeob ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi152 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi152 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:50:53.448868Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi116.zzfmqy on smithi116: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi116-zzfmqy\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi116-zzfmqy\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi116.zzfmqy\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi116.zzfmqy\nDeploy daemon haproxy.nfs.foo.smithi116.zzfmqy ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:50:53.450917Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi152.ofwoxk on smithi152: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:50:53.452881Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi116.zxwrep on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.116/16"}, "status": {"created": "2023-11-15T05:41:51.643812Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.116/16"}}, {"events": ["2023-11-15T05:41:45.562111Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-15T05:41:45.554912Z", "last_refresh": "2023-11-15T05:43:50.110531Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T05:34:26.558369Z", "last_refresh": "2023-11-15T05:43:50.109235Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:35:55.352857Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi116:172.21.15.116=smithi116", "smithi152:172.21.15.152=smithi152"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T05:35:55.345327Z", "last_refresh": "2023-11-15T05:43:50.109014Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:41:51.641747Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-11-15T05:41:51.636276Z", "last_refresh": "2023-11-15T05:43:50.110665Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T05:34:34.444913Z", "last_refresh": "2023-11-15T05:43:50.109818Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T05:36:22.979260Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T05:36:22.972321Z", "last_refresh": "2023-11-15T05:43:50.109967Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T05:34:30.388073Z", "last_refresh": "2023-11-15T05:45:04.478878Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-15T05:51:36.766 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T05:51:36.902 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:51:36 smithi116 bash[25961]: cluster 2023-11-15T05:51:35.478167+0000 mgr.smithi116.ldeiub (mgr.14182) 768 : 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 2023-11-15T05:51:37.011 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:51:36 smithi152 bash[29762]: cluster 2023-11-15T05:51:35.478167+0000 mgr.smithi116.ldeiub (mgr.14182) 768 : 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 2023-11-15T05:51:37.769 DEBUG:teuthology.orchestra.run.smithi116:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 7456fada-8378-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T05:51:37.901 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:51:37 smithi116 bash[25961]: audit 2023-11-15T05:51:36.148356+0000 mgr.smithi116.ldeiub (mgr.14182) 769 : audit [DBG] from='client.15016 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:51:38.011 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:51:37 smithi152 bash[29762]: audit 2023-11-15T05:51:36.148356+0000 mgr.smithi116.ldeiub (mgr.14182) 769 : audit [DBG] from='client.15016 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:51:38.840 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:51:38 smithi116 bash[25961]: cluster 2023-11-15T05:51:37.479266+0000 mgr.smithi116.ldeiub (mgr.14182) 770 : cluster [DBG] pgmap v522: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:51:39.011 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:51:38 smithi152 bash[29762]: cluster 2023-11-15T05:51:37.479266+0000 mgr.smithi116.ldeiub (mgr.14182) 770 : cluster [DBG] pgmap v522: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:51:40.762 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:51:40 smithi152 bash[29762]: cluster 2023-11-15T05:51:39.480047+0000 mgr.smithi116.ldeiub (mgr.14182) 771 : 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 2023-11-15T05:51:40.901 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:51:40 smithi116 bash[25961]: cluster 2023-11-15T05:51:39.480047+0000 mgr.smithi116.ldeiub (mgr.14182) 771 : 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 2023-11-15T05:51:40.960 INFO:teuthology.orchestra.run.smithi116.stdout: 2023-11-15T05:51:40.961 INFO:teuthology.orchestra.run.smithi116.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T05:34:36.374719Z", "last_refresh": "2023-11-15T05:43:50.109392Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T05:34:28.472277Z", "last_refresh": "2023-11-15T05:43:50.109543Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T05:34:32.474479Z", "last_refresh": "2023-11-15T05:43:50.109687Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:49:45.058389Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi116.wbsztg on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:50:49.708383Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi152.bzmeob on smithi152: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi152-bzmeob\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi152-bzmeob\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi152.bzmeob\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi152.bzmeob\nDeploy daemon haproxy.nfs.foo.smithi152.bzmeob ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi152 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi152 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:50:53.448868Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi116.zzfmqy on smithi116: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi116-zzfmqy\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi116-zzfmqy\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi116.zzfmqy\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi116.zzfmqy\nDeploy daemon haproxy.nfs.foo.smithi116.zzfmqy ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:50:53.450917Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi152.ofwoxk on smithi152: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:50:53.452881Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi116.zxwrep on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.116/16"}, "status": {"created": "2023-11-15T05:41:51.643812Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.116/16"}}, {"events": ["2023-11-15T05:41:45.562111Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-15T05:41:45.554912Z", "last_refresh": "2023-11-15T05:43:50.110531Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T05:34:26.558369Z", "last_refresh": "2023-11-15T05:43:50.109235Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:35:55.352857Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi116:172.21.15.116=smithi116", "smithi152:172.21.15.152=smithi152"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T05:35:55.345327Z", "last_refresh": "2023-11-15T05:43:50.109014Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:41:51.641747Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-11-15T05:41:51.636276Z", "last_refresh": "2023-11-15T05:43:50.110665Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T05:34:34.444913Z", "last_refresh": "2023-11-15T05:43:50.109818Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T05:36:22.979260Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T05:36:22.972321Z", "last_refresh": "2023-11-15T05:43:50.109967Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T05:34:30.388073Z", "last_refresh": "2023-11-15T05:45:04.478878Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-15T05:51:41.582 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T05:51:42.583 DEBUG:teuthology.orchestra.run.smithi116:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 7456fada-8378-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T05:51:42.901 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:51:42 smithi116 bash[25961]: audit 2023-11-15T05:51:40.943256+0000 mgr.smithi116.ldeiub (mgr.14182) 772 : audit [DBG] from='client.15020 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:51:42.902 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:51:42 smithi116 bash[25961]: cluster 2023-11-15T05:51:41.481143+0000 mgr.smithi116.ldeiub (mgr.14182) 773 : 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 2023-11-15T05:51:43.011 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:51:42 smithi152 bash[29762]: audit 2023-11-15T05:51:40.943256+0000 mgr.smithi116.ldeiub (mgr.14182) 772 : audit [DBG] from='client.15020 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:51:43.012 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:51:42 smithi152 bash[29762]: cluster 2023-11-15T05:51:41.481143+0000 mgr.smithi116.ldeiub (mgr.14182) 773 : 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 2023-11-15T05:51:44.901 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:51:44 smithi116 bash[25961]: cluster 2023-11-15T05:51:43.481834+0000 mgr.smithi116.ldeiub (mgr.14182) 774 : cluster [DBG] pgmap v525: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T05:51:45.011 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:51:44 smithi152 bash[29762]: cluster 2023-11-15T05:51:43.481834+0000 mgr.smithi116.ldeiub (mgr.14182) 774 : cluster [DBG] pgmap v525: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T05:51:46.023 INFO:teuthology.orchestra.run.smithi116.stdout: 2023-11-15T05:51:46.024 INFO:teuthology.orchestra.run.smithi116.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T05:34:36.374719Z", "last_refresh": "2023-11-15T05:43:50.109392Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T05:34:28.472277Z", "last_refresh": "2023-11-15T05:43:50.109543Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T05:34:32.474479Z", "last_refresh": "2023-11-15T05:43:50.109687Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:49:45.058389Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi116.wbsztg on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:50:49.708383Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi152.bzmeob on smithi152: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi152-bzmeob\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi152-bzmeob\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi152.bzmeob\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi152.bzmeob\nDeploy daemon haproxy.nfs.foo.smithi152.bzmeob ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi152 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi152 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:50:53.448868Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi116.zzfmqy on smithi116: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi116-zzfmqy\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi116-zzfmqy\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi116.zzfmqy\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi116.zzfmqy\nDeploy daemon haproxy.nfs.foo.smithi116.zzfmqy ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:50:53.450917Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi152.ofwoxk on smithi152: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:50:53.452881Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi116.zxwrep on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.116/16"}, "status": {"created": "2023-11-15T05:41:51.643812Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.116/16"}}, {"events": ["2023-11-15T05:41:45.562111Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-15T05:41:45.554912Z", "last_refresh": "2023-11-15T05:43:50.110531Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T05:34:26.558369Z", "last_refresh": "2023-11-15T05:43:50.109235Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:35:55.352857Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi116:172.21.15.116=smithi116", "smithi152:172.21.15.152=smithi152"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T05:35:55.345327Z", "last_refresh": "2023-11-15T05:43:50.109014Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:41:51.641747Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-11-15T05:41:51.636276Z", "last_refresh": "2023-11-15T05:43:50.110665Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T05:34:34.444913Z", "last_refresh": "2023-11-15T05:43:50.109818Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T05:36:22.979260Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T05:36:22.972321Z", "last_refresh": "2023-11-15T05:43:50.109967Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T05:34:30.388073Z", "last_refresh": "2023-11-15T05:45:04.478878Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-15T05:51:46.637 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T05:51:46.901 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:51:46 smithi116 bash[25961]: cluster 2023-11-15T05:51:45.482925+0000 mgr.smithi116.ldeiub (mgr.14182) 775 : 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 2023-11-15T05:51:47.012 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:51:46 smithi152 bash[29762]: cluster 2023-11-15T05:51:45.482925+0000 mgr.smithi116.ldeiub (mgr.14182) 775 : 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 2023-11-15T05:51:47.639 DEBUG:teuthology.orchestra.run.smithi116:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 7456fada-8378-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T05:51:47.901 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:51:47 smithi116 bash[25961]: audit 2023-11-15T05:51:46.006999+0000 mgr.smithi116.ldeiub (mgr.14182) 776 : audit [DBG] from='client.15024 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:51:48.011 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:51:47 smithi152 bash[29762]: audit 2023-11-15T05:51:46.006999+0000 mgr.smithi116.ldeiub (mgr.14182) 776 : audit [DBG] from='client.15024 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:51:48.853 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:51:48 smithi116 bash[25961]: cluster 2023-11-15T05:51:47.484191+0000 mgr.smithi116.ldeiub (mgr.14182) 777 : cluster [DBG] pgmap v527: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:51:49.011 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:51:48 smithi152 bash[29762]: cluster 2023-11-15T05:51:47.484191+0000 mgr.smithi116.ldeiub (mgr.14182) 777 : cluster [DBG] pgmap v527: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:51:50.652 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:51:50 smithi116 bash[25961]: cluster 2023-11-15T05:51:49.485419+0000 mgr.smithi116.ldeiub (mgr.14182) 778 : 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 2023-11-15T05:51:50.712 INFO:teuthology.orchestra.run.smithi116.stdout: 2023-11-15T05:51:50.713 INFO:teuthology.orchestra.run.smithi116.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T05:34:36.374719Z", "last_refresh": "2023-11-15T05:43:50.109392Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T05:34:28.472277Z", "last_refresh": "2023-11-15T05:43:50.109543Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T05:34:32.474479Z", "last_refresh": "2023-11-15T05:43:50.109687Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:49:45.058389Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi116.wbsztg on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:50:49.708383Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi152.bzmeob on smithi152: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi152-bzmeob\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi152-bzmeob\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi152.bzmeob\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi152.bzmeob\nDeploy daemon haproxy.nfs.foo.smithi152.bzmeob ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi152 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi152 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:50:53.448868Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi116.zzfmqy on smithi116: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi116-zzfmqy\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi116-zzfmqy\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi116.zzfmqy\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi116.zzfmqy\nDeploy daemon haproxy.nfs.foo.smithi116.zzfmqy ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:50:53.450917Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi152.ofwoxk on smithi152: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:50:53.452881Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi116.zxwrep on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.116/16"}, "status": {"created": "2023-11-15T05:41:51.643812Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.116/16"}}, {"events": ["2023-11-15T05:41:45.562111Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-15T05:41:45.554912Z", "last_refresh": "2023-11-15T05:43:50.110531Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T05:34:26.558369Z", "last_refresh": "2023-11-15T05:43:50.109235Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:35:55.352857Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi116:172.21.15.116=smithi116", "smithi152:172.21.15.152=smithi152"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T05:35:55.345327Z", "last_refresh": "2023-11-15T05:43:50.109014Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:41:51.641747Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-11-15T05:41:51.636276Z", "last_refresh": "2023-11-15T05:43:50.110665Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T05:34:34.444913Z", "last_refresh": "2023-11-15T05:43:50.109818Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T05:36:22.979260Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T05:36:22.972321Z", "last_refresh": "2023-11-15T05:43:50.109967Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T05:34:30.388073Z", "last_refresh": "2023-11-15T05:45:04.478878Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-15T05:51:50.761 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:51:50 smithi152 bash[29762]: cluster 2023-11-15T05:51:49.485419+0000 mgr.smithi116.ldeiub (mgr.14182) 778 : 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 2023-11-15T05:51:51.369 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T05:51:51.651 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:51:51 smithi116 bash[25961]: audit 2023-11-15T05:51:50.697883+0000 mgr.smithi116.ldeiub (mgr.14182) 779 : audit [DBG] from='client.15028 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:51:51.761 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:51:51 smithi152 bash[29762]: audit 2023-11-15T05:51:50.697883+0000 mgr.smithi116.ldeiub (mgr.14182) 779 : audit [DBG] from='client.15028 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:51:52.370 DEBUG:teuthology.orchestra.run.smithi116:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 7456fada-8378-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T05:51:52.651 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:51:52 smithi116 bash[25961]: cluster 2023-11-15T05:51:51.486771+0000 mgr.smithi116.ldeiub (mgr.14182) 780 : 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 2023-11-15T05:51:52.761 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:51:52 smithi152 bash[29762]: cluster 2023-11-15T05:51:51.486771+0000 mgr.smithi116.ldeiub (mgr.14182) 780 : 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 2023-11-15T05:51:53.712 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:51:53 smithi116 bash[25961]: audit 2023-11-15T05:51:53.457245+0000 mon.smithi116 (mon.0) 839 : audit [DBG] from='mgr.14182 172.21.15.116:0/1868390107' entity='mgr.smithi116.ldeiub' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-15T05:51:53.761 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:51:53 smithi152 bash[29762]: audit 2023-11-15T05:51:53.457245+0000 mon.smithi116 (mon.0) 839 : audit [DBG] from='mgr.14182 172.21.15.116:0/1868390107' entity='mgr.smithi116.ldeiub' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-15T05:51:54.761 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:51:54 smithi152 bash[29762]: cluster 2023-11-15T05:51:53.488121+0000 mgr.smithi116.ldeiub (mgr.14182) 781 : cluster [DBG] pgmap v530: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T05:51:54.762 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:51:54 smithi152 bash[29762]: audit 2023-11-15T05:51:53.768915+0000 mon.smithi116 (mon.0) 840 : audit [DBG] from='mgr.14182 172.21.15.116:0/1868390107' entity='mgr.smithi116.ldeiub' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-15T05:51:54.762 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:51:54 smithi152 bash[29762]: audit 2023-11-15T05:51:53.770235+0000 mon.smithi116 (mon.0) 841 : audit [INF] from='mgr.14182 172.21.15.116:0/1868390107' entity='mgr.smithi116.ldeiub' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-11-15T05:51:54.762 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:51:54 smithi152 bash[29762]: audit 2023-11-15T05:51:53.778659+0000 mon.smithi116 (mon.0) 842 : audit [INF] from='mgr.14182 172.21.15.116:0/1868390107' entity='mgr.smithi116.ldeiub' 2023-11-15T05:51:54.762 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:51:54 smithi152 bash[29762]: cluster 2023-11-15T05:51:53.779354+0000 mgr.smithi116.ldeiub (mgr.14182) 782 : cluster [DBG] pgmap v531: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 99 B/s rd, 0 op/s 2023-11-15T05:51:54.763 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:51:54 smithi152 bash[29762]: audit 2023-11-15T05:51:53.785311+0000 mon.smithi116 (mon.0) 843 : audit [DBG] from='mgr.14182 172.21.15.116:0/1868390107' entity='mgr.smithi116.ldeiub' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-11-15T05:51:54.763 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:51:54 smithi152 bash[29762]: audit 2023-11-15T05:51:53.799379+0000 mon.smithi116 (mon.0) 844 : audit [INF] from='mgr.14182 172.21.15.116:0/1868390107' entity='mgr.smithi116.ldeiub' 2023-11-15T05:51:54.763 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:51:54 smithi152 bash[29762]: cephadm 2023-11-15T05:51:53.804338+0000 mgr.smithi116.ldeiub (mgr.14182) 783 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi152.elowmt on smithi152 2023-11-15T05:51:54.902 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:51:54 smithi116 bash[25961]: cluster 2023-11-15T05:51:53.488121+0000 mgr.smithi116.ldeiub (mgr.14182) 781 : cluster [DBG] pgmap v530: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T05:51:54.902 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:51:54 smithi116 bash[25961]: audit 2023-11-15T05:51:53.768915+0000 mon.smithi116 (mon.0) 840 : audit [DBG] from='mgr.14182 172.21.15.116:0/1868390107' entity='mgr.smithi116.ldeiub' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-15T05:51:54.902 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:51:54 smithi116 bash[25961]: audit 2023-11-15T05:51:53.770235+0000 mon.smithi116 (mon.0) 841 : audit [INF] from='mgr.14182 172.21.15.116:0/1868390107' entity='mgr.smithi116.ldeiub' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-11-15T05:51:54.903 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:51:54 smithi116 bash[25961]: audit 2023-11-15T05:51:53.778659+0000 mon.smithi116 (mon.0) 842 : audit [INF] from='mgr.14182 172.21.15.116:0/1868390107' entity='mgr.smithi116.ldeiub' 2023-11-15T05:51:54.903 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:51:54 smithi116 bash[25961]: cluster 2023-11-15T05:51:53.779354+0000 mgr.smithi116.ldeiub (mgr.14182) 782 : cluster [DBG] pgmap v531: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 99 B/s rd, 0 op/s 2023-11-15T05:51:54.903 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:51:54 smithi116 bash[25961]: audit 2023-11-15T05:51:53.785311+0000 mon.smithi116 (mon.0) 843 : audit [DBG] from='mgr.14182 172.21.15.116:0/1868390107' entity='mgr.smithi116.ldeiub' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-11-15T05:51:54.903 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:51:54 smithi116 bash[25961]: audit 2023-11-15T05:51:53.799379+0000 mon.smithi116 (mon.0) 844 : audit [INF] from='mgr.14182 172.21.15.116:0/1868390107' entity='mgr.smithi116.ldeiub' 2023-11-15T05:51:54.903 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:51:54 smithi116 bash[25961]: cephadm 2023-11-15T05:51:53.804338+0000 mgr.smithi116.ldeiub (mgr.14182) 783 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi152.elowmt on smithi152 2023-11-15T05:51:55.666 INFO:teuthology.orchestra.run.smithi116.stdout: 2023-11-15T05:51:55.667 INFO:teuthology.orchestra.run.smithi116.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T05:34:36.374719Z", "last_refresh": "2023-11-15T05:43:50.109392Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T05:34:28.472277Z", "last_refresh": "2023-11-15T05:43:50.109543Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T05:34:32.474479Z", "last_refresh": "2023-11-15T05:43:50.109687Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:49:45.058389Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi116.wbsztg on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:50:49.708383Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi152.bzmeob on smithi152: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi152-bzmeob\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi152-bzmeob\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi152.bzmeob\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi152.bzmeob\nDeploy daemon haproxy.nfs.foo.smithi152.bzmeob ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi152 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi152 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:50:53.448868Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi116.zzfmqy on smithi116: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi116-zzfmqy\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi116-zzfmqy\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi116.zzfmqy\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi116.zzfmqy\nDeploy daemon haproxy.nfs.foo.smithi116.zzfmqy ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:50:53.450917Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi152.ofwoxk on smithi152: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:50:53.452881Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi116.zxwrep on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.116/16"}, "status": {"created": "2023-11-15T05:41:51.643812Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.116/16"}}, {"events": ["2023-11-15T05:41:45.562111Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-15T05:41:45.554912Z", "last_refresh": "2023-11-15T05:43:50.110531Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T05:34:26.558369Z", "last_refresh": "2023-11-15T05:43:50.109235Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:35:55.352857Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi116:172.21.15.116=smithi116", "smithi152:172.21.15.152=smithi152"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T05:35:55.345327Z", "last_refresh": "2023-11-15T05:43:50.109014Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:41:51.641747Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-11-15T05:41:51.636276Z", "last_refresh": "2023-11-15T05:43:50.110665Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T05:34:34.444913Z", "last_refresh": "2023-11-15T05:43:50.109818Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T05:36:22.979260Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T05:36:22.972321Z", "last_refresh": "2023-11-15T05:43:50.109967Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T05:34:30.388073Z", "last_refresh": "2023-11-15T05:45:04.478878Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-15T05:51:55.761 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:51:55 smithi152 bash[29762]: cluster 2023-11-15T05:51:54.485895+0000 mon.smithi116 (mon.0) 845 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2023-11-15T05:51:55.762 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:51:55 smithi152 bash[29762]: cluster 2023-11-15T05:51:54.485982+0000 mon.smithi116 (mon.0) 846 : cluster [INF] Cluster is now healthy 2023-11-15T05:51:55.902 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:51:55 smithi116 bash[25961]: cluster 2023-11-15T05:51:54.485895+0000 mon.smithi116 (mon.0) 845 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2023-11-15T05:51:55.903 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:51:55 smithi116 bash[25961]: cluster 2023-11-15T05:51:54.485982+0000 mon.smithi116 (mon.0) 846 : cluster [INF] Cluster is now healthy 2023-11-15T05:51:56.274 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T05:51:56.651 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:51:56 smithi116 bash[25961]: audit 2023-11-15T05:51:55.652890+0000 mgr.smithi116.ldeiub (mgr.14182) 784 : audit [DBG] from='client.15032 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:51:56.652 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:51:56 smithi116 bash[25961]: cluster 2023-11-15T05:51:55.780345+0000 mgr.smithi116.ldeiub (mgr.14182) 785 : cluster [DBG] pgmap v532: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 99 B/s rd, 0 op/s 2023-11-15T05:51:57.011 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:51:56 smithi152 bash[29762]: audit 2023-11-15T05:51:55.652890+0000 mgr.smithi116.ldeiub (mgr.14182) 784 : audit [DBG] from='client.15032 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:51:57.012 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:51:56 smithi152 bash[29762]: cluster 2023-11-15T05:51:55.780345+0000 mgr.smithi116.ldeiub (mgr.14182) 785 : cluster [DBG] pgmap v532: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 99 B/s rd, 0 op/s 2023-11-15T05:51:57.276 DEBUG:teuthology.orchestra.run.smithi116:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 7456fada-8378-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T05:51:58.011 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:51:57 smithi152 bash[29762]: audit 2023-11-15T05:51:57.649338+0000 mon.smithi116 (mon.0) 847 : audit [INF] from='mgr.14182 172.21.15.116:0/1868390107' entity='mgr.smithi116.ldeiub' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi152.elowmt"}]: dispatch 2023-11-15T05:51:58.151 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:51:57 smithi116 bash[25961]: audit 2023-11-15T05:51:57.649338+0000 mon.smithi116 (mon.0) 847 : audit [INF] from='mgr.14182 172.21.15.116:0/1868390107' entity='mgr.smithi116.ldeiub' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi152.elowmt"}]: dispatch 2023-11-15T05:51:58.872 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:51:58 smithi116 bash[25961]: cephadm 2023-11-15T05:51:57.648085+0000 mgr.smithi116.ldeiub (mgr.14182) 786 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi152-elowmt 2023-11-15T05:51:58.872 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:51:58 smithi116 bash[25961]: /usr/bin/docker: stdout 2023-11-15T05:51:58.872 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:51:58 smithi116 bash[25961]: /usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi152-elowmt 2023-11-15T05:51:58.873 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:51:58 smithi116 bash[25961]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi152.elowmt 2023-11-15T05:51:58.873 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:51:58 smithi116 bash[25961]: /usr/bin/docker: stdout 2023-11-15T05:51:58.873 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:51:58 smithi116 bash[25961]: /usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi152.elowmt 2023-11-15T05:51:58.873 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:51:58 smithi116 bash[25961]: Deploy daemon haproxy.nfs.foo.smithi152.elowmt ... 2023-11-15T05:51:58.873 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:51:58 smithi116 bash[25961]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi152 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T05:51:58.874 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:51:58 smithi116 bash[25961]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-15T05:51:58.874 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:51:58 smithi116 bash[25961]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-15T05:51:58.874 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:51:58 smithi116 bash[25961]: stat: stderr See 'docker run --help'. 2023-11-15T05:51:58.874 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:51:58 smithi116 bash[25961]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi152 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T05:51:58.874 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:51:58 smithi116 bash[25961]: Traceback (most recent call last): 2023-11-15T05:51:58.875 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:51:58 smithi116 bash[25961]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-11-15T05:51:58.875 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:51:58 smithi116 bash[25961]: yield (conn, connr) 2023-11-15T05:51:58.875 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:51:58 smithi116 bash[25961]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-11-15T05:51:58.875 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:51:58 smithi116 bash[25961]: code, '\n'.join(err))) 2023-11-15T05:51:58.875 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:51:58 smithi116 bash[25961]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi152-elowmt 2023-11-15T05:51:58.876 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:51:58 smithi116 bash[25961]: /usr/bin/docker: stdout 2023-11-15T05:51:58.876 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:51:58 smithi116 bash[25961]: /usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi152-elowmt 2023-11-15T05:51:58.876 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:51:58 smithi116 bash[25961]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi152.elowmt 2023-11-15T05:51:58.877 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:51:58 smithi116 bash[25961]: /usr/bin/docker: stdout 2023-11-15T05:51:58.877 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:51:58 smithi116 bash[25961]: /usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi152.elowmt 2023-11-15T05:51:58.877 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:51:58 smithi116 bash[25961]: Deploy daemon haproxy.nfs.foo.smithi152.elowmt ... 2023-11-15T05:51:58.877 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:51:58 smithi116 bash[25961]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi152 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T05:51:58.878 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:51:58 smithi116 bash[25961]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-15T05:51:58.878 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:51:58 smithi116 bash[25961]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-15T05:51:58.878 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:51:58 smithi116 bash[25961]: stat: stderr See 'docker run --help'. 2023-11-15T05:51:58.878 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:51:58 smithi116 bash[25961]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi152 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T05:51:58.878 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:51:58 smithi116 bash[25961]: cephadm 2023-11-15T05:51:57.648646+0000 mgr.smithi116.ldeiub (mgr.14182) 787 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi152.elowmt 2023-11-15T05:51:58.879 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:51:58 smithi116 bash[25961]: cephadm 2023-11-15T05:51:57.651131+0000 mgr.smithi116.ldeiub (mgr.14182) 788 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi152.elowmt on smithi152: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi152-elowmt 2023-11-15T05:51:58.879 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:51:58 smithi116 bash[25961]: /usr/bin/docker: stdout 2023-11-15T05:51:58.879 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:51:58 smithi116 bash[25961]: /usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi152-elowmt 2023-11-15T05:51:58.879 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:51:58 smithi116 bash[25961]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi152.elowmt 2023-11-15T05:51:58.879 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:51:58 smithi116 bash[25961]: /usr/bin/docker: stdout 2023-11-15T05:51:58.880 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:51:58 smithi116 bash[25961]: /usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi152.elowmt 2023-11-15T05:51:58.880 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:51:58 smithi116 bash[25961]: Deploy daemon haproxy.nfs.foo.smithi152.elowmt ... 2023-11-15T05:51:58.880 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:51:58 smithi116 bash[25961]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi152 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T05:51:58.880 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:51:58 smithi116 bash[25961]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-15T05:51:58.881 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:51:58 smithi116 bash[25961]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-15T05:51:58.881 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:51:58 smithi116 bash[25961]: stat: stderr See 'docker run --help'. 2023-11-15T05:51:58.882 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:51:58 smithi116 bash[25961]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi152 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T05:51:58.882 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:51:58 smithi116 bash[25961]: cephadm 2023-11-15T05:51:57.656405+0000 mgr.smithi116.ldeiub (mgr.14182) 789 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi116.wnyxik on smithi116 2023-11-15T05:51:58.882 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:51:58 smithi116 bash[25961]: cluster 2023-11-15T05:51:57.780997+0000 mgr.smithi116.ldeiub (mgr.14182) 790 : cluster [DBG] pgmap v533: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 99 B/s rd, 0 op/s 2023-11-15T05:51:59.012 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:51:58 smithi152 bash[29762]: cephadm 2023-11-15T05:51:57.648085+0000 mgr.smithi116.ldeiub (mgr.14182) 786 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi152-elowmt 2023-11-15T05:51:59.012 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:51:58 smithi152 bash[29762]: /usr/bin/docker: stdout 2023-11-15T05:51:59.012 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:51:58 smithi152 bash[29762]: /usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi152-elowmt 2023-11-15T05:51:59.013 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:51:58 smithi152 bash[29762]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi152.elowmt 2023-11-15T05:51:59.013 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:51:58 smithi152 bash[29762]: /usr/bin/docker: stdout 2023-11-15T05:51:59.013 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:51:58 smithi152 bash[29762]: /usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi152.elowmt 2023-11-15T05:51:59.013 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:51:58 smithi152 bash[29762]: Deploy daemon haproxy.nfs.foo.smithi152.elowmt ... 2023-11-15T05:51:59.014 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:51:58 smithi152 bash[29762]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi152 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T05:51:59.014 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:51:58 smithi152 bash[29762]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-15T05:51:59.014 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:51:58 smithi152 bash[29762]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-15T05:51:59.014 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:51:58 smithi152 bash[29762]: stat: stderr See 'docker run --help'. 2023-11-15T05:51:59.014 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:51:58 smithi152 bash[29762]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi152 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T05:51:59.015 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:51:58 smithi152 bash[29762]: Traceback (most recent call last): 2023-11-15T05:51:59.015 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:51:58 smithi152 bash[29762]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-11-15T05:51:59.015 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:51:58 smithi152 bash[29762]: yield (conn, connr) 2023-11-15T05:51:59.015 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:51:58 smithi152 bash[29762]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-11-15T05:51:59.016 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:51:58 smithi152 bash[29762]: code, '\n'.join(err))) 2023-11-15T05:51:59.016 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:51:58 smithi152 bash[29762]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi152-elowmt 2023-11-15T05:51:59.016 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:51:58 smithi152 bash[29762]: /usr/bin/docker: stdout 2023-11-15T05:51:59.016 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:51:58 smithi152 bash[29762]: /usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi152-elowmt 2023-11-15T05:51:59.016 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:51:58 smithi152 bash[29762]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi152.elowmt 2023-11-15T05:51:59.017 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:51:58 smithi152 bash[29762]: /usr/bin/docker: stdout 2023-11-15T05:51:59.017 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:51:58 smithi152 bash[29762]: /usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi152.elowmt 2023-11-15T05:51:59.017 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:51:58 smithi152 bash[29762]: Deploy daemon haproxy.nfs.foo.smithi152.elowmt ... 2023-11-15T05:51:59.017 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:51:58 smithi152 bash[29762]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi152 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T05:51:59.017 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:51:58 smithi152 bash[29762]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-15T05:51:59.017 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:51:58 smithi152 bash[29762]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-15T05:51:59.018 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:51:58 smithi152 bash[29762]: stat: stderr See 'docker run --help'. 2023-11-15T05:51:59.018 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:51:58 smithi152 bash[29762]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi152 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T05:51:59.018 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:51:58 smithi152 bash[29762]: cephadm 2023-11-15T05:51:57.648646+0000 mgr.smithi116.ldeiub (mgr.14182) 787 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi152.elowmt 2023-11-15T05:51:59.018 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:51:58 smithi152 bash[29762]: cephadm 2023-11-15T05:51:57.651131+0000 mgr.smithi116.ldeiub (mgr.14182) 788 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi152.elowmt on smithi152: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi152-elowmt 2023-11-15T05:51:59.019 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:51:58 smithi152 bash[29762]: /usr/bin/docker: stdout 2023-11-15T05:51:59.019 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:51:58 smithi152 bash[29762]: /usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi152-elowmt 2023-11-15T05:51:59.019 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:51:58 smithi152 bash[29762]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi152.elowmt 2023-11-15T05:51:59.019 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:51:58 smithi152 bash[29762]: /usr/bin/docker: stdout 2023-11-15T05:51:59.020 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:51:58 smithi152 bash[29762]: /usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi152.elowmt 2023-11-15T05:51:59.020 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:51:58 smithi152 bash[29762]: Deploy daemon haproxy.nfs.foo.smithi152.elowmt ... 2023-11-15T05:51:59.020 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:51:58 smithi152 bash[29762]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi152 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T05:51:59.020 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:51:58 smithi152 bash[29762]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-15T05:51:59.020 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:51:58 smithi152 bash[29762]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-15T05:51:59.021 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:51:58 smithi152 bash[29762]: stat: stderr See 'docker run --help'. 2023-11-15T05:51:59.021 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:51:58 smithi152 bash[29762]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi152 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T05:51:59.021 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:51:58 smithi152 bash[29762]: cephadm 2023-11-15T05:51:57.656405+0000 mgr.smithi116.ldeiub (mgr.14182) 789 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi116.wnyxik on smithi116 2023-11-15T05:51:59.021 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:51:58 smithi152 bash[29762]: cluster 2023-11-15T05:51:57.780997+0000 mgr.smithi116.ldeiub (mgr.14182) 790 : cluster [DBG] pgmap v533: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 99 B/s rd, 0 op/s 2023-11-15T05:52:00.656 INFO:teuthology.orchestra.run.smithi116.stdout: 2023-11-15T05:52:00.657 INFO:teuthology.orchestra.run.smithi116.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T05:34:36.374719Z", "last_refresh": "2023-11-15T05:43:50.109392Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T05:34:28.472277Z", "last_refresh": "2023-11-15T05:43:50.109543Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T05:34:32.474479Z", "last_refresh": "2023-11-15T05:43:50.109687Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:50:49.708383Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi152.bzmeob on smithi152: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi152-bzmeob\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi152-bzmeob\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi152.bzmeob\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi152.bzmeob\nDeploy daemon haproxy.nfs.foo.smithi152.bzmeob ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi152 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi152 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:50:53.448868Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi116.zzfmqy on smithi116: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi116-zzfmqy\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi116-zzfmqy\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi116.zzfmqy\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi116.zzfmqy\nDeploy daemon haproxy.nfs.foo.smithi116.zzfmqy ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:50:53.450917Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi152.ofwoxk on smithi152: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:50:53.452881Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi116.zxwrep on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:51:57.650853Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi152.elowmt on smithi152: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi152-elowmt\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi152-elowmt\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi152.elowmt\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi152.elowmt\nDeploy daemon haproxy.nfs.foo.smithi152.elowmt ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi152 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi152 -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.116/16"}, "status": {"created": "2023-11-15T05:41:51.643812Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.116/16"}}, {"events": ["2023-11-15T05:41:45.562111Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-15T05:41:45.554912Z", "last_refresh": "2023-11-15T05:43:50.110531Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T05:34:26.558369Z", "last_refresh": "2023-11-15T05:43:50.109235Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:35:55.352857Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi116:172.21.15.116=smithi116", "smithi152:172.21.15.152=smithi152"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T05:35:55.345327Z", "last_refresh": "2023-11-15T05:43:50.109014Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:41:51.641747Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-11-15T05:41:51.636276Z", "last_refresh": "2023-11-15T05:43:50.110665Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T05:34:34.444913Z", "last_refresh": "2023-11-15T05:43:50.109818Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T05:36:22.979260Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T05:36:22.972321Z", "last_refresh": "2023-11-15T05:43:50.109967Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T05:34:30.388073Z", "last_refresh": "2023-11-15T05:45:04.478878Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-15T05:52:00.761 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:52:00 smithi152 bash[29762]: cluster 2023-11-15T05:51:59.781904+0000 mgr.smithi116.ldeiub (mgr.14182) 791 : cluster [DBG] pgmap v534: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 99 B/s rd, 0 op/s 2023-11-15T05:52:00.762 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:52:00 smithi152 bash[29762]: audit 2023-11-15T05:52:00.290573+0000 mon.smithi116 (mon.0) 848 : audit [INF] from='mgr.14182 172.21.15.116:0/1868390107' entity='mgr.smithi116.ldeiub' 2023-11-15T05:52:00.901 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:52:00 smithi116 bash[25961]: cluster 2023-11-15T05:51:59.781904+0000 mgr.smithi116.ldeiub (mgr.14182) 791 : cluster [DBG] pgmap v534: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 99 B/s rd, 0 op/s 2023-11-15T05:52:00.902 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:52:00 smithi116 bash[25961]: audit 2023-11-15T05:52:00.290573+0000 mon.smithi116 (mon.0) 848 : audit [INF] from='mgr.14182 172.21.15.116:0/1868390107' entity='mgr.smithi116.ldeiub' 2023-11-15T05:52:01.262 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T05:52:01.750 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:52:01 smithi116 bash[25961]: audit 2023-11-15T05:52:00.640016+0000 mgr.smithi116.ldeiub (mgr.14182) 792 : audit [DBG] from='client.15036 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:52:01.761 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:52:01 smithi152 bash[29762]: audit 2023-11-15T05:52:00.640016+0000 mgr.smithi116.ldeiub (mgr.14182) 792 : audit [DBG] from='client.15036 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:52:02.264 DEBUG:teuthology.orchestra.run.smithi116:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 7456fada-8378-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T05:52:02.652 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:52:02 smithi116 bash[25961]: cephadm 2023-11-15T05:52:01.618604+0000 mgr.smithi116.ldeiub (mgr.14182) 793 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi116-wnyxik 2023-11-15T05:52:02.652 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:52:02 smithi116 bash[25961]: /usr/bin/docker: stdout 2023-11-15T05:52:02.653 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:52:02 smithi116 bash[25961]: /usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi116-wnyxik 2023-11-15T05:52:02.653 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:52:02 smithi116 bash[25961]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi116.wnyxik 2023-11-15T05:52:02.653 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:52:02 smithi116 bash[25961]: /usr/bin/docker: stdout 2023-11-15T05:52:02.653 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:52:02 smithi116 bash[25961]: /usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi116.wnyxik 2023-11-15T05:52:02.653 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:52:02 smithi116 bash[25961]: Deploy daemon haproxy.nfs.foo.smithi116.wnyxik ... 2023-11-15T05:52:02.654 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:52:02 smithi116 bash[25961]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T05:52:02.654 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:52:02 smithi116 bash[25961]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-15T05:52:02.654 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:52:02 smithi116 bash[25961]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-15T05:52:02.654 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:52:02 smithi116 bash[25961]: stat: stderr See 'docker run --help'. 2023-11-15T05:52:02.654 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:52:02 smithi116 bash[25961]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T05:52:02.655 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:52:02 smithi116 bash[25961]: Traceback (most recent call last): 2023-11-15T05:52:02.655 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:52:02 smithi116 bash[25961]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-11-15T05:52:02.655 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:52:02 smithi116 bash[25961]: yield (conn, connr) 2023-11-15T05:52:02.655 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:52:02 smithi116 bash[25961]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-11-15T05:52:02.655 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:52:02 smithi116 bash[25961]: code, '\n'.join(err))) 2023-11-15T05:52:02.655 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:52:02 smithi116 bash[25961]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi116-wnyxik 2023-11-15T05:52:02.656 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:52:02 smithi116 bash[25961]: /usr/bin/docker: stdout 2023-11-15T05:52:02.656 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:52:02 smithi116 bash[25961]: /usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi116-wnyxik 2023-11-15T05:52:02.656 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:52:02 smithi116 bash[25961]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi116.wnyxik 2023-11-15T05:52:02.656 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:52:02 smithi116 bash[25961]: /usr/bin/docker: stdout 2023-11-15T05:52:02.656 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:52:02 smithi116 bash[25961]: /usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi116.wnyxik 2023-11-15T05:52:02.657 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:52:02 smithi116 bash[25961]: Deploy daemon haproxy.nfs.foo.smithi116.wnyxik ... 2023-11-15T05:52:02.657 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:52:02 smithi116 bash[25961]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T05:52:02.657 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:52:02 smithi116 bash[25961]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-15T05:52:02.657 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:52:02 smithi116 bash[25961]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-15T05:52:02.657 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:52:02 smithi116 bash[25961]: stat: stderr See 'docker run --help'. 2023-11-15T05:52:02.657 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:52:02 smithi116 bash[25961]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T05:52:02.658 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:52:02 smithi116 bash[25961]: cephadm 2023-11-15T05:52:01.619107+0000 mgr.smithi116.ldeiub (mgr.14182) 794 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi116.wnyxik 2023-11-15T05:52:02.658 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:52:02 smithi116 bash[25961]: audit 2023-11-15T05:52:01.619643+0000 mon.smithi116 (mon.0) 849 : audit [INF] from='mgr.14182 172.21.15.116:0/1868390107' entity='mgr.smithi116.ldeiub' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi116.wnyxik"}]: dispatch 2023-11-15T05:52:02.658 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:52:02 smithi116 bash[25961]: cephadm 2023-11-15T05:52:01.621100+0000 mgr.smithi116.ldeiub (mgr.14182) 795 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi116.wnyxik on smithi116: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi116-wnyxik 2023-11-15T05:52:02.658 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:52:02 smithi116 bash[25961]: /usr/bin/docker: stdout 2023-11-15T05:52:02.658 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:52:02 smithi116 bash[25961]: /usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi116-wnyxik 2023-11-15T05:52:02.659 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:52:02 smithi116 bash[25961]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi116.wnyxik 2023-11-15T05:52:02.659 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:52:02 smithi116 bash[25961]: /usr/bin/docker: stdout 2023-11-15T05:52:02.659 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:52:02 smithi116 bash[25961]: /usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi116.wnyxik 2023-11-15T05:52:02.659 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:52:02 smithi116 bash[25961]: Deploy daemon haproxy.nfs.foo.smithi116.wnyxik ... 2023-11-15T05:52:02.659 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:52:02 smithi116 bash[25961]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T05:52:02.660 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:52:02 smithi116 bash[25961]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-15T05:52:02.660 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:52:02 smithi116 bash[25961]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-15T05:52:02.660 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:52:02 smithi116 bash[25961]: stat: stderr See 'docker run --help'. 2023-11-15T05:52:02.660 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:52:02 smithi116 bash[25961]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T05:52:02.660 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:52:02 smithi116 bash[25961]: cephadm 2023-11-15T05:52:01.625127+0000 mgr.smithi116.ldeiub (mgr.14182) 796 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi152.mqzcoz on smithi152: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-11-15T05:52:02.661 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:52:02 smithi116 bash[25961]: cephadm 2023-11-15T05:52:01.627530+0000 mgr.smithi116.ldeiub (mgr.14182) 797 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi116.rwbaoc on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-11-15T05:52:02.661 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:52:02 smithi116 bash[25961]: cluster 2023-11-15T05:52:01.628706+0000 mgr.smithi116.ldeiub (mgr.14182) 798 : cluster [DBG] pgmap v535: 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 2023-11-15T05:52:02.764 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:52:02 smithi152 bash[29762]: cephadm 2023-11-15T05:52:01.618604+0000 mgr.smithi116.ldeiub (mgr.14182) 793 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi116-wnyxik 2023-11-15T05:52:02.764 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:52:02 smithi152 bash[29762]: /usr/bin/docker: stdout 2023-11-15T05:52:02.765 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:52:02 smithi152 bash[29762]: /usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi116-wnyxik 2023-11-15T05:52:02.765 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:52:02 smithi152 bash[29762]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi116.wnyxik 2023-11-15T05:52:02.765 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:52:02 smithi152 bash[29762]: /usr/bin/docker: stdout 2023-11-15T05:52:02.765 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:52:02 smithi152 bash[29762]: /usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi116.wnyxik 2023-11-15T05:52:02.765 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:52:02 smithi152 bash[29762]: Deploy daemon haproxy.nfs.foo.smithi116.wnyxik ... 2023-11-15T05:52:02.766 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:52:02 smithi152 bash[29762]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T05:52:02.766 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:52:02 smithi152 bash[29762]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-15T05:52:02.766 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:52:02 smithi152 bash[29762]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-15T05:52:02.766 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:52:02 smithi152 bash[29762]: stat: stderr See 'docker run --help'. 2023-11-15T05:52:02.766 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:52:02 smithi152 bash[29762]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T05:52:02.767 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:52:02 smithi152 bash[29762]: Traceback (most recent call last): 2023-11-15T05:52:02.767 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:52:02 smithi152 bash[29762]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-11-15T05:52:02.767 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:52:02 smithi152 bash[29762]: yield (conn, connr) 2023-11-15T05:52:02.767 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:52:02 smithi152 bash[29762]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-11-15T05:52:02.768 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:52:02 smithi152 bash[29762]: code, '\n'.join(err))) 2023-11-15T05:52:02.768 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:52:02 smithi152 bash[29762]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi116-wnyxik 2023-11-15T05:52:02.768 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:52:02 smithi152 bash[29762]: /usr/bin/docker: stdout 2023-11-15T05:52:02.768 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:52:02 smithi152 bash[29762]: /usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi116-wnyxik 2023-11-15T05:52:02.769 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:52:02 smithi152 bash[29762]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi116.wnyxik 2023-11-15T05:52:02.769 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:52:02 smithi152 bash[29762]: /usr/bin/docker: stdout 2023-11-15T05:52:02.769 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:52:02 smithi152 bash[29762]: /usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi116.wnyxik 2023-11-15T05:52:02.769 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:52:02 smithi152 bash[29762]: Deploy daemon haproxy.nfs.foo.smithi116.wnyxik ... 2023-11-15T05:52:02.770 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:52:02 smithi152 bash[29762]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T05:52:02.770 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:52:02 smithi152 bash[29762]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-15T05:52:02.770 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:52:02 smithi152 bash[29762]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-15T05:52:02.770 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:52:02 smithi152 bash[29762]: stat: stderr See 'docker run --help'. 2023-11-15T05:52:02.770 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:52:02 smithi152 bash[29762]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T05:52:02.771 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:52:02 smithi152 bash[29762]: cephadm 2023-11-15T05:52:01.619107+0000 mgr.smithi116.ldeiub (mgr.14182) 794 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi116.wnyxik 2023-11-15T05:52:02.771 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:52:02 smithi152 bash[29762]: audit 2023-11-15T05:52:01.619643+0000 mon.smithi116 (mon.0) 849 : audit [INF] from='mgr.14182 172.21.15.116:0/1868390107' entity='mgr.smithi116.ldeiub' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi116.wnyxik"}]: dispatch 2023-11-15T05:52:02.771 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:52:02 smithi152 bash[29762]: cephadm 2023-11-15T05:52:01.621100+0000 mgr.smithi116.ldeiub (mgr.14182) 795 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi116.wnyxik on smithi116: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi116-wnyxik 2023-11-15T05:52:02.771 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:52:02 smithi152 bash[29762]: /usr/bin/docker: stdout 2023-11-15T05:52:02.771 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:52:02 smithi152 bash[29762]: /usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi116-wnyxik 2023-11-15T05:52:02.772 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:52:02 smithi152 bash[29762]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi116.wnyxik 2023-11-15T05:52:02.772 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:52:02 smithi152 bash[29762]: /usr/bin/docker: stdout 2023-11-15T05:52:02.772 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:52:02 smithi152 bash[29762]: /usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi116.wnyxik 2023-11-15T05:52:02.773 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:52:02 smithi152 bash[29762]: Deploy daemon haproxy.nfs.foo.smithi116.wnyxik ... 2023-11-15T05:52:02.773 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:52:02 smithi152 bash[29762]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T05:52:02.773 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:52:02 smithi152 bash[29762]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-15T05:52:02.774 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:52:02 smithi152 bash[29762]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-15T05:52:02.775 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:52:02 smithi152 bash[29762]: stat: stderr See 'docker run --help'. 2023-11-15T05:52:02.775 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:52:02 smithi152 bash[29762]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T05:52:02.775 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:52:02 smithi152 bash[29762]: cephadm 2023-11-15T05:52:01.625127+0000 mgr.smithi116.ldeiub (mgr.14182) 796 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi152.mqzcoz on smithi152: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-11-15T05:52:02.775 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:52:02 smithi152 bash[29762]: cephadm 2023-11-15T05:52:01.627530+0000 mgr.smithi116.ldeiub (mgr.14182) 797 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi116.rwbaoc on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-11-15T05:52:02.776 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:52:02 smithi152 bash[29762]: cluster 2023-11-15T05:52:01.628706+0000 mgr.smithi116.ldeiub (mgr.14182) 798 : cluster [DBG] pgmap v535: 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 2023-11-15T05:52:03.742 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:52:03 smithi116 bash[25961]: cluster 2023-11-15T05:52:02.480503+0000 mon.smithi116 (mon.0) 850 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2023-11-15T05:52:03.761 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:52:03 smithi152 bash[29762]: cluster 2023-11-15T05:52:02.480503+0000 mon.smithi116 (mon.0) 850 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2023-11-15T05:52:04.761 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:52:04 smithi152 bash[29762]: cluster 2023-11-15T05:52:03.630265+0000 mgr.smithi116.ldeiub (mgr.14182) 799 : cluster [DBG] pgmap v536: 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 2023-11-15T05:52:04.903 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:52:04 smithi116 bash[25961]: cluster 2023-11-15T05:52:03.630265+0000 mgr.smithi116.ldeiub (mgr.14182) 799 : cluster [DBG] pgmap v536: 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 2023-11-15T05:52:05.680 INFO:teuthology.orchestra.run.smithi116.stdout: 2023-11-15T05:52:05.680 INFO:teuthology.orchestra.run.smithi116.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T05:34:36.374719Z", "last_refresh": "2023-11-15T05:43:50.109392Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T05:34:28.472277Z", "last_refresh": "2023-11-15T05:43:50.109543Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T05:34:32.474479Z", "last_refresh": "2023-11-15T05:43:50.109687Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:50:53.452881Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi116.zxwrep on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:51:57.650853Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi152.elowmt on smithi152: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi152-elowmt\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi152-elowmt\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi152.elowmt\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi152.elowmt\nDeploy daemon haproxy.nfs.foo.smithi152.elowmt ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi152 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi152 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:52:01.620854Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi116.wnyxik on smithi116: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi116-wnyxik\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi116-wnyxik\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi116.wnyxik\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi116.wnyxik\nDeploy daemon haproxy.nfs.foo.smithi116.wnyxik ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:52:01.624928Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi152.mqzcoz on smithi152: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:52:01.627401Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi116.rwbaoc on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.116/16"}, "status": {"created": "2023-11-15T05:41:51.643812Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.116/16"}}, {"events": ["2023-11-15T05:41:45.562111Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-15T05:41:45.554912Z", "last_refresh": "2023-11-15T05:43:50.110531Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T05:34:26.558369Z", "last_refresh": "2023-11-15T05:43:50.109235Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:35:55.352857Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi116:172.21.15.116=smithi116", "smithi152:172.21.15.152=smithi152"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T05:35:55.345327Z", "last_refresh": "2023-11-15T05:43:50.109014Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:41:51.641747Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-11-15T05:41:51.636276Z", "last_refresh": "2023-11-15T05:43:50.110665Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T05:34:34.444913Z", "last_refresh": "2023-11-15T05:43:50.109818Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T05:36:22.979260Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T05:36:22.972321Z", "last_refresh": "2023-11-15T05:43:50.109967Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T05:34:30.388073Z", "last_refresh": "2023-11-15T05:45:04.478878Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-15T05:52:06.319 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T05:52:07.011 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:52:06 smithi152 bash[29762]: cluster 2023-11-15T05:52:05.631581+0000 mgr.smithi116.ldeiub (mgr.14182) 800 : cluster [DBG] pgmap v537: 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 2023-11-15T05:52:07.012 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:52:06 smithi152 bash[29762]: audit 2023-11-15T05:52:05.663440+0000 mgr.smithi116.ldeiub (mgr.14182) 801 : audit [DBG] from='client.15040 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:52:07.012 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:52:06 smithi152 bash[29762]: audit 2023-11-15T05:52:06.062012+0000 mon.smithi116 (mon.0) 851 : audit [INF] from='mgr.14182 172.21.15.116:0/1868390107' entity='mgr.smithi116.ldeiub' 2023-11-15T05:52:07.151 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:52:06 smithi116 bash[25961]: cluster 2023-11-15T05:52:05.631581+0000 mgr.smithi116.ldeiub (mgr.14182) 800 : cluster [DBG] pgmap v537: 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 2023-11-15T05:52:07.152 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:52:06 smithi116 bash[25961]: audit 2023-11-15T05:52:05.663440+0000 mgr.smithi116.ldeiub (mgr.14182) 801 : audit [DBG] from='client.15040 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:52:07.152 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:52:06 smithi116 bash[25961]: audit 2023-11-15T05:52:06.062012+0000 mon.smithi116 (mon.0) 851 : audit [INF] from='mgr.14182 172.21.15.116:0/1868390107' entity='mgr.smithi116.ldeiub' 2023-11-15T05:52:07.321 DEBUG:teuthology.orchestra.run.smithi116:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 7456fada-8378-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T05:52:09.011 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:52:08 smithi152 bash[29762]: cluster 2023-11-15T05:52:07.632405+0000 mgr.smithi116.ldeiub (mgr.14182) 802 : cluster [DBG] pgmap v538: 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 2023-11-15T05:52:09.151 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:52:08 smithi116 bash[25961]: cluster 2023-11-15T05:52:07.632405+0000 mgr.smithi116.ldeiub (mgr.14182) 802 : cluster [DBG] pgmap v538: 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 2023-11-15T05:52:10.418 INFO:teuthology.orchestra.run.smithi116.stdout: 2023-11-15T05:52:10.419 INFO:teuthology.orchestra.run.smithi116.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T05:34:36.374719Z", "last_refresh": "2023-11-15T05:43:50.109392Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T05:34:28.472277Z", "last_refresh": "2023-11-15T05:43:50.109543Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T05:34:32.474479Z", "last_refresh": "2023-11-15T05:43:50.109687Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:50:53.452881Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi116.zxwrep on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:51:57.650853Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi152.elowmt on smithi152: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi152-elowmt\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi152-elowmt\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi152.elowmt\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi152.elowmt\nDeploy daemon haproxy.nfs.foo.smithi152.elowmt ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi152 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi152 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:52:01.620854Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi116.wnyxik on smithi116: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi116-wnyxik\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi116-wnyxik\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi116.wnyxik\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi116.wnyxik\nDeploy daemon haproxy.nfs.foo.smithi116.wnyxik ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:52:01.624928Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi152.mqzcoz on smithi152: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:52:01.627401Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi116.rwbaoc on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.116/16"}, "status": {"created": "2023-11-15T05:41:51.643812Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.116/16"}}, {"events": ["2023-11-15T05:41:45.562111Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-15T05:41:45.554912Z", "last_refresh": "2023-11-15T05:43:50.110531Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T05:34:26.558369Z", "last_refresh": "2023-11-15T05:43:50.109235Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:35:55.352857Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi116:172.21.15.116=smithi116", "smithi152:172.21.15.152=smithi152"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T05:35:55.345327Z", "last_refresh": "2023-11-15T05:43:50.109014Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:41:51.641747Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-11-15T05:41:51.636276Z", "last_refresh": "2023-11-15T05:43:50.110665Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T05:34:34.444913Z", "last_refresh": "2023-11-15T05:43:50.109818Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T05:36:22.979260Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T05:36:22.972321Z", "last_refresh": "2023-11-15T05:43:50.109967Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T05:34:30.388073Z", "last_refresh": "2023-11-15T05:45:04.478878Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-15T05:52:10.761 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:52:10 smithi152 bash[29762]: cluster 2023-11-15T05:52:09.633556+0000 mgr.smithi116.ldeiub (mgr.14182) 803 : cluster [DBG] pgmap v539: 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 2023-11-15T05:52:10.901 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:52:10 smithi116 bash[25961]: cluster 2023-11-15T05:52:09.633556+0000 mgr.smithi116.ldeiub (mgr.14182) 803 : cluster [DBG] pgmap v539: 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 2023-11-15T05:52:11.015 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T05:52:11.751 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:52:11 smithi116 bash[25961]: audit 2023-11-15T05:52:10.402143+0000 mgr.smithi116.ldeiub (mgr.14182) 804 : audit [DBG] from='client.15044 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:52:11.762 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:52:11 smithi152 bash[29762]: audit 2023-11-15T05:52:10.402143+0000 mgr.smithi116.ldeiub (mgr.14182) 804 : audit [DBG] from='client.15044 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:52:12.016 DEBUG:teuthology.orchestra.run.smithi116:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 7456fada-8378-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T05:52:12.761 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:52:12 smithi152 bash[29762]: cluster 2023-11-15T05:52:11.634950+0000 mgr.smithi116.ldeiub (mgr.14182) 805 : cluster [DBG] pgmap v540: 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 2023-11-15T05:52:12.901 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:52:12 smithi116 bash[25961]: cluster 2023-11-15T05:52:11.634950+0000 mgr.smithi116.ldeiub (mgr.14182) 805 : cluster [DBG] pgmap v540: 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 2023-11-15T05:52:15.012 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:52:14 smithi152 bash[29762]: cluster 2023-11-15T05:52:13.635713+0000 mgr.smithi116.ldeiub (mgr.14182) 806 : cluster [DBG] pgmap v541: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T05:52:15.151 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:52:14 smithi116 bash[25961]: cluster 2023-11-15T05:52:13.635713+0000 mgr.smithi116.ldeiub (mgr.14182) 806 : cluster [DBG] pgmap v541: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T05:52:15.226 INFO:teuthology.orchestra.run.smithi116.stdout: 2023-11-15T05:52:15.227 INFO:teuthology.orchestra.run.smithi116.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T05:34:36.374719Z", "last_refresh": "2023-11-15T05:43:50.109392Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T05:34:28.472277Z", "last_refresh": "2023-11-15T05:43:50.109543Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T05:34:32.474479Z", "last_refresh": "2023-11-15T05:43:50.109687Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:50:53.452881Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi116.zxwrep on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:51:57.650853Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi152.elowmt on smithi152: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi152-elowmt\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi152-elowmt\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi152.elowmt\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi152.elowmt\nDeploy daemon haproxy.nfs.foo.smithi152.elowmt ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi152 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi152 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:52:01.620854Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi116.wnyxik on smithi116: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi116-wnyxik\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi116-wnyxik\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi116.wnyxik\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi116.wnyxik\nDeploy daemon haproxy.nfs.foo.smithi116.wnyxik ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:52:01.624928Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi152.mqzcoz on smithi152: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:52:01.627401Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi116.rwbaoc on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.116/16"}, "status": {"created": "2023-11-15T05:41:51.643812Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.116/16"}}, {"events": ["2023-11-15T05:41:45.562111Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-15T05:41:45.554912Z", "last_refresh": "2023-11-15T05:43:50.110531Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T05:34:26.558369Z", "last_refresh": "2023-11-15T05:43:50.109235Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:35:55.352857Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi116:172.21.15.116=smithi116", "smithi152:172.21.15.152=smithi152"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T05:35:55.345327Z", "last_refresh": "2023-11-15T05:43:50.109014Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:41:51.641747Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-11-15T05:41:51.636276Z", "last_refresh": "2023-11-15T05:43:50.110665Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T05:34:34.444913Z", "last_refresh": "2023-11-15T05:43:50.109818Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T05:36:22.979260Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T05:36:22.972321Z", "last_refresh": "2023-11-15T05:43:50.109967Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T05:34:30.388073Z", "last_refresh": "2023-11-15T05:45:04.478878Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-15T05:52:15.868 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T05:52:16.651 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:52:16 smithi116 bash[25961]: audit 2023-11-15T05:52:15.211294+0000 mgr.smithi116.ldeiub (mgr.14182) 807 : audit [DBG] from='client.15048 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:52:16.652 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:52:16 smithi116 bash[25961]: audit 2023-11-15T05:52:15.287672+0000 mon.smithi116 (mon.0) 852 : audit [INF] from='mgr.14182 172.21.15.116:0/1868390107' entity='mgr.smithi116.ldeiub' 2023-11-15T05:52:16.652 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:52:16 smithi116 bash[25961]: cluster 2023-11-15T05:52:15.636365+0000 mgr.smithi116.ldeiub (mgr.14182) 808 : cluster [DBG] pgmap v542: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:52:16.761 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:52:16 smithi152 bash[29762]: audit 2023-11-15T05:52:15.211294+0000 mgr.smithi116.ldeiub (mgr.14182) 807 : audit [DBG] from='client.15048 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:52:16.762 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:52:16 smithi152 bash[29762]: audit 2023-11-15T05:52:15.287672+0000 mon.smithi116 (mon.0) 852 : audit [INF] from='mgr.14182 172.21.15.116:0/1868390107' entity='mgr.smithi116.ldeiub' 2023-11-15T05:52:16.762 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:52:16 smithi152 bash[29762]: cluster 2023-11-15T05:52:15.636365+0000 mgr.smithi116.ldeiub (mgr.14182) 808 : cluster [DBG] pgmap v542: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:52:16.869 DEBUG:teuthology.orchestra.run.smithi116:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 7456fada-8378-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T05:52:19.011 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:52:18 smithi152 bash[29762]: cluster 2023-11-15T05:52:17.637362+0000 mgr.smithi116.ldeiub (mgr.14182) 809 : cluster [DBG] pgmap v543: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:52:19.151 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:52:18 smithi116 bash[25961]: cluster 2023-11-15T05:52:17.637362+0000 mgr.smithi116.ldeiub (mgr.14182) 809 : cluster [DBG] pgmap v543: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:52:20.196 INFO:teuthology.orchestra.run.smithi116.stdout: 2023-11-15T05:52:20.196 INFO:teuthology.orchestra.run.smithi116.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T05:34:36.374719Z", "last_refresh": "2023-11-15T05:43:50.109392Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T05:34:28.472277Z", "last_refresh": "2023-11-15T05:43:50.109543Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T05:34:32.474479Z", "last_refresh": "2023-11-15T05:43:50.109687Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:50:53.452881Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi116.zxwrep on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:51:57.650853Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi152.elowmt on smithi152: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi152-elowmt\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi152-elowmt\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi152.elowmt\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi152.elowmt\nDeploy daemon haproxy.nfs.foo.smithi152.elowmt ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi152 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi152 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:52:01.620854Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi116.wnyxik on smithi116: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi116-wnyxik\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi116-wnyxik\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi116.wnyxik\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi116.wnyxik\nDeploy daemon haproxy.nfs.foo.smithi116.wnyxik ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:52:01.624928Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi152.mqzcoz on smithi152: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:52:01.627401Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi116.rwbaoc on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.116/16"}, "status": {"created": "2023-11-15T05:41:51.643812Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.116/16"}}, {"events": ["2023-11-15T05:41:45.562111Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-15T05:41:45.554912Z", "last_refresh": "2023-11-15T05:43:50.110531Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T05:34:26.558369Z", "last_refresh": "2023-11-15T05:43:50.109235Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:35:55.352857Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi116:172.21.15.116=smithi116", "smithi152:172.21.15.152=smithi152"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T05:35:55.345327Z", "last_refresh": "2023-11-15T05:43:50.109014Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:41:51.641747Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-11-15T05:41:51.636276Z", "last_refresh": "2023-11-15T05:43:50.110665Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T05:34:34.444913Z", "last_refresh": "2023-11-15T05:43:50.109818Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T05:36:22.979260Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T05:36:22.972321Z", "last_refresh": "2023-11-15T05:43:50.109967Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T05:34:30.388073Z", "last_refresh": "2023-11-15T05:45:04.478878Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-15T05:52:20.651 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:52:20 smithi116 bash[25961]: cluster 2023-11-15T05:52:19.638664+0000 mgr.smithi116.ldeiub (mgr.14182) 810 : cluster [DBG] pgmap v544: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:52:20.762 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:52:20 smithi152 bash[29762]: cluster 2023-11-15T05:52:19.638664+0000 mgr.smithi116.ldeiub (mgr.14182) 810 : cluster [DBG] pgmap v544: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:52:20.852 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T05:52:21.751 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:52:21 smithi116 bash[25961]: audit 2023-11-15T05:52:20.187048+0000 mgr.smithi116.ldeiub (mgr.14182) 811 : audit [DBG] from='client.15052 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:52:21.762 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:52:21 smithi152 bash[29762]: audit 2023-11-15T05:52:20.187048+0000 mgr.smithi116.ldeiub (mgr.14182) 811 : audit [DBG] from='client.15052 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:52:21.853 DEBUG:teuthology.orchestra.run.smithi116:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 7456fada-8378-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T05:52:22.761 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:52:22 smithi152 bash[29762]: cluster 2023-11-15T05:52:21.639956+0000 mgr.smithi116.ldeiub (mgr.14182) 812 : cluster [DBG] pgmap v545: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:52:22.901 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:52:22 smithi116 bash[25961]: cluster 2023-11-15T05:52:21.639956+0000 mgr.smithi116.ldeiub (mgr.14182) 812 : cluster [DBG] pgmap v545: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:52:24.900 INFO:teuthology.orchestra.run.smithi116.stdout: 2023-11-15T05:52:24.901 INFO:teuthology.orchestra.run.smithi116.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T05:34:36.374719Z", "last_refresh": "2023-11-15T05:43:50.109392Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T05:34:28.472277Z", "last_refresh": "2023-11-15T05:43:50.109543Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T05:34:32.474479Z", "last_refresh": "2023-11-15T05:43:50.109687Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:50:53.452881Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi116.zxwrep on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:51:57.650853Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi152.elowmt on smithi152: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi152-elowmt\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi152-elowmt\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi152.elowmt\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi152.elowmt\nDeploy daemon haproxy.nfs.foo.smithi152.elowmt ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi152 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi152 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:52:01.620854Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi116.wnyxik on smithi116: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi116-wnyxik\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi116-wnyxik\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi116.wnyxik\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi116.wnyxik\nDeploy daemon haproxy.nfs.foo.smithi116.wnyxik ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:52:01.624928Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi152.mqzcoz on smithi152: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:52:01.627401Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi116.rwbaoc on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.116/16"}, "status": {"created": "2023-11-15T05:41:51.643812Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.116/16"}}, {"events": ["2023-11-15T05:41:45.562111Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-15T05:41:45.554912Z", "last_refresh": "2023-11-15T05:43:50.110531Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T05:34:26.558369Z", "last_refresh": "2023-11-15T05:43:50.109235Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:35:55.352857Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi116:172.21.15.116=smithi116", "smithi152:172.21.15.152=smithi152"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T05:35:55.345327Z", "last_refresh": "2023-11-15T05:43:50.109014Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:41:51.641747Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-11-15T05:41:51.636276Z", "last_refresh": "2023-11-15T05:43:50.110665Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T05:34:34.444913Z", "last_refresh": "2023-11-15T05:43:50.109818Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T05:36:22.979260Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T05:36:22.972321Z", "last_refresh": "2023-11-15T05:43:50.109967Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T05:34:30.388073Z", "last_refresh": "2023-11-15T05:45:04.478878Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-15T05:52:24.901 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:52:24 smithi116 bash[25961]: cluster 2023-11-15T05:52:23.640669+0000 mgr.smithi116.ldeiub (mgr.14182) 813 : cluster [DBG] pgmap v546: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T05:52:25.011 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:52:24 smithi152 bash[29762]: cluster 2023-11-15T05:52:23.640669+0000 mgr.smithi116.ldeiub (mgr.14182) 813 : cluster [DBG] pgmap v546: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T05:52:25.518 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T05:52:26.519 DEBUG:teuthology.orchestra.run.smithi116:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 7456fada-8378-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T05:52:26.901 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:52:26 smithi116 bash[25961]: audit 2023-11-15T05:52:24.883828+0000 mgr.smithi116.ldeiub (mgr.14182) 814 : audit [DBG] from='client.15056 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:52:26.902 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:52:26 smithi116 bash[25961]: cluster 2023-11-15T05:52:25.641993+0000 mgr.smithi116.ldeiub (mgr.14182) 815 : cluster [DBG] pgmap v547: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:52:27.012 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:52:26 smithi152 bash[29762]: audit 2023-11-15T05:52:24.883828+0000 mgr.smithi116.ldeiub (mgr.14182) 814 : audit [DBG] from='client.15056 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:52:27.012 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:52:26 smithi152 bash[29762]: cluster 2023-11-15T05:52:25.641993+0000 mgr.smithi116.ldeiub (mgr.14182) 815 : cluster [DBG] pgmap v547: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:52:29.012 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:52:28 smithi152 bash[29762]: cluster 2023-11-15T05:52:27.642750+0000 mgr.smithi116.ldeiub (mgr.14182) 816 : cluster [DBG] pgmap v548: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:52:29.151 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:52:28 smithi116 bash[25961]: cluster 2023-11-15T05:52:27.642750+0000 mgr.smithi116.ldeiub (mgr.14182) 816 : cluster [DBG] pgmap v548: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:52:29.795 INFO:teuthology.orchestra.run.smithi116.stdout: 2023-11-15T05:52:29.796 INFO:teuthology.orchestra.run.smithi116.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T05:34:36.374719Z", "last_refresh": "2023-11-15T05:43:50.109392Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T05:34:28.472277Z", "last_refresh": "2023-11-15T05:43:50.109543Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T05:34:32.474479Z", "last_refresh": "2023-11-15T05:43:50.109687Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:50:53.452881Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi116.zxwrep on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:51:57.650853Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi152.elowmt on smithi152: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi152-elowmt\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi152-elowmt\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi152.elowmt\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi152.elowmt\nDeploy daemon haproxy.nfs.foo.smithi152.elowmt ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi152 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi152 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:52:01.620854Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi116.wnyxik on smithi116: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi116-wnyxik\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi116-wnyxik\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi116.wnyxik\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi116.wnyxik\nDeploy daemon haproxy.nfs.foo.smithi116.wnyxik ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:52:01.624928Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi152.mqzcoz on smithi152: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:52:01.627401Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi116.rwbaoc on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.116/16"}, "status": {"created": "2023-11-15T05:41:51.643812Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.116/16"}}, {"events": ["2023-11-15T05:41:45.562111Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-15T05:41:45.554912Z", "last_refresh": "2023-11-15T05:43:50.110531Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T05:34:26.558369Z", "last_refresh": "2023-11-15T05:43:50.109235Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:35:55.352857Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi116:172.21.15.116=smithi116", "smithi152:172.21.15.152=smithi152"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T05:35:55.345327Z", "last_refresh": "2023-11-15T05:43:50.109014Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:41:51.641747Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-11-15T05:41:51.636276Z", "last_refresh": "2023-11-15T05:43:50.110665Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T05:34:34.444913Z", "last_refresh": "2023-11-15T05:43:50.109818Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T05:36:22.979260Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T05:36:22.972321Z", "last_refresh": "2023-11-15T05:43:50.109967Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T05:34:30.388073Z", "last_refresh": "2023-11-15T05:45:04.478878Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-15T05:52:30.425 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T05:52:30.762 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:52:30 smithi152 bash[29762]: cluster 2023-11-15T05:52:29.643862+0000 mgr.smithi116.ldeiub (mgr.14182) 817 : 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 2023-11-15T05:52:30.762 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:52:30 smithi152 bash[29762]: audit 2023-11-15T05:52:29.778997+0000 mgr.smithi116.ldeiub (mgr.14182) 818 : audit [DBG] from='client.15060 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:52:30.901 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:52:30 smithi116 bash[25961]: cluster 2023-11-15T05:52:29.643862+0000 mgr.smithi116.ldeiub (mgr.14182) 817 : 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 2023-11-15T05:52:30.902 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:52:30 smithi116 bash[25961]: audit 2023-11-15T05:52:29.778997+0000 mgr.smithi116.ldeiub (mgr.14182) 818 : audit [DBG] from='client.15060 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:52:31.426 DEBUG:teuthology.orchestra.run.smithi116:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 7456fada-8378-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T05:52:32.940 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:52:32 smithi116 bash[25961]: cluster 2023-11-15T05:52:31.645088+0000 mgr.smithi116.ldeiub (mgr.14182) 819 : 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 2023-11-15T05:52:33.012 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:52:32 smithi152 bash[29762]: cluster 2023-11-15T05:52:31.645088+0000 mgr.smithi116.ldeiub (mgr.14182) 819 : 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 2023-11-15T05:52:34.738 INFO:teuthology.orchestra.run.smithi116.stdout: 2023-11-15T05:52:34.738 INFO:teuthology.orchestra.run.smithi116.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T05:34:36.374719Z", "last_refresh": "2023-11-15T05:43:50.109392Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T05:34:28.472277Z", "last_refresh": "2023-11-15T05:43:50.109543Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T05:34:32.474479Z", "last_refresh": "2023-11-15T05:43:50.109687Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:50:53.452881Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi116.zxwrep on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:51:57.650853Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi152.elowmt on smithi152: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi152-elowmt\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi152-elowmt\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi152.elowmt\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi152.elowmt\nDeploy daemon haproxy.nfs.foo.smithi152.elowmt ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi152 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi152 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:52:01.620854Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi116.wnyxik on smithi116: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi116-wnyxik\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi116-wnyxik\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi116.wnyxik\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi116.wnyxik\nDeploy daemon haproxy.nfs.foo.smithi116.wnyxik ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:52:01.624928Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi152.mqzcoz on smithi152: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:52:01.627401Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi116.rwbaoc on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.116/16"}, "status": {"created": "2023-11-15T05:41:51.643812Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.116/16"}}, {"events": ["2023-11-15T05:41:45.562111Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-15T05:41:45.554912Z", "last_refresh": "2023-11-15T05:43:50.110531Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T05:34:26.558369Z", "last_refresh": "2023-11-15T05:43:50.109235Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:35:55.352857Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi116:172.21.15.116=smithi116", "smithi152:172.21.15.152=smithi152"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T05:35:55.345327Z", "last_refresh": "2023-11-15T05:43:50.109014Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:41:51.641747Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-11-15T05:41:51.636276Z", "last_refresh": "2023-11-15T05:43:50.110665Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T05:34:34.444913Z", "last_refresh": "2023-11-15T05:43:50.109818Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T05:36:22.979260Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T05:36:22.972321Z", "last_refresh": "2023-11-15T05:43:50.109967Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T05:34:30.388073Z", "last_refresh": "2023-11-15T05:45:04.478878Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-15T05:52:35.012 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:52:34 smithi152 bash[29762]: cluster 2023-11-15T05:52:33.646366+0000 mgr.smithi116.ldeiub (mgr.14182) 820 : cluster [DBG] pgmap v551: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T05:52:35.151 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:52:34 smithi116 bash[25961]: cluster 2023-11-15T05:52:33.646366+0000 mgr.smithi116.ldeiub (mgr.14182) 820 : cluster [DBG] pgmap v551: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T05:52:35.390 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T05:52:36.012 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:52:35 smithi152 bash[29762]: audit 2023-11-15T05:52:34.721308+0000 mgr.smithi116.ldeiub (mgr.14182) 821 : audit [DBG] from='client.15064 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:52:36.151 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:52:35 smithi116 bash[25961]: audit 2023-11-15T05:52:34.721308+0000 mgr.smithi116.ldeiub (mgr.14182) 821 : audit [DBG] from='client.15064 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:52:36.391 DEBUG:teuthology.orchestra.run.smithi116:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 7456fada-8378-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T05:52:37.012 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:52:36 smithi152 bash[29762]: cluster 2023-11-15T05:52:35.647641+0000 mgr.smithi116.ldeiub (mgr.14182) 822 : 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 2023-11-15T05:52:37.152 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:52:36 smithi116 bash[25961]: cluster 2023-11-15T05:52:35.647641+0000 mgr.smithi116.ldeiub (mgr.14182) 822 : 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 2023-11-15T05:52:39.012 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:52:38 smithi152 bash[29762]: cluster 2023-11-15T05:52:37.648742+0000 mgr.smithi116.ldeiub (mgr.14182) 823 : cluster [DBG] pgmap v553: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:52:39.131 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:52:38 smithi116 bash[25961]: cluster 2023-11-15T05:52:37.648742+0000 mgr.smithi116.ldeiub (mgr.14182) 823 : cluster [DBG] pgmap v553: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:52:39.556 INFO:teuthology.orchestra.run.smithi116.stdout: 2023-11-15T05:52:39.556 INFO:teuthology.orchestra.run.smithi116.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T05:34:36.374719Z", "last_refresh": "2023-11-15T05:43:50.109392Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T05:34:28.472277Z", "last_refresh": "2023-11-15T05:43:50.109543Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T05:34:32.474479Z", "last_refresh": "2023-11-15T05:43:50.109687Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:50:53.452881Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi116.zxwrep on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:51:57.650853Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi152.elowmt on smithi152: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi152-elowmt\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi152-elowmt\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi152.elowmt\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi152.elowmt\nDeploy daemon haproxy.nfs.foo.smithi152.elowmt ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi152 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi152 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:52:01.620854Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi116.wnyxik on smithi116: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi116-wnyxik\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi116-wnyxik\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi116.wnyxik\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi116.wnyxik\nDeploy daemon haproxy.nfs.foo.smithi116.wnyxik ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:52:01.624928Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi152.mqzcoz on smithi152: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:52:01.627401Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi116.rwbaoc on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.116/16"}, "status": {"created": "2023-11-15T05:41:51.643812Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.116/16"}}, {"events": ["2023-11-15T05:41:45.562111Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-15T05:41:45.554912Z", "last_refresh": "2023-11-15T05:43:50.110531Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T05:34:26.558369Z", "last_refresh": "2023-11-15T05:43:50.109235Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:35:55.352857Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi116:172.21.15.116=smithi116", "smithi152:172.21.15.152=smithi152"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T05:35:55.345327Z", "last_refresh": "2023-11-15T05:43:50.109014Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:41:51.641747Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-11-15T05:41:51.636276Z", "last_refresh": "2023-11-15T05:43:50.110665Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T05:34:34.444913Z", "last_refresh": "2023-11-15T05:43:50.109818Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T05:36:22.979260Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T05:36:22.972321Z", "last_refresh": "2023-11-15T05:43:50.109967Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T05:34:30.388073Z", "last_refresh": "2023-11-15T05:45:04.478878Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-15T05:52:40.191 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T05:52:40.762 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:52:40 smithi152 bash[29762]: audit 2023-11-15T05:52:39.539688+0000 mgr.smithi116.ldeiub (mgr.14182) 824 : audit [DBG] from='client.15068 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:52:40.762 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:52:40 smithi152 bash[29762]: cluster 2023-11-15T05:52:39.649721+0000 mgr.smithi116.ldeiub (mgr.14182) 825 : 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 2023-11-15T05:52:40.903 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:52:40 smithi116 bash[25961]: audit 2023-11-15T05:52:39.539688+0000 mgr.smithi116.ldeiub (mgr.14182) 824 : audit [DBG] from='client.15068 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:52:40.903 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:52:40 smithi116 bash[25961]: cluster 2023-11-15T05:52:39.649721+0000 mgr.smithi116.ldeiub (mgr.14182) 825 : 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 2023-11-15T05:52:41.192 DEBUG:teuthology.orchestra.run.smithi116:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 7456fada-8378-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T05:52:42.774 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:52:42 smithi116 bash[25961]: cluster 2023-11-15T05:52:41.651064+0000 mgr.smithi116.ldeiub (mgr.14182) 826 : 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 2023-11-15T05:52:43.012 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:52:42 smithi152 bash[29762]: cluster 2023-11-15T05:52:41.651064+0000 mgr.smithi116.ldeiub (mgr.14182) 826 : 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 2023-11-15T05:52:44.609 INFO:teuthology.orchestra.run.smithi116.stdout: 2023-11-15T05:52:44.609 INFO:teuthology.orchestra.run.smithi116.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T05:34:36.374719Z", "last_refresh": "2023-11-15T05:43:50.109392Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T05:34:28.472277Z", "last_refresh": "2023-11-15T05:43:50.109543Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T05:34:32.474479Z", "last_refresh": "2023-11-15T05:43:50.109687Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:50:53.452881Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi116.zxwrep on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:51:57.650853Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi152.elowmt on smithi152: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi152-elowmt\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi152-elowmt\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi152.elowmt\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi152.elowmt\nDeploy daemon haproxy.nfs.foo.smithi152.elowmt ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi152 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi152 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:52:01.620854Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi116.wnyxik on smithi116: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi116-wnyxik\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi116-wnyxik\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi116.wnyxik\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi116.wnyxik\nDeploy daemon haproxy.nfs.foo.smithi116.wnyxik ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:52:01.624928Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi152.mqzcoz on smithi152: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:52:01.627401Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi116.rwbaoc on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.116/16"}, "status": {"created": "2023-11-15T05:41:51.643812Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.116/16"}}, {"events": ["2023-11-15T05:41:45.562111Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-15T05:41:45.554912Z", "last_refresh": "2023-11-15T05:43:50.110531Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T05:34:26.558369Z", "last_refresh": "2023-11-15T05:43:50.109235Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:35:55.352857Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi116:172.21.15.116=smithi116", "smithi152:172.21.15.152=smithi152"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T05:35:55.345327Z", "last_refresh": "2023-11-15T05:43:50.109014Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:41:51.641747Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-11-15T05:41:51.636276Z", "last_refresh": "2023-11-15T05:43:50.110665Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T05:34:34.444913Z", "last_refresh": "2023-11-15T05:43:50.109818Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T05:36:22.979260Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T05:36:22.972321Z", "last_refresh": "2023-11-15T05:43:50.109967Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T05:34:30.388073Z", "last_refresh": "2023-11-15T05:45:04.478878Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-15T05:52:45.012 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:52:44 smithi152 bash[29762]: cluster 2023-11-15T05:52:43.652120+0000 mgr.smithi116.ldeiub (mgr.14182) 827 : cluster [DBG] pgmap v556: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T05:52:45.152 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:52:44 smithi116 bash[25961]: cluster 2023-11-15T05:52:43.652120+0000 mgr.smithi116.ldeiub (mgr.14182) 827 : cluster [DBG] pgmap v556: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T05:52:45.272 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T05:52:46.012 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:52:45 smithi152 bash[29762]: audit 2023-11-15T05:52:44.592776+0000 mgr.smithi116.ldeiub (mgr.14182) 828 : audit [DBG] from='client.15072 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:52:46.152 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:52:45 smithi116 bash[25961]: audit 2023-11-15T05:52:44.592776+0000 mgr.smithi116.ldeiub (mgr.14182) 828 : audit [DBG] from='client.15072 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:52:46.274 DEBUG:teuthology.orchestra.run.smithi116:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 7456fada-8378-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T05:52:47.012 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:52:46 smithi152 bash[29762]: cluster 2023-11-15T05:52:45.653325+0000 mgr.smithi116.ldeiub (mgr.14182) 829 : 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 2023-11-15T05:52:47.151 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:52:46 smithi116 bash[25961]: cluster 2023-11-15T05:52:45.653325+0000 mgr.smithi116.ldeiub (mgr.14182) 829 : 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 2023-11-15T05:52:49.012 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:52:48 smithi152 bash[29762]: cluster 2023-11-15T05:52:47.654494+0000 mgr.smithi116.ldeiub (mgr.14182) 830 : cluster [DBG] pgmap v558: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:52:49.151 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:52:48 smithi116 bash[25961]: cluster 2023-11-15T05:52:47.654494+0000 mgr.smithi116.ldeiub (mgr.14182) 830 : cluster [DBG] pgmap v558: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:52:49.602 INFO:teuthology.orchestra.run.smithi116.stdout: 2023-11-15T05:52:49.603 INFO:teuthology.orchestra.run.smithi116.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T05:34:36.374719Z", "last_refresh": "2023-11-15T05:43:50.109392Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T05:34:28.472277Z", "last_refresh": "2023-11-15T05:43:50.109543Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T05:34:32.474479Z", "last_refresh": "2023-11-15T05:43:50.109687Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:50:53.452881Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi116.zxwrep on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:51:57.650853Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi152.elowmt on smithi152: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi152-elowmt\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi152-elowmt\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi152.elowmt\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi152.elowmt\nDeploy daemon haproxy.nfs.foo.smithi152.elowmt ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi152 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi152 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:52:01.620854Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi116.wnyxik on smithi116: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi116-wnyxik\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi116-wnyxik\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi116.wnyxik\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi116.wnyxik\nDeploy daemon haproxy.nfs.foo.smithi116.wnyxik ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:52:01.624928Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi152.mqzcoz on smithi152: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:52:01.627401Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi116.rwbaoc on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.116/16"}, "status": {"created": "2023-11-15T05:41:51.643812Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.116/16"}}, {"events": ["2023-11-15T05:41:45.562111Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-15T05:41:45.554912Z", "last_refresh": "2023-11-15T05:43:50.110531Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T05:34:26.558369Z", "last_refresh": "2023-11-15T05:43:50.109235Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:35:55.352857Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi116:172.21.15.116=smithi116", "smithi152:172.21.15.152=smithi152"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T05:35:55.345327Z", "last_refresh": "2023-11-15T05:43:50.109014Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:41:51.641747Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-11-15T05:41:51.636276Z", "last_refresh": "2023-11-15T05:43:50.110665Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T05:34:34.444913Z", "last_refresh": "2023-11-15T05:43:50.109818Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T05:36:22.979260Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T05:36:22.972321Z", "last_refresh": "2023-11-15T05:43:50.109967Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T05:34:30.388073Z", "last_refresh": "2023-11-15T05:45:04.478878Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-15T05:52:50.203 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T05:52:50.763 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:52:50 smithi152 bash[29762]: audit 2023-11-15T05:52:49.593300+0000 mgr.smithi116.ldeiub (mgr.14182) 831 : audit [DBG] from='client.15076 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:52:50.763 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:52:50 smithi152 bash[29762]: cluster 2023-11-15T05:52:49.655684+0000 mgr.smithi116.ldeiub (mgr.14182) 832 : 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 2023-11-15T05:52:50.902 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:52:50 smithi116 bash[25961]: audit 2023-11-15T05:52:49.593300+0000 mgr.smithi116.ldeiub (mgr.14182) 831 : audit [DBG] from='client.15076 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:52:50.902 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:52:50 smithi116 bash[25961]: cluster 2023-11-15T05:52:49.655684+0000 mgr.smithi116.ldeiub (mgr.14182) 832 : 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 2023-11-15T05:52:51.204 DEBUG:teuthology.orchestra.run.smithi116:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 7456fada-8378-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T05:52:53.014 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:52:52 smithi152 bash[29762]: cluster 2023-11-15T05:52:51.656927+0000 mgr.smithi116.ldeiub (mgr.14182) 833 : 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 2023-11-15T05:52:53.152 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:52:52 smithi116 bash[25961]: cluster 2023-11-15T05:52:51.656927+0000 mgr.smithi116.ldeiub (mgr.14182) 833 : 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 2023-11-15T05:52:54.478 INFO:teuthology.orchestra.run.smithi116.stdout: 2023-11-15T05:52:54.479 INFO:teuthology.orchestra.run.smithi116.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T05:34:36.374719Z", "last_refresh": "2023-11-15T05:43:50.109392Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T05:34:28.472277Z", "last_refresh": "2023-11-15T05:43:50.109543Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T05:34:32.474479Z", "last_refresh": "2023-11-15T05:43:50.109687Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:50:53.452881Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi116.zxwrep on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:51:57.650853Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi152.elowmt on smithi152: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi152-elowmt\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi152-elowmt\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi152.elowmt\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi152.elowmt\nDeploy daemon haproxy.nfs.foo.smithi152.elowmt ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi152 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi152 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:52:01.620854Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi116.wnyxik on smithi116: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi116-wnyxik\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi116-wnyxik\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi116.wnyxik\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi116.wnyxik\nDeploy daemon haproxy.nfs.foo.smithi116.wnyxik ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:52:01.624928Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi152.mqzcoz on smithi152: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:52:01.627401Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi116.rwbaoc on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.116/16"}, "status": {"created": "2023-11-15T05:41:51.643812Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.116/16"}}, {"events": ["2023-11-15T05:41:45.562111Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-15T05:41:45.554912Z", "last_refresh": "2023-11-15T05:43:50.110531Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T05:34:26.558369Z", "last_refresh": "2023-11-15T05:43:50.109235Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:35:55.352857Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi116:172.21.15.116=smithi116", "smithi152:172.21.15.152=smithi152"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T05:35:55.345327Z", "last_refresh": "2023-11-15T05:43:50.109014Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:41:51.641747Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-11-15T05:41:51.636276Z", "last_refresh": "2023-11-15T05:43:50.110665Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T05:34:34.444913Z", "last_refresh": "2023-11-15T05:43:50.109818Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T05:36:22.979260Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T05:36:22.972321Z", "last_refresh": "2023-11-15T05:43:50.109967Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T05:34:30.388073Z", "last_refresh": "2023-11-15T05:45:04.478878Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-15T05:52:54.902 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:52:54 smithi116 bash[25961]: cluster 2023-11-15T05:52:53.658312+0000 mgr.smithi116.ldeiub (mgr.14182) 834 : cluster [DBG] pgmap v561: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T05:52:55.012 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:52:54 smithi152 bash[29762]: cluster 2023-11-15T05:52:53.658312+0000 mgr.smithi116.ldeiub (mgr.14182) 834 : cluster [DBG] pgmap v561: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T05:52:55.065 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T05:52:56.012 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:52:55 smithi152 bash[29762]: audit 2023-11-15T05:52:54.462081+0000 mgr.smithi116.ldeiub (mgr.14182) 835 : audit [DBG] from='client.15080 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:52:56.067 DEBUG:teuthology.orchestra.run.smithi116:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 7456fada-8378-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T05:52:56.079 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:52:55 smithi116 bash[25961]: audit 2023-11-15T05:52:54.462081+0000 mgr.smithi116.ldeiub (mgr.14182) 835 : audit [DBG] from='client.15080 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:52:57.012 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:52:56 smithi152 bash[29762]: cluster 2023-11-15T05:52:55.659585+0000 mgr.smithi116.ldeiub (mgr.14182) 836 : 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 2023-11-15T05:52:57.151 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:52:56 smithi116 bash[25961]: cluster 2023-11-15T05:52:55.659585+0000 mgr.smithi116.ldeiub (mgr.14182) 836 : 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 2023-11-15T05:52:59.012 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:52:58 smithi152 bash[29762]: cluster 2023-11-15T05:52:57.660718+0000 mgr.smithi116.ldeiub (mgr.14182) 837 : cluster [DBG] pgmap v563: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:52:59.151 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:52:58 smithi116 bash[25961]: cluster 2023-11-15T05:52:57.660718+0000 mgr.smithi116.ldeiub (mgr.14182) 837 : cluster [DBG] pgmap v563: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:52:59.240 INFO:teuthology.orchestra.run.smithi116.stdout: 2023-11-15T05:52:59.241 INFO:teuthology.orchestra.run.smithi116.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T05:34:36.374719Z", "last_refresh": "2023-11-15T05:43:50.109392Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T05:34:28.472277Z", "last_refresh": "2023-11-15T05:43:50.109543Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T05:34:32.474479Z", "last_refresh": "2023-11-15T05:43:50.109687Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:50:53.452881Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi116.zxwrep on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:51:57.650853Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi152.elowmt on smithi152: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi152-elowmt\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi152-elowmt\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi152.elowmt\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi152.elowmt\nDeploy daemon haproxy.nfs.foo.smithi152.elowmt ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi152 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi152 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:52:01.620854Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi116.wnyxik on smithi116: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi116-wnyxik\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi116-wnyxik\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi116.wnyxik\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi116.wnyxik\nDeploy daemon haproxy.nfs.foo.smithi116.wnyxik ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:52:01.624928Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi152.mqzcoz on smithi152: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:52:01.627401Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi116.rwbaoc on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.116/16"}, "status": {"created": "2023-11-15T05:41:51.643812Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.116/16"}}, {"events": ["2023-11-15T05:41:45.562111Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-15T05:41:45.554912Z", "last_refresh": "2023-11-15T05:43:50.110531Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T05:34:26.558369Z", "last_refresh": "2023-11-15T05:43:50.109235Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:35:55.352857Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi116:172.21.15.116=smithi116", "smithi152:172.21.15.152=smithi152"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T05:35:55.345327Z", "last_refresh": "2023-11-15T05:43:50.109014Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:41:51.641747Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-11-15T05:41:51.636276Z", "last_refresh": "2023-11-15T05:43:50.110665Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T05:34:34.444913Z", "last_refresh": "2023-11-15T05:43:50.109818Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T05:36:22.979260Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T05:36:22.972321Z", "last_refresh": "2023-11-15T05:43:50.109967Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T05:34:30.388073Z", "last_refresh": "2023-11-15T05:45:04.478878Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-15T05:52:59.903 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T05:53:00.762 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:53:00 smithi152 bash[29762]: audit 2023-11-15T05:52:59.224082+0000 mgr.smithi116.ldeiub (mgr.14182) 838 : audit [DBG] from='client.15084 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:53:00.762 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:53:00 smithi152 bash[29762]: cluster 2023-11-15T05:52:59.661893+0000 mgr.smithi116.ldeiub (mgr.14182) 839 : 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 2023-11-15T05:53:00.901 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:53:00 smithi116 bash[25961]: audit 2023-11-15T05:52:59.224082+0000 mgr.smithi116.ldeiub (mgr.14182) 838 : audit [DBG] from='client.15084 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:53:00.902 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:53:00 smithi116 bash[25961]: cluster 2023-11-15T05:52:59.661893+0000 mgr.smithi116.ldeiub (mgr.14182) 839 : 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 2023-11-15T05:53:00.905 DEBUG:teuthology.orchestra.run.smithi116:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 7456fada-8378-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T05:53:02.012 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:53:01 smithi152 bash[29762]: audit 2023-11-15T05:53:01.632152+0000 mon.smithi116 (mon.0) 853 : audit [DBG] from='mgr.14182 172.21.15.116:0/1868390107' entity='mgr.smithi116.ldeiub' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-15T05:53:02.076 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:53:01 smithi116 bash[25961]: audit 2023-11-15T05:53:01.632152+0000 mon.smithi116 (mon.0) 853 : audit [DBG] from='mgr.14182 172.21.15.116:0/1868390107' entity='mgr.smithi116.ldeiub' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-15T05:53:03.012 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:53:02 smithi152 bash[29762]: cluster 2023-11-15T05:53:01.663017+0000 mgr.smithi116.ldeiub (mgr.14182) 840 : 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 2023-11-15T05:53:03.012 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:53:02 smithi152 bash[29762]: audit 2023-11-15T05:53:01.968079+0000 mon.smithi116 (mon.0) 854 : audit [DBG] from='mgr.14182 172.21.15.116:0/1868390107' entity='mgr.smithi116.ldeiub' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-15T05:53:03.013 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:53:02 smithi152 bash[29762]: audit 2023-11-15T05:53:01.969618+0000 mon.smithi116 (mon.0) 855 : audit [INF] from='mgr.14182 172.21.15.116:0/1868390107' entity='mgr.smithi116.ldeiub' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-11-15T05:53:03.013 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:53:02 smithi152 bash[29762]: audit 2023-11-15T05:53:01.978523+0000 mon.smithi116 (mon.0) 856 : audit [INF] from='mgr.14182 172.21.15.116:0/1868390107' entity='mgr.smithi116.ldeiub' 2023-11-15T05:53:03.013 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:53:02 smithi152 bash[29762]: audit 2023-11-15T05:53:01.984910+0000 mon.smithi116 (mon.0) 857 : audit [DBG] from='mgr.14182 172.21.15.116:0/1868390107' entity='mgr.smithi116.ldeiub' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-11-15T05:53:03.013 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:53:02 smithi152 bash[29762]: audit 2023-11-15T05:53:01.996978+0000 mon.smithi116 (mon.0) 858 : audit [INF] from='mgr.14182 172.21.15.116:0/1868390107' entity='mgr.smithi116.ldeiub' 2023-11-15T05:53:03.152 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:53:02 smithi116 bash[25961]: cluster 2023-11-15T05:53:01.663017+0000 mgr.smithi116.ldeiub (mgr.14182) 840 : 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 2023-11-15T05:53:03.152 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:53:02 smithi116 bash[25961]: audit 2023-11-15T05:53:01.968079+0000 mon.smithi116 (mon.0) 854 : audit [DBG] from='mgr.14182 172.21.15.116:0/1868390107' entity='mgr.smithi116.ldeiub' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-15T05:53:03.152 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:53:02 smithi116 bash[25961]: audit 2023-11-15T05:53:01.969618+0000 mon.smithi116 (mon.0) 855 : audit [INF] from='mgr.14182 172.21.15.116:0/1868390107' entity='mgr.smithi116.ldeiub' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-11-15T05:53:03.152 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:53:02 smithi116 bash[25961]: audit 2023-11-15T05:53:01.978523+0000 mon.smithi116 (mon.0) 856 : audit [INF] from='mgr.14182 172.21.15.116:0/1868390107' entity='mgr.smithi116.ldeiub' 2023-11-15T05:53:03.153 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:53:02 smithi116 bash[25961]: audit 2023-11-15T05:53:01.984910+0000 mon.smithi116 (mon.0) 857 : audit [DBG] from='mgr.14182 172.21.15.116:0/1868390107' entity='mgr.smithi116.ldeiub' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-11-15T05:53:03.153 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:53:02 smithi116 bash[25961]: audit 2023-11-15T05:53:01.996978+0000 mon.smithi116 (mon.0) 858 : audit [INF] from='mgr.14182 172.21.15.116:0/1868390107' entity='mgr.smithi116.ldeiub' 2023-11-15T05:53:04.012 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:53:03 smithi152 bash[29762]: cluster 2023-11-15T05:53:01.979275+0000 mgr.smithi116.ldeiub (mgr.14182) 841 : cluster [DBG] pgmap v566: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 99 B/s rd, 0 op/s 2023-11-15T05:53:04.012 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:53:03 smithi152 bash[29762]: cephadm 2023-11-15T05:53:01.999756+0000 mgr.smithi116.ldeiub (mgr.14182) 842 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi152.zlqolb on smithi152 2023-11-15T05:53:04.013 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:53:03 smithi152 bash[29762]: cluster 2023-11-15T05:53:02.974697+0000 mon.smithi116 (mon.0) 859 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2023-11-15T05:53:04.013 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:53:03 smithi152 bash[29762]: cluster 2023-11-15T05:53:02.974784+0000 mon.smithi116 (mon.0) 860 : cluster [INF] Cluster is now healthy 2023-11-15T05:53:04.152 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:53:03 smithi116 bash[25961]: cluster 2023-11-15T05:53:01.979275+0000 mgr.smithi116.ldeiub (mgr.14182) 841 : cluster [DBG] pgmap v566: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 99 B/s rd, 0 op/s 2023-11-15T05:53:04.152 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:53:03 smithi116 bash[25961]: cephadm 2023-11-15T05:53:01.999756+0000 mgr.smithi116.ldeiub (mgr.14182) 842 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi152.zlqolb on smithi152 2023-11-15T05:53:04.152 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:53:03 smithi116 bash[25961]: cluster 2023-11-15T05:53:02.974697+0000 mon.smithi116 (mon.0) 859 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2023-11-15T05:53:04.152 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:53:03 smithi116 bash[25961]: cluster 2023-11-15T05:53:02.974784+0000 mon.smithi116 (mon.0) 860 : cluster [INF] Cluster is now healthy 2023-11-15T05:53:04.294 INFO:teuthology.orchestra.run.smithi116.stdout: 2023-11-15T05:53:04.295 INFO:teuthology.orchestra.run.smithi116.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T05:34:36.374719Z", "last_refresh": "2023-11-15T05:43:50.109392Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T05:34:28.472277Z", "last_refresh": "2023-11-15T05:43:50.109543Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T05:34:32.474479Z", "last_refresh": "2023-11-15T05:43:50.109687Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:50:53.452881Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi116.zxwrep on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:51:57.650853Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi152.elowmt on smithi152: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi152-elowmt\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi152-elowmt\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi152.elowmt\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi152.elowmt\nDeploy daemon haproxy.nfs.foo.smithi152.elowmt ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi152 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi152 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:52:01.620854Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi116.wnyxik on smithi116: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi116-wnyxik\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi116-wnyxik\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi116.wnyxik\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi116.wnyxik\nDeploy daemon haproxy.nfs.foo.smithi116.wnyxik ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:52:01.624928Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi152.mqzcoz on smithi152: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:52:01.627401Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi116.rwbaoc on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.116/16"}, "status": {"created": "2023-11-15T05:41:51.643812Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.116/16"}}, {"events": ["2023-11-15T05:41:45.562111Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-15T05:41:45.554912Z", "last_refresh": "2023-11-15T05:43:50.110531Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T05:34:26.558369Z", "last_refresh": "2023-11-15T05:43:50.109235Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:35:55.352857Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi116:172.21.15.116=smithi116", "smithi152:172.21.15.152=smithi152"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T05:35:55.345327Z", "last_refresh": "2023-11-15T05:43:50.109014Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:41:51.641747Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-11-15T05:41:51.636276Z", "last_refresh": "2023-11-15T05:43:50.110665Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T05:34:34.444913Z", "last_refresh": "2023-11-15T05:43:50.109818Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T05:36:22.979260Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T05:36:22.972321Z", "last_refresh": "2023-11-15T05:43:50.109967Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T05:34:30.388073Z", "last_refresh": "2023-11-15T05:45:04.478878Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-15T05:53:04.934 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T05:53:05.807 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:53:05 smithi152 bash[29762]: cluster 2023-11-15T05:53:03.980229+0000 mgr.smithi116.ldeiub (mgr.14182) 843 : cluster [DBG] pgmap v567: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 99 B/s rd, 0 op/s 2023-11-15T05:53:05.808 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:53:05 smithi152 bash[29762]: audit 2023-11-15T05:53:04.277352+0000 mgr.smithi116.ldeiub (mgr.14182) 844 : audit [DBG] from='client.15088 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:53:05.936 DEBUG:teuthology.orchestra.run.smithi116:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 7456fada-8378-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T05:53:06.152 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:53:05 smithi116 bash[25961]: cluster 2023-11-15T05:53:03.980229+0000 mgr.smithi116.ldeiub (mgr.14182) 843 : cluster [DBG] pgmap v567: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 99 B/s rd, 0 op/s 2023-11-15T05:53:06.152 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:53:05 smithi116 bash[25961]: audit 2023-11-15T05:53:04.277352+0000 mgr.smithi116.ldeiub (mgr.14182) 844 : audit [DBG] from='client.15088 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:53:07.012 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:53:06 smithi152 bash[29762]: audit 2023-11-15T05:53:05.873336+0000 mon.smithi116 (mon.0) 861 : audit [INF] from='mgr.14182 172.21.15.116:0/1868390107' entity='mgr.smithi116.ldeiub' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi152.zlqolb"}]: dispatch 2023-11-15T05:53:07.058 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:53:06 smithi116 bash[25961]: audit 2023-11-15T05:53:05.873336+0000 mon.smithi116 (mon.0) 861 : audit [INF] from='mgr.14182 172.21.15.116:0/1868390107' entity='mgr.smithi116.ldeiub' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi152.zlqolb"}]: dispatch 2023-11-15T05:53:08.013 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:53:07 smithi152 bash[29762]: cephadm 2023-11-15T05:53:05.872085+0000 mgr.smithi116.ldeiub (mgr.14182) 845 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi152-zlqolb 2023-11-15T05:53:08.013 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:53:07 smithi152 bash[29762]: /usr/bin/docker: stdout 2023-11-15T05:53:08.013 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:53:07 smithi152 bash[29762]: /usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi152-zlqolb 2023-11-15T05:53:08.014 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:53:07 smithi152 bash[29762]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi152.zlqolb 2023-11-15T05:53:08.014 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:53:07 smithi152 bash[29762]: /usr/bin/docker: stdout 2023-11-15T05:53:08.014 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:53:07 smithi152 bash[29762]: /usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi152.zlqolb 2023-11-15T05:53:08.015 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:53:07 smithi152 bash[29762]: Deploy daemon haproxy.nfs.foo.smithi152.zlqolb ... 2023-11-15T05:53:08.015 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:53:07 smithi152 bash[29762]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi152 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T05:53:08.015 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:53:07 smithi152 bash[29762]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-15T05:53:08.016 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:53:07 smithi152 bash[29762]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-15T05:53:08.016 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:53:07 smithi152 bash[29762]: stat: stderr See 'docker run --help'. 2023-11-15T05:53:08.017 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:53:07 smithi152 bash[29762]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi152 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T05:53:08.017 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:53:07 smithi152 bash[29762]: Traceback (most recent call last): 2023-11-15T05:53:08.018 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:53:07 smithi152 bash[29762]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-11-15T05:53:08.018 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:53:07 smithi152 bash[29762]: yield (conn, connr) 2023-11-15T05:53:08.018 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:53:07 smithi152 bash[29762]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-11-15T05:53:08.019 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:53:07 smithi152 bash[29762]: code, '\n'.join(err))) 2023-11-15T05:53:08.019 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:53:07 smithi152 bash[29762]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi152-zlqolb 2023-11-15T05:53:08.019 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:53:07 smithi152 bash[29762]: /usr/bin/docker: stdout 2023-11-15T05:53:08.020 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:53:07 smithi152 bash[29762]: /usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi152-zlqolb 2023-11-15T05:53:08.020 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:53:07 smithi152 bash[29762]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi152.zlqolb 2023-11-15T05:53:08.020 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:53:07 smithi152 bash[29762]: /usr/bin/docker: stdout 2023-11-15T05:53:08.021 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:53:07 smithi152 bash[29762]: /usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi152.zlqolb 2023-11-15T05:53:08.021 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:53:07 smithi152 bash[29762]: Deploy daemon haproxy.nfs.foo.smithi152.zlqolb ... 2023-11-15T05:53:08.021 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:53:07 smithi152 bash[29762]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi152 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T05:53:08.022 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:53:07 smithi152 bash[29762]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-15T05:53:08.022 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:53:07 smithi152 bash[29762]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-15T05:53:08.022 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:53:07 smithi152 bash[29762]: stat: stderr See 'docker run --help'. 2023-11-15T05:53:08.023 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:53:07 smithi152 bash[29762]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi152 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T05:53:08.023 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:53:07 smithi152 bash[29762]: cephadm 2023-11-15T05:53:05.872706+0000 mgr.smithi116.ldeiub (mgr.14182) 846 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi152.zlqolb 2023-11-15T05:53:08.024 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:53:07 smithi152 bash[29762]: cephadm 2023-11-15T05:53:05.875250+0000 mgr.smithi116.ldeiub (mgr.14182) 847 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi152.zlqolb on smithi152: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi152-zlqolb 2023-11-15T05:53:08.024 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:53:07 smithi152 bash[29762]: /usr/bin/docker: stdout 2023-11-15T05:53:08.024 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:53:07 smithi152 bash[29762]: /usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi152-zlqolb 2023-11-15T05:53:08.025 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:53:07 smithi152 bash[29762]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi152.zlqolb 2023-11-15T05:53:08.033 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:53:07 smithi152 bash[29762]: /usr/bin/docker: stdout 2023-11-15T05:53:08.033 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:53:07 smithi152 bash[29762]: /usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi152.zlqolb 2023-11-15T05:53:08.034 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:53:07 smithi152 bash[29762]: Deploy daemon haproxy.nfs.foo.smithi152.zlqolb ... 2023-11-15T05:53:08.034 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:53:07 smithi152 bash[29762]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi152 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T05:53:08.035 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:53:07 smithi152 bash[29762]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-15T05:53:08.035 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:53:07 smithi152 bash[29762]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-15T05:53:08.038 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:53:07 smithi152 bash[29762]: stat: stderr See 'docker run --help'. 2023-11-15T05:53:08.038 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:53:07 smithi152 bash[29762]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi152 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T05:53:08.038 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:53:07 smithi152 bash[29762]: cephadm 2023-11-15T05:53:05.880013+0000 mgr.smithi116.ldeiub (mgr.14182) 848 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi116.mthgsr on smithi116 2023-11-15T05:53:08.038 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:53:07 smithi152 bash[29762]: cluster 2023-11-15T05:53:05.981375+0000 mgr.smithi116.ldeiub (mgr.14182) 849 : cluster [DBG] pgmap v568: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 99 B/s rd, 0 op/s 2023-11-15T05:53:08.153 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:53:07 smithi116 bash[25961]: cephadm 2023-11-15T05:53:05.872085+0000 mgr.smithi116.ldeiub (mgr.14182) 845 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi152-zlqolb 2023-11-15T05:53:08.153 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:53:07 smithi116 bash[25961]: /usr/bin/docker: stdout 2023-11-15T05:53:08.154 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:53:07 smithi116 bash[25961]: /usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi152-zlqolb 2023-11-15T05:53:08.155 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:53:07 smithi116 bash[25961]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi152.zlqolb 2023-11-15T05:53:08.155 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:53:07 smithi116 bash[25961]: /usr/bin/docker: stdout 2023-11-15T05:53:08.155 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:53:07 smithi116 bash[25961]: /usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi152.zlqolb 2023-11-15T05:53:08.156 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:53:07 smithi116 bash[25961]: Deploy daemon haproxy.nfs.foo.smithi152.zlqolb ... 2023-11-15T05:53:08.156 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:53:07 smithi116 bash[25961]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi152 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T05:53:08.157 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:53:07 smithi116 bash[25961]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-15T05:53:08.157 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:53:07 smithi116 bash[25961]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-15T05:53:08.157 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:53:07 smithi116 bash[25961]: stat: stderr See 'docker run --help'. 2023-11-15T05:53:08.158 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:53:07 smithi116 bash[25961]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi152 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T05:53:08.158 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:53:07 smithi116 bash[25961]: Traceback (most recent call last): 2023-11-15T05:53:08.159 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:53:07 smithi116 bash[25961]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-11-15T05:53:08.159 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:53:07 smithi116 bash[25961]: yield (conn, connr) 2023-11-15T05:53:08.159 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:53:07 smithi116 bash[25961]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-11-15T05:53:08.160 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:53:07 smithi116 bash[25961]: code, '\n'.join(err))) 2023-11-15T05:53:08.160 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:53:07 smithi116 bash[25961]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi152-zlqolb 2023-11-15T05:53:08.160 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:53:07 smithi116 bash[25961]: /usr/bin/docker: stdout 2023-11-15T05:53:08.161 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:53:07 smithi116 bash[25961]: /usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi152-zlqolb 2023-11-15T05:53:08.161 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:53:07 smithi116 bash[25961]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi152.zlqolb 2023-11-15T05:53:08.162 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:53:07 smithi116 bash[25961]: /usr/bin/docker: stdout 2023-11-15T05:53:08.162 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:53:07 smithi116 bash[25961]: /usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi152.zlqolb 2023-11-15T05:53:08.163 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:53:07 smithi116 bash[25961]: Deploy daemon haproxy.nfs.foo.smithi152.zlqolb ... 2023-11-15T05:53:08.163 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:53:07 smithi116 bash[25961]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi152 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T05:53:08.163 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:53:07 smithi116 bash[25961]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-15T05:53:08.164 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:53:07 smithi116 bash[25961]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-15T05:53:08.164 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:53:07 smithi116 bash[25961]: stat: stderr See 'docker run --help'. 2023-11-15T05:53:08.164 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:53:07 smithi116 bash[25961]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi152 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T05:53:08.165 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:53:07 smithi116 bash[25961]: cephadm 2023-11-15T05:53:05.872706+0000 mgr.smithi116.ldeiub (mgr.14182) 846 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi152.zlqolb 2023-11-15T05:53:08.165 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:53:07 smithi116 bash[25961]: cephadm 2023-11-15T05:53:05.875250+0000 mgr.smithi116.ldeiub (mgr.14182) 847 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi152.zlqolb on smithi152: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi152-zlqolb 2023-11-15T05:53:08.165 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:53:07 smithi116 bash[25961]: /usr/bin/docker: stdout 2023-11-15T05:53:08.166 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:53:07 smithi116 bash[25961]: /usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi152-zlqolb 2023-11-15T05:53:08.166 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:53:07 smithi116 bash[25961]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi152.zlqolb 2023-11-15T05:53:08.167 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:53:07 smithi116 bash[25961]: /usr/bin/docker: stdout 2023-11-15T05:53:08.167 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:53:07 smithi116 bash[25961]: /usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi152.zlqolb 2023-11-15T05:53:08.167 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:53:07 smithi116 bash[25961]: Deploy daemon haproxy.nfs.foo.smithi152.zlqolb ... 2023-11-15T05:53:08.168 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:53:07 smithi116 bash[25961]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi152 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T05:53:08.168 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:53:07 smithi116 bash[25961]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-15T05:53:08.168 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:53:07 smithi116 bash[25961]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-15T05:53:08.169 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:53:07 smithi116 bash[25961]: stat: stderr See 'docker run --help'. 2023-11-15T05:53:08.169 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:53:07 smithi116 bash[25961]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi152 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T05:53:08.169 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:53:07 smithi116 bash[25961]: cephadm 2023-11-15T05:53:05.880013+0000 mgr.smithi116.ldeiub (mgr.14182) 848 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi116.mthgsr on smithi116 2023-11-15T05:53:08.170 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:53:07 smithi116 bash[25961]: cluster 2023-11-15T05:53:05.981375+0000 mgr.smithi116.ldeiub (mgr.14182) 849 : cluster [DBG] pgmap v568: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 99 B/s rd, 0 op/s 2023-11-15T05:53:09.192 INFO:teuthology.orchestra.run.smithi116.stdout: 2023-11-15T05:53:09.192 INFO:teuthology.orchestra.run.smithi116.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T05:34:36.374719Z", "last_refresh": "2023-11-15T05:43:50.109392Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T05:34:28.472277Z", "last_refresh": "2023-11-15T05:43:50.109543Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T05:34:32.474479Z", "last_refresh": "2023-11-15T05:43:50.109687Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:51:57.650853Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi152.elowmt on smithi152: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi152-elowmt\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi152-elowmt\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi152.elowmt\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi152.elowmt\nDeploy daemon haproxy.nfs.foo.smithi152.elowmt ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi152 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi152 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:52:01.620854Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi116.wnyxik on smithi116: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi116-wnyxik\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi116-wnyxik\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi116.wnyxik\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi116.wnyxik\nDeploy daemon haproxy.nfs.foo.smithi116.wnyxik ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:52:01.624928Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi152.mqzcoz on smithi152: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:52:01.627401Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi116.rwbaoc on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:53:05.875017Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi152.zlqolb on smithi152: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi152-zlqolb\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi152-zlqolb\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi152.zlqolb\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi152.zlqolb\nDeploy daemon haproxy.nfs.foo.smithi152.zlqolb ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi152 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi152 -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.116/16"}, "status": {"created": "2023-11-15T05:41:51.643812Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.116/16"}}, {"events": ["2023-11-15T05:41:45.562111Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-15T05:41:45.554912Z", "last_refresh": "2023-11-15T05:43:50.110531Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T05:34:26.558369Z", "last_refresh": "2023-11-15T05:43:50.109235Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:35:55.352857Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi116:172.21.15.116=smithi116", "smithi152:172.21.15.152=smithi152"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T05:35:55.345327Z", "last_refresh": "2023-11-15T05:43:50.109014Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:41:51.641747Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-11-15T05:41:51.636276Z", "last_refresh": "2023-11-15T05:43:50.110665Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T05:34:34.444913Z", "last_refresh": "2023-11-15T05:43:50.109818Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T05:36:22.979260Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T05:36:22.972321Z", "last_refresh": "2023-11-15T05:43:50.109967Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T05:34:30.388073Z", "last_refresh": "2023-11-15T05:45:04.478878Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-15T05:53:09.937 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T05:53:10.152 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:53:09 smithi116 bash[25961]: cluster 2023-11-15T05:53:07.982207+0000 mgr.smithi116.ldeiub (mgr.14182) 850 : cluster [DBG] pgmap v569: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 99 B/s rd, 0 op/s 2023-11-15T05:53:10.262 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:53:09 smithi152 bash[29762]: cluster 2023-11-15T05:53:07.982207+0000 mgr.smithi116.ldeiub (mgr.14182) 850 : cluster [DBG] pgmap v569: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 99 B/s rd, 0 op/s 2023-11-15T05:53:10.938 DEBUG:teuthology.orchestra.run.smithi116:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 7456fada-8378-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T05:53:11.152 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:53:10 smithi116 bash[25961]: audit 2023-11-15T05:53:09.177042+0000 mgr.smithi116.ldeiub (mgr.14182) 851 : audit [DBG] from='client.15092 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:53:11.152 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:53:10 smithi116 bash[25961]: audit 2023-11-15T05:53:09.876983+0000 mon.smithi116 (mon.0) 862 : audit [INF] from='mgr.14182 172.21.15.116:0/1868390107' entity='mgr.smithi116.ldeiub' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi116.mthgsr"}]: dispatch 2023-11-15T05:53:11.262 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:53:10 smithi152 bash[29762]: audit 2023-11-15T05:53:09.177042+0000 mgr.smithi116.ldeiub (mgr.14182) 851 : audit [DBG] from='client.15092 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:53:11.262 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:53:10 smithi152 bash[29762]: audit 2023-11-15T05:53:09.876983+0000 mon.smithi116 (mon.0) 862 : audit [INF] from='mgr.14182 172.21.15.116:0/1868390107' entity='mgr.smithi116.ldeiub' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi116.mthgsr"}]: dispatch 2023-11-15T05:53:12.107 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:53:11 smithi116 bash[25961]: cephadm 2023-11-15T05:53:09.876269+0000 mgr.smithi116.ldeiub (mgr.14182) 852 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi116-mthgsr 2023-11-15T05:53:12.108 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:53:11 smithi116 bash[25961]: /usr/bin/docker: stdout 2023-11-15T05:53:12.108 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:53:11 smithi116 bash[25961]: /usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi116-mthgsr 2023-11-15T05:53:12.108 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:53:11 smithi116 bash[25961]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi116.mthgsr 2023-11-15T05:53:12.109 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:53:11 smithi116 bash[25961]: /usr/bin/docker: stdout 2023-11-15T05:53:12.109 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:53:11 smithi116 bash[25961]: /usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi116.mthgsr 2023-11-15T05:53:12.109 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:53:11 smithi116 bash[25961]: Deploy daemon haproxy.nfs.foo.smithi116.mthgsr ... 2023-11-15T05:53:12.109 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:53:11 smithi116 bash[25961]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T05:53:12.110 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:53:11 smithi116 bash[25961]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-15T05:53:12.110 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:53:11 smithi116 bash[25961]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-15T05:53:12.110 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:53:11 smithi116 bash[25961]: stat: stderr See 'docker run --help'. 2023-11-15T05:53:12.111 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:53:11 smithi116 bash[25961]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T05:53:12.111 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:53:11 smithi116 bash[25961]: Traceback (most recent call last): 2023-11-15T05:53:12.111 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:53:11 smithi116 bash[25961]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-11-15T05:53:12.111 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:53:11 smithi116 bash[25961]: yield (conn, connr) 2023-11-15T05:53:12.111 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:53:11 smithi116 bash[25961]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-11-15T05:53:12.113 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:53:11 smithi116 bash[25961]: code, '\n'.join(err))) 2023-11-15T05:53:12.113 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:53:11 smithi116 bash[25961]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi116-mthgsr 2023-11-15T05:53:12.113 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:53:11 smithi116 bash[25961]: /usr/bin/docker: stdout 2023-11-15T05:53:12.114 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:53:11 smithi116 bash[25961]: /usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi116-mthgsr 2023-11-15T05:53:12.114 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:53:11 smithi116 bash[25961]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi116.mthgsr 2023-11-15T05:53:12.114 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:53:11 smithi116 bash[25961]: /usr/bin/docker: stdout 2023-11-15T05:53:12.115 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:53:11 smithi116 bash[25961]: /usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi116.mthgsr 2023-11-15T05:53:12.115 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:53:11 smithi116 bash[25961]: Deploy daemon haproxy.nfs.foo.smithi116.mthgsr ... 2023-11-15T05:53:12.116 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:53:11 smithi116 bash[25961]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T05:53:12.116 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:53:11 smithi116 bash[25961]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-15T05:53:12.116 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:53:11 smithi116 bash[25961]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-15T05:53:12.117 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:53:11 smithi116 bash[25961]: stat: stderr See 'docker run --help'. 2023-11-15T05:53:12.117 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:53:11 smithi116 bash[25961]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T05:53:12.119 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:53:11 smithi116 bash[25961]: cephadm 2023-11-15T05:53:09.876511+0000 mgr.smithi116.ldeiub (mgr.14182) 853 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi116.mthgsr 2023-11-15T05:53:12.119 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:53:11 smithi116 bash[25961]: cephadm 2023-11-15T05:53:09.877838+0000 mgr.smithi116.ldeiub (mgr.14182) 854 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi116.mthgsr on smithi116: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi116-mthgsr 2023-11-15T05:53:12.119 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:53:11 smithi116 bash[25961]: /usr/bin/docker: stdout 2023-11-15T05:53:12.119 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:53:11 smithi116 bash[25961]: /usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi116-mthgsr 2023-11-15T05:53:12.120 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:53:11 smithi116 bash[25961]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi116.mthgsr 2023-11-15T05:53:12.120 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:53:11 smithi116 bash[25961]: /usr/bin/docker: stdout 2023-11-15T05:53:12.120 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:53:11 smithi116 bash[25961]: /usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi116.mthgsr 2023-11-15T05:53:12.120 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:53:11 smithi116 bash[25961]: Deploy daemon haproxy.nfs.foo.smithi116.mthgsr ... 2023-11-15T05:53:12.120 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:53:11 smithi116 bash[25961]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T05:53:12.121 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:53:11 smithi116 bash[25961]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-15T05:53:12.121 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:53:11 smithi116 bash[25961]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-15T05:53:12.121 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:53:11 smithi116 bash[25961]: stat: stderr See 'docker run --help'. 2023-11-15T05:53:12.121 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:53:11 smithi116 bash[25961]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T05:53:12.121 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:53:11 smithi116 bash[25961]: cephadm 2023-11-15T05:53:09.879939+0000 mgr.smithi116.ldeiub (mgr.14182) 855 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi152.krycgq on smithi152: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-11-15T05:53:12.122 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:53:11 smithi116 bash[25961]: cephadm 2023-11-15T05:53:09.881488+0000 mgr.smithi116.ldeiub (mgr.14182) 856 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi116.zxpatz on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-11-15T05:53:12.122 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:53:11 smithi116 bash[25961]: cluster 2023-11-15T05:53:09.882474+0000 mgr.smithi116.ldeiub (mgr.14182) 857 : cluster [DBG] pgmap v570: 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 2023-11-15T05:53:12.122 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:53:11 smithi116 bash[25961]: cluster 2023-11-15T05:53:10.758414+0000 mon.smithi116 (mon.0) 863 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2023-11-15T05:53:12.122 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:53:11 smithi116 bash[25961]: audit 2023-11-15T05:53:11.110310+0000 mon.smithi116 (mon.0) 864 : audit [INF] from='mgr.14182 172.21.15.116:0/1868390107' entity='mgr.smithi116.ldeiub' 2023-11-15T05:53:12.262 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:53:11 smithi152 bash[29762]: cephadm 2023-11-15T05:53:09.876269+0000 mgr.smithi116.ldeiub (mgr.14182) 852 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi116-mthgsr 2023-11-15T05:53:12.263 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:53:11 smithi152 bash[29762]: /usr/bin/docker: stdout 2023-11-15T05:53:12.263 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:53:11 smithi152 bash[29762]: /usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi116-mthgsr 2023-11-15T05:53:12.263 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:53:11 smithi152 bash[29762]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi116.mthgsr 2023-11-15T05:53:12.263 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:53:11 smithi152 bash[29762]: /usr/bin/docker: stdout 2023-11-15T05:53:12.264 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:53:11 smithi152 bash[29762]: /usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi116.mthgsr 2023-11-15T05:53:12.264 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:53:11 smithi152 bash[29762]: Deploy daemon haproxy.nfs.foo.smithi116.mthgsr ... 2023-11-15T05:53:12.264 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:53:11 smithi152 bash[29762]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T05:53:12.264 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:53:11 smithi152 bash[29762]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-15T05:53:12.264 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:53:11 smithi152 bash[29762]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-15T05:53:12.265 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:53:11 smithi152 bash[29762]: stat: stderr See 'docker run --help'. 2023-11-15T05:53:12.265 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:53:11 smithi152 bash[29762]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T05:53:12.265 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:53:11 smithi152 bash[29762]: Traceback (most recent call last): 2023-11-15T05:53:12.265 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:53:11 smithi152 bash[29762]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-11-15T05:53:12.265 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:53:11 smithi152 bash[29762]: yield (conn, connr) 2023-11-15T05:53:12.265 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:53:11 smithi152 bash[29762]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-11-15T05:53:12.266 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:53:11 smithi152 bash[29762]: code, '\n'.join(err))) 2023-11-15T05:53:12.266 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:53:11 smithi152 bash[29762]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi116-mthgsr 2023-11-15T05:53:12.266 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:53:11 smithi152 bash[29762]: /usr/bin/docker: stdout 2023-11-15T05:53:12.266 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:53:11 smithi152 bash[29762]: /usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi116-mthgsr 2023-11-15T05:53:12.266 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:53:11 smithi152 bash[29762]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi116.mthgsr 2023-11-15T05:53:12.267 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:53:11 smithi152 bash[29762]: /usr/bin/docker: stdout 2023-11-15T05:53:12.267 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:53:11 smithi152 bash[29762]: /usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi116.mthgsr 2023-11-15T05:53:12.267 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:53:11 smithi152 bash[29762]: Deploy daemon haproxy.nfs.foo.smithi116.mthgsr ... 2023-11-15T05:53:12.267 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:53:11 smithi152 bash[29762]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T05:53:12.267 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:53:11 smithi152 bash[29762]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-15T05:53:12.268 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:53:11 smithi152 bash[29762]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-15T05:53:12.268 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:53:11 smithi152 bash[29762]: stat: stderr See 'docker run --help'. 2023-11-15T05:53:12.268 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:53:11 smithi152 bash[29762]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T05:53:12.268 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:53:11 smithi152 bash[29762]: cephadm 2023-11-15T05:53:09.876511+0000 mgr.smithi116.ldeiub (mgr.14182) 853 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi116.mthgsr 2023-11-15T05:53:12.269 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:53:11 smithi152 bash[29762]: cephadm 2023-11-15T05:53:09.877838+0000 mgr.smithi116.ldeiub (mgr.14182) 854 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi116.mthgsr on smithi116: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi116-mthgsr 2023-11-15T05:53:12.269 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:53:11 smithi152 bash[29762]: /usr/bin/docker: stdout 2023-11-15T05:53:12.269 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:53:11 smithi152 bash[29762]: /usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi116-mthgsr 2023-11-15T05:53:12.269 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:53:11 smithi152 bash[29762]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi116.mthgsr 2023-11-15T05:53:12.269 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:53:11 smithi152 bash[29762]: /usr/bin/docker: stdout 2023-11-15T05:53:12.270 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:53:11 smithi152 bash[29762]: /usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi116.mthgsr 2023-11-15T05:53:12.270 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:53:11 smithi152 bash[29762]: Deploy daemon haproxy.nfs.foo.smithi116.mthgsr ... 2023-11-15T05:53:12.270 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:53:11 smithi152 bash[29762]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T05:53:12.271 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:53:11 smithi152 bash[29762]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-15T05:53:12.271 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:53:11 smithi152 bash[29762]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-15T05:53:12.271 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:53:11 smithi152 bash[29762]: stat: stderr See 'docker run --help'. 2023-11-15T05:53:12.271 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:53:11 smithi152 bash[29762]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T05:53:12.271 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:53:11 smithi152 bash[29762]: cephadm 2023-11-15T05:53:09.879939+0000 mgr.smithi116.ldeiub (mgr.14182) 855 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi152.krycgq on smithi152: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-11-15T05:53:12.272 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:53:11 smithi152 bash[29762]: cephadm 2023-11-15T05:53:09.881488+0000 mgr.smithi116.ldeiub (mgr.14182) 856 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi116.zxpatz on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-11-15T05:53:12.272 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:53:11 smithi152 bash[29762]: cluster 2023-11-15T05:53:09.882474+0000 mgr.smithi116.ldeiub (mgr.14182) 857 : cluster [DBG] pgmap v570: 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 2023-11-15T05:53:12.272 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:53:11 smithi152 bash[29762]: cluster 2023-11-15T05:53:10.758414+0000 mon.smithi116 (mon.0) 863 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2023-11-15T05:53:12.273 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:53:11 smithi152 bash[29762]: audit 2023-11-15T05:53:11.110310+0000 mon.smithi116 (mon.0) 864 : audit [INF] from='mgr.14182 172.21.15.116:0/1868390107' entity='mgr.smithi116.ldeiub' 2023-11-15T05:53:14.121 INFO:teuthology.orchestra.run.smithi116.stdout: 2023-11-15T05:53:14.122 INFO:teuthology.orchestra.run.smithi116.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T05:34:36.374719Z", "last_refresh": "2023-11-15T05:43:50.109392Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T05:34:28.472277Z", "last_refresh": "2023-11-15T05:43:50.109543Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T05:34:32.474479Z", "last_refresh": "2023-11-15T05:43:50.109687Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:52:01.627401Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi116.rwbaoc on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:53:05.875017Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi152.zlqolb on smithi152: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi152-zlqolb\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi152-zlqolb\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi152.zlqolb\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi152.zlqolb\nDeploy daemon haproxy.nfs.foo.smithi152.zlqolb ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi152 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi152 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:53:09.877724Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi116.mthgsr on smithi116: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi116-mthgsr\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi116-mthgsr\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi116.mthgsr\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi116.mthgsr\nDeploy daemon haproxy.nfs.foo.smithi116.mthgsr ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:53:09.879819Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi152.krycgq on smithi152: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:53:09.881392Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi116.zxpatz on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.116/16"}, "status": {"created": "2023-11-15T05:41:51.643812Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.116/16"}}, {"events": ["2023-11-15T05:41:45.562111Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-15T05:41:45.554912Z", "last_refresh": "2023-11-15T05:43:50.110531Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T05:34:26.558369Z", "last_refresh": "2023-11-15T05:43:50.109235Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:35:55.352857Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi116:172.21.15.116=smithi116", "smithi152:172.21.15.152=smithi152"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T05:35:55.345327Z", "last_refresh": "2023-11-15T05:43:50.109014Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:41:51.641747Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-11-15T05:41:51.636276Z", "last_refresh": "2023-11-15T05:43:50.110665Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T05:34:34.444913Z", "last_refresh": "2023-11-15T05:43:50.109818Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T05:36:22.979260Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T05:36:22.972321Z", "last_refresh": "2023-11-15T05:43:50.109967Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T05:34:30.388073Z", "last_refresh": "2023-11-15T05:45:04.478878Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-15T05:53:14.152 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:53:13 smithi116 bash[25961]: cluster 2023-11-15T05:53:11.883777+0000 mgr.smithi116.ldeiub (mgr.14182) 858 : cluster [DBG] pgmap v571: 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 2023-11-15T05:53:14.262 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:53:13 smithi152 bash[29762]: cluster 2023-11-15T05:53:11.883777+0000 mgr.smithi116.ldeiub (mgr.14182) 858 : cluster [DBG] pgmap v571: 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 2023-11-15T05:53:14.803 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T05:53:15.804 DEBUG:teuthology.orchestra.run.smithi116:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 7456fada-8378-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T05:53:16.152 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:53:15 smithi116 bash[25961]: cluster 2023-11-15T05:53:13.884927+0000 mgr.smithi116.ldeiub (mgr.14182) 859 : cluster [DBG] pgmap v572: 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 2023-11-15T05:53:16.152 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:53:15 smithi116 bash[25961]: audit 2023-11-15T05:53:14.104987+0000 mgr.smithi116.ldeiub (mgr.14182) 860 : audit [DBG] from='client.15096 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:53:16.262 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:53:15 smithi152 bash[29762]: cluster 2023-11-15T05:53:13.884927+0000 mgr.smithi116.ldeiub (mgr.14182) 859 : cluster [DBG] pgmap v572: 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 2023-11-15T05:53:16.262 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:53:15 smithi152 bash[29762]: audit 2023-11-15T05:53:14.104987+0000 mgr.smithi116.ldeiub (mgr.14182) 860 : audit [DBG] from='client.15096 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:53:18.152 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:53:17 smithi116 bash[25961]: cluster 2023-11-15T05:53:15.886126+0000 mgr.smithi116.ldeiub (mgr.14182) 861 : cluster [DBG] pgmap v573: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 86 B/s rd, 0 op/s 2023-11-15T05:53:18.262 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:53:17 smithi152 bash[29762]: cluster 2023-11-15T05:53:15.886126+0000 mgr.smithi116.ldeiub (mgr.14182) 861 : cluster [DBG] pgmap v573: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 86 B/s rd, 0 op/s 2023-11-15T05:53:18.973 INFO:teuthology.orchestra.run.smithi116.stdout: 2023-11-15T05:53:18.974 INFO:teuthology.orchestra.run.smithi116.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T05:34:36.374719Z", "last_refresh": "2023-11-15T05:43:50.109392Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T05:34:28.472277Z", "last_refresh": "2023-11-15T05:43:50.109543Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T05:34:32.474479Z", "last_refresh": "2023-11-15T05:43:50.109687Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:52:01.627401Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi116.rwbaoc on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:53:05.875017Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi152.zlqolb on smithi152: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi152-zlqolb\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi152-zlqolb\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi152.zlqolb\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi152.zlqolb\nDeploy daemon haproxy.nfs.foo.smithi152.zlqolb ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi152 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi152 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:53:09.877724Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi116.mthgsr on smithi116: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi116-mthgsr\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi116-mthgsr\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi116.mthgsr\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi116.mthgsr\nDeploy daemon haproxy.nfs.foo.smithi116.mthgsr ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:53:09.879819Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi152.krycgq on smithi152: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:53:09.881392Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi116.zxpatz on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.116/16"}, "status": {"created": "2023-11-15T05:41:51.643812Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.116/16"}}, {"events": ["2023-11-15T05:41:45.562111Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-15T05:41:45.554912Z", "last_refresh": "2023-11-15T05:43:50.110531Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T05:34:26.558369Z", "last_refresh": "2023-11-15T05:43:50.109235Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:35:55.352857Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi116:172.21.15.116=smithi116", "smithi152:172.21.15.152=smithi152"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T05:35:55.345327Z", "last_refresh": "2023-11-15T05:43:50.109014Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:41:51.641747Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-11-15T05:41:51.636276Z", "last_refresh": "2023-11-15T05:43:50.110665Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T05:34:34.444913Z", "last_refresh": "2023-11-15T05:43:50.109818Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T05:36:22.979260Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T05:36:22.972321Z", "last_refresh": "2023-11-15T05:43:50.109967Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T05:34:30.388073Z", "last_refresh": "2023-11-15T05:45:04.478878Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-15T05:53:19.535 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T05:53:20.152 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:53:19 smithi116 bash[25961]: cluster 2023-11-15T05:53:17.887206+0000 mgr.smithi116.ldeiub (mgr.14182) 862 : cluster [DBG] pgmap v574: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 86 B/s rd, 0 op/s 2023-11-15T05:53:20.262 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:53:19 smithi152 bash[29762]: cluster 2023-11-15T05:53:17.887206+0000 mgr.smithi116.ldeiub (mgr.14182) 862 : cluster [DBG] pgmap v574: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 86 B/s rd, 0 op/s 2023-11-15T05:53:20.536 DEBUG:teuthology.orchestra.run.smithi116:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 7456fada-8378-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T05:53:21.152 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:53:20 smithi116 bash[25961]: audit 2023-11-15T05:53:18.958219+0000 mgr.smithi116.ldeiub (mgr.14182) 863 : audit [DBG] from='client.15100 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:53:21.262 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:53:20 smithi152 bash[29762]: audit 2023-11-15T05:53:18.958219+0000 mgr.smithi116.ldeiub (mgr.14182) 863 : audit [DBG] from='client.15100 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:53:22.069 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:53:21 smithi116 bash[25961]: cluster 2023-11-15T05:53:19.888407+0000 mgr.smithi116.ldeiub (mgr.14182) 864 : cluster [DBG] pgmap v575: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 86 B/s rd, 0 op/s 2023-11-15T05:53:22.262 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:53:21 smithi152 bash[29762]: cluster 2023-11-15T05:53:19.888407+0000 mgr.smithi116.ldeiub (mgr.14182) 864 : cluster [DBG] pgmap v575: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 86 B/s rd, 0 op/s 2023-11-15T05:53:23.889 INFO:teuthology.orchestra.run.smithi116.stdout: 2023-11-15T05:53:23.889 INFO:teuthology.orchestra.run.smithi116.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T05:34:36.374719Z", "last_refresh": "2023-11-15T05:43:50.109392Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T05:34:28.472277Z", "last_refresh": "2023-11-15T05:43:50.109543Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T05:34:32.474479Z", "last_refresh": "2023-11-15T05:43:50.109687Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:52:01.627401Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi116.rwbaoc on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:53:05.875017Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi152.zlqolb on smithi152: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi152-zlqolb\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi152-zlqolb\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi152.zlqolb\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi152.zlqolb\nDeploy daemon haproxy.nfs.foo.smithi152.zlqolb ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi152 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi152 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:53:09.877724Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi116.mthgsr on smithi116: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi116-mthgsr\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi116-mthgsr\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi116.mthgsr\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi116.mthgsr\nDeploy daemon haproxy.nfs.foo.smithi116.mthgsr ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:53:09.879819Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi152.krycgq on smithi152: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:53:09.881392Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi116.zxpatz on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.116/16"}, "status": {"created": "2023-11-15T05:41:51.643812Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.116/16"}}, {"events": ["2023-11-15T05:41:45.562111Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-15T05:41:45.554912Z", "last_refresh": "2023-11-15T05:43:50.110531Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T05:34:26.558369Z", "last_refresh": "2023-11-15T05:43:50.109235Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:35:55.352857Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi116:172.21.15.116=smithi116", "smithi152:172.21.15.152=smithi152"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T05:35:55.345327Z", "last_refresh": "2023-11-15T05:43:50.109014Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:41:51.641747Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-11-15T05:41:51.636276Z", "last_refresh": "2023-11-15T05:43:50.110665Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T05:34:34.444913Z", "last_refresh": "2023-11-15T05:43:50.109818Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T05:36:22.979260Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T05:36:22.972321Z", "last_refresh": "2023-11-15T05:43:50.109967Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T05:34:30.388073Z", "last_refresh": "2023-11-15T05:45:04.478878Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-15T05:53:24.152 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:53:23 smithi116 bash[25961]: cluster 2023-11-15T05:53:21.889758+0000 mgr.smithi116.ldeiub (mgr.14182) 865 : cluster [DBG] pgmap v576: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:53:24.262 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:53:23 smithi152 bash[29762]: cluster 2023-11-15T05:53:21.889758+0000 mgr.smithi116.ldeiub (mgr.14182) 865 : cluster [DBG] pgmap v576: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:53:24.513 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T05:53:25.514 DEBUG:teuthology.orchestra.run.smithi116:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 7456fada-8378-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T05:53:26.152 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:53:25 smithi116 bash[25961]: audit 2023-11-15T05:53:23.875334+0000 mgr.smithi116.ldeiub (mgr.14182) 866 : audit [DBG] from='client.15104 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:53:26.152 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:53:25 smithi116 bash[25961]: cluster 2023-11-15T05:53:23.890976+0000 mgr.smithi116.ldeiub (mgr.14182) 867 : cluster [DBG] pgmap v577: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T05:53:26.262 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:53:25 smithi152 bash[29762]: audit 2023-11-15T05:53:23.875334+0000 mgr.smithi116.ldeiub (mgr.14182) 866 : audit [DBG] from='client.15104 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:53:26.262 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:53:25 smithi152 bash[29762]: cluster 2023-11-15T05:53:23.890976+0000 mgr.smithi116.ldeiub (mgr.14182) 867 : cluster [DBG] pgmap v577: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T05:53:28.152 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:53:27 smithi116 bash[25961]: cluster 2023-11-15T05:53:25.892242+0000 mgr.smithi116.ldeiub (mgr.14182) 868 : cluster [DBG] pgmap v578: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:53:28.262 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:53:27 smithi152 bash[29762]: cluster 2023-11-15T05:53:25.892242+0000 mgr.smithi116.ldeiub (mgr.14182) 868 : cluster [DBG] pgmap v578: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:53:28.882 INFO:teuthology.orchestra.run.smithi116.stdout: 2023-11-15T05:53:28.883 INFO:teuthology.orchestra.run.smithi116.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T05:34:36.374719Z", "last_refresh": "2023-11-15T05:43:50.109392Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T05:34:28.472277Z", "last_refresh": "2023-11-15T05:43:50.109543Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T05:34:32.474479Z", "last_refresh": "2023-11-15T05:43:50.109687Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:52:01.627401Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi116.rwbaoc on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:53:05.875017Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi152.zlqolb on smithi152: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi152-zlqolb\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi152-zlqolb\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi152.zlqolb\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi152.zlqolb\nDeploy daemon haproxy.nfs.foo.smithi152.zlqolb ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi152 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi152 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:53:09.877724Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi116.mthgsr on smithi116: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi116-mthgsr\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi116-mthgsr\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi116.mthgsr\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi116.mthgsr\nDeploy daemon haproxy.nfs.foo.smithi116.mthgsr ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:53:09.879819Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi152.krycgq on smithi152: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:53:09.881392Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi116.zxpatz on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.116/16"}, "status": {"created": "2023-11-15T05:41:51.643812Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.116/16"}}, {"events": ["2023-11-15T05:41:45.562111Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-15T05:41:45.554912Z", "last_refresh": "2023-11-15T05:43:50.110531Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T05:34:26.558369Z", "last_refresh": "2023-11-15T05:43:50.109235Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:35:55.352857Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi116:172.21.15.116=smithi116", "smithi152:172.21.15.152=smithi152"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T05:35:55.345327Z", "last_refresh": "2023-11-15T05:43:50.109014Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:41:51.641747Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-11-15T05:41:51.636276Z", "last_refresh": "2023-11-15T05:43:50.110665Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T05:34:34.444913Z", "last_refresh": "2023-11-15T05:43:50.109818Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T05:36:22.979260Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T05:36:22.972321Z", "last_refresh": "2023-11-15T05:43:50.109967Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T05:34:30.388073Z", "last_refresh": "2023-11-15T05:45:04.478878Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-15T05:53:29.481 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T05:53:30.152 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:53:29 smithi116 bash[25961]: cluster 2023-11-15T05:53:27.893327+0000 mgr.smithi116.ldeiub (mgr.14182) 869 : cluster [DBG] pgmap v579: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:53:30.262 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:53:29 smithi152 bash[29762]: cluster 2023-11-15T05:53:27.893327+0000 mgr.smithi116.ldeiub (mgr.14182) 869 : cluster [DBG] pgmap v579: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:53:30.482 DEBUG:teuthology.orchestra.run.smithi116:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 7456fada-8378-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T05:53:31.152 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:53:30 smithi116 bash[25961]: audit 2023-11-15T05:53:28.865278+0000 mgr.smithi116.ldeiub (mgr.14182) 870 : audit [DBG] from='client.15108 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:53:31.262 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:53:30 smithi152 bash[29762]: audit 2023-11-15T05:53:28.865278+0000 mgr.smithi116.ldeiub (mgr.14182) 870 : audit [DBG] from='client.15108 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:53:31.902 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:53:31 smithi116 bash[25961]: cluster 2023-11-15T05:53:29.894633+0000 mgr.smithi116.ldeiub (mgr.14182) 871 : cluster [DBG] pgmap v580: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:53:32.262 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:53:31 smithi152 bash[29762]: cluster 2023-11-15T05:53:29.894633+0000 mgr.smithi116.ldeiub (mgr.14182) 871 : cluster [DBG] pgmap v580: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:53:33.152 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:53:32 smithi116 bash[25961]: cluster 2023-11-15T05:53:31.895972+0000 mgr.smithi116.ldeiub (mgr.14182) 872 : cluster [DBG] pgmap v581: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:53:33.262 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:53:32 smithi152 bash[29762]: cluster 2023-11-15T05:53:31.895972+0000 mgr.smithi116.ldeiub (mgr.14182) 872 : cluster [DBG] pgmap v581: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:53:33.702 INFO:teuthology.orchestra.run.smithi116.stdout: 2023-11-15T05:53:33.703 INFO:teuthology.orchestra.run.smithi116.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T05:34:36.374719Z", "last_refresh": "2023-11-15T05:43:50.109392Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T05:34:28.472277Z", "last_refresh": "2023-11-15T05:43:50.109543Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T05:34:32.474479Z", "last_refresh": "2023-11-15T05:43:50.109687Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:52:01.627401Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi116.rwbaoc on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:53:05.875017Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi152.zlqolb on smithi152: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi152-zlqolb\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi152-zlqolb\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi152.zlqolb\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi152.zlqolb\nDeploy daemon haproxy.nfs.foo.smithi152.zlqolb ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi152 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi152 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:53:09.877724Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi116.mthgsr on smithi116: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi116-mthgsr\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi116-mthgsr\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi116.mthgsr\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi116.mthgsr\nDeploy daemon haproxy.nfs.foo.smithi116.mthgsr ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:53:09.879819Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi152.krycgq on smithi152: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:53:09.881392Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi116.zxpatz on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.116/16"}, "status": {"created": "2023-11-15T05:41:51.643812Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.116/16"}}, {"events": ["2023-11-15T05:41:45.562111Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-15T05:41:45.554912Z", "last_refresh": "2023-11-15T05:43:50.110531Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T05:34:26.558369Z", "last_refresh": "2023-11-15T05:43:50.109235Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:35:55.352857Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi116:172.21.15.116=smithi116", "smithi152:172.21.15.152=smithi152"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T05:35:55.345327Z", "last_refresh": "2023-11-15T05:43:50.109014Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:41:51.641747Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-11-15T05:41:51.636276Z", "last_refresh": "2023-11-15T05:43:50.110665Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T05:34:34.444913Z", "last_refresh": "2023-11-15T05:43:50.109818Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T05:36:22.979260Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T05:36:22.972321Z", "last_refresh": "2023-11-15T05:43:50.109967Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T05:34:30.388073Z", "last_refresh": "2023-11-15T05:45:04.478878Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-15T05:53:34.152 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:53:33 smithi116 bash[25961]: audit 2023-11-15T05:53:33.693391+0000 mgr.smithi116.ldeiub (mgr.14182) 873 : audit [DBG] from='client.15112 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:53:34.262 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:53:33 smithi152 bash[29762]: audit 2023-11-15T05:53:33.693391+0000 mgr.smithi116.ldeiub (mgr.14182) 873 : audit [DBG] from='client.15112 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:53:34.378 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T05:53:35.379 DEBUG:teuthology.orchestra.run.smithi116:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 7456fada-8378-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T05:53:35.652 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:53:35 smithi116 bash[25961]: cluster 2023-11-15T05:53:33.897267+0000 mgr.smithi116.ldeiub (mgr.14182) 874 : cluster [DBG] pgmap v582: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T05:53:36.012 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:53:35 smithi152 bash[29762]: cluster 2023-11-15T05:53:33.897267+0000 mgr.smithi116.ldeiub (mgr.14182) 874 : cluster [DBG] pgmap v582: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T05:53:37.902 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:53:37 smithi116 bash[25961]: cluster 2023-11-15T05:53:35.898615+0000 mgr.smithi116.ldeiub (mgr.14182) 875 : 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 2023-11-15T05:53:38.012 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:53:37 smithi152 bash[29762]: cluster 2023-11-15T05:53:35.898615+0000 mgr.smithi116.ldeiub (mgr.14182) 875 : 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 2023-11-15T05:53:38.770 INFO:teuthology.orchestra.run.smithi116.stdout: 2023-11-15T05:53:38.771 INFO:teuthology.orchestra.run.smithi116.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T05:34:36.374719Z", "last_refresh": "2023-11-15T05:43:50.109392Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T05:34:28.472277Z", "last_refresh": "2023-11-15T05:43:50.109543Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T05:34:32.474479Z", "last_refresh": "2023-11-15T05:43:50.109687Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:52:01.627401Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi116.rwbaoc on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:53:05.875017Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi152.zlqolb on smithi152: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi152-zlqolb\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi152-zlqolb\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi152.zlqolb\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi152.zlqolb\nDeploy daemon haproxy.nfs.foo.smithi152.zlqolb ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi152 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi152 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:53:09.877724Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi116.mthgsr on smithi116: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi116-mthgsr\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi116-mthgsr\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi116.mthgsr\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi116.mthgsr\nDeploy daemon haproxy.nfs.foo.smithi116.mthgsr ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:53:09.879819Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi152.krycgq on smithi152: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:53:09.881392Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi116.zxpatz on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.116/16"}, "status": {"created": "2023-11-15T05:41:51.643812Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.116/16"}}, {"events": ["2023-11-15T05:41:45.562111Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-15T05:41:45.554912Z", "last_refresh": "2023-11-15T05:43:50.110531Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T05:34:26.558369Z", "last_refresh": "2023-11-15T05:43:50.109235Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:35:55.352857Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi116:172.21.15.116=smithi116", "smithi152:172.21.15.152=smithi152"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T05:35:55.345327Z", "last_refresh": "2023-11-15T05:43:50.109014Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:41:51.641747Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-11-15T05:41:51.636276Z", "last_refresh": "2023-11-15T05:43:50.110665Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T05:34:34.444913Z", "last_refresh": "2023-11-15T05:43:50.109818Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T05:36:22.979260Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T05:36:22.972321Z", "last_refresh": "2023-11-15T05:43:50.109967Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T05:34:30.388073Z", "last_refresh": "2023-11-15T05:45:04.478878Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-15T05:53:39.417 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T05:53:39.902 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:53:39 smithi116 bash[25961]: cluster 2023-11-15T05:53:37.899719+0000 mgr.smithi116.ldeiub (mgr.14182) 876 : cluster [DBG] pgmap v584: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:53:39.902 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:53:39 smithi116 bash[25961]: audit 2023-11-15T05:53:38.755396+0000 mgr.smithi116.ldeiub (mgr.14182) 877 : audit [DBG] from='client.15116 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:53:40.012 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:53:39 smithi152 bash[29762]: cluster 2023-11-15T05:53:37.899719+0000 mgr.smithi116.ldeiub (mgr.14182) 876 : cluster [DBG] pgmap v584: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:53:40.013 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:53:39 smithi152 bash[29762]: audit 2023-11-15T05:53:38.755396+0000 mgr.smithi116.ldeiub (mgr.14182) 877 : audit [DBG] from='client.15116 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:53:40.418 DEBUG:teuthology.orchestra.run.smithi116:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 7456fada-8378-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T05:53:41.740 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:53:41 smithi116 bash[25961]: cluster 2023-11-15T05:53:39.900882+0000 mgr.smithi116.ldeiub (mgr.14182) 878 : 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 2023-11-15T05:53:42.013 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:53:41 smithi152 bash[29762]: cluster 2023-11-15T05:53:39.900882+0000 mgr.smithi116.ldeiub (mgr.14182) 878 : 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 2023-11-15T05:53:43.582 INFO:teuthology.orchestra.run.smithi116.stdout: 2023-11-15T05:53:43.582 INFO:teuthology.orchestra.run.smithi116.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T05:34:36.374719Z", "last_refresh": "2023-11-15T05:43:50.109392Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T05:34:28.472277Z", "last_refresh": "2023-11-15T05:43:50.109543Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T05:34:32.474479Z", "last_refresh": "2023-11-15T05:43:50.109687Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:52:01.627401Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi116.rwbaoc on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:53:05.875017Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi152.zlqolb on smithi152: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi152-zlqolb\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi152-zlqolb\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi152.zlqolb\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi152.zlqolb\nDeploy daemon haproxy.nfs.foo.smithi152.zlqolb ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi152 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi152 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:53:09.877724Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi116.mthgsr on smithi116: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi116-mthgsr\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi116-mthgsr\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi116.mthgsr\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi116.mthgsr\nDeploy daemon haproxy.nfs.foo.smithi116.mthgsr ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:53:09.879819Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi152.krycgq on smithi152: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:53:09.881392Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi116.zxpatz on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.116/16"}, "status": {"created": "2023-11-15T05:41:51.643812Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.116/16"}}, {"events": ["2023-11-15T05:41:45.562111Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-15T05:41:45.554912Z", "last_refresh": "2023-11-15T05:43:50.110531Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T05:34:26.558369Z", "last_refresh": "2023-11-15T05:43:50.109235Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:35:55.352857Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi116:172.21.15.116=smithi116", "smithi152:172.21.15.152=smithi152"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T05:35:55.345327Z", "last_refresh": "2023-11-15T05:43:50.109014Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:41:51.641747Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-11-15T05:41:51.636276Z", "last_refresh": "2023-11-15T05:43:50.110665Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T05:34:34.444913Z", "last_refresh": "2023-11-15T05:43:50.109818Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T05:36:22.979260Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T05:36:22.972321Z", "last_refresh": "2023-11-15T05:43:50.109967Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T05:34:30.388073Z", "last_refresh": "2023-11-15T05:45:04.478878Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-15T05:53:43.902 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:53:43 smithi116 bash[25961]: cluster 2023-11-15T05:53:41.902291+0000 mgr.smithi116.ldeiub (mgr.14182) 879 : 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 2023-11-15T05:53:44.012 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:53:43 smithi152 bash[29762]: cluster 2023-11-15T05:53:41.902291+0000 mgr.smithi116.ldeiub (mgr.14182) 879 : 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 2023-11-15T05:53:44.164 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T05:53:44.902 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:53:44 smithi116 bash[25961]: audit 2023-11-15T05:53:43.569076+0000 mgr.smithi116.ldeiub (mgr.14182) 880 : audit [DBG] from='client.15120 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:53:45.012 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:53:44 smithi152 bash[29762]: audit 2023-11-15T05:53:43.569076+0000 mgr.smithi116.ldeiub (mgr.14182) 880 : audit [DBG] from='client.15120 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:53:45.164 DEBUG:teuthology.orchestra.run.smithi116:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 7456fada-8378-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T05:53:45.902 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:53:45 smithi116 bash[25961]: cluster 2023-11-15T05:53:43.903498+0000 mgr.smithi116.ldeiub (mgr.14182) 881 : cluster [DBG] pgmap v587: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T05:53:46.012 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:53:45 smithi152 bash[29762]: cluster 2023-11-15T05:53:43.903498+0000 mgr.smithi116.ldeiub (mgr.14182) 881 : cluster [DBG] pgmap v587: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T05:53:47.902 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:53:47 smithi116 bash[25961]: cluster 2023-11-15T05:53:45.904788+0000 mgr.smithi116.ldeiub (mgr.14182) 882 : 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 2023-11-15T05:53:48.012 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:53:47 smithi152 bash[29762]: cluster 2023-11-15T05:53:45.904788+0000 mgr.smithi116.ldeiub (mgr.14182) 882 : 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 2023-11-15T05:53:48.373 INFO:teuthology.orchestra.run.smithi116.stdout: 2023-11-15T05:53:48.373 INFO:teuthology.orchestra.run.smithi116.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T05:34:36.374719Z", "last_refresh": "2023-11-15T05:43:50.109392Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T05:34:28.472277Z", "last_refresh": "2023-11-15T05:43:50.109543Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T05:34:32.474479Z", "last_refresh": "2023-11-15T05:43:50.109687Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:52:01.627401Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi116.rwbaoc on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:53:05.875017Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi152.zlqolb on smithi152: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi152-zlqolb\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi152-zlqolb\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi152.zlqolb\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi152.zlqolb\nDeploy daemon haproxy.nfs.foo.smithi152.zlqolb ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi152 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi152 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:53:09.877724Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi116.mthgsr on smithi116: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi116-mthgsr\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi116-mthgsr\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi116.mthgsr\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi116.mthgsr\nDeploy daemon haproxy.nfs.foo.smithi116.mthgsr ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:53:09.879819Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi152.krycgq on smithi152: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:53:09.881392Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi116.zxpatz on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.116/16"}, "status": {"created": "2023-11-15T05:41:51.643812Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.116/16"}}, {"events": ["2023-11-15T05:41:45.562111Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-15T05:41:45.554912Z", "last_refresh": "2023-11-15T05:43:50.110531Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T05:34:26.558369Z", "last_refresh": "2023-11-15T05:43:50.109235Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:35:55.352857Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi116:172.21.15.116=smithi116", "smithi152:172.21.15.152=smithi152"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T05:35:55.345327Z", "last_refresh": "2023-11-15T05:43:50.109014Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:41:51.641747Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-11-15T05:41:51.636276Z", "last_refresh": "2023-11-15T05:43:50.110665Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T05:34:34.444913Z", "last_refresh": "2023-11-15T05:43:50.109818Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T05:36:22.979260Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T05:36:22.972321Z", "last_refresh": "2023-11-15T05:43:50.109967Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T05:34:30.388073Z", "last_refresh": "2023-11-15T05:45:04.478878Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-15T05:53:48.945 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T05:53:49.903 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:53:49 smithi116 bash[25961]: cluster 2023-11-15T05:53:47.905455+0000 mgr.smithi116.ldeiub (mgr.14182) 883 : cluster [DBG] pgmap v589: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:53:49.903 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:53:49 smithi116 bash[25961]: audit 2023-11-15T05:53:48.356267+0000 mgr.smithi116.ldeiub (mgr.14182) 884 : audit [DBG] from='client.15124 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:53:49.947 DEBUG:teuthology.orchestra.run.smithi116:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 7456fada-8378-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T05:53:50.015 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:53:49 smithi152 bash[29762]: cluster 2023-11-15T05:53:47.905455+0000 mgr.smithi116.ldeiub (mgr.14182) 883 : cluster [DBG] pgmap v589: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:53:50.015 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:53:49 smithi152 bash[29762]: audit 2023-11-15T05:53:48.356267+0000 mgr.smithi116.ldeiub (mgr.14182) 884 : audit [DBG] from='client.15124 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:53:51.902 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:53:51 smithi116 bash[25961]: cluster 2023-11-15T05:53:49.906637+0000 mgr.smithi116.ldeiub (mgr.14182) 885 : 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 2023-11-15T05:53:52.012 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:53:51 smithi152 bash[29762]: cluster 2023-11-15T05:53:49.906637+0000 mgr.smithi116.ldeiub (mgr.14182) 885 : 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 2023-11-15T05:53:53.086 INFO:teuthology.orchestra.run.smithi116.stdout: 2023-11-15T05:53:53.086 INFO:teuthology.orchestra.run.smithi116.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T05:34:36.374719Z", "last_refresh": "2023-11-15T05:43:50.109392Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T05:34:28.472277Z", "last_refresh": "2023-11-15T05:43:50.109543Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T05:34:32.474479Z", "last_refresh": "2023-11-15T05:43:50.109687Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:52:01.627401Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi116.rwbaoc on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:53:05.875017Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi152.zlqolb on smithi152: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi152-zlqolb\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi152-zlqolb\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi152.zlqolb\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi152.zlqolb\nDeploy daemon haproxy.nfs.foo.smithi152.zlqolb ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi152 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi152 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:53:09.877724Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi116.mthgsr on smithi116: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi116-mthgsr\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi116-mthgsr\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi116.mthgsr\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi116.mthgsr\nDeploy daemon haproxy.nfs.foo.smithi116.mthgsr ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:53:09.879819Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi152.krycgq on smithi152: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:53:09.881392Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi116.zxpatz on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.116/16"}, "status": {"created": "2023-11-15T05:41:51.643812Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.116/16"}}, {"events": ["2023-11-15T05:41:45.562111Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-15T05:41:45.554912Z", "last_refresh": "2023-11-15T05:43:50.110531Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T05:34:26.558369Z", "last_refresh": "2023-11-15T05:43:50.109235Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:35:55.352857Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi116:172.21.15.116=smithi116", "smithi152:172.21.15.152=smithi152"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T05:35:55.345327Z", "last_refresh": "2023-11-15T05:43:50.109014Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:41:51.641747Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-11-15T05:41:51.636276Z", "last_refresh": "2023-11-15T05:43:50.110665Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T05:34:34.444913Z", "last_refresh": "2023-11-15T05:43:50.109818Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T05:36:22.979260Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T05:36:22.972321Z", "last_refresh": "2023-11-15T05:43:50.109967Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T05:34:30.388073Z", "last_refresh": "2023-11-15T05:45:04.478878Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-15T05:53:53.713 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T05:53:53.902 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:53:53 smithi116 bash[25961]: cluster 2023-11-15T05:53:51.907976+0000 mgr.smithi116.ldeiub (mgr.14182) 886 : 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 2023-11-15T05:53:54.012 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:53:53 smithi152 bash[29762]: cluster 2023-11-15T05:53:51.907976+0000 mgr.smithi116.ldeiub (mgr.14182) 886 : 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 2023-11-15T05:53:54.716 DEBUG:teuthology.orchestra.run.smithi116:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 7456fada-8378-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T05:53:54.902 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:53:54 smithi116 bash[25961]: audit 2023-11-15T05:53:53.074697+0000 mgr.smithi116.ldeiub (mgr.14182) 887 : audit [DBG] from='client.15128 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:53:55.012 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:53:54 smithi152 bash[29762]: audit 2023-11-15T05:53:53.074697+0000 mgr.smithi116.ldeiub (mgr.14182) 887 : audit [DBG] from='client.15128 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:53:55.874 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:53:55 smithi116 bash[25961]: cluster 2023-11-15T05:53:53.909355+0000 mgr.smithi116.ldeiub (mgr.14182) 888 : cluster [DBG] pgmap v592: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T05:53:56.012 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:53:55 smithi152 bash[29762]: cluster 2023-11-15T05:53:53.909355+0000 mgr.smithi116.ldeiub (mgr.14182) 888 : cluster [DBG] pgmap v592: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T05:53:57.748 INFO:teuthology.orchestra.run.smithi116.stdout: 2023-11-15T05:53:57.749 INFO:teuthology.orchestra.run.smithi116.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T05:34:36.374719Z", "last_refresh": "2023-11-15T05:43:50.109392Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T05:34:28.472277Z", "last_refresh": "2023-11-15T05:43:50.109543Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T05:34:32.474479Z", "last_refresh": "2023-11-15T05:43:50.109687Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:52:01.627401Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi116.rwbaoc on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:53:05.875017Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi152.zlqolb on smithi152: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi152-zlqolb\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi152-zlqolb\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi152.zlqolb\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi152.zlqolb\nDeploy daemon haproxy.nfs.foo.smithi152.zlqolb ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi152 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi152 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:53:09.877724Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi116.mthgsr on smithi116: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi116-mthgsr\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi116-mthgsr\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi116.mthgsr\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi116.mthgsr\nDeploy daemon haproxy.nfs.foo.smithi116.mthgsr ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:53:09.879819Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi152.krycgq on smithi152: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:53:09.881392Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi116.zxpatz on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.116/16"}, "status": {"created": "2023-11-15T05:41:51.643812Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.116/16"}}, {"events": ["2023-11-15T05:41:45.562111Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-15T05:41:45.554912Z", "last_refresh": "2023-11-15T05:43:50.110531Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T05:34:26.558369Z", "last_refresh": "2023-11-15T05:43:50.109235Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:35:55.352857Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi116:172.21.15.116=smithi116", "smithi152:172.21.15.152=smithi152"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T05:35:55.345327Z", "last_refresh": "2023-11-15T05:43:50.109014Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:41:51.641747Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-11-15T05:41:51.636276Z", "last_refresh": "2023-11-15T05:43:50.110665Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T05:34:34.444913Z", "last_refresh": "2023-11-15T05:43:50.109818Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T05:36:22.979260Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T05:36:22.972321Z", "last_refresh": "2023-11-15T05:43:50.109967Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T05:34:30.388073Z", "last_refresh": "2023-11-15T05:45:04.478878Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-15T05:53:57.902 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:53:57 smithi116 bash[25961]: cluster 2023-11-15T05:53:55.910778+0000 mgr.smithi116.ldeiub (mgr.14182) 889 : 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 2023-11-15T05:53:58.012 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:53:57 smithi152 bash[29762]: cluster 2023-11-15T05:53:55.910778+0000 mgr.smithi116.ldeiub (mgr.14182) 889 : 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 2023-11-15T05:53:58.413 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T05:53:58.902 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:53:58 smithi116 bash[25961]: audit 2023-11-15T05:53:57.731363+0000 mgr.smithi116.ldeiub (mgr.14182) 890 : audit [DBG] from='client.15132 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:53:59.012 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:53:58 smithi152 bash[29762]: audit 2023-11-15T05:53:57.731363+0000 mgr.smithi116.ldeiub (mgr.14182) 890 : audit [DBG] from='client.15132 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:53:59.414 DEBUG:teuthology.orchestra.run.smithi116:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 7456fada-8378-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T05:53:59.902 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:53:59 smithi116 bash[25961]: cluster 2023-11-15T05:53:57.911859+0000 mgr.smithi116.ldeiub (mgr.14182) 891 : cluster [DBG] pgmap v594: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:54:00.013 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:53:59 smithi152 bash[29762]: cluster 2023-11-15T05:53:57.911859+0000 mgr.smithi116.ldeiub (mgr.14182) 891 : cluster [DBG] pgmap v594: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:54:01.902 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:54:01 smithi116 bash[25961]: cluster 2023-11-15T05:53:59.912995+0000 mgr.smithi116.ldeiub (mgr.14182) 892 : 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 2023-11-15T05:54:02.013 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:54:01 smithi152 bash[29762]: cluster 2023-11-15T05:53:59.912995+0000 mgr.smithi116.ldeiub (mgr.14182) 892 : 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 2023-11-15T05:54:02.557 INFO:teuthology.orchestra.run.smithi116.stdout: 2023-11-15T05:54:02.557 INFO:teuthology.orchestra.run.smithi116.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T05:34:36.374719Z", "last_refresh": "2023-11-15T05:43:50.109392Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T05:34:28.472277Z", "last_refresh": "2023-11-15T05:43:50.109543Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T05:34:32.474479Z", "last_refresh": "2023-11-15T05:43:50.109687Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:52:01.627401Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi116.rwbaoc on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:53:05.875017Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi152.zlqolb on smithi152: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi152-zlqolb\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi152-zlqolb\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi152.zlqolb\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi152.zlqolb\nDeploy daemon haproxy.nfs.foo.smithi152.zlqolb ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi152 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi152 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:53:09.877724Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi116.mthgsr on smithi116: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi116-mthgsr\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi116-mthgsr\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi116.mthgsr\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi116.mthgsr\nDeploy daemon haproxy.nfs.foo.smithi116.mthgsr ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:53:09.879819Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi152.krycgq on smithi152: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:53:09.881392Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi116.zxpatz on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.116/16"}, "status": {"created": "2023-11-15T05:41:51.643812Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.116/16"}}, {"events": ["2023-11-15T05:41:45.562111Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-15T05:41:45.554912Z", "last_refresh": "2023-11-15T05:43:50.110531Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T05:34:26.558369Z", "last_refresh": "2023-11-15T05:43:50.109235Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:35:55.352857Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi116:172.21.15.116=smithi116", "smithi152:172.21.15.152=smithi152"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T05:35:55.345327Z", "last_refresh": "2023-11-15T05:43:50.109014Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:41:51.641747Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-11-15T05:41:51.636276Z", "last_refresh": "2023-11-15T05:43:50.110665Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T05:34:34.444913Z", "last_refresh": "2023-11-15T05:43:50.109818Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T05:36:22.979260Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T05:36:22.972321Z", "last_refresh": "2023-11-15T05:43:50.109967Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T05:34:30.388073Z", "last_refresh": "2023-11-15T05:45:04.478878Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-15T05:54:03.188 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T05:54:03.902 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:54:03 smithi116 bash[25961]: cluster 2023-11-15T05:54:01.914115+0000 mgr.smithi116.ldeiub (mgr.14182) 893 : 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 2023-11-15T05:54:03.904 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:54:03 smithi116 bash[25961]: audit 2023-11-15T05:54:02.543940+0000 mgr.smithi116.ldeiub (mgr.14182) 894 : audit [DBG] from='client.15136 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:54:04.012 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:54:03 smithi152 bash[29762]: cluster 2023-11-15T05:54:01.914115+0000 mgr.smithi116.ldeiub (mgr.14182) 893 : 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 2023-11-15T05:54:04.013 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:54:03 smithi152 bash[29762]: audit 2023-11-15T05:54:02.543940+0000 mgr.smithi116.ldeiub (mgr.14182) 894 : audit [DBG] from='client.15136 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:54:04.189 DEBUG:teuthology.orchestra.run.smithi116:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 7456fada-8378-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T05:54:05.902 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:54:05 smithi116 bash[25961]: cluster 2023-11-15T05:54:03.915451+0000 mgr.smithi116.ldeiub (mgr.14182) 895 : cluster [DBG] pgmap v597: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T05:54:06.012 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:54:05 smithi152 bash[29762]: cluster 2023-11-15T05:54:03.915451+0000 mgr.smithi116.ldeiub (mgr.14182) 895 : cluster [DBG] pgmap v597: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T05:54:07.414 INFO:teuthology.orchestra.run.smithi116.stdout: 2023-11-15T05:54:07.415 INFO:teuthology.orchestra.run.smithi116.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T05:34:36.374719Z", "last_refresh": "2023-11-15T05:43:50.109392Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T05:34:28.472277Z", "last_refresh": "2023-11-15T05:43:50.109543Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T05:34:32.474479Z", "last_refresh": "2023-11-15T05:43:50.109687Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:52:01.627401Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi116.rwbaoc on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:53:05.875017Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi152.zlqolb on smithi152: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi152-zlqolb\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi152-zlqolb\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi152.zlqolb\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi152.zlqolb\nDeploy daemon haproxy.nfs.foo.smithi152.zlqolb ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi152 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi152 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:53:09.877724Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi116.mthgsr on smithi116: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi116-mthgsr\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi116-mthgsr\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi116.mthgsr\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi116.mthgsr\nDeploy daemon haproxy.nfs.foo.smithi116.mthgsr ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:53:09.879819Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi152.krycgq on smithi152: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:53:09.881392Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi116.zxpatz on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.116/16"}, "status": {"created": "2023-11-15T05:41:51.643812Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.116/16"}}, {"events": ["2023-11-15T05:41:45.562111Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-15T05:41:45.554912Z", "last_refresh": "2023-11-15T05:43:50.110531Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T05:34:26.558369Z", "last_refresh": "2023-11-15T05:43:50.109235Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:35:55.352857Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi116:172.21.15.116=smithi116", "smithi152:172.21.15.152=smithi152"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T05:35:55.345327Z", "last_refresh": "2023-11-15T05:43:50.109014Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:41:51.641747Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-11-15T05:41:51.636276Z", "last_refresh": "2023-11-15T05:43:50.110665Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T05:34:34.444913Z", "last_refresh": "2023-11-15T05:43:50.109818Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T05:36:22.979260Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T05:36:22.972321Z", "last_refresh": "2023-11-15T05:43:50.109967Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T05:34:30.388073Z", "last_refresh": "2023-11-15T05:45:04.478878Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-15T05:54:07.902 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:54:07 smithi116 bash[25961]: cluster 2023-11-15T05:54:05.916179+0000 mgr.smithi116.ldeiub (mgr.14182) 896 : 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 2023-11-15T05:54:08.012 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:54:07 smithi152 bash[29762]: cluster 2023-11-15T05:54:05.916179+0000 mgr.smithi116.ldeiub (mgr.14182) 896 : 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 2023-11-15T05:54:08.069 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T05:54:08.902 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:54:08 smithi116 bash[25961]: audit 2023-11-15T05:54:07.400539+0000 mgr.smithi116.ldeiub (mgr.14182) 897 : audit [DBG] from='client.15140 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:54:09.012 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:54:08 smithi152 bash[29762]: audit 2023-11-15T05:54:07.400539+0000 mgr.smithi116.ldeiub (mgr.14182) 897 : audit [DBG] from='client.15140 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:54:09.070 DEBUG:teuthology.orchestra.run.smithi116:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 7456fada-8378-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T05:54:09.902 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:54:09 smithi116 bash[25961]: cluster 2023-11-15T05:54:07.917303+0000 mgr.smithi116.ldeiub (mgr.14182) 898 : cluster [DBG] pgmap v599: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:54:10.012 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:54:09 smithi152 bash[29762]: cluster 2023-11-15T05:54:07.917303+0000 mgr.smithi116.ldeiub (mgr.14182) 898 : cluster [DBG] pgmap v599: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:54:10.902 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:54:10 smithi116 bash[25961]: audit 2023-11-15T05:54:09.885522+0000 mon.smithi116 (mon.0) 865 : audit [DBG] from='mgr.14182 172.21.15.116:0/1868390107' entity='mgr.smithi116.ldeiub' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-15T05:54:11.012 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:54:10 smithi152 bash[29762]: audit 2023-11-15T05:54:09.885522+0000 mon.smithi116 (mon.0) 865 : audit [DBG] from='mgr.14182 172.21.15.116:0/1868390107' entity='mgr.smithi116.ldeiub' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-15T05:54:11.969 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:54:11 smithi116 bash[25961]: cluster 2023-11-15T05:54:09.918138+0000 mgr.smithi116.ldeiub (mgr.14182) 899 : 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 2023-11-15T05:54:12.012 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:54:11 smithi152 bash[29762]: cluster 2023-11-15T05:54:09.918138+0000 mgr.smithi116.ldeiub (mgr.14182) 899 : 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 2023-11-15T05:54:12.405 INFO:teuthology.orchestra.run.smithi116.stdout: 2023-11-15T05:54:12.406 INFO:teuthology.orchestra.run.smithi116.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T05:34:36.374719Z", "last_refresh": "2023-11-15T05:43:50.109392Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T05:34:28.472277Z", "last_refresh": "2023-11-15T05:43:50.109543Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T05:34:32.474479Z", "last_refresh": "2023-11-15T05:43:50.109687Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:52:01.627401Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi116.rwbaoc on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:53:05.875017Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi152.zlqolb on smithi152: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi152-zlqolb\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi152-zlqolb\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi152.zlqolb\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi152.zlqolb\nDeploy daemon haproxy.nfs.foo.smithi152.zlqolb ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi152 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi152 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:53:09.877724Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi116.mthgsr on smithi116: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi116-mthgsr\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi116-mthgsr\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi116.mthgsr\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi116.mthgsr\nDeploy daemon haproxy.nfs.foo.smithi116.mthgsr ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:53:09.879819Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi152.krycgq on smithi152: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:53:09.881392Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi116.zxpatz on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.116/16"}, "status": {"created": "2023-11-15T05:41:51.643812Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.116/16"}}, {"events": ["2023-11-15T05:41:45.562111Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-15T05:41:45.554912Z", "last_refresh": "2023-11-15T05:43:50.110531Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T05:34:26.558369Z", "last_refresh": "2023-11-15T05:43:50.109235Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:35:55.352857Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi116:172.21.15.116=smithi116", "smithi152:172.21.15.152=smithi152"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T05:35:55.345327Z", "last_refresh": "2023-11-15T05:43:50.109014Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:41:51.641747Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-11-15T05:41:51.636276Z", "last_refresh": "2023-11-15T05:43:50.110665Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T05:34:34.444913Z", "last_refresh": "2023-11-15T05:43:50.109818Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T05:36:22.979260Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T05:36:22.972321Z", "last_refresh": "2023-11-15T05:43:50.109967Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T05:34:30.388073Z", "last_refresh": "2023-11-15T05:45:04.478878Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-15T05:54:13.074 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T05:54:14.012 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:54:13 smithi152 bash[29762]: cluster 2023-11-15T05:54:11.919369+0000 mgr.smithi116.ldeiub (mgr.14182) 900 : 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 2023-11-15T05:54:14.013 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:54:13 smithi152 bash[29762]: audit 2023-11-15T05:54:12.396117+0000 mgr.smithi116.ldeiub (mgr.14182) 901 : audit [DBG] from='client.15144 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:54:14.075 DEBUG:teuthology.orchestra.run.smithi116:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 7456fada-8378-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T05:54:14.087 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:54:13 smithi116 bash[25961]: cluster 2023-11-15T05:54:11.919369+0000 mgr.smithi116.ldeiub (mgr.14182) 900 : 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 2023-11-15T05:54:14.087 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:54:13 smithi116 bash[25961]: audit 2023-11-15T05:54:12.396117+0000 mgr.smithi116.ldeiub (mgr.14182) 901 : audit [DBG] from='client.15144 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:54:16.012 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:54:15 smithi152 bash[29762]: cluster 2023-11-15T05:54:13.920598+0000 mgr.smithi116.ldeiub (mgr.14182) 902 : cluster [DBG] pgmap v602: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T05:54:16.152 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:54:15 smithi116 bash[25961]: cluster 2023-11-15T05:54:13.920598+0000 mgr.smithi116.ldeiub (mgr.14182) 902 : cluster [DBG] pgmap v602: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T05:54:17.306 INFO:teuthology.orchestra.run.smithi116.stdout: 2023-11-15T05:54:17.306 INFO:teuthology.orchestra.run.smithi116.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T05:34:36.374719Z", "last_refresh": "2023-11-15T05:43:50.109392Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T05:34:28.472277Z", "last_refresh": "2023-11-15T05:43:50.109543Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T05:34:32.474479Z", "last_refresh": "2023-11-15T05:43:50.109687Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:52:01.627401Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi116.rwbaoc on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:53:05.875017Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi152.zlqolb on smithi152: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi152-zlqolb\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi152-zlqolb\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi152.zlqolb\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi152.zlqolb\nDeploy daemon haproxy.nfs.foo.smithi152.zlqolb ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi152 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi152 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:53:09.877724Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi116.mthgsr on smithi116: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi116-mthgsr\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi116-mthgsr\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi116.mthgsr\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi116.mthgsr\nDeploy daemon haproxy.nfs.foo.smithi116.mthgsr ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:53:09.879819Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi152.krycgq on smithi152: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:53:09.881392Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi116.zxpatz on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.116/16"}, "status": {"created": "2023-11-15T05:41:51.643812Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.116/16"}}, {"events": ["2023-11-15T05:41:45.562111Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-15T05:41:45.554912Z", "last_refresh": "2023-11-15T05:43:50.110531Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T05:34:26.558369Z", "last_refresh": "2023-11-15T05:43:50.109235Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:35:55.352857Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi116:172.21.15.116=smithi116", "smithi152:172.21.15.152=smithi152"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T05:35:55.345327Z", "last_refresh": "2023-11-15T05:43:50.109014Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:41:51.641747Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-11-15T05:41:51.636276Z", "last_refresh": "2023-11-15T05:43:50.110665Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T05:34:34.444913Z", "last_refresh": "2023-11-15T05:43:50.109818Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T05:36:22.979260Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T05:36:22.972321Z", "last_refresh": "2023-11-15T05:43:50.109967Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T05:34:30.388073Z", "last_refresh": "2023-11-15T05:45:04.478878Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-15T05:54:17.917 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T05:54:18.012 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:54:17 smithi152 bash[29762]: cluster 2023-11-15T05:54:15.921853+0000 mgr.smithi116.ldeiub (mgr.14182) 903 : 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 2023-11-15T05:54:18.152 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:54:17 smithi116 bash[25961]: cluster 2023-11-15T05:54:15.921853+0000 mgr.smithi116.ldeiub (mgr.14182) 903 : 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 2023-11-15T05:54:18.919 DEBUG:teuthology.orchestra.run.smithi116:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 7456fada-8378-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T05:54:19.152 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:54:18 smithi116 bash[25961]: audit 2023-11-15T05:54:17.294136+0000 mgr.smithi116.ldeiub (mgr.14182) 904 : audit [DBG] from='client.15148 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:54:19.153 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:54:18 smithi116 bash[25961]: audit 2023-11-15T05:54:17.766406+0000 mon.smithi116 (mon.0) 866 : audit [INF] from='mgr.14182 172.21.15.116:0/1868390107' entity='mgr.smithi116.ldeiub' 2023-11-15T05:54:19.153 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:54:18 smithi116 bash[25961]: audit 2023-11-15T05:54:18.065235+0000 mon.smithi116 (mon.0) 867 : audit [DBG] from='mgr.14182 172.21.15.116:0/1868390107' entity='mgr.smithi116.ldeiub' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-15T05:54:19.153 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:54:18 smithi116 bash[25961]: audit 2023-11-15T05:54:18.066958+0000 mon.smithi116 (mon.0) 868 : audit [INF] from='mgr.14182 172.21.15.116:0/1868390107' entity='mgr.smithi116.ldeiub' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-11-15T05:54:19.153 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:54:18 smithi116 bash[25961]: audit 2023-11-15T05:54:18.076555+0000 mon.smithi116 (mon.0) 869 : audit [INF] from='mgr.14182 172.21.15.116:0/1868390107' entity='mgr.smithi116.ldeiub' 2023-11-15T05:54:19.153 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:54:18 smithi116 bash[25961]: audit 2023-11-15T05:54:18.085899+0000 mon.smithi116 (mon.0) 870 : audit [DBG] from='mgr.14182 172.21.15.116:0/1868390107' entity='mgr.smithi116.ldeiub' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-11-15T05:54:19.154 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:54:18 smithi116 bash[25961]: audit 2023-11-15T05:54:18.100815+0000 mon.smithi116 (mon.0) 871 : audit [INF] from='mgr.14182 172.21.15.116:0/1868390107' entity='mgr.smithi116.ldeiub' 2023-11-15T05:54:19.167 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:54:18 smithi152 bash[29762]: audit 2023-11-15T05:54:17.294136+0000 mgr.smithi116.ldeiub (mgr.14182) 904 : audit [DBG] from='client.15148 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:54:19.167 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:54:18 smithi152 bash[29762]: audit 2023-11-15T05:54:17.766406+0000 mon.smithi116 (mon.0) 866 : audit [INF] from='mgr.14182 172.21.15.116:0/1868390107' entity='mgr.smithi116.ldeiub' 2023-11-15T05:54:19.167 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:54:18 smithi152 bash[29762]: audit 2023-11-15T05:54:18.065235+0000 mon.smithi116 (mon.0) 867 : audit [DBG] from='mgr.14182 172.21.15.116:0/1868390107' entity='mgr.smithi116.ldeiub' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-15T05:54:19.168 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:54:18 smithi152 bash[29762]: audit 2023-11-15T05:54:18.066958+0000 mon.smithi116 (mon.0) 868 : audit [INF] from='mgr.14182 172.21.15.116:0/1868390107' entity='mgr.smithi116.ldeiub' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-11-15T05:54:19.168 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:54:18 smithi152 bash[29762]: audit 2023-11-15T05:54:18.076555+0000 mon.smithi116 (mon.0) 869 : audit [INF] from='mgr.14182 172.21.15.116:0/1868390107' entity='mgr.smithi116.ldeiub' 2023-11-15T05:54:19.168 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:54:18 smithi152 bash[29762]: audit 2023-11-15T05:54:18.085899+0000 mon.smithi116 (mon.0) 870 : audit [DBG] from='mgr.14182 172.21.15.116:0/1868390107' entity='mgr.smithi116.ldeiub' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-11-15T05:54:19.168 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:54:18 smithi152 bash[29762]: audit 2023-11-15T05:54:18.100815+0000 mon.smithi116 (mon.0) 871 : audit [INF] from='mgr.14182 172.21.15.116:0/1868390107' entity='mgr.smithi116.ldeiub' 2023-11-15T05:54:20.031 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:54:19 smithi116 bash[25961]: cluster 2023-11-15T05:54:17.922583+0000 mgr.smithi116.ldeiub (mgr.14182) 905 : cluster [DBG] pgmap v604: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:54:20.031 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:54:19 smithi116 bash[25961]: cluster 2023-11-15T05:54:18.077747+0000 mgr.smithi116.ldeiub (mgr.14182) 906 : cluster [DBG] pgmap v605: 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 2023-11-15T05:54:20.032 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:54:19 smithi116 bash[25961]: cephadm 2023-11-15T05:54:18.104250+0000 mgr.smithi116.ldeiub (mgr.14182) 907 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi152.geofqu on smithi152 2023-11-15T05:54:20.032 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:54:19 smithi116 bash[25961]: cluster 2023-11-15T05:54:18.762807+0000 mon.smithi116 (mon.0) 872 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2023-11-15T05:54:20.032 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:54:19 smithi116 bash[25961]: cluster 2023-11-15T05:54:18.762877+0000 mon.smithi116 (mon.0) 873 : cluster [INF] Cluster is now healthy 2023-11-15T05:54:20.262 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:54:19 smithi152 bash[29762]: cluster 2023-11-15T05:54:17.922583+0000 mgr.smithi116.ldeiub (mgr.14182) 905 : cluster [DBG] pgmap v604: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:54:20.262 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:54:19 smithi152 bash[29762]: cluster 2023-11-15T05:54:18.077747+0000 mgr.smithi116.ldeiub (mgr.14182) 906 : cluster [DBG] pgmap v605: 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 2023-11-15T05:54:20.263 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:54:19 smithi152 bash[29762]: cephadm 2023-11-15T05:54:18.104250+0000 mgr.smithi116.ldeiub (mgr.14182) 907 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi152.geofqu on smithi152 2023-11-15T05:54:20.263 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:54:19 smithi152 bash[29762]: cluster 2023-11-15T05:54:18.762807+0000 mon.smithi116 (mon.0) 872 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2023-11-15T05:54:20.263 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:54:19 smithi152 bash[29762]: cluster 2023-11-15T05:54:18.762877+0000 mon.smithi116 (mon.0) 873 : cluster [INF] Cluster is now healthy 2023-11-15T05:54:21.902 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:54:21 smithi116 bash[25961]: cluster 2023-11-15T05:54:20.078434+0000 mgr.smithi116.ldeiub (mgr.14182) 908 : cluster [DBG] pgmap v606: 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 2023-11-15T05:54:22.009 INFO:teuthology.orchestra.run.smithi116.stdout: 2023-11-15T05:54:22.009 INFO:teuthology.orchestra.run.smithi116.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T05:34:36.374719Z", "last_refresh": "2023-11-15T05:54:17.751933Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T05:34:28.472277Z", "last_refresh": "2023-11-15T05:45:04.477685Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T05:34:32.474479Z", "last_refresh": "2023-11-15T05:54:17.752440Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:52:01.627401Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi116.rwbaoc on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:53:05.875017Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi152.zlqolb on smithi152: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi152-zlqolb\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi152-zlqolb\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi152.zlqolb\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi152.zlqolb\nDeploy daemon haproxy.nfs.foo.smithi152.zlqolb ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi152 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi152 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:53:09.877724Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi116.mthgsr on smithi116: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi116-mthgsr\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi116-mthgsr\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi116.mthgsr\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi116.mthgsr\nDeploy daemon haproxy.nfs.foo.smithi116.mthgsr ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:53:09.879819Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi152.krycgq on smithi152: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:53:09.881392Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi116.zxpatz on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.116/16"}, "status": {"created": "2023-11-15T05:41:51.643812Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.116/16"}}, {"events": ["2023-11-15T05:41:45.562111Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-15T05:41:45.554912Z", "last_refresh": "2023-11-15T05:45:04.480116Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T05:34:26.558369Z", "last_refresh": "2023-11-15T05:45:04.478100Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:35:55.352857Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi116:172.21.15.116=smithi116", "smithi152:172.21.15.152=smithi152"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T05:35:55.345327Z", "last_refresh": "2023-11-15T05:45:04.478373Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:41:51.641747Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-11-15T05:41:51.636276Z", "last_refresh": "2023-11-15T05:54:17.754311Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T05:34:34.444913Z", "last_refresh": "2023-11-15T05:45:04.478628Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T05:36:22.979260Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T05:36:22.972321Z", "last_refresh": "2023-11-15T05:45:04.479127Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T05:34:30.388073Z", "last_refresh": "2023-11-15T05:45:04.478878Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-15T05:54:22.012 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:54:21 smithi152 bash[29762]: cluster 2023-11-15T05:54:20.078434+0000 mgr.smithi116.ldeiub (mgr.14182) 908 : cluster [DBG] pgmap v606: 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 2023-11-15T05:54:22.600 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T05:54:22.902 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:54:22 smithi116 bash[25961]: audit 2023-11-15T05:54:22.752059+0000 mon.smithi116 (mon.0) 874 : audit [INF] from='mgr.14182 172.21.15.116:0/1868390107' entity='mgr.smithi116.ldeiub' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi152.geofqu"}]: dispatch 2023-11-15T05:54:23.013 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:54:22 smithi152 bash[29762]: audit 2023-11-15T05:54:22.752059+0000 mon.smithi116 (mon.0) 874 : audit [INF] from='mgr.14182 172.21.15.116:0/1868390107' entity='mgr.smithi116.ldeiub' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi152.geofqu"}]: dispatch 2023-11-15T05:54:23.602 DEBUG:teuthology.orchestra.run.smithi116:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 7456fada-8378-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T05:54:23.903 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:54:23 smithi116 bash[25961]: audit 2023-11-15T05:54:21.991319+0000 mgr.smithi116.ldeiub (mgr.14182) 909 : audit [DBG] from='client.15152 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:54:23.903 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:54:23 smithi116 bash[25961]: cluster 2023-11-15T05:54:22.079474+0000 mgr.smithi116.ldeiub (mgr.14182) 910 : cluster [DBG] pgmap v607: 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 2023-11-15T05:54:23.903 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:54:23 smithi116 bash[25961]: cephadm 2023-11-15T05:54:22.750822+0000 mgr.smithi116.ldeiub (mgr.14182) 911 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi152-geofqu 2023-11-15T05:54:23.904 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:54:23 smithi116 bash[25961]: /usr/bin/docker: stdout 2023-11-15T05:54:23.904 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:54:23 smithi116 bash[25961]: /usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi152-geofqu 2023-11-15T05:54:23.904 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:54:23 smithi116 bash[25961]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi152.geofqu 2023-11-15T05:54:23.904 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:54:23 smithi116 bash[25961]: /usr/bin/docker: stdout 2023-11-15T05:54:23.904 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:54:23 smithi116 bash[25961]: /usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi152.geofqu 2023-11-15T05:54:23.905 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:54:23 smithi116 bash[25961]: Deploy daemon haproxy.nfs.foo.smithi152.geofqu ... 2023-11-15T05:54:23.905 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:54:23 smithi116 bash[25961]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi152 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T05:54:23.905 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:54:23 smithi116 bash[25961]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-15T05:54:23.905 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:54:23 smithi116 bash[25961]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-15T05:54:23.905 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:54:23 smithi116 bash[25961]: stat: stderr See 'docker run --help'. 2023-11-15T05:54:23.906 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:54:23 smithi116 bash[25961]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi152 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T05:54:23.906 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:54:23 smithi116 bash[25961]: Traceback (most recent call last): 2023-11-15T05:54:23.906 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:54:23 smithi116 bash[25961]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-11-15T05:54:23.907 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:54:23 smithi116 bash[25961]: yield (conn, connr) 2023-11-15T05:54:23.907 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:54:23 smithi116 bash[25961]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-11-15T05:54:23.907 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:54:23 smithi116 bash[25961]: code, '\n'.join(err))) 2023-11-15T05:54:23.908 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:54:23 smithi116 bash[25961]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi152-geofqu 2023-11-15T05:54:23.908 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:54:23 smithi116 bash[25961]: /usr/bin/docker: stdout 2023-11-15T05:54:23.908 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:54:23 smithi116 bash[25961]: /usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi152-geofqu 2023-11-15T05:54:23.908 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:54:23 smithi116 bash[25961]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi152.geofqu 2023-11-15T05:54:23.909 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:54:23 smithi116 bash[25961]: /usr/bin/docker: stdout 2023-11-15T05:54:23.909 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:54:23 smithi116 bash[25961]: /usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi152.geofqu 2023-11-15T05:54:23.909 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:54:23 smithi116 bash[25961]: Deploy daemon haproxy.nfs.foo.smithi152.geofqu ... 2023-11-15T05:54:23.909 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:54:23 smithi116 bash[25961]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi152 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T05:54:23.909 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:54:23 smithi116 bash[25961]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-15T05:54:23.910 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:54:23 smithi116 bash[25961]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-15T05:54:23.910 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:54:23 smithi116 bash[25961]: stat: stderr See 'docker run --help'. 2023-11-15T05:54:23.910 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:54:23 smithi116 bash[25961]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi152 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T05:54:23.910 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:54:23 smithi116 bash[25961]: cephadm 2023-11-15T05:54:22.751310+0000 mgr.smithi116.ldeiub (mgr.14182) 912 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi152.geofqu 2023-11-15T05:54:23.911 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:54:23 smithi116 bash[25961]: cephadm 2023-11-15T05:54:22.753825+0000 mgr.smithi116.ldeiub (mgr.14182) 913 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi152.geofqu on smithi152: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi152-geofqu 2023-11-15T05:54:23.911 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:54:23 smithi116 bash[25961]: /usr/bin/docker: stdout 2023-11-15T05:54:23.911 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:54:23 smithi116 bash[25961]: /usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi152-geofqu 2023-11-15T05:54:23.911 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:54:23 smithi116 bash[25961]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi152.geofqu 2023-11-15T05:54:23.912 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:54:23 smithi116 bash[25961]: /usr/bin/docker: stdout 2023-11-15T05:54:23.912 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:54:23 smithi116 bash[25961]: /usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi152.geofqu 2023-11-15T05:54:23.912 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:54:23 smithi116 bash[25961]: Deploy daemon haproxy.nfs.foo.smithi152.geofqu ... 2023-11-15T05:54:23.912 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:54:23 smithi116 bash[25961]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi152 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T05:54:23.912 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:54:23 smithi116 bash[25961]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-15T05:54:23.913 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:54:23 smithi116 bash[25961]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-15T05:54:23.913 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:54:23 smithi116 bash[25961]: stat: stderr See 'docker run --help'. 2023-11-15T05:54:23.913 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:54:23 smithi116 bash[25961]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi152 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T05:54:23.913 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:54:23 smithi116 bash[25961]: cephadm 2023-11-15T05:54:22.758868+0000 mgr.smithi116.ldeiub (mgr.14182) 914 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi116.hxlcxq on smithi116 2023-11-15T05:54:24.263 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:54:23 smithi152 bash[29762]: audit 2023-11-15T05:54:21.991319+0000 mgr.smithi116.ldeiub (mgr.14182) 909 : audit [DBG] from='client.15152 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:54:24.263 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:54:23 smithi152 bash[29762]: cluster 2023-11-15T05:54:22.079474+0000 mgr.smithi116.ldeiub (mgr.14182) 910 : cluster [DBG] pgmap v607: 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 2023-11-15T05:54:24.264 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:54:23 smithi152 bash[29762]: cephadm 2023-11-15T05:54:22.750822+0000 mgr.smithi116.ldeiub (mgr.14182) 911 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi152-geofqu 2023-11-15T05:54:24.264 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:54:23 smithi152 bash[29762]: /usr/bin/docker: stdout 2023-11-15T05:54:24.264 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:54:23 smithi152 bash[29762]: /usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi152-geofqu 2023-11-15T05:54:24.264 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:54:23 smithi152 bash[29762]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi152.geofqu 2023-11-15T05:54:24.264 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:54:23 smithi152 bash[29762]: /usr/bin/docker: stdout 2023-11-15T05:54:24.265 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:54:23 smithi152 bash[29762]: /usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi152.geofqu 2023-11-15T05:54:24.265 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:54:23 smithi152 bash[29762]: Deploy daemon haproxy.nfs.foo.smithi152.geofqu ... 2023-11-15T05:54:24.265 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:54:23 smithi152 bash[29762]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi152 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T05:54:24.265 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:54:23 smithi152 bash[29762]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-15T05:54:24.265 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:54:23 smithi152 bash[29762]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-15T05:54:24.266 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:54:23 smithi152 bash[29762]: stat: stderr See 'docker run --help'. 2023-11-15T05:54:24.266 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:54:23 smithi152 bash[29762]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi152 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T05:54:24.267 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:54:23 smithi152 bash[29762]: Traceback (most recent call last): 2023-11-15T05:54:24.267 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:54:23 smithi152 bash[29762]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-11-15T05:54:24.267 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:54:23 smithi152 bash[29762]: yield (conn, connr) 2023-11-15T05:54:24.268 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:54:23 smithi152 bash[29762]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-11-15T05:54:24.268 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:54:23 smithi152 bash[29762]: code, '\n'.join(err))) 2023-11-15T05:54:24.268 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:54:23 smithi152 bash[29762]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi152-geofqu 2023-11-15T05:54:24.268 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:54:23 smithi152 bash[29762]: /usr/bin/docker: stdout 2023-11-15T05:54:24.269 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:54:23 smithi152 bash[29762]: /usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi152-geofqu 2023-11-15T05:54:24.269 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:54:23 smithi152 bash[29762]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi152.geofqu 2023-11-15T05:54:24.269 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:54:23 smithi152 bash[29762]: /usr/bin/docker: stdout 2023-11-15T05:54:24.270 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:54:23 smithi152 bash[29762]: /usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi152.geofqu 2023-11-15T05:54:24.270 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:54:23 smithi152 bash[29762]: Deploy daemon haproxy.nfs.foo.smithi152.geofqu ... 2023-11-15T05:54:24.270 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:54:23 smithi152 bash[29762]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi152 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T05:54:24.271 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:54:23 smithi152 bash[29762]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-15T05:54:24.271 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:54:23 smithi152 bash[29762]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-15T05:54:24.271 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:54:23 smithi152 bash[29762]: stat: stderr See 'docker run --help'. 2023-11-15T05:54:24.272 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:54:23 smithi152 bash[29762]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi152 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T05:54:24.272 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:54:23 smithi152 bash[29762]: cephadm 2023-11-15T05:54:22.751310+0000 mgr.smithi116.ldeiub (mgr.14182) 912 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi152.geofqu 2023-11-15T05:54:24.272 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:54:23 smithi152 bash[29762]: cephadm 2023-11-15T05:54:22.753825+0000 mgr.smithi116.ldeiub (mgr.14182) 913 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi152.geofqu on smithi152: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi152-geofqu 2023-11-15T05:54:24.272 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:54:23 smithi152 bash[29762]: /usr/bin/docker: stdout 2023-11-15T05:54:24.273 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:54:23 smithi152 bash[29762]: /usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi152-geofqu 2023-11-15T05:54:24.273 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:54:23 smithi152 bash[29762]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi152.geofqu 2023-11-15T05:54:24.273 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:54:23 smithi152 bash[29762]: /usr/bin/docker: stdout 2023-11-15T05:54:24.274 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:54:23 smithi152 bash[29762]: /usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi152.geofqu 2023-11-15T05:54:24.274 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:54:23 smithi152 bash[29762]: Deploy daemon haproxy.nfs.foo.smithi152.geofqu ... 2023-11-15T05:54:24.274 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:54:23 smithi152 bash[29762]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi152 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T05:54:24.274 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:54:23 smithi152 bash[29762]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-15T05:54:24.275 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:54:23 smithi152 bash[29762]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-15T05:54:24.275 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:54:23 smithi152 bash[29762]: stat: stderr See 'docker run --help'. 2023-11-15T05:54:24.275 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:54:23 smithi152 bash[29762]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi152 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T05:54:24.276 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:54:23 smithi152 bash[29762]: cephadm 2023-11-15T05:54:22.758868+0000 mgr.smithi116.ldeiub (mgr.14182) 914 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi116.hxlcxq on smithi116 2023-11-15T05:54:26.152 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:54:25 smithi116 bash[25961]: cluster 2023-11-15T05:54:24.080468+0000 mgr.smithi116.ldeiub (mgr.14182) 915 : cluster [DBG] pgmap v608: 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 2023-11-15T05:54:26.262 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:54:25 smithi152 bash[29762]: cluster 2023-11-15T05:54:24.080468+0000 mgr.smithi116.ldeiub (mgr.14182) 915 : cluster [DBG] pgmap v608: 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 2023-11-15T05:54:27.096 INFO:teuthology.orchestra.run.smithi116.stdout: 2023-11-15T05:54:27.096 INFO:teuthology.orchestra.run.smithi116.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T05:34:36.374719Z", "last_refresh": "2023-11-15T05:54:17.751933Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T05:34:28.472277Z", "last_refresh": "2023-11-15T05:45:04.477685Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T05:34:32.474479Z", "last_refresh": "2023-11-15T05:54:17.752440Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:53:09.881392Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi116.zxpatz on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:54:22.753577Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi152.geofqu on smithi152: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi152-geofqu\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi152-geofqu\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi152.geofqu\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi152.geofqu\nDeploy daemon haproxy.nfs.foo.smithi152.geofqu ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi152 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi152 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:54:26.654820Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi116.hxlcxq on smithi116: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi116-hxlcxq\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi116-hxlcxq\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi116.hxlcxq\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi116.hxlcxq\nDeploy daemon haproxy.nfs.foo.smithi116.hxlcxq ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:54:26.656800Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi152.pgrmuu on smithi152: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:54:26.658599Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi116.nxghxn on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.116/16"}, "status": {"created": "2023-11-15T05:41:51.643812Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.116/16"}}, {"events": ["2023-11-15T05:41:45.562111Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-15T05:41:45.554912Z", "last_refresh": "2023-11-15T05:45:04.480116Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T05:34:26.558369Z", "last_refresh": "2023-11-15T05:45:04.478100Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:35:55.352857Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi116:172.21.15.116=smithi116", "smithi152:172.21.15.152=smithi152"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T05:35:55.345327Z", "last_refresh": "2023-11-15T05:45:04.478373Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:41:51.641747Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-11-15T05:41:51.636276Z", "last_refresh": "2023-11-15T05:54:17.754311Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T05:34:34.444913Z", "last_refresh": "2023-11-15T05:45:04.478628Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T05:36:22.979260Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T05:36:22.972321Z", "last_refresh": "2023-11-15T05:45:04.479127Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T05:34:30.388073Z", "last_refresh": "2023-11-15T05:45:04.478878Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-15T05:54:27.152 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:54:26 smithi116 bash[25961]: audit 2023-11-15T05:54:26.653871+0000 mon.smithi116 (mon.0) 875 : audit [INF] from='mgr.14182 172.21.15.116:0/1868390107' entity='mgr.smithi116.ldeiub' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi116.hxlcxq"}]: dispatch 2023-11-15T05:54:27.262 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:54:26 smithi152 bash[29762]: audit 2023-11-15T05:54:26.653871+0000 mon.smithi116 (mon.0) 875 : audit [INF] from='mgr.14182 172.21.15.116:0/1868390107' entity='mgr.smithi116.ldeiub' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi116.hxlcxq"}]: dispatch 2023-11-15T05:54:27.815 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T05:54:28.152 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:54:27 smithi116 bash[25961]: cluster 2023-11-15T05:54:26.081553+0000 mgr.smithi116.ldeiub (mgr.14182) 916 : cluster [DBG] pgmap v609: 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 2023-11-15T05:54:28.153 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:54:27 smithi116 bash[25961]: cephadm 2023-11-15T05:54:26.653119+0000 mgr.smithi116.ldeiub (mgr.14182) 917 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi116-hxlcxq 2023-11-15T05:54:28.153 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:54:27 smithi116 bash[25961]: /usr/bin/docker: stdout 2023-11-15T05:54:28.153 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:54:27 smithi116 bash[25961]: /usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi116-hxlcxq 2023-11-15T05:54:28.153 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:54:27 smithi116 bash[25961]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi116.hxlcxq 2023-11-15T05:54:28.154 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:54:27 smithi116 bash[25961]: /usr/bin/docker: stdout 2023-11-15T05:54:28.154 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:54:27 smithi116 bash[25961]: /usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi116.hxlcxq 2023-11-15T05:54:28.154 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:54:27 smithi116 bash[25961]: Deploy daemon haproxy.nfs.foo.smithi116.hxlcxq ... 2023-11-15T05:54:28.154 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:54:27 smithi116 bash[25961]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T05:54:28.154 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:54:27 smithi116 bash[25961]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-15T05:54:28.155 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:54:27 smithi116 bash[25961]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-15T05:54:28.155 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:54:27 smithi116 bash[25961]: stat: stderr See 'docker run --help'. 2023-11-15T05:54:28.155 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:54:27 smithi116 bash[25961]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T05:54:28.155 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:54:27 smithi116 bash[25961]: Traceback (most recent call last): 2023-11-15T05:54:28.155 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:54:27 smithi116 bash[25961]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-11-15T05:54:28.155 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:54:27 smithi116 bash[25961]: yield (conn, connr) 2023-11-15T05:54:28.156 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:54:27 smithi116 bash[25961]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-11-15T05:54:28.156 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:54:27 smithi116 bash[25961]: code, '\n'.join(err))) 2023-11-15T05:54:28.156 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:54:27 smithi116 bash[25961]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi116-hxlcxq 2023-11-15T05:54:28.156 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:54:27 smithi116 bash[25961]: /usr/bin/docker: stdout 2023-11-15T05:54:28.156 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:54:27 smithi116 bash[25961]: /usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi116-hxlcxq 2023-11-15T05:54:28.157 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:54:27 smithi116 bash[25961]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi116.hxlcxq 2023-11-15T05:54:28.157 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:54:27 smithi116 bash[25961]: /usr/bin/docker: stdout 2023-11-15T05:54:28.157 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:54:27 smithi116 bash[25961]: /usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi116.hxlcxq 2023-11-15T05:54:28.157 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:54:27 smithi116 bash[25961]: Deploy daemon haproxy.nfs.foo.smithi116.hxlcxq ... 2023-11-15T05:54:28.158 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:54:27 smithi116 bash[25961]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T05:54:28.158 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:54:27 smithi116 bash[25961]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-15T05:54:28.158 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:54:27 smithi116 bash[25961]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-15T05:54:28.158 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:54:27 smithi116 bash[25961]: stat: stderr See 'docker run --help'. 2023-11-15T05:54:28.158 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:54:27 smithi116 bash[25961]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T05:54:28.159 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:54:27 smithi116 bash[25961]: cephadm 2023-11-15T05:54:26.653379+0000 mgr.smithi116.ldeiub (mgr.14182) 918 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi116.hxlcxq 2023-11-15T05:54:28.159 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:54:27 smithi116 bash[25961]: cephadm 2023-11-15T05:54:26.654944+0000 mgr.smithi116.ldeiub (mgr.14182) 919 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi116.hxlcxq on smithi116: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi116-hxlcxq 2023-11-15T05:54:28.159 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:54:27 smithi116 bash[25961]: /usr/bin/docker: stdout 2023-11-15T05:54:28.159 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:54:27 smithi116 bash[25961]: /usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi116-hxlcxq 2023-11-15T05:54:28.159 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:54:27 smithi116 bash[25961]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi116.hxlcxq 2023-11-15T05:54:28.160 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:54:27 smithi116 bash[25961]: /usr/bin/docker: stdout 2023-11-15T05:54:28.160 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:54:27 smithi116 bash[25961]: /usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi116.hxlcxq 2023-11-15T05:54:28.160 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:54:27 smithi116 bash[25961]: Deploy daemon haproxy.nfs.foo.smithi116.hxlcxq ... 2023-11-15T05:54:28.160 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:54:27 smithi116 bash[25961]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T05:54:28.160 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:54:27 smithi116 bash[25961]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-15T05:54:28.160 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:54:27 smithi116 bash[25961]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-15T05:54:28.161 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:54:27 smithi116 bash[25961]: stat: stderr See 'docker run --help'. 2023-11-15T05:54:28.161 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:54:27 smithi116 bash[25961]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T05:54:28.161 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:54:27 smithi116 bash[25961]: cephadm 2023-11-15T05:54:26.656908+0000 mgr.smithi116.ldeiub (mgr.14182) 920 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi152.pgrmuu on smithi152: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-11-15T05:54:28.161 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:54:27 smithi116 bash[25961]: cephadm 2023-11-15T05:54:26.658715+0000 mgr.smithi116.ldeiub (mgr.14182) 921 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi116.nxghxn on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-11-15T05:54:28.161 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:54:27 smithi116 bash[25961]: cluster 2023-11-15T05:54:26.659662+0000 mgr.smithi116.ldeiub (mgr.14182) 922 : cluster [DBG] pgmap v610: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 117 B/s rd, 0 op/s 2023-11-15T05:54:28.162 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:54:27 smithi116 bash[25961]: cluster 2023-11-15T05:54:26.800693+0000 mon.smithi116 (mon.0) 876 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2023-11-15T05:54:28.262 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:54:27 smithi152 bash[29762]: cluster 2023-11-15T05:54:26.081553+0000 mgr.smithi116.ldeiub (mgr.14182) 916 : cluster [DBG] pgmap v609: 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 2023-11-15T05:54:28.263 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:54:27 smithi152 bash[29762]: cephadm 2023-11-15T05:54:26.653119+0000 mgr.smithi116.ldeiub (mgr.14182) 917 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi116-hxlcxq 2023-11-15T05:54:28.263 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:54:27 smithi152 bash[29762]: /usr/bin/docker: stdout 2023-11-15T05:54:28.263 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:54:27 smithi152 bash[29762]: /usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi116-hxlcxq 2023-11-15T05:54:28.263 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:54:27 smithi152 bash[29762]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi116.hxlcxq 2023-11-15T05:54:28.264 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:54:27 smithi152 bash[29762]: /usr/bin/docker: stdout 2023-11-15T05:54:28.264 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:54:27 smithi152 bash[29762]: /usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi116.hxlcxq 2023-11-15T05:54:28.264 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:54:27 smithi152 bash[29762]: Deploy daemon haproxy.nfs.foo.smithi116.hxlcxq ... 2023-11-15T05:54:28.264 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:54:27 smithi152 bash[29762]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T05:54:28.264 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:54:27 smithi152 bash[29762]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-15T05:54:28.265 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:54:27 smithi152 bash[29762]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-15T05:54:28.265 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:54:27 smithi152 bash[29762]: stat: stderr See 'docker run --help'. 2023-11-15T05:54:28.265 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:54:27 smithi152 bash[29762]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T05:54:28.265 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:54:27 smithi152 bash[29762]: Traceback (most recent call last): 2023-11-15T05:54:28.265 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:54:27 smithi152 bash[29762]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-11-15T05:54:28.266 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:54:27 smithi152 bash[29762]: yield (conn, connr) 2023-11-15T05:54:28.266 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:54:27 smithi152 bash[29762]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-11-15T05:54:28.266 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:54:27 smithi152 bash[29762]: code, '\n'.join(err))) 2023-11-15T05:54:28.266 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:54:27 smithi152 bash[29762]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi116-hxlcxq 2023-11-15T05:54:28.266 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:54:27 smithi152 bash[29762]: /usr/bin/docker: stdout 2023-11-15T05:54:28.266 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:54:27 smithi152 bash[29762]: /usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi116-hxlcxq 2023-11-15T05:54:28.267 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:54:27 smithi152 bash[29762]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi116.hxlcxq 2023-11-15T05:54:28.267 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:54:27 smithi152 bash[29762]: /usr/bin/docker: stdout 2023-11-15T05:54:28.267 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:54:27 smithi152 bash[29762]: /usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi116.hxlcxq 2023-11-15T05:54:28.267 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:54:27 smithi152 bash[29762]: Deploy daemon haproxy.nfs.foo.smithi116.hxlcxq ... 2023-11-15T05:54:28.268 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:54:27 smithi152 bash[29762]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T05:54:28.268 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:54:27 smithi152 bash[29762]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-15T05:54:28.268 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:54:27 smithi152 bash[29762]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-15T05:54:28.268 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:54:27 smithi152 bash[29762]: stat: stderr See 'docker run --help'. 2023-11-15T05:54:28.268 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:54:27 smithi152 bash[29762]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T05:54:28.269 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:54:27 smithi152 bash[29762]: cephadm 2023-11-15T05:54:26.653379+0000 mgr.smithi116.ldeiub (mgr.14182) 918 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi116.hxlcxq 2023-11-15T05:54:28.269 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:54:27 smithi152 bash[29762]: cephadm 2023-11-15T05:54:26.654944+0000 mgr.smithi116.ldeiub (mgr.14182) 919 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi116.hxlcxq on smithi116: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi116-hxlcxq 2023-11-15T05:54:28.269 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:54:27 smithi152 bash[29762]: /usr/bin/docker: stdout 2023-11-15T05:54:28.269 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:54:27 smithi152 bash[29762]: /usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi116-hxlcxq 2023-11-15T05:54:28.269 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:54:27 smithi152 bash[29762]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi116.hxlcxq 2023-11-15T05:54:28.270 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:54:27 smithi152 bash[29762]: /usr/bin/docker: stdout 2023-11-15T05:54:28.270 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:54:27 smithi152 bash[29762]: /usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi116.hxlcxq 2023-11-15T05:54:28.270 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:54:27 smithi152 bash[29762]: Deploy daemon haproxy.nfs.foo.smithi116.hxlcxq ... 2023-11-15T05:54:28.270 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:54:27 smithi152 bash[29762]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T05:54:28.270 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:54:27 smithi152 bash[29762]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-15T05:54:28.271 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:54:27 smithi152 bash[29762]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-15T05:54:28.271 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:54:27 smithi152 bash[29762]: stat: stderr See 'docker run --help'. 2023-11-15T05:54:28.271 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:54:27 smithi152 bash[29762]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T05:54:28.271 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:54:27 smithi152 bash[29762]: cephadm 2023-11-15T05:54:26.656908+0000 mgr.smithi116.ldeiub (mgr.14182) 920 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi152.pgrmuu on smithi152: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-11-15T05:54:28.271 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:54:27 smithi152 bash[29762]: cephadm 2023-11-15T05:54:26.658715+0000 mgr.smithi116.ldeiub (mgr.14182) 921 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi116.nxghxn on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-11-15T05:54:28.272 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:54:27 smithi152 bash[29762]: cluster 2023-11-15T05:54:26.659662+0000 mgr.smithi116.ldeiub (mgr.14182) 922 : cluster [DBG] pgmap v610: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 117 B/s rd, 0 op/s 2023-11-15T05:54:28.272 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:54:27 smithi152 bash[29762]: cluster 2023-11-15T05:54:26.800693+0000 mon.smithi116 (mon.0) 876 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2023-11-15T05:54:28.816 DEBUG:teuthology.orchestra.run.smithi116:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 7456fada-8378-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T05:54:29.152 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:54:28 smithi116 bash[25961]: audit 2023-11-15T05:54:27.086411+0000 mgr.smithi116.ldeiub (mgr.14182) 923 : audit [DBG] from='client.15156 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:54:29.167 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:54:28 smithi152 bash[29762]: audit 2023-11-15T05:54:27.086411+0000 mgr.smithi116.ldeiub (mgr.14182) 923 : audit [DBG] from='client.15156 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:54:30.152 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:54:29 smithi116 bash[25961]: cluster 2023-11-15T05:54:28.660866+0000 mgr.smithi116.ldeiub (mgr.14182) 924 : cluster [DBG] pgmap v611: 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 2023-11-15T05:54:30.262 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:54:29 smithi152 bash[29762]: cluster 2023-11-15T05:54:28.660866+0000 mgr.smithi116.ldeiub (mgr.14182) 924 : cluster [DBG] pgmap v611: 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 2023-11-15T05:54:31.902 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:54:31 smithi116 bash[25961]: cluster 2023-11-15T05:54:30.662191+0000 mgr.smithi116.ldeiub (mgr.14182) 925 : cluster [DBG] pgmap v612: 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 2023-11-15T05:54:31.902 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:54:31 smithi116 bash[25961]: audit 2023-11-15T05:54:31.166886+0000 mon.smithi116 (mon.0) 877 : audit [INF] from='mgr.14182 172.21.15.116:0/1868390107' entity='mgr.smithi116.ldeiub' 2023-11-15T05:54:32.048 INFO:teuthology.orchestra.run.smithi116.stdout: 2023-11-15T05:54:32.048 INFO:teuthology.orchestra.run.smithi116.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T05:34:36.374719Z", "last_refresh": "2023-11-15T05:54:17.751933Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T05:34:28.472277Z", "last_refresh": "2023-11-15T05:45:04.477685Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T05:34:32.474479Z", "last_refresh": "2023-11-15T05:54:17.752440Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:53:09.881392Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi116.zxpatz on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:54:22.753577Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi152.geofqu on smithi152: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi152-geofqu\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi152-geofqu\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi152.geofqu\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi152.geofqu\nDeploy daemon haproxy.nfs.foo.smithi152.geofqu ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi152 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi152 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:54:26.654820Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi116.hxlcxq on smithi116: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi116-hxlcxq\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi116-hxlcxq\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi116.hxlcxq\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi116.hxlcxq\nDeploy daemon haproxy.nfs.foo.smithi116.hxlcxq ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:54:26.656800Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi152.pgrmuu on smithi152: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:54:26.658599Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi116.nxghxn on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.116/16"}, "status": {"created": "2023-11-15T05:41:51.643812Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.116/16"}}, {"events": ["2023-11-15T05:41:45.562111Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-15T05:41:45.554912Z", "last_refresh": "2023-11-15T05:45:04.480116Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T05:34:26.558369Z", "last_refresh": "2023-11-15T05:45:04.478100Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:35:55.352857Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi116:172.21.15.116=smithi116", "smithi152:172.21.15.152=smithi152"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T05:35:55.345327Z", "last_refresh": "2023-11-15T05:45:04.478373Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:41:51.641747Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-11-15T05:41:51.636276Z", "last_refresh": "2023-11-15T05:54:17.754311Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T05:34:34.444913Z", "last_refresh": "2023-11-15T05:45:04.478628Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T05:36:22.979260Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T05:36:22.972321Z", "last_refresh": "2023-11-15T05:45:04.479127Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T05:34:30.388073Z", "last_refresh": "2023-11-15T05:45:04.478878Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-15T05:54:32.262 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:54:31 smithi152 bash[29762]: cluster 2023-11-15T05:54:30.662191+0000 mgr.smithi116.ldeiub (mgr.14182) 925 : cluster [DBG] pgmap v612: 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 2023-11-15T05:54:32.262 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:54:31 smithi152 bash[29762]: audit 2023-11-15T05:54:31.166886+0000 mon.smithi116 (mon.0) 877 : audit [INF] from='mgr.14182 172.21.15.116:0/1868390107' entity='mgr.smithi116.ldeiub' 2023-11-15T05:54:32.704 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T05:54:33.706 DEBUG:teuthology.orchestra.run.smithi116:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 7456fada-8378-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T05:54:34.152 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:54:33 smithi116 bash[25961]: audit 2023-11-15T05:54:32.033084+0000 mgr.smithi116.ldeiub (mgr.14182) 926 : audit [DBG] from='client.15160 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:54:34.152 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:54:33 smithi116 bash[25961]: cluster 2023-11-15T05:54:32.663294+0000 mgr.smithi116.ldeiub (mgr.14182) 927 : cluster [DBG] pgmap v613: 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 2023-11-15T05:54:34.262 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:54:33 smithi152 bash[29762]: audit 2023-11-15T05:54:32.033084+0000 mgr.smithi116.ldeiub (mgr.14182) 926 : audit [DBG] from='client.15160 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:54:34.262 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:54:33 smithi152 bash[29762]: cluster 2023-11-15T05:54:32.663294+0000 mgr.smithi116.ldeiub (mgr.14182) 927 : cluster [DBG] pgmap v613: 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 2023-11-15T05:54:35.902 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:54:35 smithi116 bash[25961]: cluster 2023-11-15T05:54:34.664468+0000 mgr.smithi116.ldeiub (mgr.14182) 928 : cluster [DBG] pgmap v614: 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 2023-11-15T05:54:36.012 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:54:35 smithi152 bash[29762]: cluster 2023-11-15T05:54:34.664468+0000 mgr.smithi116.ldeiub (mgr.14182) 928 : cluster [DBG] pgmap v614: 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 2023-11-15T05:54:36.929 INFO:teuthology.orchestra.run.smithi116.stdout: 2023-11-15T05:54:36.930 INFO:teuthology.orchestra.run.smithi116.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T05:34:36.374719Z", "last_refresh": "2023-11-15T05:54:17.751933Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T05:34:28.472277Z", "last_refresh": "2023-11-15T05:45:04.477685Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T05:34:32.474479Z", "last_refresh": "2023-11-15T05:54:17.752440Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:53:09.881392Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi116.zxpatz on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:54:22.753577Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi152.geofqu on smithi152: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi152-geofqu\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi152-geofqu\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi152.geofqu\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi152.geofqu\nDeploy daemon haproxy.nfs.foo.smithi152.geofqu ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi152 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi152 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:54:26.654820Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi116.hxlcxq on smithi116: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi116-hxlcxq\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi116-hxlcxq\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi116.hxlcxq\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi116.hxlcxq\nDeploy daemon haproxy.nfs.foo.smithi116.hxlcxq ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:54:26.656800Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi152.pgrmuu on smithi152: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:54:26.658599Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi116.nxghxn on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.116/16"}, "status": {"created": "2023-11-15T05:41:51.643812Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.116/16"}}, {"events": ["2023-11-15T05:41:45.562111Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-15T05:41:45.554912Z", "last_refresh": "2023-11-15T05:45:04.480116Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T05:34:26.558369Z", "last_refresh": "2023-11-15T05:45:04.478100Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:35:55.352857Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi116:172.21.15.116=smithi116", "smithi152:172.21.15.152=smithi152"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T05:35:55.345327Z", "last_refresh": "2023-11-15T05:45:04.478373Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:41:51.641747Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-11-15T05:41:51.636276Z", "last_refresh": "2023-11-15T05:54:17.754311Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T05:34:34.444913Z", "last_refresh": "2023-11-15T05:45:04.478628Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T05:36:22.979260Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T05:36:22.972321Z", "last_refresh": "2023-11-15T05:45:04.479127Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T05:34:30.388073Z", "last_refresh": "2023-11-15T05:45:04.478878Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-15T05:54:37.507 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T05:54:37.902 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:54:37 smithi116 bash[25961]: cluster 2023-11-15T05:54:36.665795+0000 mgr.smithi116.ldeiub (mgr.14182) 929 : cluster [DBG] pgmap v615: 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 2023-11-15T05:54:38.012 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:54:37 smithi152 bash[29762]: cluster 2023-11-15T05:54:36.665795+0000 mgr.smithi116.ldeiub (mgr.14182) 929 : cluster [DBG] pgmap v615: 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 2023-11-15T05:54:38.508 DEBUG:teuthology.orchestra.run.smithi116:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 7456fada-8378-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T05:54:38.902 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:54:38 smithi116 bash[25961]: audit 2023-11-15T05:54:36.915210+0000 mgr.smithi116.ldeiub (mgr.14182) 930 : audit [DBG] from='client.15164 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:54:39.012 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:54:38 smithi152 bash[29762]: audit 2023-11-15T05:54:36.915210+0000 mgr.smithi116.ldeiub (mgr.14182) 930 : audit [DBG] from='client.15164 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:54:39.889 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:54:39 smithi116 bash[25961]: cluster 2023-11-15T05:54:38.666938+0000 mgr.smithi116.ldeiub (mgr.14182) 931 : cluster [DBG] pgmap v616: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:54:40.012 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:54:39 smithi152 bash[29762]: cluster 2023-11-15T05:54:38.666938+0000 mgr.smithi116.ldeiub (mgr.14182) 931 : cluster [DBG] pgmap v616: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:54:41.707 INFO:teuthology.orchestra.run.smithi116.stdout: 2023-11-15T05:54:41.707 INFO:teuthology.orchestra.run.smithi116.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T05:34:36.374719Z", "last_refresh": "2023-11-15T05:54:17.751933Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T05:34:28.472277Z", "last_refresh": "2023-11-15T05:45:04.477685Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T05:34:32.474479Z", "last_refresh": "2023-11-15T05:54:17.752440Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:53:09.881392Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi116.zxpatz on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:54:22.753577Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi152.geofqu on smithi152: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi152-geofqu\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi152-geofqu\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi152.geofqu\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi152.geofqu\nDeploy daemon haproxy.nfs.foo.smithi152.geofqu ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi152 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi152 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:54:26.654820Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi116.hxlcxq on smithi116: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi116-hxlcxq\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi116-hxlcxq\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi116.hxlcxq\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi116.hxlcxq\nDeploy daemon haproxy.nfs.foo.smithi116.hxlcxq ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:54:26.656800Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi152.pgrmuu on smithi152: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:54:26.658599Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi116.nxghxn on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.116/16"}, "status": {"created": "2023-11-15T05:41:51.643812Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.116/16"}}, {"events": ["2023-11-15T05:41:45.562111Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-15T05:41:45.554912Z", "last_refresh": "2023-11-15T05:45:04.480116Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T05:34:26.558369Z", "last_refresh": "2023-11-15T05:45:04.478100Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:35:55.352857Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi116:172.21.15.116=smithi116", "smithi152:172.21.15.152=smithi152"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T05:35:55.345327Z", "last_refresh": "2023-11-15T05:45:04.478373Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:41:51.641747Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-11-15T05:41:51.636276Z", "last_refresh": "2023-11-15T05:54:17.754311Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T05:34:34.444913Z", "last_refresh": "2023-11-15T05:45:04.478628Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T05:36:22.979260Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T05:36:22.972321Z", "last_refresh": "2023-11-15T05:45:04.479127Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T05:34:30.388073Z", "last_refresh": "2023-11-15T05:45:04.478878Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-15T05:54:42.012 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:54:41 smithi152 bash[29762]: cluster 2023-11-15T05:54:40.668231+0000 mgr.smithi116.ldeiub (mgr.14182) 932 : cluster [DBG] pgmap v617: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:54:42.152 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:54:41 smithi116 bash[25961]: cluster 2023-11-15T05:54:40.668231+0000 mgr.smithi116.ldeiub (mgr.14182) 932 : cluster [DBG] pgmap v617: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:54:42.363 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T05:54:43.012 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:54:42 smithi152 bash[29762]: audit 2023-11-15T05:54:41.697403+0000 mgr.smithi116.ldeiub (mgr.14182) 933 : audit [DBG] from='client.15168 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:54:43.152 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:54:42 smithi116 bash[25961]: audit 2023-11-15T05:54:41.697403+0000 mgr.smithi116.ldeiub (mgr.14182) 933 : audit [DBG] from='client.15168 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:54:43.366 DEBUG:teuthology.orchestra.run.smithi116:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 7456fada-8378-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T05:54:44.013 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:54:43 smithi152 bash[29762]: cluster 2023-11-15T05:54:42.669293+0000 mgr.smithi116.ldeiub (mgr.14182) 934 : cluster [DBG] pgmap v618: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:54:44.152 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:54:43 smithi116 bash[25961]: cluster 2023-11-15T05:54:42.669293+0000 mgr.smithi116.ldeiub (mgr.14182) 934 : cluster [DBG] pgmap v618: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:54:45.902 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:54:45 smithi116 bash[25961]: cluster 2023-11-15T05:54:44.670358+0000 mgr.smithi116.ldeiub (mgr.14182) 935 : cluster [DBG] pgmap v619: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T05:54:46.013 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:54:45 smithi152 bash[29762]: cluster 2023-11-15T05:54:44.670358+0000 mgr.smithi116.ldeiub (mgr.14182) 935 : cluster [DBG] pgmap v619: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T05:54:46.728 INFO:teuthology.orchestra.run.smithi116.stdout: 2023-11-15T05:54:46.728 INFO:teuthology.orchestra.run.smithi116.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T05:34:36.374719Z", "last_refresh": "2023-11-15T05:54:17.751933Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T05:34:28.472277Z", "last_refresh": "2023-11-15T05:45:04.477685Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T05:34:32.474479Z", "last_refresh": "2023-11-15T05:54:17.752440Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:53:09.881392Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi116.zxpatz on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:54:22.753577Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi152.geofqu on smithi152: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi152-geofqu\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi152-geofqu\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi152.geofqu\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi152.geofqu\nDeploy daemon haproxy.nfs.foo.smithi152.geofqu ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi152 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi152 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:54:26.654820Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi116.hxlcxq on smithi116: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi116-hxlcxq\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi116-hxlcxq\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi116.hxlcxq\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi116.hxlcxq\nDeploy daemon haproxy.nfs.foo.smithi116.hxlcxq ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:54:26.656800Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi152.pgrmuu on smithi152: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:54:26.658599Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi116.nxghxn on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.116/16"}, "status": {"created": "2023-11-15T05:41:51.643812Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.116/16"}}, {"events": ["2023-11-15T05:41:45.562111Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-15T05:41:45.554912Z", "last_refresh": "2023-11-15T05:45:04.480116Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T05:34:26.558369Z", "last_refresh": "2023-11-15T05:45:04.478100Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:35:55.352857Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi116:172.21.15.116=smithi116", "smithi152:172.21.15.152=smithi152"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T05:35:55.345327Z", "last_refresh": "2023-11-15T05:45:04.478373Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:41:51.641747Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-11-15T05:41:51.636276Z", "last_refresh": "2023-11-15T05:54:17.754311Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T05:34:34.444913Z", "last_refresh": "2023-11-15T05:45:04.478628Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T05:36:22.979260Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T05:36:22.972321Z", "last_refresh": "2023-11-15T05:45:04.479127Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T05:34:30.388073Z", "last_refresh": "2023-11-15T05:45:04.478878Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-15T05:54:47.307 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T05:54:48.012 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:54:47 smithi152 bash[29762]: cluster 2023-11-15T05:54:46.671645+0000 mgr.smithi116.ldeiub (mgr.14182) 936 : cluster [DBG] pgmap v620: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:54:48.012 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:54:47 smithi152 bash[29762]: audit 2023-11-15T05:54:46.713261+0000 mgr.smithi116.ldeiub (mgr.14182) 937 : audit [DBG] from='client.15172 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:54:48.152 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:54:47 smithi116 bash[25961]: cluster 2023-11-15T05:54:46.671645+0000 mgr.smithi116.ldeiub (mgr.14182) 936 : cluster [DBG] pgmap v620: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:54:48.152 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:54:47 smithi116 bash[25961]: audit 2023-11-15T05:54:46.713261+0000 mgr.smithi116.ldeiub (mgr.14182) 937 : audit [DBG] from='client.15172 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:54:48.308 DEBUG:teuthology.orchestra.run.smithi116:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 7456fada-8378-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T05:54:50.012 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:54:49 smithi152 bash[29762]: cluster 2023-11-15T05:54:48.672897+0000 mgr.smithi116.ldeiub (mgr.14182) 938 : cluster [DBG] pgmap v621: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:54:50.152 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:54:49 smithi116 bash[25961]: cluster 2023-11-15T05:54:48.672897+0000 mgr.smithi116.ldeiub (mgr.14182) 938 : cluster [DBG] pgmap v621: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:54:51.464 INFO:teuthology.orchestra.run.smithi116.stdout: 2023-11-15T05:54:51.464 INFO:teuthology.orchestra.run.smithi116.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T05:34:36.374719Z", "last_refresh": "2023-11-15T05:54:17.751933Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T05:34:28.472277Z", "last_refresh": "2023-11-15T05:45:04.477685Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T05:34:32.474479Z", "last_refresh": "2023-11-15T05:54:17.752440Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:53:09.881392Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi116.zxpatz on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:54:22.753577Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi152.geofqu on smithi152: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi152-geofqu\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi152-geofqu\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi152.geofqu\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi152.geofqu\nDeploy daemon haproxy.nfs.foo.smithi152.geofqu ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi152 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi152 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:54:26.654820Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi116.hxlcxq on smithi116: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi116-hxlcxq\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi116-hxlcxq\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi116.hxlcxq\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi116.hxlcxq\nDeploy daemon haproxy.nfs.foo.smithi116.hxlcxq ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:54:26.656800Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi152.pgrmuu on smithi152: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:54:26.658599Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi116.nxghxn on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.116/16"}, "status": {"created": "2023-11-15T05:41:51.643812Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.116/16"}}, {"events": ["2023-11-15T05:41:45.562111Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-15T05:41:45.554912Z", "last_refresh": "2023-11-15T05:45:04.480116Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T05:34:26.558369Z", "last_refresh": "2023-11-15T05:45:04.478100Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:35:55.352857Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi116:172.21.15.116=smithi116", "smithi152:172.21.15.152=smithi152"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T05:35:55.345327Z", "last_refresh": "2023-11-15T05:45:04.478373Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:41:51.641747Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-11-15T05:41:51.636276Z", "last_refresh": "2023-11-15T05:54:17.754311Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T05:34:34.444913Z", "last_refresh": "2023-11-15T05:45:04.478628Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T05:36:22.979260Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T05:36:22.972321Z", "last_refresh": "2023-11-15T05:45:04.479127Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T05:34:30.388073Z", "last_refresh": "2023-11-15T05:45:04.478878Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-15T05:54:51.902 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:54:51 smithi116 bash[25961]: cluster 2023-11-15T05:54:50.674245+0000 mgr.smithi116.ldeiub (mgr.14182) 939 : 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 2023-11-15T05:54:52.012 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:54:51 smithi152 bash[29762]: cluster 2023-11-15T05:54:50.674245+0000 mgr.smithi116.ldeiub (mgr.14182) 939 : 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 2023-11-15T05:54:52.077 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T05:54:53.012 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:54:52 smithi152 bash[29762]: audit 2023-11-15T05:54:51.448825+0000 mgr.smithi116.ldeiub (mgr.14182) 940 : audit [DBG] from='client.15176 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:54:53.079 DEBUG:teuthology.orchestra.run.smithi116:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 7456fada-8378-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T05:54:53.091 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:54:52 smithi116 bash[25961]: audit 2023-11-15T05:54:51.448825+0000 mgr.smithi116.ldeiub (mgr.14182) 940 : audit [DBG] from='client.15176 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:54:54.012 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:54:53 smithi152 bash[29762]: cluster 2023-11-15T05:54:52.675354+0000 mgr.smithi116.ldeiub (mgr.14182) 941 : 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 2023-11-15T05:54:54.152 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:54:53 smithi116 bash[25961]: cluster 2023-11-15T05:54:52.675354+0000 mgr.smithi116.ldeiub (mgr.14182) 941 : 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 2023-11-15T05:54:55.902 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:54:55 smithi116 bash[25961]: cluster 2023-11-15T05:54:54.676519+0000 mgr.smithi116.ldeiub (mgr.14182) 942 : cluster [DBG] pgmap v624: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T05:54:56.012 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:54:55 smithi152 bash[29762]: cluster 2023-11-15T05:54:54.676519+0000 mgr.smithi116.ldeiub (mgr.14182) 942 : cluster [DBG] pgmap v624: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T05:54:56.344 INFO:teuthology.orchestra.run.smithi116.stdout: 2023-11-15T05:54:56.345 INFO:teuthology.orchestra.run.smithi116.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T05:34:36.374719Z", "last_refresh": "2023-11-15T05:54:17.751933Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T05:34:28.472277Z", "last_refresh": "2023-11-15T05:45:04.477685Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T05:34:32.474479Z", "last_refresh": "2023-11-15T05:54:17.752440Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:53:09.881392Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi116.zxpatz on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:54:22.753577Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi152.geofqu on smithi152: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi152-geofqu\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi152-geofqu\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi152.geofqu\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi152.geofqu\nDeploy daemon haproxy.nfs.foo.smithi152.geofqu ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi152 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi152 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:54:26.654820Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi116.hxlcxq on smithi116: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi116-hxlcxq\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi116-hxlcxq\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi116.hxlcxq\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi116.hxlcxq\nDeploy daemon haproxy.nfs.foo.smithi116.hxlcxq ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:54:26.656800Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi152.pgrmuu on smithi152: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:54:26.658599Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi116.nxghxn on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.116/16"}, "status": {"created": "2023-11-15T05:41:51.643812Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.116/16"}}, {"events": ["2023-11-15T05:41:45.562111Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-15T05:41:45.554912Z", "last_refresh": "2023-11-15T05:45:04.480116Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T05:34:26.558369Z", "last_refresh": "2023-11-15T05:45:04.478100Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:35:55.352857Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi116:172.21.15.116=smithi116", "smithi152:172.21.15.152=smithi152"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T05:35:55.345327Z", "last_refresh": "2023-11-15T05:45:04.478373Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:41:51.641747Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-11-15T05:41:51.636276Z", "last_refresh": "2023-11-15T05:54:17.754311Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T05:34:34.444913Z", "last_refresh": "2023-11-15T05:45:04.478628Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T05:36:22.979260Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T05:36:22.972321Z", "last_refresh": "2023-11-15T05:45:04.479127Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T05:34:30.388073Z", "last_refresh": "2023-11-15T05:45:04.478878Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-15T05:54:56.942 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T05:54:57.943 DEBUG:teuthology.orchestra.run.smithi116:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 7456fada-8378-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T05:54:58.012 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:54:57 smithi152 bash[29762]: audit 2023-11-15T05:54:56.332202+0000 mgr.smithi116.ldeiub (mgr.14182) 943 : audit [DBG] from='client.15180 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:54:58.012 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:54:57 smithi152 bash[29762]: cluster 2023-11-15T05:54:56.677831+0000 mgr.smithi116.ldeiub (mgr.14182) 944 : cluster [DBG] pgmap v625: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:54:58.152 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:54:57 smithi116 bash[25961]: audit 2023-11-15T05:54:56.332202+0000 mgr.smithi116.ldeiub (mgr.14182) 943 : audit [DBG] from='client.15180 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:54:58.152 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:54:57 smithi116 bash[25961]: cluster 2023-11-15T05:54:56.677831+0000 mgr.smithi116.ldeiub (mgr.14182) 944 : cluster [DBG] pgmap v625: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:55:00.012 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:54:59 smithi152 bash[29762]: cluster 2023-11-15T05:54:58.679003+0000 mgr.smithi116.ldeiub (mgr.14182) 945 : 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 2023-11-15T05:55:00.152 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:54:59 smithi116 bash[25961]: cluster 2023-11-15T05:54:58.679003+0000 mgr.smithi116.ldeiub (mgr.14182) 945 : 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 2023-11-15T05:55:01.162 INFO:teuthology.orchestra.run.smithi116.stdout: 2023-11-15T05:55:01.162 INFO:teuthology.orchestra.run.smithi116.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T05:34:36.374719Z", "last_refresh": "2023-11-15T05:54:17.751933Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T05:34:28.472277Z", "last_refresh": "2023-11-15T05:45:04.477685Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T05:34:32.474479Z", "last_refresh": "2023-11-15T05:54:17.752440Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:53:09.881392Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi116.zxpatz on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:54:22.753577Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi152.geofqu on smithi152: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi152-geofqu\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi152-geofqu\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi152.geofqu\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi152.geofqu\nDeploy daemon haproxy.nfs.foo.smithi152.geofqu ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi152 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi152 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:54:26.654820Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi116.hxlcxq on smithi116: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi116-hxlcxq\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi116-hxlcxq\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi116.hxlcxq\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi116.hxlcxq\nDeploy daemon haproxy.nfs.foo.smithi116.hxlcxq ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:54:26.656800Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi152.pgrmuu on smithi152: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:54:26.658599Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi116.nxghxn on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.116/16"}, "status": {"created": "2023-11-15T05:41:51.643812Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.116/16"}}, {"events": ["2023-11-15T05:41:45.562111Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-15T05:41:45.554912Z", "last_refresh": "2023-11-15T05:45:04.480116Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T05:34:26.558369Z", "last_refresh": "2023-11-15T05:45:04.478100Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:35:55.352857Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi116:172.21.15.116=smithi116", "smithi152:172.21.15.152=smithi152"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T05:35:55.345327Z", "last_refresh": "2023-11-15T05:45:04.478373Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:41:51.641747Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-11-15T05:41:51.636276Z", "last_refresh": "2023-11-15T05:54:17.754311Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T05:34:34.444913Z", "last_refresh": "2023-11-15T05:45:04.478628Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T05:36:22.979260Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T05:36:22.972321Z", "last_refresh": "2023-11-15T05:45:04.479127Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T05:34:30.388073Z", "last_refresh": "2023-11-15T05:45:04.478878Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-15T05:55:01.745 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T05:55:02.012 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:55:01 smithi152 bash[29762]: cluster 2023-11-15T05:55:00.680275+0000 mgr.smithi116.ldeiub (mgr.14182) 946 : 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 2023-11-15T05:55:02.152 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:55:01 smithi116 bash[25961]: cluster 2023-11-15T05:55:00.680275+0000 mgr.smithi116.ldeiub (mgr.14182) 946 : 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 2023-11-15T05:55:02.746 DEBUG:teuthology.orchestra.run.smithi116:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 7456fada-8378-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T05:55:03.152 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:55:02 smithi116 bash[25961]: audit 2023-11-15T05:55:01.144715+0000 mgr.smithi116.ldeiub (mgr.14182) 947 : audit [DBG] from='client.15184 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:55:03.262 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:55:02 smithi152 bash[29762]: audit 2023-11-15T05:55:01.144715+0000 mgr.smithi116.ldeiub (mgr.14182) 947 : audit [DBG] from='client.15184 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:55:04.129 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:55:03 smithi116 bash[25961]: cluster 2023-11-15T05:55:02.681487+0000 mgr.smithi116.ldeiub (mgr.14182) 948 : 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 2023-11-15T05:55:04.262 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:55:03 smithi152 bash[29762]: cluster 2023-11-15T05:55:02.681487+0000 mgr.smithi116.ldeiub (mgr.14182) 948 : 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 2023-11-15T05:55:05.848 INFO:teuthology.orchestra.run.smithi116.stdout: 2023-11-15T05:55:05.848 INFO:teuthology.orchestra.run.smithi116.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T05:34:36.374719Z", "last_refresh": "2023-11-15T05:54:17.751933Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T05:34:28.472277Z", "last_refresh": "2023-11-15T05:45:04.477685Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T05:34:32.474479Z", "last_refresh": "2023-11-15T05:54:17.752440Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:53:09.881392Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi116.zxpatz on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:54:22.753577Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi152.geofqu on smithi152: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi152-geofqu\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi152-geofqu\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi152.geofqu\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi152.geofqu\nDeploy daemon haproxy.nfs.foo.smithi152.geofqu ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi152 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi152 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:54:26.654820Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi116.hxlcxq on smithi116: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi116-hxlcxq\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi116-hxlcxq\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi116.hxlcxq\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi116.hxlcxq\nDeploy daemon haproxy.nfs.foo.smithi116.hxlcxq ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:54:26.656800Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi152.pgrmuu on smithi152: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:54:26.658599Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi116.nxghxn on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.116/16"}, "status": {"created": "2023-11-15T05:41:51.643812Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.116/16"}}, {"events": ["2023-11-15T05:41:45.562111Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-15T05:41:45.554912Z", "last_refresh": "2023-11-15T05:45:04.480116Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T05:34:26.558369Z", "last_refresh": "2023-11-15T05:45:04.478100Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:35:55.352857Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi116:172.21.15.116=smithi116", "smithi152:172.21.15.152=smithi152"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T05:35:55.345327Z", "last_refresh": "2023-11-15T05:45:04.478373Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:41:51.641747Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-11-15T05:41:51.636276Z", "last_refresh": "2023-11-15T05:54:17.754311Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T05:34:34.444913Z", "last_refresh": "2023-11-15T05:45:04.478628Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T05:36:22.979260Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T05:36:22.972321Z", "last_refresh": "2023-11-15T05:45:04.479127Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T05:34:30.388073Z", "last_refresh": "2023-11-15T05:45:04.478878Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-15T05:55:05.902 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:55:05 smithi116 bash[25961]: cluster 2023-11-15T05:55:04.682957+0000 mgr.smithi116.ldeiub (mgr.14182) 949 : cluster [DBG] pgmap v629: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T05:55:06.012 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:55:05 smithi152 bash[29762]: cluster 2023-11-15T05:55:04.682957+0000 mgr.smithi116.ldeiub (mgr.14182) 949 : cluster [DBG] pgmap v629: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T05:55:06.455 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T05:55:06.902 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:55:06 smithi116 bash[25961]: audit 2023-11-15T05:55:05.833404+0000 mgr.smithi116.ldeiub (mgr.14182) 950 : audit [DBG] from='client.15188 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:55:07.012 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:55:06 smithi152 bash[29762]: audit 2023-11-15T05:55:05.833404+0000 mgr.smithi116.ldeiub (mgr.14182) 950 : audit [DBG] from='client.15188 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:55:07.456 DEBUG:teuthology.orchestra.run.smithi116:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 7456fada-8378-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T05:55:07.902 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:55:07 smithi116 bash[25961]: cluster 2023-11-15T05:55:06.684345+0000 mgr.smithi116.ldeiub (mgr.14182) 951 : cluster [DBG] pgmap v630: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:55:08.012 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:55:07 smithi152 bash[29762]: cluster 2023-11-15T05:55:06.684345+0000 mgr.smithi116.ldeiub (mgr.14182) 951 : cluster [DBG] pgmap v630: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:55:10.012 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:55:09 smithi152 bash[29762]: cluster 2023-11-15T05:55:08.685126+0000 mgr.smithi116.ldeiub (mgr.14182) 952 : 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 2023-11-15T05:55:10.152 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:55:09 smithi116 bash[25961]: cluster 2023-11-15T05:55:08.685126+0000 mgr.smithi116.ldeiub (mgr.14182) 952 : 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 2023-11-15T05:55:10.664 INFO:teuthology.orchestra.run.smithi116.stdout: 2023-11-15T05:55:10.664 INFO:teuthology.orchestra.run.smithi116.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T05:34:36.374719Z", "last_refresh": "2023-11-15T05:54:17.751933Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T05:34:28.472277Z", "last_refresh": "2023-11-15T05:45:04.477685Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T05:34:32.474479Z", "last_refresh": "2023-11-15T05:54:17.752440Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:53:09.881392Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi116.zxpatz on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:54:22.753577Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi152.geofqu on smithi152: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi152-geofqu\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi152-geofqu\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi152.geofqu\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi152.geofqu\nDeploy daemon haproxy.nfs.foo.smithi152.geofqu ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi152 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi152 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:54:26.654820Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi116.hxlcxq on smithi116: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi116-hxlcxq\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi116-hxlcxq\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi116.hxlcxq\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi116.hxlcxq\nDeploy daemon haproxy.nfs.foo.smithi116.hxlcxq ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:54:26.656800Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi152.pgrmuu on smithi152: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:54:26.658599Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi116.nxghxn on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.116/16"}, "status": {"created": "2023-11-15T05:41:51.643812Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.116/16"}}, {"events": ["2023-11-15T05:41:45.562111Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-15T05:41:45.554912Z", "last_refresh": "2023-11-15T05:45:04.480116Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T05:34:26.558369Z", "last_refresh": "2023-11-15T05:45:04.478100Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:35:55.352857Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi116:172.21.15.116=smithi116", "smithi152:172.21.15.152=smithi152"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T05:35:55.345327Z", "last_refresh": "2023-11-15T05:45:04.478373Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:41:51.641747Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-11-15T05:41:51.636276Z", "last_refresh": "2023-11-15T05:54:17.754311Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T05:34:34.444913Z", "last_refresh": "2023-11-15T05:45:04.478628Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T05:36:22.979260Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T05:36:22.972321Z", "last_refresh": "2023-11-15T05:45:04.479127Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T05:34:30.388073Z", "last_refresh": "2023-11-15T05:45:04.478878Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-15T05:55:11.323 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T05:55:12.012 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:55:11 smithi152 bash[29762]: audit 2023-11-15T05:55:10.646078+0000 mgr.smithi116.ldeiub (mgr.14182) 953 : audit [DBG] from='client.15192 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:55:12.012 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:55:11 smithi152 bash[29762]: cluster 2023-11-15T05:55:10.686397+0000 mgr.smithi116.ldeiub (mgr.14182) 954 : 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 2023-11-15T05:55:12.152 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:55:11 smithi116 bash[25961]: audit 2023-11-15T05:55:10.646078+0000 mgr.smithi116.ldeiub (mgr.14182) 953 : audit [DBG] from='client.15192 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:55:12.153 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:55:11 smithi116 bash[25961]: cluster 2023-11-15T05:55:10.686397+0000 mgr.smithi116.ldeiub (mgr.14182) 954 : 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 2023-11-15T05:55:12.324 DEBUG:teuthology.orchestra.run.smithi116:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 7456fada-8378-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T05:55:14.012 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:55:13 smithi152 bash[29762]: cluster 2023-11-15T05:55:12.687535+0000 mgr.smithi116.ldeiub (mgr.14182) 955 : 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 2023-11-15T05:55:14.152 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:55:13 smithi116 bash[25961]: cluster 2023-11-15T05:55:12.687535+0000 mgr.smithi116.ldeiub (mgr.14182) 955 : 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 2023-11-15T05:55:15.465 INFO:teuthology.orchestra.run.smithi116.stdout: 2023-11-15T05:55:15.466 INFO:teuthology.orchestra.run.smithi116.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T05:34:36.374719Z", "last_refresh": "2023-11-15T05:54:17.751933Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T05:34:28.472277Z", "last_refresh": "2023-11-15T05:45:04.477685Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T05:34:32.474479Z", "last_refresh": "2023-11-15T05:54:17.752440Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:53:09.881392Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi116.zxpatz on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:54:22.753577Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi152.geofqu on smithi152: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi152-geofqu\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi152-geofqu\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi152.geofqu\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi152.geofqu\nDeploy daemon haproxy.nfs.foo.smithi152.geofqu ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi152 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi152 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:54:26.654820Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi116.hxlcxq on smithi116: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi116-hxlcxq\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi116-hxlcxq\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi116.hxlcxq\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi116.hxlcxq\nDeploy daemon haproxy.nfs.foo.smithi116.hxlcxq ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:54:26.656800Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi152.pgrmuu on smithi152: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:54:26.658599Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi116.nxghxn on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.116/16"}, "status": {"created": "2023-11-15T05:41:51.643812Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.116/16"}}, {"events": ["2023-11-15T05:41:45.562111Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-15T05:41:45.554912Z", "last_refresh": "2023-11-15T05:45:04.480116Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T05:34:26.558369Z", "last_refresh": "2023-11-15T05:45:04.478100Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:35:55.352857Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi116:172.21.15.116=smithi116", "smithi152:172.21.15.152=smithi152"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T05:35:55.345327Z", "last_refresh": "2023-11-15T05:45:04.478373Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:41:51.641747Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-11-15T05:41:51.636276Z", "last_refresh": "2023-11-15T05:54:17.754311Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T05:34:34.444913Z", "last_refresh": "2023-11-15T05:45:04.478628Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T05:36:22.979260Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T05:36:22.972321Z", "last_refresh": "2023-11-15T05:45:04.479127Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T05:34:30.388073Z", "last_refresh": "2023-11-15T05:45:04.478878Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-15T05:55:15.902 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:55:15 smithi116 bash[25961]: cluster 2023-11-15T05:55:14.688675+0000 mgr.smithi116.ldeiub (mgr.14182) 956 : cluster [DBG] pgmap v634: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T05:55:16.012 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:55:15 smithi152 bash[29762]: cluster 2023-11-15T05:55:14.688675+0000 mgr.smithi116.ldeiub (mgr.14182) 956 : cluster [DBG] pgmap v634: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T05:55:16.079 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T05:55:16.902 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:55:16 smithi116 bash[25961]: audit 2023-11-15T05:55:15.455491+0000 mgr.smithi116.ldeiub (mgr.14182) 957 : audit [DBG] from='client.15196 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:55:17.012 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:55:16 smithi152 bash[29762]: audit 2023-11-15T05:55:15.455491+0000 mgr.smithi116.ldeiub (mgr.14182) 957 : audit [DBG] from='client.15196 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:55:17.080 DEBUG:teuthology.orchestra.run.smithi116:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 7456fada-8378-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T05:55:17.902 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:55:17 smithi116 bash[25961]: cluster 2023-11-15T05:55:16.690043+0000 mgr.smithi116.ldeiub (mgr.14182) 958 : cluster [DBG] pgmap v635: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:55:18.012 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:55:17 smithi152 bash[29762]: cluster 2023-11-15T05:55:16.690043+0000 mgr.smithi116.ldeiub (mgr.14182) 958 : cluster [DBG] pgmap v635: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:55:20.012 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:55:19 smithi152 bash[29762]: cluster 2023-11-15T05:55:18.691278+0000 mgr.smithi116.ldeiub (mgr.14182) 959 : 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 2023-11-15T05:55:20.152 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:55:19 smithi116 bash[25961]: cluster 2023-11-15T05:55:18.691278+0000 mgr.smithi116.ldeiub (mgr.14182) 959 : 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 2023-11-15T05:55:20.242 INFO:teuthology.orchestra.run.smithi116.stdout: 2023-11-15T05:55:20.243 INFO:teuthology.orchestra.run.smithi116.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T05:34:36.374719Z", "last_refresh": "2023-11-15T05:54:17.751933Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T05:34:28.472277Z", "last_refresh": "2023-11-15T05:45:04.477685Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T05:34:32.474479Z", "last_refresh": "2023-11-15T05:54:17.752440Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:53:09.881392Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi116.zxpatz on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:54:22.753577Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi152.geofqu on smithi152: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi152-geofqu\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi152-geofqu\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi152.geofqu\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi152.geofqu\nDeploy daemon haproxy.nfs.foo.smithi152.geofqu ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi152 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi152 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:54:26.654820Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi116.hxlcxq on smithi116: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi116-hxlcxq\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi116-hxlcxq\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi116.hxlcxq\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi116.hxlcxq\nDeploy daemon haproxy.nfs.foo.smithi116.hxlcxq ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:54:26.656800Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi152.pgrmuu on smithi152: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:54:26.658599Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi116.nxghxn on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.116/16"}, "status": {"created": "2023-11-15T05:41:51.643812Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.116/16"}}, {"events": ["2023-11-15T05:41:45.562111Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-15T05:41:45.554912Z", "last_refresh": "2023-11-15T05:45:04.480116Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T05:34:26.558369Z", "last_refresh": "2023-11-15T05:45:04.478100Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:35:55.352857Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi116:172.21.15.116=smithi116", "smithi152:172.21.15.152=smithi152"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T05:35:55.345327Z", "last_refresh": "2023-11-15T05:45:04.478373Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:41:51.641747Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-11-15T05:41:51.636276Z", "last_refresh": "2023-11-15T05:54:17.754311Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T05:34:34.444913Z", "last_refresh": "2023-11-15T05:45:04.478628Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T05:36:22.979260Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T05:36:22.972321Z", "last_refresh": "2023-11-15T05:45:04.479127Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T05:34:30.388073Z", "last_refresh": "2023-11-15T05:45:04.478878Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-15T05:55:20.843 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T05:55:21.844 DEBUG:teuthology.orchestra.run.smithi116:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 7456fada-8378-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T05:55:22.012 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:55:21 smithi152 bash[29762]: audit 2023-11-15T05:55:20.233037+0000 mgr.smithi116.ldeiub (mgr.14182) 960 : audit [DBG] from='client.15200 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:55:22.012 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:55:21 smithi152 bash[29762]: cluster 2023-11-15T05:55:20.692545+0000 mgr.smithi116.ldeiub (mgr.14182) 961 : 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 2023-11-15T05:55:22.152 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:55:21 smithi116 bash[25961]: audit 2023-11-15T05:55:20.233037+0000 mgr.smithi116.ldeiub (mgr.14182) 960 : audit [DBG] from='client.15200 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:55:22.153 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:55:21 smithi116 bash[25961]: cluster 2023-11-15T05:55:20.692545+0000 mgr.smithi116.ldeiub (mgr.14182) 961 : 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 2023-11-15T05:55:24.152 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:55:23 smithi116 bash[25961]: cluster 2023-11-15T05:55:22.693619+0000 mgr.smithi116.ldeiub (mgr.14182) 962 : 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 2023-11-15T05:55:24.262 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:55:23 smithi152 bash[29762]: cluster 2023-11-15T05:55:22.693619+0000 mgr.smithi116.ldeiub (mgr.14182) 962 : 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 2023-11-15T05:55:24.951 INFO:teuthology.orchestra.run.smithi116.stdout: 2023-11-15T05:55:24.951 INFO:teuthology.orchestra.run.smithi116.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T05:34:36.374719Z", "last_refresh": "2023-11-15T05:54:17.751933Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T05:34:28.472277Z", "last_refresh": "2023-11-15T05:45:04.477685Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T05:34:32.474479Z", "last_refresh": "2023-11-15T05:54:17.752440Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:53:09.881392Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi116.zxpatz on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:54:22.753577Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi152.geofqu on smithi152: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi152-geofqu\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi152-geofqu\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi152.geofqu\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi152.geofqu\nDeploy daemon haproxy.nfs.foo.smithi152.geofqu ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi152 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi152 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:54:26.654820Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi116.hxlcxq on smithi116: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi116-hxlcxq\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi116-hxlcxq\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi116.hxlcxq\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi116.hxlcxq\nDeploy daemon haproxy.nfs.foo.smithi116.hxlcxq ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:54:26.656800Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi152.pgrmuu on smithi152: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:54:26.658599Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi116.nxghxn on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.116/16"}, "status": {"created": "2023-11-15T05:41:51.643812Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.116/16"}}, {"events": ["2023-11-15T05:41:45.562111Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-15T05:41:45.554912Z", "last_refresh": "2023-11-15T05:45:04.480116Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T05:34:26.558369Z", "last_refresh": "2023-11-15T05:45:04.478100Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:35:55.352857Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi116:172.21.15.116=smithi116", "smithi152:172.21.15.152=smithi152"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T05:35:55.345327Z", "last_refresh": "2023-11-15T05:45:04.478373Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:41:51.641747Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-11-15T05:41:51.636276Z", "last_refresh": "2023-11-15T05:54:17.754311Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T05:34:34.444913Z", "last_refresh": "2023-11-15T05:45:04.478628Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T05:36:22.979260Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T05:36:22.972321Z", "last_refresh": "2023-11-15T05:45:04.479127Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T05:34:30.388073Z", "last_refresh": "2023-11-15T05:45:04.478878Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-15T05:55:25.546 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T05:55:25.902 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:55:25 smithi116 bash[25961]: cluster 2023-11-15T05:55:24.694782+0000 mgr.smithi116.ldeiub (mgr.14182) 963 : cluster [DBG] pgmap v639: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T05:55:26.011 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:55:25 smithi152 bash[29762]: cluster 2023-11-15T05:55:24.694782+0000 mgr.smithi116.ldeiub (mgr.14182) 963 : cluster [DBG] pgmap v639: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T05:55:26.547 DEBUG:teuthology.orchestra.run.smithi116:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 7456fada-8378-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T05:55:26.902 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:55:26 smithi116 bash[25961]: audit 2023-11-15T05:55:24.938326+0000 mgr.smithi116.ldeiub (mgr.14182) 964 : audit [DBG] from='client.15204 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:55:27.012 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:55:26 smithi152 bash[29762]: audit 2023-11-15T05:55:24.938326+0000 mgr.smithi116.ldeiub (mgr.14182) 964 : audit [DBG] from='client.15204 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:55:27.860 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:55:27 smithi116 bash[25961]: audit 2023-11-15T05:55:26.662906+0000 mon.smithi116 (mon.0) 878 : audit [DBG] from='mgr.14182 172.21.15.116:0/1868390107' entity='mgr.smithi116.ldeiub' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-15T05:55:27.860 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:55:27 smithi116 bash[25961]: cluster 2023-11-15T05:55:26.696157+0000 mgr.smithi116.ldeiub (mgr.14182) 965 : cluster [DBG] pgmap v640: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:55:27.860 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:55:27 smithi116 bash[25961]: audit 2023-11-15T05:55:26.969866+0000 mon.smithi116 (mon.0) 879 : audit [INF] from='mgr.14182 172.21.15.116:0/1868390107' entity='mgr.smithi116.ldeiub' 2023-11-15T05:55:28.012 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:55:27 smithi152 bash[29762]: audit 2023-11-15T05:55:26.662906+0000 mon.smithi116 (mon.0) 878 : audit [DBG] from='mgr.14182 172.21.15.116:0/1868390107' entity='mgr.smithi116.ldeiub' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-15T05:55:28.012 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:55:27 smithi152 bash[29762]: cluster 2023-11-15T05:55:26.696157+0000 mgr.smithi116.ldeiub (mgr.14182) 965 : cluster [DBG] pgmap v640: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:55:28.012 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:55:27 smithi152 bash[29762]: audit 2023-11-15T05:55:26.969866+0000 mon.smithi116 (mon.0) 879 : audit [INF] from='mgr.14182 172.21.15.116:0/1868390107' entity='mgr.smithi116.ldeiub' 2023-11-15T05:55:29.572 INFO:teuthology.orchestra.run.smithi116.stdout: 2023-11-15T05:55:29.572 INFO:teuthology.orchestra.run.smithi116.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T05:34:36.374719Z", "last_refresh": "2023-11-15T05:54:17.751933Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T05:34:28.472277Z", "last_refresh": "2023-11-15T05:45:04.477685Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T05:34:32.474479Z", "last_refresh": "2023-11-15T05:54:17.752440Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:53:09.881392Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi116.zxpatz on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:54:22.753577Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi152.geofqu on smithi152: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi152-geofqu\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi152-geofqu\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi152.geofqu\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi152.geofqu\nDeploy daemon haproxy.nfs.foo.smithi152.geofqu ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi152 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi152 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:54:26.654820Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi116.hxlcxq on smithi116: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi116-hxlcxq\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi116-hxlcxq\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi116.hxlcxq\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi116.hxlcxq\nDeploy daemon haproxy.nfs.foo.smithi116.hxlcxq ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:54:26.656800Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi152.pgrmuu on smithi152: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:54:26.658599Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi116.nxghxn on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.116/16"}, "status": {"created": "2023-11-15T05:41:51.643812Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.116/16"}}, {"events": ["2023-11-15T05:41:45.562111Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-15T05:41:45.554912Z", "last_refresh": "2023-11-15T05:45:04.480116Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T05:34:26.558369Z", "last_refresh": "2023-11-15T05:45:04.478100Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:35:55.352857Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi116:172.21.15.116=smithi116", "smithi152:172.21.15.152=smithi152"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T05:35:55.345327Z", "last_refresh": "2023-11-15T05:45:04.478373Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:41:51.641747Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-11-15T05:41:51.636276Z", "last_refresh": "2023-11-15T05:54:17.754311Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T05:34:34.444913Z", "last_refresh": "2023-11-15T05:45:04.478628Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T05:36:22.979260Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T05:36:22.972321Z", "last_refresh": "2023-11-15T05:45:04.479127Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T05:34:30.388073Z", "last_refresh": "2023-11-15T05:45:04.478878Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-15T05:55:29.902 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:55:29 smithi116 bash[25961]: cluster 2023-11-15T05:55:28.697426+0000 mgr.smithi116.ldeiub (mgr.14182) 966 : 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 2023-11-15T05:55:30.012 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:55:29 smithi152 bash[29762]: cluster 2023-11-15T05:55:28.697426+0000 mgr.smithi116.ldeiub (mgr.14182) 966 : 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 2023-11-15T05:55:30.183 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T05:55:31.152 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:55:30 smithi116 bash[25961]: audit 2023-11-15T05:55:29.554697+0000 mgr.smithi116.ldeiub (mgr.14182) 967 : audit [DBG] from='client.15208 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:55:31.184 DEBUG:teuthology.orchestra.run.smithi116:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 7456fada-8378-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T05:55:31.261 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:55:30 smithi152 bash[29762]: audit 2023-11-15T05:55:29.554697+0000 mgr.smithi116.ldeiub (mgr.14182) 967 : audit [DBG] from='client.15208 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:55:32.152 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:55:31 smithi116 bash[25961]: cluster 2023-11-15T05:55:30.698729+0000 mgr.smithi116.ldeiub (mgr.14182) 968 : 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 2023-11-15T05:55:32.262 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:55:31 smithi152 bash[29762]: cluster 2023-11-15T05:55:30.698729+0000 mgr.smithi116.ldeiub (mgr.14182) 968 : 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 2023-11-15T05:55:33.903 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:55:33 smithi116 bash[25961]: audit 2023-11-15T05:55:32.580987+0000 mon.smithi116 (mon.0) 880 : audit [INF] from='mgr.14182 172.21.15.116:0/1868390107' entity='mgr.smithi116.ldeiub' 2023-11-15T05:55:33.903 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:55:33 smithi116 bash[25961]: cluster 2023-11-15T05:55:32.699373+0000 mgr.smithi116.ldeiub (mgr.14182) 969 : 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 2023-11-15T05:55:33.903 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:55:33 smithi116 bash[25961]: audit 2023-11-15T05:55:32.877634+0000 mon.smithi116 (mon.0) 881 : audit [DBG] from='mgr.14182 172.21.15.116:0/1868390107' entity='mgr.smithi116.ldeiub' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-15T05:55:33.904 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:55:33 smithi116 bash[25961]: audit 2023-11-15T05:55:32.879354+0000 mon.smithi116 (mon.0) 882 : audit [INF] from='mgr.14182 172.21.15.116:0/1868390107' entity='mgr.smithi116.ldeiub' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-11-15T05:55:33.904 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:55:33 smithi116 bash[25961]: audit 2023-11-15T05:55:32.889974+0000 mon.smithi116 (mon.0) 883 : audit [INF] from='mgr.14182 172.21.15.116:0/1868390107' entity='mgr.smithi116.ldeiub' 2023-11-15T05:55:33.904 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:55:33 smithi116 bash[25961]: audit 2023-11-15T05:55:32.898368+0000 mon.smithi116 (mon.0) 884 : audit [DBG] from='mgr.14182 172.21.15.116:0/1868390107' entity='mgr.smithi116.ldeiub' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-11-15T05:55:33.904 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:55:33 smithi116 bash[25961]: audit 2023-11-15T05:55:32.917054+0000 mon.smithi116 (mon.0) 885 : audit [INF] from='mgr.14182 172.21.15.116:0/1868390107' entity='mgr.smithi116.ldeiub' 2023-11-15T05:55:34.012 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:55:33 smithi152 bash[29762]: audit 2023-11-15T05:55:32.580987+0000 mon.smithi116 (mon.0) 880 : audit [INF] from='mgr.14182 172.21.15.116:0/1868390107' entity='mgr.smithi116.ldeiub' 2023-11-15T05:55:34.012 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:55:33 smithi152 bash[29762]: cluster 2023-11-15T05:55:32.699373+0000 mgr.smithi116.ldeiub (mgr.14182) 969 : 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 2023-11-15T05:55:34.012 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:55:33 smithi152 bash[29762]: audit 2023-11-15T05:55:32.877634+0000 mon.smithi116 (mon.0) 881 : audit [DBG] from='mgr.14182 172.21.15.116:0/1868390107' entity='mgr.smithi116.ldeiub' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-15T05:55:34.012 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:55:33 smithi152 bash[29762]: audit 2023-11-15T05:55:32.879354+0000 mon.smithi116 (mon.0) 882 : audit [INF] from='mgr.14182 172.21.15.116:0/1868390107' entity='mgr.smithi116.ldeiub' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-11-15T05:55:34.013 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:55:33 smithi152 bash[29762]: audit 2023-11-15T05:55:32.889974+0000 mon.smithi116 (mon.0) 883 : audit [INF] from='mgr.14182 172.21.15.116:0/1868390107' entity='mgr.smithi116.ldeiub' 2023-11-15T05:55:34.013 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:55:33 smithi152 bash[29762]: audit 2023-11-15T05:55:32.898368+0000 mon.smithi116 (mon.0) 884 : audit [DBG] from='mgr.14182 172.21.15.116:0/1868390107' entity='mgr.smithi116.ldeiub' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-11-15T05:55:34.013 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:55:33 smithi152 bash[29762]: audit 2023-11-15T05:55:32.917054+0000 mon.smithi116 (mon.0) 885 : audit [INF] from='mgr.14182 172.21.15.116:0/1868390107' entity='mgr.smithi116.ldeiub' 2023-11-15T05:55:34.652 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:55:34 smithi116 bash[25961]: cluster 2023-11-15T05:55:32.890954+0000 mgr.smithi116.ldeiub (mgr.14182) 970 : cluster [DBG] pgmap v644: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 100 B/s rd, 0 op/s 2023-11-15T05:55:34.653 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:55:34 smithi116 bash[25961]: cephadm 2023-11-15T05:55:32.920472+0000 mgr.smithi116.ldeiub (mgr.14182) 971 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi152.bwxxnj on smithi152 2023-11-15T05:55:34.653 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:55:34 smithi116 bash[25961]: cluster 2023-11-15T05:55:33.577223+0000 mon.smithi116 (mon.0) 886 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2023-11-15T05:55:34.653 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:55:34 smithi116 bash[25961]: cluster 2023-11-15T05:55:33.577300+0000 mon.smithi116 (mon.0) 887 : cluster [INF] Cluster is now healthy 2023-11-15T05:55:34.824 INFO:teuthology.orchestra.run.smithi116.stdout: 2023-11-15T05:55:34.825 INFO:teuthology.orchestra.run.smithi116.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T05:34:36.374719Z", "last_refresh": "2023-11-15T05:54:17.751933Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T05:34:28.472277Z", "last_refresh": "2023-11-15T05:54:17.752190Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T05:34:32.474479Z", "last_refresh": "2023-11-15T05:54:17.752440Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:53:09.881392Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi116.zxpatz on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:54:22.753577Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi152.geofqu on smithi152: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi152-geofqu\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi152-geofqu\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi152.geofqu\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi152.geofqu\nDeploy daemon haproxy.nfs.foo.smithi152.geofqu ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi152 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi152 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:54:26.654820Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi116.hxlcxq on smithi116: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi116-hxlcxq\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi116-hxlcxq\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi116.hxlcxq\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi116.hxlcxq\nDeploy daemon haproxy.nfs.foo.smithi116.hxlcxq ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:54:26.656800Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi152.pgrmuu on smithi152: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:54:26.658599Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi116.nxghxn on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.116/16"}, "status": {"created": "2023-11-15T05:41:51.643812Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.116/16"}}, {"events": ["2023-11-15T05:41:45.562111Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-15T05:41:45.554912Z", "last_refresh": "2023-11-15T05:54:17.754055Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T05:34:26.558369Z", "last_refresh": "2023-11-15T05:54:17.751661Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:35:55.352857Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi116:172.21.15.116=smithi116", "smithi152:172.21.15.152=smithi152"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T05:35:55.345327Z", "last_refresh": "2023-11-15T05:54:17.751271Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:41:51.641747Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-11-15T05:41:51.636276Z", "last_refresh": "2023-11-15T05:54:17.754311Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T05:34:34.444913Z", "last_refresh": "2023-11-15T05:54:17.752691Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T05:36:22.979260Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T05:36:22.972321Z", "last_refresh": "2023-11-15T05:54:17.753010Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T05:34:30.388073Z", "last_refresh": "2023-11-15T05:55:32.568058Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-15T05:55:35.011 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:55:34 smithi152 bash[29762]: cluster 2023-11-15T05:55:32.890954+0000 mgr.smithi116.ldeiub (mgr.14182) 970 : cluster [DBG] pgmap v644: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 100 B/s rd, 0 op/s 2023-11-15T05:55:35.012 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:55:34 smithi152 bash[29762]: cephadm 2023-11-15T05:55:32.920472+0000 mgr.smithi116.ldeiub (mgr.14182) 971 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi152.bwxxnj on smithi152 2023-11-15T05:55:35.012 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:55:34 smithi152 bash[29762]: cluster 2023-11-15T05:55:33.577223+0000 mon.smithi116 (mon.0) 886 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2023-11-15T05:55:35.012 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:55:34 smithi152 bash[29762]: cluster 2023-11-15T05:55:33.577300+0000 mon.smithi116 (mon.0) 887 : cluster [INF] Cluster is now healthy 2023-11-15T05:55:35.408 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T05:55:35.902 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:55:35 smithi116 bash[25961]: audit 2023-11-15T05:55:34.807607+0000 mgr.smithi116.ldeiub (mgr.14182) 972 : audit [DBG] from='client.15212 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:55:36.011 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:55:35 smithi152 bash[29762]: audit 2023-11-15T05:55:34.807607+0000 mgr.smithi116.ldeiub (mgr.14182) 972 : audit [DBG] from='client.15212 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:55:36.410 DEBUG:teuthology.orchestra.run.smithi116:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 7456fada-8378-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T05:55:36.902 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:55:36 smithi116 bash[25961]: cluster 2023-11-15T05:55:34.891783+0000 mgr.smithi116.ldeiub (mgr.14182) 973 : cluster [DBG] pgmap v645: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 100 B/s rd, 0 op/s 2023-11-15T05:55:37.012 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:55:36 smithi152 bash[29762]: cluster 2023-11-15T05:55:34.891783+0000 mgr.smithi116.ldeiub (mgr.14182) 973 : cluster [DBG] pgmap v645: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 100 B/s rd, 0 op/s 2023-11-15T05:55:37.850 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:55:37 smithi116 bash[25961]: cephadm 2023-11-15T05:55:36.638466+0000 mgr.smithi116.ldeiub (mgr.14182) 974 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi152-bwxxnj 2023-11-15T05:55:37.851 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:55:37 smithi116 bash[25961]: /usr/bin/docker: stdout 2023-11-15T05:55:37.851 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:55:37 smithi116 bash[25961]: /usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi152-bwxxnj 2023-11-15T05:55:37.851 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:55:37 smithi116 bash[25961]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi152.bwxxnj 2023-11-15T05:55:37.851 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:55:37 smithi116 bash[25961]: /usr/bin/docker: stdout 2023-11-15T05:55:37.852 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:55:37 smithi116 bash[25961]: /usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi152.bwxxnj 2023-11-15T05:55:37.852 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:55:37 smithi116 bash[25961]: Deploy daemon haproxy.nfs.foo.smithi152.bwxxnj ... 2023-11-15T05:55:37.852 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:55:37 smithi116 bash[25961]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi152 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T05:55:37.852 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:55:37 smithi116 bash[25961]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-15T05:55:37.852 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:55:37 smithi116 bash[25961]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-15T05:55:37.853 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:55:37 smithi116 bash[25961]: stat: stderr See 'docker run --help'. 2023-11-15T05:55:37.853 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:55:37 smithi116 bash[25961]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi152 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T05:55:37.853 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:55:37 smithi116 bash[25961]: Traceback (most recent call last): 2023-11-15T05:55:37.853 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:55:37 smithi116 bash[25961]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-11-15T05:55:37.853 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:55:37 smithi116 bash[25961]: yield (conn, connr) 2023-11-15T05:55:37.854 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:55:37 smithi116 bash[25961]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-11-15T05:55:37.854 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:55:37 smithi116 bash[25961]: code, '\n'.join(err))) 2023-11-15T05:55:37.854 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:55:37 smithi116 bash[25961]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi152-bwxxnj 2023-11-15T05:55:37.854 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:55:37 smithi116 bash[25961]: /usr/bin/docker: stdout 2023-11-15T05:55:37.854 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:55:37 smithi116 bash[25961]: /usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi152-bwxxnj 2023-11-15T05:55:37.854 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:55:37 smithi116 bash[25961]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi152.bwxxnj 2023-11-15T05:55:37.855 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:55:37 smithi116 bash[25961]: /usr/bin/docker: stdout 2023-11-15T05:55:37.855 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:55:37 smithi116 bash[25961]: /usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi152.bwxxnj 2023-11-15T05:55:37.855 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:55:37 smithi116 bash[25961]: Deploy daemon haproxy.nfs.foo.smithi152.bwxxnj ... 2023-11-15T05:55:37.855 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:55:37 smithi116 bash[25961]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi152 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T05:55:37.855 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:55:37 smithi116 bash[25961]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-15T05:55:37.856 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:55:37 smithi116 bash[25961]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-15T05:55:37.856 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:55:37 smithi116 bash[25961]: stat: stderr See 'docker run --help'. 2023-11-15T05:55:37.856 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:55:37 smithi116 bash[25961]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi152 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T05:55:37.856 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:55:37 smithi116 bash[25961]: cephadm 2023-11-15T05:55:36.638920+0000 mgr.smithi116.ldeiub (mgr.14182) 975 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi152.bwxxnj 2023-11-15T05:55:37.856 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:55:37 smithi116 bash[25961]: audit 2023-11-15T05:55:36.639527+0000 mon.smithi116 (mon.0) 888 : audit [INF] from='mgr.14182 172.21.15.116:0/1868390107' entity='mgr.smithi116.ldeiub' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi152.bwxxnj"}]: dispatch 2023-11-15T05:55:37.857 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:55:37 smithi116 bash[25961]: cephadm 2023-11-15T05:55:36.640887+0000 mgr.smithi116.ldeiub (mgr.14182) 976 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi152.bwxxnj on smithi152: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi152-bwxxnj 2023-11-15T05:55:37.857 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:55:37 smithi116 bash[25961]: /usr/bin/docker: stdout 2023-11-15T05:55:37.857 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:55:37 smithi116 bash[25961]: /usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi152-bwxxnj 2023-11-15T05:55:37.857 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:55:37 smithi116 bash[25961]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi152.bwxxnj 2023-11-15T05:55:37.857 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:55:37 smithi116 bash[25961]: /usr/bin/docker: stdout 2023-11-15T05:55:37.857 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:55:37 smithi116 bash[25961]: /usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi152.bwxxnj 2023-11-15T05:55:37.858 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:55:37 smithi116 bash[25961]: Deploy daemon haproxy.nfs.foo.smithi152.bwxxnj ... 2023-11-15T05:55:37.858 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:55:37 smithi116 bash[25961]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi152 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T05:55:37.858 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:55:37 smithi116 bash[25961]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-15T05:55:37.858 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:55:37 smithi116 bash[25961]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-15T05:55:37.858 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:55:37 smithi116 bash[25961]: stat: stderr See 'docker run --help'. 2023-11-15T05:55:37.859 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:55:37 smithi116 bash[25961]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi152 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T05:55:37.859 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:55:37 smithi116 bash[25961]: cephadm 2023-11-15T05:55:36.644949+0000 mgr.smithi116.ldeiub (mgr.14182) 977 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi116.fcbmdq on smithi116 2023-11-15T05:55:38.012 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:55:37 smithi152 bash[29762]: cephadm 2023-11-15T05:55:36.638466+0000 mgr.smithi116.ldeiub (mgr.14182) 974 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi152-bwxxnj 2023-11-15T05:55:38.013 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:55:37 smithi152 bash[29762]: /usr/bin/docker: stdout 2023-11-15T05:55:38.013 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:55:37 smithi152 bash[29762]: /usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi152-bwxxnj 2023-11-15T05:55:38.013 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:55:37 smithi152 bash[29762]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi152.bwxxnj 2023-11-15T05:55:38.013 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:55:37 smithi152 bash[29762]: /usr/bin/docker: stdout 2023-11-15T05:55:38.014 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:55:37 smithi152 bash[29762]: /usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi152.bwxxnj 2023-11-15T05:55:38.014 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:55:37 smithi152 bash[29762]: Deploy daemon haproxy.nfs.foo.smithi152.bwxxnj ... 2023-11-15T05:55:38.014 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:55:37 smithi152 bash[29762]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi152 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T05:55:38.014 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:55:37 smithi152 bash[29762]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-15T05:55:38.014 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:55:37 smithi152 bash[29762]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-15T05:55:38.014 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:55:37 smithi152 bash[29762]: stat: stderr See 'docker run --help'. 2023-11-15T05:55:38.015 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:55:37 smithi152 bash[29762]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi152 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T05:55:38.015 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:55:37 smithi152 bash[29762]: Traceback (most recent call last): 2023-11-15T05:55:38.015 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:55:37 smithi152 bash[29762]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-11-15T05:55:38.015 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:55:37 smithi152 bash[29762]: yield (conn, connr) 2023-11-15T05:55:38.017 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:55:37 smithi152 bash[29762]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-11-15T05:55:38.017 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:55:37 smithi152 bash[29762]: code, '\n'.join(err))) 2023-11-15T05:55:38.017 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:55:37 smithi152 bash[29762]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi152-bwxxnj 2023-11-15T05:55:38.017 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:55:37 smithi152 bash[29762]: /usr/bin/docker: stdout 2023-11-15T05:55:38.018 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:55:37 smithi152 bash[29762]: /usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi152-bwxxnj 2023-11-15T05:55:38.018 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:55:37 smithi152 bash[29762]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi152.bwxxnj 2023-11-15T05:55:38.018 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:55:37 smithi152 bash[29762]: /usr/bin/docker: stdout 2023-11-15T05:55:38.018 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:55:37 smithi152 bash[29762]: /usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi152.bwxxnj 2023-11-15T05:55:38.018 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:55:37 smithi152 bash[29762]: Deploy daemon haproxy.nfs.foo.smithi152.bwxxnj ... 2023-11-15T05:55:38.019 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:55:37 smithi152 bash[29762]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi152 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T05:55:38.019 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:55:37 smithi152 bash[29762]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-15T05:55:38.019 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:55:37 smithi152 bash[29762]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-15T05:55:38.019 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:55:37 smithi152 bash[29762]: stat: stderr See 'docker run --help'. 2023-11-15T05:55:38.019 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:55:37 smithi152 bash[29762]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi152 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T05:55:38.020 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:55:37 smithi152 bash[29762]: cephadm 2023-11-15T05:55:36.638920+0000 mgr.smithi116.ldeiub (mgr.14182) 975 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi152.bwxxnj 2023-11-15T05:55:38.020 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:55:37 smithi152 bash[29762]: audit 2023-11-15T05:55:36.639527+0000 mon.smithi116 (mon.0) 888 : audit [INF] from='mgr.14182 172.21.15.116:0/1868390107' entity='mgr.smithi116.ldeiub' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi152.bwxxnj"}]: dispatch 2023-11-15T05:55:38.020 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:55:37 smithi152 bash[29762]: cephadm 2023-11-15T05:55:36.640887+0000 mgr.smithi116.ldeiub (mgr.14182) 976 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi152.bwxxnj on smithi152: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi152-bwxxnj 2023-11-15T05:55:38.020 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:55:37 smithi152 bash[29762]: /usr/bin/docker: stdout 2023-11-15T05:55:38.020 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:55:37 smithi152 bash[29762]: /usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi152-bwxxnj 2023-11-15T05:55:38.020 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:55:37 smithi152 bash[29762]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi152.bwxxnj 2023-11-15T05:55:38.021 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:55:37 smithi152 bash[29762]: /usr/bin/docker: stdout 2023-11-15T05:55:38.021 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:55:37 smithi152 bash[29762]: /usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi152.bwxxnj 2023-11-15T05:55:38.021 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:55:37 smithi152 bash[29762]: Deploy daemon haproxy.nfs.foo.smithi152.bwxxnj ... 2023-11-15T05:55:38.021 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:55:37 smithi152 bash[29762]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi152 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T05:55:38.022 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:55:37 smithi152 bash[29762]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-15T05:55:38.022 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:55:37 smithi152 bash[29762]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-15T05:55:38.022 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:55:37 smithi152 bash[29762]: stat: stderr See 'docker run --help'. 2023-11-15T05:55:38.022 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:55:37 smithi152 bash[29762]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi152 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T05:55:38.022 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:55:37 smithi152 bash[29762]: cephadm 2023-11-15T05:55:36.644949+0000 mgr.smithi116.ldeiub (mgr.14182) 977 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi116.fcbmdq on smithi116 2023-11-15T05:55:38.902 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:55:38 smithi116 bash[25961]: cluster 2023-11-15T05:55:36.892426+0000 mgr.smithi116.ldeiub (mgr.14182) 978 : cluster [DBG] pgmap v646: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 100 B/s rd, 0 op/s 2023-11-15T05:55:39.011 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:55:38 smithi152 bash[29762]: cluster 2023-11-15T05:55:36.892426+0000 mgr.smithi116.ldeiub (mgr.14182) 978 : cluster [DBG] pgmap v646: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 100 B/s rd, 0 op/s 2023-11-15T05:55:39.681 INFO:teuthology.orchestra.run.smithi116.stdout: 2023-11-15T05:55:39.682 INFO:teuthology.orchestra.run.smithi116.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T05:34:36.374719Z", "last_refresh": "2023-11-15T05:54:17.751933Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T05:34:28.472277Z", "last_refresh": "2023-11-15T05:54:17.752190Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T05:34:32.474479Z", "last_refresh": "2023-11-15T05:54:17.752440Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:54:22.753577Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi152.geofqu on smithi152: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi152-geofqu\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi152-geofqu\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi152.geofqu\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi152.geofqu\nDeploy daemon haproxy.nfs.foo.smithi152.geofqu ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi152 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi152 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:54:26.654820Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi116.hxlcxq on smithi116: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi116-hxlcxq\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi116-hxlcxq\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi116.hxlcxq\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi116.hxlcxq\nDeploy daemon haproxy.nfs.foo.smithi116.hxlcxq ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:54:26.656800Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi152.pgrmuu on smithi152: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:54:26.658599Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi116.nxghxn on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:55:36.640683Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi152.bwxxnj on smithi152: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi152-bwxxnj\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi152-bwxxnj\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi152.bwxxnj\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi152.bwxxnj\nDeploy daemon haproxy.nfs.foo.smithi152.bwxxnj ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi152 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi152 -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.116/16"}, "status": {"created": "2023-11-15T05:41:51.643812Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.116/16"}}, {"events": ["2023-11-15T05:41:45.562111Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-15T05:41:45.554912Z", "last_refresh": "2023-11-15T05:54:17.754055Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T05:34:26.558369Z", "last_refresh": "2023-11-15T05:54:17.751661Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:35:55.352857Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi116:172.21.15.116=smithi116", "smithi152:172.21.15.152=smithi152"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T05:35:55.345327Z", "last_refresh": "2023-11-15T05:54:17.751271Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:41:51.641747Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-11-15T05:41:51.636276Z", "last_refresh": "2023-11-15T05:54:17.754311Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T05:34:34.444913Z", "last_refresh": "2023-11-15T05:54:17.752691Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T05:36:22.979260Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T05:36:22.972321Z", "last_refresh": "2023-11-15T05:54:17.753010Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T05:34:30.388073Z", "last_refresh": "2023-11-15T05:55:32.568058Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-15T05:55:40.249 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T05:55:40.903 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:55:40 smithi116 bash[25961]: cluster 2023-11-15T05:55:38.893344+0000 mgr.smithi116.ldeiub (mgr.14182) 979 : cluster [DBG] pgmap v647: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 100 B/s rd, 0 op/s 2023-11-15T05:55:40.903 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:55:40 smithi116 bash[25961]: audit 2023-11-15T05:55:39.665786+0000 mgr.smithi116.ldeiub (mgr.14182) 980 : audit [DBG] from='client.15216 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:55:40.903 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:55:40 smithi116 bash[25961]: audit 2023-11-15T05:55:40.492834+0000 mon.smithi116 (mon.0) 889 : audit [INF] from='mgr.14182 172.21.15.116:0/1868390107' entity='mgr.smithi116.ldeiub' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi116.fcbmdq"}]: dispatch 2023-11-15T05:55:41.011 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:55:40 smithi152 bash[29762]: cluster 2023-11-15T05:55:38.893344+0000 mgr.smithi116.ldeiub (mgr.14182) 979 : cluster [DBG] pgmap v647: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 100 B/s rd, 0 op/s 2023-11-15T05:55:41.012 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:55:40 smithi152 bash[29762]: audit 2023-11-15T05:55:39.665786+0000 mgr.smithi116.ldeiub (mgr.14182) 980 : audit [DBG] from='client.15216 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:55:41.012 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:55:40 smithi152 bash[29762]: audit 2023-11-15T05:55:40.492834+0000 mon.smithi116 (mon.0) 889 : audit [INF] from='mgr.14182 172.21.15.116:0/1868390107' entity='mgr.smithi116.ldeiub' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi116.fcbmdq"}]: dispatch 2023-11-15T05:55:41.250 DEBUG:teuthology.orchestra.run.smithi116:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 7456fada-8378-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T05:55:41.903 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:55:41 smithi116 bash[25961]: cephadm 2023-11-15T05:55:40.491553+0000 mgr.smithi116.ldeiub (mgr.14182) 981 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi116-fcbmdq 2023-11-15T05:55:41.903 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:55:41 smithi116 bash[25961]: /usr/bin/docker: stdout 2023-11-15T05:55:41.904 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:55:41 smithi116 bash[25961]: /usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi116-fcbmdq 2023-11-15T05:55:41.904 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:55:41 smithi116 bash[25961]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi116.fcbmdq 2023-11-15T05:55:41.904 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:55:41 smithi116 bash[25961]: /usr/bin/docker: stdout 2023-11-15T05:55:41.904 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:55:41 smithi116 bash[25961]: /usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi116.fcbmdq 2023-11-15T05:55:41.904 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:55:41 smithi116 bash[25961]: Deploy daemon haproxy.nfs.foo.smithi116.fcbmdq ... 2023-11-15T05:55:41.905 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:55:41 smithi116 bash[25961]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T05:55:41.905 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:55:41 smithi116 bash[25961]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-15T05:55:41.905 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:55:41 smithi116 bash[25961]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-15T05:55:41.905 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:55:41 smithi116 bash[25961]: stat: stderr See 'docker run --help'. 2023-11-15T05:55:41.905 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:55:41 smithi116 bash[25961]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T05:55:41.906 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:55:41 smithi116 bash[25961]: Traceback (most recent call last): 2023-11-15T05:55:41.906 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:55:41 smithi116 bash[25961]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-11-15T05:55:41.906 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:55:41 smithi116 bash[25961]: yield (conn, connr) 2023-11-15T05:55:41.906 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:55:41 smithi116 bash[25961]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-11-15T05:55:41.906 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:55:41 smithi116 bash[25961]: code, '\n'.join(err))) 2023-11-15T05:55:41.906 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:55:41 smithi116 bash[25961]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi116-fcbmdq 2023-11-15T05:55:41.907 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:55:41 smithi116 bash[25961]: /usr/bin/docker: stdout 2023-11-15T05:55:41.907 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:55:41 smithi116 bash[25961]: /usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi116-fcbmdq 2023-11-15T05:55:41.907 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:55:41 smithi116 bash[25961]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi116.fcbmdq 2023-11-15T05:55:41.907 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:55:41 smithi116 bash[25961]: /usr/bin/docker: stdout 2023-11-15T05:55:41.907 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:55:41 smithi116 bash[25961]: /usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi116.fcbmdq 2023-11-15T05:55:41.908 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:55:41 smithi116 bash[25961]: Deploy daemon haproxy.nfs.foo.smithi116.fcbmdq ... 2023-11-15T05:55:41.908 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:55:41 smithi116 bash[25961]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T05:55:41.908 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:55:41 smithi116 bash[25961]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-15T05:55:41.908 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:55:41 smithi116 bash[25961]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-15T05:55:41.908 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:55:41 smithi116 bash[25961]: stat: stderr See 'docker run --help'. 2023-11-15T05:55:41.908 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:55:41 smithi116 bash[25961]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T05:55:41.909 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:55:41 smithi116 bash[25961]: cephadm 2023-11-15T05:55:40.492136+0000 mgr.smithi116.ldeiub (mgr.14182) 982 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi116.fcbmdq 2023-11-15T05:55:41.909 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:55:41 smithi116 bash[25961]: cephadm 2023-11-15T05:55:40.494282+0000 mgr.smithi116.ldeiub (mgr.14182) 983 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi116.fcbmdq on smithi116: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi116-fcbmdq 2023-11-15T05:55:41.909 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:55:41 smithi116 bash[25961]: /usr/bin/docker: stdout 2023-11-15T05:55:41.909 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:55:41 smithi116 bash[25961]: /usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi116-fcbmdq 2023-11-15T05:55:41.909 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:55:41 smithi116 bash[25961]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi116.fcbmdq 2023-11-15T05:55:41.910 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:55:41 smithi116 bash[25961]: /usr/bin/docker: stdout 2023-11-15T05:55:41.910 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:55:41 smithi116 bash[25961]: /usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi116.fcbmdq 2023-11-15T05:55:41.910 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:55:41 smithi116 bash[25961]: Deploy daemon haproxy.nfs.foo.smithi116.fcbmdq ... 2023-11-15T05:55:41.911 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:55:41 smithi116 bash[25961]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T05:55:41.911 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:55:41 smithi116 bash[25961]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-15T05:55:41.911 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:55:41 smithi116 bash[25961]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-15T05:55:41.911 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:55:41 smithi116 bash[25961]: stat: stderr See 'docker run --help'. 2023-11-15T05:55:41.911 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:55:41 smithi116 bash[25961]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T05:55:41.912 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:55:41 smithi116 bash[25961]: cephadm 2023-11-15T05:55:40.496417+0000 mgr.smithi116.ldeiub (mgr.14182) 984 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi152.vxqdkn on smithi152: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-11-15T05:55:41.912 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:55:41 smithi116 bash[25961]: cephadm 2023-11-15T05:55:40.497987+0000 mgr.smithi116.ldeiub (mgr.14182) 985 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi116.jzrwmb on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-11-15T05:55:41.912 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:55:41 smithi116 bash[25961]: cluster 2023-11-15T05:55:40.499585+0000 mgr.smithi116.ldeiub (mgr.14182) 986 : cluster [DBG] pgmap v648: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 104 B/s rd, 0 op/s 2023-11-15T05:55:41.912 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:55:41 smithi116 bash[25961]: cluster 2023-11-15T05:55:40.616437+0000 mon.smithi116 (mon.0) 890 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2023-11-15T05:55:41.913 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:55:41 smithi116 bash[25961]: audit 2023-11-15T05:55:41.218149+0000 mon.smithi116 (mon.0) 891 : audit [INF] from='mgr.14182 172.21.15.116:0/1868390107' entity='mgr.smithi116.ldeiub' 2023-11-15T05:55:42.012 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:55:41 smithi152 bash[29762]: cephadm 2023-11-15T05:55:40.491553+0000 mgr.smithi116.ldeiub (mgr.14182) 981 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi116-fcbmdq 2023-11-15T05:55:42.012 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:55:41 smithi152 bash[29762]: /usr/bin/docker: stdout 2023-11-15T05:55:42.013 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:55:41 smithi152 bash[29762]: /usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi116-fcbmdq 2023-11-15T05:55:42.013 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:55:41 smithi152 bash[29762]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi116.fcbmdq 2023-11-15T05:55:42.013 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:55:41 smithi152 bash[29762]: /usr/bin/docker: stdout 2023-11-15T05:55:42.013 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:55:41 smithi152 bash[29762]: /usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi116.fcbmdq 2023-11-15T05:55:42.013 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:55:41 smithi152 bash[29762]: Deploy daemon haproxy.nfs.foo.smithi116.fcbmdq ... 2023-11-15T05:55:42.014 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:55:41 smithi152 bash[29762]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T05:55:42.014 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:55:41 smithi152 bash[29762]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-15T05:55:42.014 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:55:41 smithi152 bash[29762]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-15T05:55:42.014 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:55:41 smithi152 bash[29762]: stat: stderr See 'docker run --help'. 2023-11-15T05:55:42.015 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:55:41 smithi152 bash[29762]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T05:55:42.015 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:55:41 smithi152 bash[29762]: Traceback (most recent call last): 2023-11-15T05:55:42.015 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:55:41 smithi152 bash[29762]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-11-15T05:55:42.015 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:55:41 smithi152 bash[29762]: yield (conn, connr) 2023-11-15T05:55:42.015 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:55:41 smithi152 bash[29762]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-11-15T05:55:42.015 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:55:41 smithi152 bash[29762]: code, '\n'.join(err))) 2023-11-15T05:55:42.016 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:55:41 smithi152 bash[29762]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi116-fcbmdq 2023-11-15T05:55:42.016 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:55:41 smithi152 bash[29762]: /usr/bin/docker: stdout 2023-11-15T05:55:42.017 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:55:41 smithi152 bash[29762]: /usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi116-fcbmdq 2023-11-15T05:55:42.017 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:55:41 smithi152 bash[29762]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi116.fcbmdq 2023-11-15T05:55:42.017 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:55:41 smithi152 bash[29762]: /usr/bin/docker: stdout 2023-11-15T05:55:42.017 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:55:41 smithi152 bash[29762]: /usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi116.fcbmdq 2023-11-15T05:55:42.017 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:55:41 smithi152 bash[29762]: Deploy daemon haproxy.nfs.foo.smithi116.fcbmdq ... 2023-11-15T05:55:42.018 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:55:41 smithi152 bash[29762]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T05:55:42.018 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:55:41 smithi152 bash[29762]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-15T05:55:42.018 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:55:41 smithi152 bash[29762]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-15T05:55:42.018 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:55:41 smithi152 bash[29762]: stat: stderr See 'docker run --help'. 2023-11-15T05:55:42.018 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:55:41 smithi152 bash[29762]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T05:55:42.019 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:55:41 smithi152 bash[29762]: cephadm 2023-11-15T05:55:40.492136+0000 mgr.smithi116.ldeiub (mgr.14182) 982 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi116.fcbmdq 2023-11-15T05:55:42.019 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:55:41 smithi152 bash[29762]: cephadm 2023-11-15T05:55:40.494282+0000 mgr.smithi116.ldeiub (mgr.14182) 983 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi116.fcbmdq on smithi116: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi116-fcbmdq 2023-11-15T05:55:42.019 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:55:41 smithi152 bash[29762]: /usr/bin/docker: stdout 2023-11-15T05:55:42.019 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:55:41 smithi152 bash[29762]: /usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi116-fcbmdq 2023-11-15T05:55:42.019 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:55:41 smithi152 bash[29762]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi116.fcbmdq 2023-11-15T05:55:42.020 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:55:41 smithi152 bash[29762]: /usr/bin/docker: stdout 2023-11-15T05:55:42.020 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:55:41 smithi152 bash[29762]: /usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi116.fcbmdq 2023-11-15T05:55:42.020 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:55:41 smithi152 bash[29762]: Deploy daemon haproxy.nfs.foo.smithi116.fcbmdq ... 2023-11-15T05:55:42.020 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:55:41 smithi152 bash[29762]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T05:55:42.020 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:55:41 smithi152 bash[29762]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-15T05:55:42.020 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:55:41 smithi152 bash[29762]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-15T05:55:42.021 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:55:41 smithi152 bash[29762]: stat: stderr See 'docker run --help'. 2023-11-15T05:55:42.021 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:55:41 smithi152 bash[29762]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T05:55:42.021 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:55:41 smithi152 bash[29762]: cephadm 2023-11-15T05:55:40.496417+0000 mgr.smithi116.ldeiub (mgr.14182) 984 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi152.vxqdkn on smithi152: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-11-15T05:55:42.021 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:55:41 smithi152 bash[29762]: cephadm 2023-11-15T05:55:40.497987+0000 mgr.smithi116.ldeiub (mgr.14182) 985 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi116.jzrwmb on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-11-15T05:55:42.021 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:55:41 smithi152 bash[29762]: cluster 2023-11-15T05:55:40.499585+0000 mgr.smithi116.ldeiub (mgr.14182) 986 : cluster [DBG] pgmap v648: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 104 B/s rd, 0 op/s 2023-11-15T05:55:42.022 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:55:41 smithi152 bash[29762]: cluster 2023-11-15T05:55:40.616437+0000 mon.smithi116 (mon.0) 890 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2023-11-15T05:55:42.022 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:55:41 smithi152 bash[29762]: audit 2023-11-15T05:55:41.218149+0000 mon.smithi116 (mon.0) 891 : audit [INF] from='mgr.14182 172.21.15.116:0/1868390107' entity='mgr.smithi116.ldeiub' 2023-11-15T05:55:43.903 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:55:43 smithi116 bash[25961]: cluster 2023-11-15T05:55:42.500700+0000 mgr.smithi116.ldeiub (mgr.14182) 987 : cluster [DBG] pgmap v649: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 104 B/s rd, 0 op/s 2023-11-15T05:55:44.011 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:55:43 smithi152 bash[29762]: cluster 2023-11-15T05:55:42.500700+0000 mgr.smithi116.ldeiub (mgr.14182) 987 : cluster [DBG] pgmap v649: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 104 B/s rd, 0 op/s 2023-11-15T05:55:44.673 INFO:teuthology.orchestra.run.smithi116.stdout: 2023-11-15T05:55:44.673 INFO:teuthology.orchestra.run.smithi116.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T05:34:36.374719Z", "last_refresh": "2023-11-15T05:54:17.751933Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T05:34:28.472277Z", "last_refresh": "2023-11-15T05:54:17.752190Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T05:34:32.474479Z", "last_refresh": "2023-11-15T05:54:17.752440Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:54:26.658599Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi116.nxghxn on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:55:36.640683Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi152.bwxxnj on smithi152: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi152-bwxxnj\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi152-bwxxnj\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi152.bwxxnj\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi152.bwxxnj\nDeploy daemon haproxy.nfs.foo.smithi152.bwxxnj ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi152 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi152 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:55:40.494158Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi116.fcbmdq on smithi116: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi116-fcbmdq\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi116-fcbmdq\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi116.fcbmdq\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi116.fcbmdq\nDeploy daemon haproxy.nfs.foo.smithi116.fcbmdq ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:55:40.496312Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi152.vxqdkn on smithi152: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:55:40.497874Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi116.jzrwmb on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.116/16"}, "status": {"created": "2023-11-15T05:41:51.643812Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.116/16"}}, {"events": ["2023-11-15T05:41:45.562111Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-15T05:41:45.554912Z", "last_refresh": "2023-11-15T05:54:17.754055Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T05:34:26.558369Z", "last_refresh": "2023-11-15T05:54:17.751661Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:35:55.352857Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi116:172.21.15.116=smithi116", "smithi152:172.21.15.152=smithi152"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T05:35:55.345327Z", "last_refresh": "2023-11-15T05:54:17.751271Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:41:51.641747Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-11-15T05:41:51.636276Z", "last_refresh": "2023-11-15T05:54:17.754311Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T05:34:34.444913Z", "last_refresh": "2023-11-15T05:54:17.752691Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T05:36:22.979260Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T05:36:22.972321Z", "last_refresh": "2023-11-15T05:54:17.753010Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T05:34:30.388073Z", "last_refresh": "2023-11-15T05:55:32.568058Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-15T05:55:45.333 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T05:55:45.902 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:55:45 smithi116 bash[25961]: cluster 2023-11-15T05:55:44.501836+0000 mgr.smithi116.ldeiub (mgr.14182) 988 : cluster [DBG] pgmap v650: 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 2023-11-15T05:55:45.903 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:55:45 smithi116 bash[25961]: audit 2023-11-15T05:55:44.662974+0000 mgr.smithi116.ldeiub (mgr.14182) 989 : audit [DBG] from='client.15220 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:55:46.012 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:55:45 smithi152 bash[29762]: cluster 2023-11-15T05:55:44.501836+0000 mgr.smithi116.ldeiub (mgr.14182) 988 : cluster [DBG] pgmap v650: 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 2023-11-15T05:55:46.013 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:55:45 smithi152 bash[29762]: audit 2023-11-15T05:55:44.662974+0000 mgr.smithi116.ldeiub (mgr.14182) 989 : audit [DBG] from='client.15220 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:55:46.334 DEBUG:teuthology.orchestra.run.smithi116:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 7456fada-8378-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T05:55:47.902 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:55:47 smithi116 bash[25961]: cluster 2023-11-15T05:55:46.502594+0000 mgr.smithi116.ldeiub (mgr.14182) 990 : cluster [DBG] pgmap v651: 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 2023-11-15T05:55:48.011 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:55:47 smithi152 bash[29762]: cluster 2023-11-15T05:55:46.502594+0000 mgr.smithi116.ldeiub (mgr.14182) 990 : cluster [DBG] pgmap v651: 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 2023-11-15T05:55:49.394 INFO:teuthology.orchestra.run.smithi116.stdout: 2023-11-15T05:55:49.394 INFO:teuthology.orchestra.run.smithi116.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T05:34:36.374719Z", "last_refresh": "2023-11-15T05:54:17.751933Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T05:34:28.472277Z", "last_refresh": "2023-11-15T05:54:17.752190Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T05:34:32.474479Z", "last_refresh": "2023-11-15T05:54:17.752440Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:54:26.658599Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi116.nxghxn on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:55:36.640683Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi152.bwxxnj on smithi152: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi152-bwxxnj\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi152-bwxxnj\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi152.bwxxnj\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi152.bwxxnj\nDeploy daemon haproxy.nfs.foo.smithi152.bwxxnj ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi152 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi152 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:55:40.494158Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi116.fcbmdq on smithi116: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi116-fcbmdq\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi116-fcbmdq\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi116.fcbmdq\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi116.fcbmdq\nDeploy daemon haproxy.nfs.foo.smithi116.fcbmdq ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:55:40.496312Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi152.vxqdkn on smithi152: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:55:40.497874Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi116.jzrwmb on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.116/16"}, "status": {"created": "2023-11-15T05:41:51.643812Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.116/16"}}, {"events": ["2023-11-15T05:41:45.562111Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-15T05:41:45.554912Z", "last_refresh": "2023-11-15T05:54:17.754055Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T05:34:26.558369Z", "last_refresh": "2023-11-15T05:54:17.751661Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:35:55.352857Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi116:172.21.15.116=smithi116", "smithi152:172.21.15.152=smithi152"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T05:35:55.345327Z", "last_refresh": "2023-11-15T05:54:17.751271Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:41:51.641747Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-11-15T05:41:51.636276Z", "last_refresh": "2023-11-15T05:54:17.754311Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T05:34:34.444913Z", "last_refresh": "2023-11-15T05:54:17.752691Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T05:36:22.979260Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T05:36:22.972321Z", "last_refresh": "2023-11-15T05:54:17.753010Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T05:34:30.388073Z", "last_refresh": "2023-11-15T05:55:32.568058Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-15T05:55:49.902 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:55:49 smithi116 bash[25961]: cluster 2023-11-15T05:55:48.503772+0000 mgr.smithi116.ldeiub (mgr.14182) 991 : cluster [DBG] pgmap v652: 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 2023-11-15T05:55:49.961 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T05:55:50.011 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:55:49 smithi152 bash[29762]: cluster 2023-11-15T05:55:48.503772+0000 mgr.smithi116.ldeiub (mgr.14182) 991 : cluster [DBG] pgmap v652: 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 2023-11-15T05:55:50.963 DEBUG:teuthology.orchestra.run.smithi116:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 7456fada-8378-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T05:55:50.976 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:55:50 smithi116 bash[25961]: audit 2023-11-15T05:55:49.383936+0000 mgr.smithi116.ldeiub (mgr.14182) 992 : audit [DBG] from='client.15224 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:55:51.011 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:55:50 smithi152 bash[29762]: audit 2023-11-15T05:55:49.383936+0000 mgr.smithi116.ldeiub (mgr.14182) 992 : audit [DBG] from='client.15224 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:55:52.011 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:55:51 smithi152 bash[29762]: cluster 2023-11-15T05:55:50.505072+0000 mgr.smithi116.ldeiub (mgr.14182) 993 : cluster [DBG] pgmap v653: 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 2023-11-15T05:55:52.051 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:55:51 smithi116 bash[25961]: cluster 2023-11-15T05:55:50.505072+0000 mgr.smithi116.ldeiub (mgr.14182) 993 : cluster [DBG] pgmap v653: 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 2023-11-15T05:55:54.011 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:55:53 smithi152 bash[29762]: cluster 2023-11-15T05:55:52.506178+0000 mgr.smithi116.ldeiub (mgr.14182) 994 : cluster [DBG] pgmap v654: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:55:54.111 INFO:teuthology.orchestra.run.smithi116.stdout: 2023-11-15T05:55:54.111 INFO:teuthology.orchestra.run.smithi116.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T05:34:36.374719Z", "last_refresh": "2023-11-15T05:54:17.751933Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T05:34:28.472277Z", "last_refresh": "2023-11-15T05:54:17.752190Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T05:34:32.474479Z", "last_refresh": "2023-11-15T05:54:17.752440Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:54:26.658599Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi116.nxghxn on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:55:36.640683Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi152.bwxxnj on smithi152: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi152-bwxxnj\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi152-bwxxnj\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi152.bwxxnj\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi152.bwxxnj\nDeploy daemon haproxy.nfs.foo.smithi152.bwxxnj ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi152 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi152 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:55:40.494158Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi116.fcbmdq on smithi116: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi116-fcbmdq\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi116-fcbmdq\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi116.fcbmdq\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi116.fcbmdq\nDeploy daemon haproxy.nfs.foo.smithi116.fcbmdq ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:55:40.496312Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi152.vxqdkn on smithi152: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:55:40.497874Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi116.jzrwmb on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.116/16"}, "status": {"created": "2023-11-15T05:41:51.643812Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.116/16"}}, {"events": ["2023-11-15T05:41:45.562111Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-15T05:41:45.554912Z", "last_refresh": "2023-11-15T05:54:17.754055Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T05:34:26.558369Z", "last_refresh": "2023-11-15T05:54:17.751661Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:35:55.352857Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi116:172.21.15.116=smithi116", "smithi152:172.21.15.152=smithi152"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T05:35:55.345327Z", "last_refresh": "2023-11-15T05:54:17.751271Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:41:51.641747Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-11-15T05:41:51.636276Z", "last_refresh": "2023-11-15T05:54:17.754311Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T05:34:34.444913Z", "last_refresh": "2023-11-15T05:54:17.752691Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T05:36:22.979260Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T05:36:22.972321Z", "last_refresh": "2023-11-15T05:54:17.753010Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T05:34:30.388073Z", "last_refresh": "2023-11-15T05:55:32.568058Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-15T05:55:54.152 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:55:53 smithi116 bash[25961]: cluster 2023-11-15T05:55:52.506178+0000 mgr.smithi116.ldeiub (mgr.14182) 994 : cluster [DBG] pgmap v654: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:55:54.715 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T05:55:55.716 DEBUG:teuthology.orchestra.run.smithi116:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 7456fada-8378-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T05:55:56.011 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:55:55 smithi152 bash[29762]: audit 2023-11-15T05:55:54.093459+0000 mgr.smithi116.ldeiub (mgr.14182) 995 : audit [DBG] from='client.15228 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:55:56.012 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:55:55 smithi152 bash[29762]: cluster 2023-11-15T05:55:54.506894+0000 mgr.smithi116.ldeiub (mgr.14182) 996 : cluster [DBG] pgmap v655: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T05:55:56.152 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:55:55 smithi116 bash[25961]: audit 2023-11-15T05:55:54.093459+0000 mgr.smithi116.ldeiub (mgr.14182) 995 : audit [DBG] from='client.15228 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:55:56.153 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:55:55 smithi116 bash[25961]: cluster 2023-11-15T05:55:54.506894+0000 mgr.smithi116.ldeiub (mgr.14182) 996 : cluster [DBG] pgmap v655: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T05:55:58.011 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:55:57 smithi152 bash[29762]: cluster 2023-11-15T05:55:56.508222+0000 mgr.smithi116.ldeiub (mgr.14182) 997 : cluster [DBG] pgmap v656: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:55:58.152 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:55:57 smithi116 bash[25961]: cluster 2023-11-15T05:55:56.508222+0000 mgr.smithi116.ldeiub (mgr.14182) 997 : cluster [DBG] pgmap v656: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:55:59.087 INFO:teuthology.orchestra.run.smithi116.stdout: 2023-11-15T05:55:59.088 INFO:teuthology.orchestra.run.smithi116.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T05:34:36.374719Z", "last_refresh": "2023-11-15T05:54:17.751933Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T05:34:28.472277Z", "last_refresh": "2023-11-15T05:54:17.752190Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T05:34:32.474479Z", "last_refresh": "2023-11-15T05:54:17.752440Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:54:26.658599Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi116.nxghxn on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:55:36.640683Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi152.bwxxnj on smithi152: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi152-bwxxnj\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi152-bwxxnj\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi152.bwxxnj\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi152.bwxxnj\nDeploy daemon haproxy.nfs.foo.smithi152.bwxxnj ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi152 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi152 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:55:40.494158Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi116.fcbmdq on smithi116: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi116-fcbmdq\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi116-fcbmdq\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi116.fcbmdq\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi116.fcbmdq\nDeploy daemon haproxy.nfs.foo.smithi116.fcbmdq ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:55:40.496312Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi152.vxqdkn on smithi152: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:55:40.497874Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi116.jzrwmb on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.116/16"}, "status": {"created": "2023-11-15T05:41:51.643812Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.116/16"}}, {"events": ["2023-11-15T05:41:45.562111Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-15T05:41:45.554912Z", "last_refresh": "2023-11-15T05:54:17.754055Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T05:34:26.558369Z", "last_refresh": "2023-11-15T05:54:17.751661Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:35:55.352857Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi116:172.21.15.116=smithi116", "smithi152:172.21.15.152=smithi152"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T05:35:55.345327Z", "last_refresh": "2023-11-15T05:54:17.751271Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:41:51.641747Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-11-15T05:41:51.636276Z", "last_refresh": "2023-11-15T05:54:17.754311Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T05:34:34.444913Z", "last_refresh": "2023-11-15T05:54:17.752691Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T05:36:22.979260Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T05:36:22.972321Z", "last_refresh": "2023-11-15T05:54:17.753010Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T05:34:30.388073Z", "last_refresh": "2023-11-15T05:55:32.568058Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-15T05:55:59.733 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T05:56:00.013 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:55:59 smithi152 bash[29762]: cluster 2023-11-15T05:55:58.509085+0000 mgr.smithi116.ldeiub (mgr.14182) 998 : cluster [DBG] pgmap v657: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:56:00.153 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:55:59 smithi116 bash[25961]: cluster 2023-11-15T05:55:58.509085+0000 mgr.smithi116.ldeiub (mgr.14182) 998 : cluster [DBG] pgmap v657: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:56:00.735 DEBUG:teuthology.orchestra.run.smithi116:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 7456fada-8378-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T05:56:01.011 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:56:00 smithi152 bash[29762]: audit 2023-11-15T05:55:59.069724+0000 mgr.smithi116.ldeiub (mgr.14182) 999 : audit [DBG] from='client.15232 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:56:01.153 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:56:00 smithi116 bash[25961]: audit 2023-11-15T05:55:59.069724+0000 mgr.smithi116.ldeiub (mgr.14182) 999 : audit [DBG] from='client.15232 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:56:02.011 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:56:01 smithi152 bash[29762]: cluster 2023-11-15T05:56:00.510444+0000 mgr.smithi116.ldeiub (mgr.14182) 1000 : cluster [DBG] pgmap v658: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:56:02.049 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:56:01 smithi116 bash[25961]: cluster 2023-11-15T05:56:00.510444+0000 mgr.smithi116.ldeiub (mgr.14182) 1000 : cluster [DBG] pgmap v658: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:56:03.903 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:56:03 smithi116 bash[25961]: cluster 2023-11-15T05:56:02.511693+0000 mgr.smithi116.ldeiub (mgr.14182) 1001 : cluster [DBG] pgmap v659: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:56:03.935 INFO:teuthology.orchestra.run.smithi116.stdout: 2023-11-15T05:56:03.935 INFO:teuthology.orchestra.run.smithi116.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T05:34:36.374719Z", "last_refresh": "2023-11-15T05:54:17.751933Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T05:34:28.472277Z", "last_refresh": "2023-11-15T05:54:17.752190Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T05:34:32.474479Z", "last_refresh": "2023-11-15T05:54:17.752440Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:54:26.658599Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi116.nxghxn on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:55:36.640683Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi152.bwxxnj on smithi152: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi152-bwxxnj\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi152-bwxxnj\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi152.bwxxnj\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi152.bwxxnj\nDeploy daemon haproxy.nfs.foo.smithi152.bwxxnj ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi152 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi152 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:55:40.494158Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi116.fcbmdq on smithi116: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi116-fcbmdq\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi116-fcbmdq\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi116.fcbmdq\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi116.fcbmdq\nDeploy daemon haproxy.nfs.foo.smithi116.fcbmdq ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:55:40.496312Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi152.vxqdkn on smithi152: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:55:40.497874Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi116.jzrwmb on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.116/16"}, "status": {"created": "2023-11-15T05:41:51.643812Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.116/16"}}, {"events": ["2023-11-15T05:41:45.562111Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-15T05:41:45.554912Z", "last_refresh": "2023-11-15T05:54:17.754055Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T05:34:26.558369Z", "last_refresh": "2023-11-15T05:54:17.751661Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:35:55.352857Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi116:172.21.15.116=smithi116", "smithi152:172.21.15.152=smithi152"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T05:35:55.345327Z", "last_refresh": "2023-11-15T05:54:17.751271Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:41:51.641747Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-11-15T05:41:51.636276Z", "last_refresh": "2023-11-15T05:54:17.754311Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T05:34:34.444913Z", "last_refresh": "2023-11-15T05:54:17.752691Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T05:36:22.979260Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T05:36:22.972321Z", "last_refresh": "2023-11-15T05:54:17.753010Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T05:34:30.388073Z", "last_refresh": "2023-11-15T05:55:32.568058Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-15T05:56:04.011 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:56:03 smithi152 bash[29762]: cluster 2023-11-15T05:56:02.511693+0000 mgr.smithi116.ldeiub (mgr.14182) 1001 : cluster [DBG] pgmap v659: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:56:04.559 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T05:56:05.560 DEBUG:teuthology.orchestra.run.smithi116:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 7456fada-8378-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T05:56:05.903 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:56:05 smithi116 bash[25961]: audit 2023-11-15T05:56:03.918468+0000 mgr.smithi116.ldeiub (mgr.14182) 1002 : audit [DBG] from='client.15236 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:56:05.903 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:56:05 smithi116 bash[25961]: cluster 2023-11-15T05:56:04.512865+0000 mgr.smithi116.ldeiub (mgr.14182) 1003 : cluster [DBG] pgmap v660: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T05:56:06.011 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:56:05 smithi152 bash[29762]: audit 2023-11-15T05:56:03.918468+0000 mgr.smithi116.ldeiub (mgr.14182) 1002 : audit [DBG] from='client.15236 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:56:06.012 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:56:05 smithi152 bash[29762]: cluster 2023-11-15T05:56:04.512865+0000 mgr.smithi116.ldeiub (mgr.14182) 1003 : cluster [DBG] pgmap v660: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T05:56:08.011 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:56:07 smithi152 bash[29762]: cluster 2023-11-15T05:56:06.514130+0000 mgr.smithi116.ldeiub (mgr.14182) 1004 : cluster [DBG] pgmap v661: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:56:08.152 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:56:07 smithi116 bash[25961]: cluster 2023-11-15T05:56:06.514130+0000 mgr.smithi116.ldeiub (mgr.14182) 1004 : cluster [DBG] pgmap v661: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:56:09.061 INFO:teuthology.orchestra.run.smithi116.stdout: 2023-11-15T05:56:09.062 INFO:teuthology.orchestra.run.smithi116.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T05:34:36.374719Z", "last_refresh": "2023-11-15T05:54:17.751933Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T05:34:28.472277Z", "last_refresh": "2023-11-15T05:54:17.752190Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T05:34:32.474479Z", "last_refresh": "2023-11-15T05:54:17.752440Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:54:26.658599Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi116.nxghxn on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:55:36.640683Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi152.bwxxnj on smithi152: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi152-bwxxnj\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi152-bwxxnj\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi152.bwxxnj\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi152.bwxxnj\nDeploy daemon haproxy.nfs.foo.smithi152.bwxxnj ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi152 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi152 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:55:40.494158Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi116.fcbmdq on smithi116: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi116-fcbmdq\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi116-fcbmdq\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi116.fcbmdq\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi116.fcbmdq\nDeploy daemon haproxy.nfs.foo.smithi116.fcbmdq ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:55:40.496312Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi152.vxqdkn on smithi152: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:55:40.497874Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi116.jzrwmb on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.116/16"}, "status": {"created": "2023-11-15T05:41:51.643812Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.116/16"}}, {"events": ["2023-11-15T05:41:45.562111Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-15T05:41:45.554912Z", "last_refresh": "2023-11-15T05:54:17.754055Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T05:34:26.558369Z", "last_refresh": "2023-11-15T05:54:17.751661Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:35:55.352857Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi116:172.21.15.116=smithi116", "smithi152:172.21.15.152=smithi152"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T05:35:55.345327Z", "last_refresh": "2023-11-15T05:54:17.751271Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:41:51.641747Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-11-15T05:41:51.636276Z", "last_refresh": "2023-11-15T05:54:17.754311Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T05:34:34.444913Z", "last_refresh": "2023-11-15T05:54:17.752691Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T05:36:22.979260Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T05:36:22.972321Z", "last_refresh": "2023-11-15T05:54:17.753010Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T05:34:30.388073Z", "last_refresh": "2023-11-15T05:55:32.568058Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-15T05:56:09.675 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T05:56:10.012 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:56:09 smithi152 bash[29762]: cluster 2023-11-15T05:56:08.514948+0000 mgr.smithi116.ldeiub (mgr.14182) 1005 : 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 2023-11-15T05:56:10.153 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:56:09 smithi116 bash[25961]: cluster 2023-11-15T05:56:08.514948+0000 mgr.smithi116.ldeiub (mgr.14182) 1005 : 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 2023-11-15T05:56:10.676 DEBUG:teuthology.orchestra.run.smithi116:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 7456fada-8378-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T05:56:11.011 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:56:10 smithi152 bash[29762]: audit 2023-11-15T05:56:09.045659+0000 mgr.smithi116.ldeiub (mgr.14182) 1006 : audit [DBG] from='client.15240 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:56:11.153 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:56:10 smithi116 bash[25961]: audit 2023-11-15T05:56:09.045659+0000 mgr.smithi116.ldeiub (mgr.14182) 1006 : audit [DBG] from='client.15240 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:56:12.011 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:56:11 smithi152 bash[29762]: cluster 2023-11-15T05:56:10.516270+0000 mgr.smithi116.ldeiub (mgr.14182) 1007 : 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 2023-11-15T05:56:12.076 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:56:11 smithi116 bash[25961]: cluster 2023-11-15T05:56:10.516270+0000 mgr.smithi116.ldeiub (mgr.14182) 1007 : 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 2023-11-15T05:56:13.851 INFO:teuthology.orchestra.run.smithi116.stdout: 2023-11-15T05:56:13.851 INFO:teuthology.orchestra.run.smithi116.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T05:34:36.374719Z", "last_refresh": "2023-11-15T05:54:17.751933Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T05:34:28.472277Z", "last_refresh": "2023-11-15T05:54:17.752190Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T05:34:32.474479Z", "last_refresh": "2023-11-15T05:54:17.752440Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:54:26.658599Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi116.nxghxn on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:55:36.640683Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi152.bwxxnj on smithi152: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi152-bwxxnj\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi152-bwxxnj\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi152.bwxxnj\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi152.bwxxnj\nDeploy daemon haproxy.nfs.foo.smithi152.bwxxnj ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi152 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi152 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:55:40.494158Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi116.fcbmdq on smithi116: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi116-fcbmdq\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi116-fcbmdq\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi116.fcbmdq\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi116.fcbmdq\nDeploy daemon haproxy.nfs.foo.smithi116.fcbmdq ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:55:40.496312Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi152.vxqdkn on smithi152: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:55:40.497874Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi116.jzrwmb on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.116/16"}, "status": {"created": "2023-11-15T05:41:51.643812Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.116/16"}}, {"events": ["2023-11-15T05:41:45.562111Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-15T05:41:45.554912Z", "last_refresh": "2023-11-15T05:54:17.754055Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T05:34:26.558369Z", "last_refresh": "2023-11-15T05:54:17.751661Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:35:55.352857Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi116:172.21.15.116=smithi116", "smithi152:172.21.15.152=smithi152"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T05:35:55.345327Z", "last_refresh": "2023-11-15T05:54:17.751271Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:41:51.641747Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-11-15T05:41:51.636276Z", "last_refresh": "2023-11-15T05:54:17.754311Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T05:34:34.444913Z", "last_refresh": "2023-11-15T05:54:17.752691Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T05:36:22.979260Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T05:36:22.972321Z", "last_refresh": "2023-11-15T05:54:17.753010Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T05:34:30.388073Z", "last_refresh": "2023-11-15T05:55:32.568058Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-15T05:56:14.011 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:56:13 smithi152 bash[29762]: cluster 2023-11-15T05:56:12.517063+0000 mgr.smithi116.ldeiub (mgr.14182) 1008 : 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 2023-11-15T05:56:14.153 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:56:13 smithi116 bash[25961]: cluster 2023-11-15T05:56:12.517063+0000 mgr.smithi116.ldeiub (mgr.14182) 1008 : 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 2023-11-15T05:56:14.482 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T05:56:15.153 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:56:14 smithi116 bash[25961]: audit 2023-11-15T05:56:13.835974+0000 mgr.smithi116.ldeiub (mgr.14182) 1009 : audit [DBG] from='client.15244 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:56:15.261 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:56:14 smithi152 bash[29762]: audit 2023-11-15T05:56:13.835974+0000 mgr.smithi116.ldeiub (mgr.14182) 1009 : audit [DBG] from='client.15244 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:56:15.483 DEBUG:teuthology.orchestra.run.smithi116:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 7456fada-8378-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T05:56:16.153 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:56:15 smithi116 bash[25961]: cluster 2023-11-15T05:56:14.518282+0000 mgr.smithi116.ldeiub (mgr.14182) 1010 : cluster [DBG] pgmap v665: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T05:56:16.261 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:56:15 smithi152 bash[29762]: cluster 2023-11-15T05:56:14.518282+0000 mgr.smithi116.ldeiub (mgr.14182) 1010 : cluster [DBG] pgmap v665: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T05:56:18.153 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:56:17 smithi116 bash[25961]: cluster 2023-11-15T05:56:16.519072+0000 mgr.smithi116.ldeiub (mgr.14182) 1011 : cluster [DBG] pgmap v666: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:56:18.261 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:56:17 smithi152 bash[29762]: cluster 2023-11-15T05:56:16.519072+0000 mgr.smithi116.ldeiub (mgr.14182) 1011 : cluster [DBG] pgmap v666: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:56:18.882 INFO:teuthology.orchestra.run.smithi116.stdout: 2023-11-15T05:56:18.883 INFO:teuthology.orchestra.run.smithi116.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T05:34:36.374719Z", "last_refresh": "2023-11-15T05:54:17.751933Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T05:34:28.472277Z", "last_refresh": "2023-11-15T05:54:17.752190Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T05:34:32.474479Z", "last_refresh": "2023-11-15T05:54:17.752440Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:54:26.658599Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi116.nxghxn on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:55:36.640683Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi152.bwxxnj on smithi152: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi152-bwxxnj\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi152-bwxxnj\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi152.bwxxnj\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi152.bwxxnj\nDeploy daemon haproxy.nfs.foo.smithi152.bwxxnj ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi152 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi152 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:55:40.494158Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi116.fcbmdq on smithi116: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi116-fcbmdq\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi116-fcbmdq\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi116.fcbmdq\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi116.fcbmdq\nDeploy daemon haproxy.nfs.foo.smithi116.fcbmdq ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:55:40.496312Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi152.vxqdkn on smithi152: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:55:40.497874Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi116.jzrwmb on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.116/16"}, "status": {"created": "2023-11-15T05:41:51.643812Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.116/16"}}, {"events": ["2023-11-15T05:41:45.562111Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-15T05:41:45.554912Z", "last_refresh": "2023-11-15T05:54:17.754055Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T05:34:26.558369Z", "last_refresh": "2023-11-15T05:54:17.751661Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:35:55.352857Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi116:172.21.15.116=smithi116", "smithi152:172.21.15.152=smithi152"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T05:35:55.345327Z", "last_refresh": "2023-11-15T05:54:17.751271Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:41:51.641747Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-11-15T05:41:51.636276Z", "last_refresh": "2023-11-15T05:54:17.754311Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T05:34:34.444913Z", "last_refresh": "2023-11-15T05:54:17.752691Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T05:36:22.979260Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T05:36:22.972321Z", "last_refresh": "2023-11-15T05:54:17.753010Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T05:34:30.388073Z", "last_refresh": "2023-11-15T05:55:32.568058Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-15T05:56:19.498 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T05:56:20.153 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:56:19 smithi116 bash[25961]: cluster 2023-11-15T05:56:18.520362+0000 mgr.smithi116.ldeiub (mgr.14182) 1012 : 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 2023-11-15T05:56:20.262 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:56:19 smithi152 bash[29762]: cluster 2023-11-15T05:56:18.520362+0000 mgr.smithi116.ldeiub (mgr.14182) 1012 : 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 2023-11-15T05:56:20.499 DEBUG:teuthology.orchestra.run.smithi116:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 7456fada-8378-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T05:56:21.153 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:56:20 smithi116 bash[25961]: audit 2023-11-15T05:56:18.872312+0000 mgr.smithi116.ldeiub (mgr.14182) 1013 : audit [DBG] from='client.15248 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:56:21.261 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:56:20 smithi152 bash[29762]: audit 2023-11-15T05:56:18.872312+0000 mgr.smithi116.ldeiub (mgr.14182) 1013 : audit [DBG] from='client.15248 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:56:22.001 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:56:21 smithi116 bash[25961]: cluster 2023-11-15T05:56:20.521674+0000 mgr.smithi116.ldeiub (mgr.14182) 1014 : 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 2023-11-15T05:56:22.261 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:56:21 smithi152 bash[29762]: cluster 2023-11-15T05:56:20.521674+0000 mgr.smithi116.ldeiub (mgr.14182) 1014 : 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 2023-11-15T05:56:23.824 INFO:teuthology.orchestra.run.smithi116.stdout: 2023-11-15T05:56:23.824 INFO:teuthology.orchestra.run.smithi116.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T05:34:36.374719Z", "last_refresh": "2023-11-15T05:54:17.751933Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T05:34:28.472277Z", "last_refresh": "2023-11-15T05:54:17.752190Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T05:34:32.474479Z", "last_refresh": "2023-11-15T05:54:17.752440Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:54:26.658599Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi116.nxghxn on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:55:36.640683Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi152.bwxxnj on smithi152: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi152-bwxxnj\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi152-bwxxnj\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi152.bwxxnj\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi152.bwxxnj\nDeploy daemon haproxy.nfs.foo.smithi152.bwxxnj ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi152 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi152 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:55:40.494158Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi116.fcbmdq on smithi116: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi116-fcbmdq\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi116-fcbmdq\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi116.fcbmdq\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi116.fcbmdq\nDeploy daemon haproxy.nfs.foo.smithi116.fcbmdq ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:55:40.496312Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi152.vxqdkn on smithi152: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:55:40.497874Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi116.jzrwmb on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.116/16"}, "status": {"created": "2023-11-15T05:41:51.643812Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.116/16"}}, {"events": ["2023-11-15T05:41:45.562111Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-15T05:41:45.554912Z", "last_refresh": "2023-11-15T05:54:17.754055Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T05:34:26.558369Z", "last_refresh": "2023-11-15T05:54:17.751661Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:35:55.352857Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi116:172.21.15.116=smithi116", "smithi152:172.21.15.152=smithi152"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T05:35:55.345327Z", "last_refresh": "2023-11-15T05:54:17.751271Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:41:51.641747Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-11-15T05:41:51.636276Z", "last_refresh": "2023-11-15T05:54:17.754311Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T05:34:34.444913Z", "last_refresh": "2023-11-15T05:54:17.752691Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T05:36:22.979260Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T05:36:22.972321Z", "last_refresh": "2023-11-15T05:54:17.753010Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T05:34:30.388073Z", "last_refresh": "2023-11-15T05:55:32.568058Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-15T05:56:24.153 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:56:23 smithi116 bash[25961]: cluster 2023-11-15T05:56:22.522814+0000 mgr.smithi116.ldeiub (mgr.14182) 1015 : 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 2023-11-15T05:56:24.261 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:56:23 smithi152 bash[29762]: cluster 2023-11-15T05:56:22.522814+0000 mgr.smithi116.ldeiub (mgr.14182) 1015 : 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 2023-11-15T05:56:24.430 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T05:56:25.153 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:56:24 smithi116 bash[25961]: audit 2023-11-15T05:56:23.807266+0000 mgr.smithi116.ldeiub (mgr.14182) 1016 : audit [DBG] from='client.15252 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:56:25.261 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:56:24 smithi152 bash[29762]: audit 2023-11-15T05:56:23.807266+0000 mgr.smithi116.ldeiub (mgr.14182) 1016 : audit [DBG] from='client.15252 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:56:25.431 DEBUG:teuthology.orchestra.run.smithi116:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 7456fada-8378-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T05:56:26.153 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:56:25 smithi116 bash[25961]: cluster 2023-11-15T05:56:24.523948+0000 mgr.smithi116.ldeiub (mgr.14182) 1017 : cluster [DBG] pgmap v670: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T05:56:26.261 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:56:25 smithi152 bash[29762]: cluster 2023-11-15T05:56:24.523948+0000 mgr.smithi116.ldeiub (mgr.14182) 1017 : cluster [DBG] pgmap v670: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T05:56:28.153 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:56:27 smithi116 bash[25961]: cluster 2023-11-15T05:56:26.525327+0000 mgr.smithi116.ldeiub (mgr.14182) 1018 : cluster [DBG] pgmap v671: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:56:28.261 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:56:27 smithi152 bash[29762]: cluster 2023-11-15T05:56:26.525327+0000 mgr.smithi116.ldeiub (mgr.14182) 1018 : cluster [DBG] pgmap v671: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:56:28.697 INFO:teuthology.orchestra.run.smithi116.stdout: 2023-11-15T05:56:28.697 INFO:teuthology.orchestra.run.smithi116.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T05:34:36.374719Z", "last_refresh": "2023-11-15T05:54:17.751933Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T05:34:28.472277Z", "last_refresh": "2023-11-15T05:54:17.752190Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T05:34:32.474479Z", "last_refresh": "2023-11-15T05:54:17.752440Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:54:26.658599Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi116.nxghxn on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:55:36.640683Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi152.bwxxnj on smithi152: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi152-bwxxnj\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi152-bwxxnj\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi152.bwxxnj\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi152.bwxxnj\nDeploy daemon haproxy.nfs.foo.smithi152.bwxxnj ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi152 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi152 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:55:40.494158Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi116.fcbmdq on smithi116: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi116-fcbmdq\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi116-fcbmdq\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi116.fcbmdq\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi116.fcbmdq\nDeploy daemon haproxy.nfs.foo.smithi116.fcbmdq ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:55:40.496312Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi152.vxqdkn on smithi152: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:55:40.497874Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi116.jzrwmb on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.116/16"}, "status": {"created": "2023-11-15T05:41:51.643812Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.116/16"}}, {"events": ["2023-11-15T05:41:45.562111Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-15T05:41:45.554912Z", "last_refresh": "2023-11-15T05:54:17.754055Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T05:34:26.558369Z", "last_refresh": "2023-11-15T05:54:17.751661Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:35:55.352857Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi116:172.21.15.116=smithi116", "smithi152:172.21.15.152=smithi152"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T05:35:55.345327Z", "last_refresh": "2023-11-15T05:54:17.751271Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:41:51.641747Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-11-15T05:41:51.636276Z", "last_refresh": "2023-11-15T05:54:17.754311Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T05:34:34.444913Z", "last_refresh": "2023-11-15T05:54:17.752691Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T05:36:22.979260Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T05:36:22.972321Z", "last_refresh": "2023-11-15T05:54:17.753010Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T05:34:30.388073Z", "last_refresh": "2023-11-15T05:55:32.568058Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-15T05:56:29.276 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T05:56:30.153 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:56:29 smithi116 bash[25961]: cluster 2023-11-15T05:56:28.526356+0000 mgr.smithi116.ldeiub (mgr.14182) 1019 : 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 2023-11-15T05:56:30.153 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:56:29 smithi116 bash[25961]: audit 2023-11-15T05:56:28.685275+0000 mgr.smithi116.ldeiub (mgr.14182) 1020 : audit [DBG] from='client.15256 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:56:30.261 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:56:29 smithi152 bash[29762]: cluster 2023-11-15T05:56:28.526356+0000 mgr.smithi116.ldeiub (mgr.14182) 1019 : 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 2023-11-15T05:56:30.261 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:56:29 smithi152 bash[29762]: audit 2023-11-15T05:56:28.685275+0000 mgr.smithi116.ldeiub (mgr.14182) 1020 : audit [DBG] from='client.15256 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:56:30.277 DEBUG:teuthology.orchestra.run.smithi116:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 7456fada-8378-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T05:56:32.153 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:56:31 smithi116 bash[25961]: cluster 2023-11-15T05:56:30.527042+0000 mgr.smithi116.ldeiub (mgr.14182) 1021 : 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 2023-11-15T05:56:32.261 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:56:31 smithi152 bash[29762]: cluster 2023-11-15T05:56:30.527042+0000 mgr.smithi116.ldeiub (mgr.14182) 1021 : 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 2023-11-15T05:56:33.451 INFO:teuthology.orchestra.run.smithi116.stdout: 2023-11-15T05:56:33.451 INFO:teuthology.orchestra.run.smithi116.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T05:34:36.374719Z", "last_refresh": "2023-11-15T05:54:17.751933Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T05:34:28.472277Z", "last_refresh": "2023-11-15T05:54:17.752190Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T05:34:32.474479Z", "last_refresh": "2023-11-15T05:54:17.752440Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:54:26.658599Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi116.nxghxn on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:55:36.640683Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi152.bwxxnj on smithi152: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi152-bwxxnj\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi152-bwxxnj\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi152.bwxxnj\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi152.bwxxnj\nDeploy daemon haproxy.nfs.foo.smithi152.bwxxnj ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi152 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi152 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:55:40.494158Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi116.fcbmdq on smithi116: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi116-fcbmdq\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi116-fcbmdq\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi116.fcbmdq\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi116.fcbmdq\nDeploy daemon haproxy.nfs.foo.smithi116.fcbmdq ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:55:40.496312Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi152.vxqdkn on smithi152: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:55:40.497874Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi116.jzrwmb on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.116/16"}, "status": {"created": "2023-11-15T05:41:51.643812Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.116/16"}}, {"events": ["2023-11-15T05:41:45.562111Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-15T05:41:45.554912Z", "last_refresh": "2023-11-15T05:54:17.754055Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T05:34:26.558369Z", "last_refresh": "2023-11-15T05:54:17.751661Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:35:55.352857Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi116:172.21.15.116=smithi116", "smithi152:172.21.15.152=smithi152"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T05:35:55.345327Z", "last_refresh": "2023-11-15T05:54:17.751271Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:41:51.641747Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-11-15T05:41:51.636276Z", "last_refresh": "2023-11-15T05:54:17.754311Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T05:34:34.444913Z", "last_refresh": "2023-11-15T05:54:17.752691Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T05:36:22.979260Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T05:36:22.972321Z", "last_refresh": "2023-11-15T05:54:17.753010Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T05:34:30.388073Z", "last_refresh": "2023-11-15T05:55:32.568058Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-15T05:56:34.097 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:56:33 smithi116 bash[25961]: cluster 2023-11-15T05:56:32.528109+0000 mgr.smithi116.ldeiub (mgr.14182) 1022 : 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 2023-11-15T05:56:34.098 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T05:56:34.261 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:56:33 smithi152 bash[29762]: cluster 2023-11-15T05:56:32.528109+0000 mgr.smithi116.ldeiub (mgr.14182) 1022 : 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 2023-11-15T05:56:35.100 DEBUG:teuthology.orchestra.run.smithi116:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 7456fada-8378-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T05:56:35.113 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:56:34 smithi116 bash[25961]: audit 2023-11-15T05:56:33.433097+0000 mgr.smithi116.ldeiub (mgr.14182) 1023 : audit [DBG] from='client.15260 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:56:35.262 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:56:34 smithi152 bash[29762]: audit 2023-11-15T05:56:33.433097+0000 mgr.smithi116.ldeiub (mgr.14182) 1023 : audit [DBG] from='client.15260 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:56:36.153 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:56:35 smithi116 bash[25961]: cluster 2023-11-15T05:56:34.529297+0000 mgr.smithi116.ldeiub (mgr.14182) 1024 : cluster [DBG] pgmap v675: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T05:56:36.261 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:56:35 smithi152 bash[29762]: cluster 2023-11-15T05:56:34.529297+0000 mgr.smithi116.ldeiub (mgr.14182) 1024 : cluster [DBG] pgmap v675: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T05:56:38.153 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:56:37 smithi116 bash[25961]: cluster 2023-11-15T05:56:36.530425+0000 mgr.smithi116.ldeiub (mgr.14182) 1025 : cluster [DBG] pgmap v676: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:56:38.261 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:56:37 smithi152 bash[29762]: cluster 2023-11-15T05:56:36.530425+0000 mgr.smithi116.ldeiub (mgr.14182) 1025 : cluster [DBG] pgmap v676: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:56:38.369 INFO:teuthology.orchestra.run.smithi116.stdout: 2023-11-15T05:56:38.369 INFO:teuthology.orchestra.run.smithi116.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T05:34:36.374719Z", "last_refresh": "2023-11-15T05:54:17.751933Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T05:34:28.472277Z", "last_refresh": "2023-11-15T05:54:17.752190Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T05:34:32.474479Z", "last_refresh": "2023-11-15T05:54:17.752440Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:54:26.658599Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi116.nxghxn on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:55:36.640683Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi152.bwxxnj on smithi152: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi152-bwxxnj\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi152-bwxxnj\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi152.bwxxnj\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi152.bwxxnj\nDeploy daemon haproxy.nfs.foo.smithi152.bwxxnj ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi152 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi152 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:55:40.494158Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi116.fcbmdq on smithi116: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi116-fcbmdq\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi116-fcbmdq\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi116.fcbmdq\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi116.fcbmdq\nDeploy daemon haproxy.nfs.foo.smithi116.fcbmdq ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:55:40.496312Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi152.vxqdkn on smithi152: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:55:40.497874Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi116.jzrwmb on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.116/16"}, "status": {"created": "2023-11-15T05:41:51.643812Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.116/16"}}, {"events": ["2023-11-15T05:41:45.562111Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-15T05:41:45.554912Z", "last_refresh": "2023-11-15T05:54:17.754055Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T05:34:26.558369Z", "last_refresh": "2023-11-15T05:54:17.751661Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:35:55.352857Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi116:172.21.15.116=smithi116", "smithi152:172.21.15.152=smithi152"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T05:35:55.345327Z", "last_refresh": "2023-11-15T05:54:17.751271Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:41:51.641747Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-11-15T05:41:51.636276Z", "last_refresh": "2023-11-15T05:54:17.754311Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T05:34:34.444913Z", "last_refresh": "2023-11-15T05:54:17.752691Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T05:36:22.979260Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T05:36:22.972321Z", "last_refresh": "2023-11-15T05:54:17.753010Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T05:34:30.388073Z", "last_refresh": "2023-11-15T05:55:32.568058Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-15T05:56:38.973 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T05:56:39.974 DEBUG:teuthology.orchestra.run.smithi116:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 7456fada-8378-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T05:56:40.153 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:56:39 smithi116 bash[25961]: audit 2023-11-15T05:56:38.358653+0000 mgr.smithi116.ldeiub (mgr.14182) 1026 : audit [DBG] from='client.15264 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:56:40.153 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:56:39 smithi116 bash[25961]: cluster 2023-11-15T05:56:38.531252+0000 mgr.smithi116.ldeiub (mgr.14182) 1027 : 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 2023-11-15T05:56:40.261 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:56:39 smithi152 bash[29762]: audit 2023-11-15T05:56:38.358653+0000 mgr.smithi116.ldeiub (mgr.14182) 1026 : audit [DBG] from='client.15264 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:56:40.261 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:56:39 smithi152 bash[29762]: cluster 2023-11-15T05:56:38.531252+0000 mgr.smithi116.ldeiub (mgr.14182) 1027 : 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 2023-11-15T05:56:41.153 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:56:40 smithi116 bash[25961]: audit 2023-11-15T05:56:40.501879+0000 mon.smithi116 (mon.0) 892 : audit [DBG] from='mgr.14182 172.21.15.116:0/1868390107' entity='mgr.smithi116.ldeiub' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-15T05:56:41.153 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:56:40 smithi116 bash[25961]: audit 2023-11-15T05:56:40.809648+0000 mon.smithi116 (mon.0) 893 : audit [INF] from='mgr.14182 172.21.15.116:0/1868390107' entity='mgr.smithi116.ldeiub' 2023-11-15T05:56:41.261 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:56:40 smithi152 bash[29762]: audit 2023-11-15T05:56:40.501879+0000 mon.smithi116 (mon.0) 892 : audit [DBG] from='mgr.14182 172.21.15.116:0/1868390107' entity='mgr.smithi116.ldeiub' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-15T05:56:41.261 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:56:40 smithi152 bash[29762]: audit 2023-11-15T05:56:40.809648+0000 mon.smithi116 (mon.0) 893 : audit [INF] from='mgr.14182 172.21.15.116:0/1868390107' entity='mgr.smithi116.ldeiub' 2023-11-15T05:56:42.153 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:56:41 smithi116 bash[25961]: cluster 2023-11-15T05:56:40.532441+0000 mgr.smithi116.ldeiub (mgr.14182) 1028 : 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 2023-11-15T05:56:42.154 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:56:41 smithi116 bash[25961]: audit 2023-11-15T05:56:41.101887+0000 mon.smithi116 (mon.0) 894 : audit [DBG] from='mgr.14182 172.21.15.116:0/1868390107' entity='mgr.smithi116.ldeiub' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-15T05:56:42.154 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:56:41 smithi116 bash[25961]: audit 2023-11-15T05:56:41.103284+0000 mon.smithi116 (mon.0) 895 : audit [INF] from='mgr.14182 172.21.15.116:0/1868390107' entity='mgr.smithi116.ldeiub' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-11-15T05:56:42.154 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:56:41 smithi116 bash[25961]: audit 2023-11-15T05:56:41.111711+0000 mon.smithi116 (mon.0) 896 : audit [INF] from='mgr.14182 172.21.15.116:0/1868390107' entity='mgr.smithi116.ldeiub' 2023-11-15T05:56:42.154 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:56:41 smithi116 bash[25961]: audit 2023-11-15T05:56:41.117647+0000 mon.smithi116 (mon.0) 897 : audit [DBG] from='mgr.14182 172.21.15.116:0/1868390107' entity='mgr.smithi116.ldeiub' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-11-15T05:56:42.155 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:56:41 smithi116 bash[25961]: audit 2023-11-15T05:56:41.136401+0000 mon.smithi116 (mon.0) 898 : audit [INF] from='mgr.14182 172.21.15.116:0/1868390107' entity='mgr.smithi116.ldeiub' 2023-11-15T05:56:42.261 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:56:41 smithi152 bash[29762]: cluster 2023-11-15T05:56:40.532441+0000 mgr.smithi116.ldeiub (mgr.14182) 1028 : 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 2023-11-15T05:56:42.261 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:56:41 smithi152 bash[29762]: audit 2023-11-15T05:56:41.101887+0000 mon.smithi116 (mon.0) 894 : audit [DBG] from='mgr.14182 172.21.15.116:0/1868390107' entity='mgr.smithi116.ldeiub' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-15T05:56:42.261 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:56:41 smithi152 bash[29762]: audit 2023-11-15T05:56:41.103284+0000 mon.smithi116 (mon.0) 895 : audit [INF] from='mgr.14182 172.21.15.116:0/1868390107' entity='mgr.smithi116.ldeiub' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-11-15T05:56:42.262 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:56:41 smithi152 bash[29762]: audit 2023-11-15T05:56:41.111711+0000 mon.smithi116 (mon.0) 896 : audit [INF] from='mgr.14182 172.21.15.116:0/1868390107' entity='mgr.smithi116.ldeiub' 2023-11-15T05:56:42.262 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:56:41 smithi152 bash[29762]: audit 2023-11-15T05:56:41.117647+0000 mon.smithi116 (mon.0) 897 : audit [DBG] from='mgr.14182 172.21.15.116:0/1868390107' entity='mgr.smithi116.ldeiub' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-11-15T05:56:42.262 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:56:41 smithi152 bash[29762]: audit 2023-11-15T05:56:41.136401+0000 mon.smithi116 (mon.0) 898 : audit [INF] from='mgr.14182 172.21.15.116:0/1868390107' entity='mgr.smithi116.ldeiub' 2023-11-15T05:56:43.153 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:56:42 smithi116 bash[25961]: cluster 2023-11-15T05:56:41.112700+0000 mgr.smithi116.ldeiub (mgr.14182) 1029 : cluster [DBG] pgmap v679: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 96 B/s rd, 0 op/s 2023-11-15T05:56:43.153 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:56:42 smithi116 bash[25961]: cephadm 2023-11-15T05:56:41.140286+0000 mgr.smithi116.ldeiub (mgr.14182) 1030 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi152.qfgltp on smithi152 2023-11-15T05:56:43.153 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:56:42 smithi116 bash[25961]: cluster 2023-11-15T05:56:42.108404+0000 mon.smithi116 (mon.0) 899 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2023-11-15T05:56:43.154 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:56:42 smithi116 bash[25961]: cluster 2023-11-15T05:56:42.108475+0000 mon.smithi116 (mon.0) 900 : cluster [INF] Cluster is now healthy 2023-11-15T05:56:43.261 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:56:42 smithi152 bash[29762]: cluster 2023-11-15T05:56:41.112700+0000 mgr.smithi116.ldeiub (mgr.14182) 1029 : cluster [DBG] pgmap v679: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 96 B/s rd, 0 op/s 2023-11-15T05:56:43.261 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:56:42 smithi152 bash[29762]: cephadm 2023-11-15T05:56:41.140286+0000 mgr.smithi116.ldeiub (mgr.14182) 1030 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi152.qfgltp on smithi152 2023-11-15T05:56:43.261 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:56:42 smithi152 bash[29762]: cluster 2023-11-15T05:56:42.108404+0000 mon.smithi116 (mon.0) 899 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2023-11-15T05:56:43.262 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:56:42 smithi152 bash[29762]: cluster 2023-11-15T05:56:42.108475+0000 mon.smithi116 (mon.0) 900 : cluster [INF] Cluster is now healthy 2023-11-15T05:56:43.375 INFO:teuthology.orchestra.run.smithi116.stdout: 2023-11-15T05:56:43.376 INFO:teuthology.orchestra.run.smithi116.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T05:34:36.374719Z", "last_refresh": "2023-11-15T05:54:17.751933Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T05:34:28.472277Z", "last_refresh": "2023-11-15T05:54:17.752190Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T05:34:32.474479Z", "last_refresh": "2023-11-15T05:54:17.752440Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:54:26.658599Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi116.nxghxn on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:55:36.640683Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi152.bwxxnj on smithi152: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi152-bwxxnj\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi152-bwxxnj\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi152.bwxxnj\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi152.bwxxnj\nDeploy daemon haproxy.nfs.foo.smithi152.bwxxnj ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi152 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi152 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:55:40.494158Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi116.fcbmdq on smithi116: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi116-fcbmdq\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi116-fcbmdq\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi116.fcbmdq\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi116.fcbmdq\nDeploy daemon haproxy.nfs.foo.smithi116.fcbmdq ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:55:40.496312Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi152.vxqdkn on smithi152: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:55:40.497874Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi116.jzrwmb on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.116/16"}, "status": {"created": "2023-11-15T05:41:51.643812Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.116/16"}}, {"events": ["2023-11-15T05:41:45.562111Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-15T05:41:45.554912Z", "last_refresh": "2023-11-15T05:54:17.754055Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T05:34:26.558369Z", "last_refresh": "2023-11-15T05:54:17.751661Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:35:55.352857Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi116:172.21.15.116=smithi116", "smithi152:172.21.15.152=smithi152"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T05:35:55.345327Z", "last_refresh": "2023-11-15T05:54:17.751271Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:41:51.641747Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-11-15T05:41:51.636276Z", "last_refresh": "2023-11-15T05:54:17.754311Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T05:34:34.444913Z", "last_refresh": "2023-11-15T05:54:17.752691Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T05:36:22.979260Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T05:36:22.972321Z", "last_refresh": "2023-11-15T05:54:17.753010Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T05:34:30.388073Z", "last_refresh": "2023-11-15T05:55:32.568058Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-15T05:56:44.024 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T05:56:44.997 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:56:44 smithi152 bash[29762]: cluster 2023-11-15T05:56:43.113634+0000 mgr.smithi116.ldeiub (mgr.14182) 1031 : cluster [DBG] pgmap v680: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 193 B/s rd, 0 op/s 2023-11-15T05:56:44.997 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:56:44 smithi152 bash[29762]: audit 2023-11-15T05:56:43.357889+0000 mgr.smithi116.ldeiub (mgr.14182) 1032 : audit [DBG] from='client.15268 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:56:45.025 DEBUG:teuthology.orchestra.run.smithi116:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 7456fada-8378-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T05:56:45.153 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:56:44 smithi116 bash[25961]: cluster 2023-11-15T05:56:43.113634+0000 mgr.smithi116.ldeiub (mgr.14182) 1031 : cluster [DBG] pgmap v680: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 193 B/s rd, 0 op/s 2023-11-15T05:56:45.153 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:56:44 smithi116 bash[25961]: audit 2023-11-15T05:56:43.357889+0000 mgr.smithi116.ldeiub (mgr.14182) 1032 : audit [DBG] from='client.15268 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:56:46.153 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:56:45 smithi116 bash[25961]: audit 2023-11-15T05:56:45.060042+0000 mon.smithi116 (mon.0) 901 : audit [INF] from='mgr.14182 172.21.15.116:0/1868390107' entity='mgr.smithi116.ldeiub' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi152.qfgltp"}]: dispatch 2023-11-15T05:56:46.153 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:56:45 smithi116 bash[25961]: audit 2023-11-15T05:56:45.296815+0000 mon.smithi116 (mon.0) 902 : audit [INF] from='mgr.14182 172.21.15.116:0/1868390107' entity='mgr.smithi116.ldeiub' 2023-11-15T05:56:46.261 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:56:45 smithi152 bash[29762]: audit 2023-11-15T05:56:45.060042+0000 mon.smithi116 (mon.0) 901 : audit [INF] from='mgr.14182 172.21.15.116:0/1868390107' entity='mgr.smithi116.ldeiub' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi152.qfgltp"}]: dispatch 2023-11-15T05:56:46.262 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:56:45 smithi152 bash[29762]: audit 2023-11-15T05:56:45.296815+0000 mon.smithi116 (mon.0) 902 : audit [INF] from='mgr.14182 172.21.15.116:0/1868390107' entity='mgr.smithi116.ldeiub' 2023-11-15T05:56:47.153 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:56:46 smithi116 bash[25961]: cephadm 2023-11-15T05:56:45.058550+0000 mgr.smithi116.ldeiub (mgr.14182) 1033 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi152-qfgltp 2023-11-15T05:56:47.154 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:56:46 smithi116 bash[25961]: /usr/bin/docker: stdout 2023-11-15T05:56:47.154 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:56:46 smithi116 bash[25961]: /usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi152-qfgltp 2023-11-15T05:56:47.154 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:56:46 smithi116 bash[25961]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi152.qfgltp 2023-11-15T05:56:47.155 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:56:46 smithi116 bash[25961]: /usr/bin/docker: stdout 2023-11-15T05:56:47.155 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:56:46 smithi116 bash[25961]: /usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi152.qfgltp 2023-11-15T05:56:47.155 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:56:46 smithi116 bash[25961]: Deploy daemon haproxy.nfs.foo.smithi152.qfgltp ... 2023-11-15T05:56:47.155 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:56:46 smithi116 bash[25961]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi152 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T05:56:47.155 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:56:46 smithi116 bash[25961]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-15T05:56:47.155 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:56:46 smithi116 bash[25961]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-15T05:56:47.156 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:56:46 smithi116 bash[25961]: stat: stderr See 'docker run --help'. 2023-11-15T05:56:47.156 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:56:46 smithi116 bash[25961]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi152 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T05:56:47.156 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:56:46 smithi116 bash[25961]: Traceback (most recent call last): 2023-11-15T05:56:47.156 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:56:46 smithi116 bash[25961]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-11-15T05:56:47.156 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:56:46 smithi116 bash[25961]: yield (conn, connr) 2023-11-15T05:56:47.157 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:56:46 smithi116 bash[25961]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-11-15T05:56:47.157 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:56:46 smithi116 bash[25961]: code, '\n'.join(err))) 2023-11-15T05:56:47.157 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:56:46 smithi116 bash[25961]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi152-qfgltp 2023-11-15T05:56:47.157 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:56:46 smithi116 bash[25961]: /usr/bin/docker: stdout 2023-11-15T05:56:47.158 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:56:46 smithi116 bash[25961]: /usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi152-qfgltp 2023-11-15T05:56:47.158 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:56:46 smithi116 bash[25961]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi152.qfgltp 2023-11-15T05:56:47.159 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:56:46 smithi116 bash[25961]: /usr/bin/docker: stdout 2023-11-15T05:56:47.159 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:56:46 smithi116 bash[25961]: /usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi152.qfgltp 2023-11-15T05:56:47.159 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:56:46 smithi116 bash[25961]: Deploy daemon haproxy.nfs.foo.smithi152.qfgltp ... 2023-11-15T05:56:47.159 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:56:46 smithi116 bash[25961]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi152 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T05:56:47.159 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:56:46 smithi116 bash[25961]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-15T05:56:47.160 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:56:46 smithi116 bash[25961]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-15T05:56:47.160 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:56:46 smithi116 bash[25961]: stat: stderr See 'docker run --help'. 2023-11-15T05:56:47.160 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:56:46 smithi116 bash[25961]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi152 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T05:56:47.160 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:56:46 smithi116 bash[25961]: cephadm 2023-11-15T05:56:45.059055+0000 mgr.smithi116.ldeiub (mgr.14182) 1034 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi152.qfgltp 2023-11-15T05:56:47.160 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:56:46 smithi116 bash[25961]: cephadm 2023-11-15T05:56:45.061678+0000 mgr.smithi116.ldeiub (mgr.14182) 1035 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi152.qfgltp on smithi152: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi152-qfgltp 2023-11-15T05:56:47.161 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:56:46 smithi116 bash[25961]: /usr/bin/docker: stdout 2023-11-15T05:56:47.161 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:56:46 smithi116 bash[25961]: /usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi152-qfgltp 2023-11-15T05:56:47.161 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:56:46 smithi116 bash[25961]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi152.qfgltp 2023-11-15T05:56:47.161 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:56:46 smithi116 bash[25961]: /usr/bin/docker: stdout 2023-11-15T05:56:47.161 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:56:46 smithi116 bash[25961]: /usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi152.qfgltp 2023-11-15T05:56:47.162 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:56:46 smithi116 bash[25961]: Deploy daemon haproxy.nfs.foo.smithi152.qfgltp ... 2023-11-15T05:56:47.162 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:56:46 smithi116 bash[25961]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi152 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T05:56:47.162 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:56:46 smithi116 bash[25961]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-15T05:56:47.162 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:56:46 smithi116 bash[25961]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-15T05:56:47.162 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:56:46 smithi116 bash[25961]: stat: stderr See 'docker run --help'. 2023-11-15T05:56:47.163 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:56:46 smithi116 bash[25961]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi152 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T05:56:47.163 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:56:46 smithi116 bash[25961]: cephadm 2023-11-15T05:56:45.065544+0000 mgr.smithi116.ldeiub (mgr.14182) 1036 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi116.cwwyfj on smithi116 2023-11-15T05:56:47.163 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:56:46 smithi116 bash[25961]: cluster 2023-11-15T05:56:45.114324+0000 mgr.smithi116.ldeiub (mgr.14182) 1037 : cluster [DBG] pgmap v681: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 96 B/s rd, 0 op/s 2023-11-15T05:56:47.262 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:56:46 smithi152 bash[29762]: cephadm 2023-11-15T05:56:45.058550+0000 mgr.smithi116.ldeiub (mgr.14182) 1033 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi152-qfgltp 2023-11-15T05:56:47.262 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:56:46 smithi152 bash[29762]: /usr/bin/docker: stdout 2023-11-15T05:56:47.262 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:56:46 smithi152 bash[29762]: /usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi152-qfgltp 2023-11-15T05:56:47.263 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:56:46 smithi152 bash[29762]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi152.qfgltp 2023-11-15T05:56:47.263 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:56:46 smithi152 bash[29762]: /usr/bin/docker: stdout 2023-11-15T05:56:47.263 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:56:46 smithi152 bash[29762]: /usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi152.qfgltp 2023-11-15T05:56:47.263 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:56:46 smithi152 bash[29762]: Deploy daemon haproxy.nfs.foo.smithi152.qfgltp ... 2023-11-15T05:56:47.263 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:56:46 smithi152 bash[29762]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi152 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T05:56:47.264 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:56:46 smithi152 bash[29762]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-15T05:56:47.264 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:56:46 smithi152 bash[29762]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-15T05:56:47.264 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:56:46 smithi152 bash[29762]: stat: stderr See 'docker run --help'. 2023-11-15T05:56:47.264 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:56:46 smithi152 bash[29762]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi152 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T05:56:47.264 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:56:46 smithi152 bash[29762]: Traceback (most recent call last): 2023-11-15T05:56:47.264 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:56:46 smithi152 bash[29762]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-11-15T05:56:47.265 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:56:46 smithi152 bash[29762]: yield (conn, connr) 2023-11-15T05:56:47.265 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:56:46 smithi152 bash[29762]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-11-15T05:56:47.265 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:56:46 smithi152 bash[29762]: code, '\n'.join(err))) 2023-11-15T05:56:47.265 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:56:46 smithi152 bash[29762]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi152-qfgltp 2023-11-15T05:56:47.265 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:56:46 smithi152 bash[29762]: /usr/bin/docker: stdout 2023-11-15T05:56:47.266 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:56:46 smithi152 bash[29762]: /usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi152-qfgltp 2023-11-15T05:56:47.266 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:56:46 smithi152 bash[29762]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi152.qfgltp 2023-11-15T05:56:47.266 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:56:46 smithi152 bash[29762]: /usr/bin/docker: stdout 2023-11-15T05:56:47.267 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:56:46 smithi152 bash[29762]: /usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi152.qfgltp 2023-11-15T05:56:47.267 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:56:46 smithi152 bash[29762]: Deploy daemon haproxy.nfs.foo.smithi152.qfgltp ... 2023-11-15T05:56:47.267 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:56:46 smithi152 bash[29762]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi152 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T05:56:47.267 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:56:46 smithi152 bash[29762]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-15T05:56:47.267 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:56:46 smithi152 bash[29762]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-15T05:56:47.268 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:56:46 smithi152 bash[29762]: stat: stderr See 'docker run --help'. 2023-11-15T05:56:47.268 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:56:46 smithi152 bash[29762]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi152 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T05:56:47.268 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:56:46 smithi152 bash[29762]: cephadm 2023-11-15T05:56:45.059055+0000 mgr.smithi116.ldeiub (mgr.14182) 1034 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi152.qfgltp 2023-11-15T05:56:47.268 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:56:46 smithi152 bash[29762]: cephadm 2023-11-15T05:56:45.061678+0000 mgr.smithi116.ldeiub (mgr.14182) 1035 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi152.qfgltp on smithi152: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi152-qfgltp 2023-11-15T05:56:47.268 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:56:46 smithi152 bash[29762]: /usr/bin/docker: stdout 2023-11-15T05:56:47.269 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:56:46 smithi152 bash[29762]: /usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi152-qfgltp 2023-11-15T05:56:47.269 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:56:46 smithi152 bash[29762]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi152.qfgltp 2023-11-15T05:56:47.269 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:56:46 smithi152 bash[29762]: /usr/bin/docker: stdout 2023-11-15T05:56:47.269 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:56:46 smithi152 bash[29762]: /usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi152.qfgltp 2023-11-15T05:56:47.269 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:56:46 smithi152 bash[29762]: Deploy daemon haproxy.nfs.foo.smithi152.qfgltp ... 2023-11-15T05:56:47.269 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:56:46 smithi152 bash[29762]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi152 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T05:56:47.270 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:56:46 smithi152 bash[29762]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-15T05:56:47.270 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:56:46 smithi152 bash[29762]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-15T05:56:47.270 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:56:46 smithi152 bash[29762]: stat: stderr See 'docker run --help'. 2023-11-15T05:56:47.270 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:56:46 smithi152 bash[29762]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi152 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T05:56:47.271 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:56:46 smithi152 bash[29762]: cephadm 2023-11-15T05:56:45.065544+0000 mgr.smithi116.ldeiub (mgr.14182) 1036 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi116.cwwyfj on smithi116 2023-11-15T05:56:47.271 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:56:46 smithi152 bash[29762]: cluster 2023-11-15T05:56:45.114324+0000 mgr.smithi116.ldeiub (mgr.14182) 1037 : cluster [DBG] pgmap v681: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 96 B/s rd, 0 op/s 2023-11-15T05:56:48.153 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:56:47 smithi116 bash[25961]: cluster 2023-11-15T05:56:47.115238+0000 mgr.smithi116.ldeiub (mgr.14182) 1038 : cluster [DBG] pgmap v682: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 96 B/s rd, 0 op/s 2023-11-15T05:56:48.261 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:56:47 smithi152 bash[29762]: cluster 2023-11-15T05:56:47.115238+0000 mgr.smithi116.ldeiub (mgr.14182) 1038 : cluster [DBG] pgmap v682: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 96 B/s rd, 0 op/s 2023-11-15T05:56:48.382 INFO:teuthology.orchestra.run.smithi116.stdout: 2023-11-15T05:56:48.383 INFO:teuthology.orchestra.run.smithi116.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T05:34:36.374719Z", "last_refresh": "2023-11-15T05:54:17.751933Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T05:34:28.472277Z", "last_refresh": "2023-11-15T05:54:17.752190Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T05:34:32.474479Z", "last_refresh": "2023-11-15T05:54:17.752440Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:55:36.640683Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi152.bwxxnj on smithi152: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi152-bwxxnj\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi152-bwxxnj\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi152.bwxxnj\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi152.bwxxnj\nDeploy daemon haproxy.nfs.foo.smithi152.bwxxnj ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi152 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi152 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:55:40.494158Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi116.fcbmdq on smithi116: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi116-fcbmdq\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi116-fcbmdq\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi116.fcbmdq\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi116.fcbmdq\nDeploy daemon haproxy.nfs.foo.smithi116.fcbmdq ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:55:40.496312Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi152.vxqdkn on smithi152: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:55:40.497874Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi116.jzrwmb on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:56:45.061471Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi152.qfgltp on smithi152: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi152-qfgltp\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi152-qfgltp\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi152.qfgltp\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi152.qfgltp\nDeploy daemon haproxy.nfs.foo.smithi152.qfgltp ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi152 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi152 -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.116/16"}, "status": {"created": "2023-11-15T05:41:51.643812Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.116/16"}}, {"events": ["2023-11-15T05:41:45.562111Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-15T05:41:45.554912Z", "last_refresh": "2023-11-15T05:54:17.754055Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T05:34:26.558369Z", "last_refresh": "2023-11-15T05:54:17.751661Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:35:55.352857Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi116:172.21.15.116=smithi116", "smithi152:172.21.15.152=smithi152"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T05:35:55.345327Z", "last_refresh": "2023-11-15T05:54:17.751271Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:41:51.641747Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-11-15T05:41:51.636276Z", "last_refresh": "2023-11-15T05:54:17.754311Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T05:34:34.444913Z", "last_refresh": "2023-11-15T05:54:17.752691Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T05:36:22.979260Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T05:36:22.972321Z", "last_refresh": "2023-11-15T05:54:17.753010Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T05:34:30.388073Z", "last_refresh": "2023-11-15T05:55:32.568058Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-15T05:56:49.142 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T05:56:49.166 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:56:48 smithi152 bash[29762]: audit 2023-11-15T05:56:48.366029+0000 mgr.smithi116.ldeiub (mgr.14182) 1039 : audit [DBG] from='client.15272 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:56:49.403 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:56:48 smithi116 bash[25961]: audit 2023-11-15T05:56:48.366029+0000 mgr.smithi116.ldeiub (mgr.14182) 1039 : audit [DBG] from='client.15272 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:56:50.144 DEBUG:teuthology.orchestra.run.smithi116:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 7456fada-8378-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T05:56:50.261 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:56:49 smithi152 bash[29762]: cephadm 2023-11-15T05:56:49.114038+0000 mgr.smithi116.ldeiub (mgr.14182) 1040 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi116-cwwyfj 2023-11-15T05:56:50.262 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:56:49 smithi152 bash[29762]: /usr/bin/docker: stdout 2023-11-15T05:56:50.262 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:56:49 smithi152 bash[29762]: /usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi116-cwwyfj 2023-11-15T05:56:50.262 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:56:49 smithi152 bash[29762]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi116.cwwyfj 2023-11-15T05:56:50.263 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:56:49 smithi152 bash[29762]: /usr/bin/docker: stdout 2023-11-15T05:56:50.263 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:56:49 smithi152 bash[29762]: /usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi116.cwwyfj 2023-11-15T05:56:50.263 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:56:49 smithi152 bash[29762]: Deploy daemon haproxy.nfs.foo.smithi116.cwwyfj ... 2023-11-15T05:56:50.263 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:56:49 smithi152 bash[29762]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T05:56:50.263 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:56:49 smithi152 bash[29762]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-15T05:56:50.264 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:56:49 smithi152 bash[29762]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-15T05:56:50.264 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:56:49 smithi152 bash[29762]: stat: stderr See 'docker run --help'. 2023-11-15T05:56:50.264 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:56:49 smithi152 bash[29762]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T05:56:50.264 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:56:49 smithi152 bash[29762]: Traceback (most recent call last): 2023-11-15T05:56:50.264 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:56:49 smithi152 bash[29762]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-11-15T05:56:50.265 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:56:49 smithi152 bash[29762]: yield (conn, connr) 2023-11-15T05:56:50.265 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:56:49 smithi152 bash[29762]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-11-15T05:56:50.265 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:56:49 smithi152 bash[29762]: code, '\n'.join(err))) 2023-11-15T05:56:50.265 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:56:49 smithi152 bash[29762]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi116-cwwyfj 2023-11-15T05:56:50.265 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:56:49 smithi152 bash[29762]: /usr/bin/docker: stdout 2023-11-15T05:56:50.265 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:56:49 smithi152 bash[29762]: /usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi116-cwwyfj 2023-11-15T05:56:50.266 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:56:49 smithi152 bash[29762]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi116.cwwyfj 2023-11-15T05:56:50.266 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:56:49 smithi152 bash[29762]: /usr/bin/docker: stdout 2023-11-15T05:56:50.266 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:56:49 smithi152 bash[29762]: /usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi116.cwwyfj 2023-11-15T05:56:50.266 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:56:49 smithi152 bash[29762]: Deploy daemon haproxy.nfs.foo.smithi116.cwwyfj ... 2023-11-15T05:56:50.267 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:56:49 smithi152 bash[29762]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T05:56:50.267 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:56:49 smithi152 bash[29762]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-15T05:56:50.267 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:56:49 smithi152 bash[29762]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-15T05:56:50.268 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:56:49 smithi152 bash[29762]: stat: stderr See 'docker run --help'. 2023-11-15T05:56:50.268 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:56:49 smithi152 bash[29762]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T05:56:50.268 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:56:49 smithi152 bash[29762]: cephadm 2023-11-15T05:56:49.114335+0000 mgr.smithi116.ldeiub (mgr.14182) 1041 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi116.cwwyfj 2023-11-15T05:56:50.268 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:56:49 smithi152 bash[29762]: audit 2023-11-15T05:56:49.114919+0000 mon.smithi116 (mon.0) 903 : audit [INF] from='mgr.14182 172.21.15.116:0/1868390107' entity='mgr.smithi116.ldeiub' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi116.cwwyfj"}]: dispatch 2023-11-15T05:56:50.268 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:56:49 smithi152 bash[29762]: cluster 2023-11-15T05:56:49.116356+0000 mgr.smithi116.ldeiub (mgr.14182) 1042 : cluster [DBG] pgmap v683: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 96 B/s rd, 0 op/s 2023-11-15T05:56:50.269 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:56:49 smithi152 bash[29762]: cephadm 2023-11-15T05:56:49.116671+0000 mgr.smithi116.ldeiub (mgr.14182) 1043 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi116.cwwyfj on smithi116: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi116-cwwyfj 2023-11-15T05:56:50.269 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:56:49 smithi152 bash[29762]: /usr/bin/docker: stdout 2023-11-15T05:56:50.269 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:56:49 smithi152 bash[29762]: /usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi116-cwwyfj 2023-11-15T05:56:50.269 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:56:49 smithi152 bash[29762]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi116.cwwyfj 2023-11-15T05:56:50.269 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:56:49 smithi152 bash[29762]: /usr/bin/docker: stdout 2023-11-15T05:56:50.270 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:56:49 smithi152 bash[29762]: /usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi116.cwwyfj 2023-11-15T05:56:50.270 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:56:49 smithi152 bash[29762]: Deploy daemon haproxy.nfs.foo.smithi116.cwwyfj ... 2023-11-15T05:56:50.270 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:56:49 smithi152 bash[29762]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T05:56:50.270 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:56:49 smithi152 bash[29762]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-15T05:56:50.270 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:56:49 smithi152 bash[29762]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-15T05:56:50.271 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:56:49 smithi152 bash[29762]: stat: stderr See 'docker run --help'. 2023-11-15T05:56:50.271 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:56:49 smithi152 bash[29762]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T05:56:50.271 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:56:49 smithi152 bash[29762]: cephadm 2023-11-15T05:56:49.118591+0000 mgr.smithi116.ldeiub (mgr.14182) 1044 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi152.hjgcru on smithi152: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-11-15T05:56:50.271 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:56:49 smithi152 bash[29762]: cephadm 2023-11-15T05:56:49.120117+0000 mgr.smithi116.ldeiub (mgr.14182) 1045 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi116.eypsoo on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-11-15T05:56:50.271 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:56:49 smithi152 bash[29762]: cluster 2023-11-15T05:56:49.121063+0000 mgr.smithi116.ldeiub (mgr.14182) 1046 : cluster [DBG] pgmap v684: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 119 B/s rd, 0 op/s 2023-11-15T05:56:50.403 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:56:49 smithi116 bash[25961]: cephadm 2023-11-15T05:56:49.114038+0000 mgr.smithi116.ldeiub (mgr.14182) 1040 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi116-cwwyfj 2023-11-15T05:56:50.404 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:56:49 smithi116 bash[25961]: /usr/bin/docker: stdout 2023-11-15T05:56:50.404 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:56:49 smithi116 bash[25961]: /usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi116-cwwyfj 2023-11-15T05:56:50.404 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:56:49 smithi116 bash[25961]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi116.cwwyfj 2023-11-15T05:56:50.405 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:56:49 smithi116 bash[25961]: /usr/bin/docker: stdout 2023-11-15T05:56:50.405 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:56:49 smithi116 bash[25961]: /usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi116.cwwyfj 2023-11-15T05:56:50.405 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:56:49 smithi116 bash[25961]: Deploy daemon haproxy.nfs.foo.smithi116.cwwyfj ... 2023-11-15T05:56:50.405 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:56:49 smithi116 bash[25961]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T05:56:50.405 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:56:49 smithi116 bash[25961]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-15T05:56:50.406 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:56:49 smithi116 bash[25961]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-15T05:56:50.406 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:56:49 smithi116 bash[25961]: stat: stderr See 'docker run --help'. 2023-11-15T05:56:50.406 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:56:49 smithi116 bash[25961]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T05:56:50.406 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:56:49 smithi116 bash[25961]: Traceback (most recent call last): 2023-11-15T05:56:50.407 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:56:49 smithi116 bash[25961]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-11-15T05:56:50.407 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:56:49 smithi116 bash[25961]: yield (conn, connr) 2023-11-15T05:56:50.407 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:56:49 smithi116 bash[25961]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-11-15T05:56:50.407 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:56:49 smithi116 bash[25961]: code, '\n'.join(err))) 2023-11-15T05:56:50.409 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:56:49 smithi116 bash[25961]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi116-cwwyfj 2023-11-15T05:56:50.409 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:56:49 smithi116 bash[25961]: /usr/bin/docker: stdout 2023-11-15T05:56:50.409 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:56:49 smithi116 bash[25961]: /usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi116-cwwyfj 2023-11-15T05:56:50.410 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:56:49 smithi116 bash[25961]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi116.cwwyfj 2023-11-15T05:56:50.410 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:56:49 smithi116 bash[25961]: /usr/bin/docker: stdout 2023-11-15T05:56:50.411 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:56:49 smithi116 bash[25961]: /usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi116.cwwyfj 2023-11-15T05:56:50.411 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:56:49 smithi116 bash[25961]: Deploy daemon haproxy.nfs.foo.smithi116.cwwyfj ... 2023-11-15T05:56:50.411 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:56:49 smithi116 bash[25961]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T05:56:50.411 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:56:49 smithi116 bash[25961]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-15T05:56:50.412 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:56:49 smithi116 bash[25961]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-15T05:56:50.412 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:56:49 smithi116 bash[25961]: stat: stderr See 'docker run --help'. 2023-11-15T05:56:50.413 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:56:49 smithi116 bash[25961]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T05:56:50.413 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:56:49 smithi116 bash[25961]: cephadm 2023-11-15T05:56:49.114335+0000 mgr.smithi116.ldeiub (mgr.14182) 1041 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi116.cwwyfj 2023-11-15T05:56:50.413 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:56:49 smithi116 bash[25961]: audit 2023-11-15T05:56:49.114919+0000 mon.smithi116 (mon.0) 903 : audit [INF] from='mgr.14182 172.21.15.116:0/1868390107' entity='mgr.smithi116.ldeiub' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi116.cwwyfj"}]: dispatch 2023-11-15T05:56:50.413 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:56:49 smithi116 bash[25961]: cluster 2023-11-15T05:56:49.116356+0000 mgr.smithi116.ldeiub (mgr.14182) 1042 : cluster [DBG] pgmap v683: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 96 B/s rd, 0 op/s 2023-11-15T05:56:50.413 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:56:49 smithi116 bash[25961]: cephadm 2023-11-15T05:56:49.116671+0000 mgr.smithi116.ldeiub (mgr.14182) 1043 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi116.cwwyfj on smithi116: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi116-cwwyfj 2023-11-15T05:56:50.414 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:56:49 smithi116 bash[25961]: /usr/bin/docker: stdout 2023-11-15T05:56:50.414 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:56:49 smithi116 bash[25961]: /usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi116-cwwyfj 2023-11-15T05:56:50.414 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:56:49 smithi116 bash[25961]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi116.cwwyfj 2023-11-15T05:56:50.414 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:56:49 smithi116 bash[25961]: /usr/bin/docker: stdout 2023-11-15T05:56:50.415 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:56:49 smithi116 bash[25961]: /usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi116.cwwyfj 2023-11-15T05:56:50.415 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:56:49 smithi116 bash[25961]: Deploy daemon haproxy.nfs.foo.smithi116.cwwyfj ... 2023-11-15T05:56:50.415 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:56:49 smithi116 bash[25961]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T05:56:50.415 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:56:49 smithi116 bash[25961]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-15T05:56:50.415 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:56:49 smithi116 bash[25961]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-15T05:56:50.416 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:56:49 smithi116 bash[25961]: stat: stderr See 'docker run --help'. 2023-11-15T05:56:50.416 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:56:49 smithi116 bash[25961]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T05:56:50.416 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:56:49 smithi116 bash[25961]: cephadm 2023-11-15T05:56:49.118591+0000 mgr.smithi116.ldeiub (mgr.14182) 1044 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi152.hjgcru on smithi152: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-11-15T05:56:50.416 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:56:49 smithi116 bash[25961]: cephadm 2023-11-15T05:56:49.120117+0000 mgr.smithi116.ldeiub (mgr.14182) 1045 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi116.eypsoo on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-11-15T05:56:50.417 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:56:49 smithi116 bash[25961]: cluster 2023-11-15T05:56:49.121063+0000 mgr.smithi116.ldeiub (mgr.14182) 1046 : cluster [DBG] pgmap v684: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 119 B/s rd, 0 op/s 2023-11-15T05:56:51.261 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:56:50 smithi152 bash[29762]: cluster 2023-11-15T05:56:49.898915+0000 mon.smithi116 (mon.0) 904 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2023-11-15T05:56:51.351 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:56:50 smithi116 bash[25961]: cluster 2023-11-15T05:56:49.898915+0000 mon.smithi116 (mon.0) 904 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2023-11-15T05:56:52.653 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:56:52 smithi116 bash[25961]: cluster 2023-11-15T05:56:51.122398+0000 mgr.smithi116.ldeiub (mgr.14182) 1047 : cluster [DBG] pgmap v685: 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 2023-11-15T05:56:52.653 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:56:52 smithi116 bash[25961]: audit 2023-11-15T05:56:51.271415+0000 mon.smithi116 (mon.0) 905 : audit [INF] from='mgr.14182 172.21.15.116:0/1868390107' entity='mgr.smithi116.ldeiub' 2023-11-15T05:56:52.761 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:56:52 smithi152 bash[29762]: cluster 2023-11-15T05:56:51.122398+0000 mgr.smithi116.ldeiub (mgr.14182) 1047 : cluster [DBG] pgmap v685: 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 2023-11-15T05:56:52.761 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:56:52 smithi152 bash[29762]: audit 2023-11-15T05:56:51.271415+0000 mon.smithi116 (mon.0) 905 : audit [INF] from='mgr.14182 172.21.15.116:0/1868390107' entity='mgr.smithi116.ldeiub' 2023-11-15T05:56:53.454 INFO:teuthology.orchestra.run.smithi116.stdout: 2023-11-15T05:56:53.454 INFO:teuthology.orchestra.run.smithi116.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T05:34:36.374719Z", "last_refresh": "2023-11-15T05:54:17.751933Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T05:34:28.472277Z", "last_refresh": "2023-11-15T05:54:17.752190Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T05:34:32.474479Z", "last_refresh": "2023-11-15T05:54:17.752440Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:55:40.497874Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi116.jzrwmb on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:56:45.061471Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi152.qfgltp on smithi152: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi152-qfgltp\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi152-qfgltp\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi152.qfgltp\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi152.qfgltp\nDeploy daemon haproxy.nfs.foo.smithi152.qfgltp ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi152 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi152 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:56:49.116555Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi116.cwwyfj on smithi116: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi116-cwwyfj\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi116-cwwyfj\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi116.cwwyfj\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi116.cwwyfj\nDeploy daemon haproxy.nfs.foo.smithi116.cwwyfj ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:56:49.118493Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi152.hjgcru on smithi152: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:56:49.120026Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi116.eypsoo on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.116/16"}, "status": {"created": "2023-11-15T05:41:51.643812Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.116/16"}}, {"events": ["2023-11-15T05:41:45.562111Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-15T05:41:45.554912Z", "last_refresh": "2023-11-15T05:54:17.754055Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T05:34:26.558369Z", "last_refresh": "2023-11-15T05:54:17.751661Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:35:55.352857Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi116:172.21.15.116=smithi116", "smithi152:172.21.15.152=smithi152"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T05:35:55.345327Z", "last_refresh": "2023-11-15T05:54:17.751271Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:41:51.641747Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-11-15T05:41:51.636276Z", "last_refresh": "2023-11-15T05:54:17.754311Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T05:34:34.444913Z", "last_refresh": "2023-11-15T05:54:17.752691Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T05:36:22.979260Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T05:36:22.972321Z", "last_refresh": "2023-11-15T05:54:17.753010Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T05:34:30.388073Z", "last_refresh": "2023-11-15T05:55:32.568058Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-15T05:56:54.075 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T05:56:54.403 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:56:54 smithi116 bash[25961]: cluster 2023-11-15T05:56:53.123537+0000 mgr.smithi116.ldeiub (mgr.14182) 1048 : cluster [DBG] pgmap v686: 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 2023-11-15T05:56:54.403 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:56:54 smithi116 bash[25961]: audit 2023-11-15T05:56:53.439001+0000 mgr.smithi116.ldeiub (mgr.14182) 1049 : audit [DBG] from='client.15276 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:56:54.761 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:56:54 smithi152 bash[29762]: cluster 2023-11-15T05:56:53.123537+0000 mgr.smithi116.ldeiub (mgr.14182) 1048 : cluster [DBG] pgmap v686: 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 2023-11-15T05:56:54.761 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:56:54 smithi152 bash[29762]: audit 2023-11-15T05:56:53.439001+0000 mgr.smithi116.ldeiub (mgr.14182) 1049 : audit [DBG] from='client.15276 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:56:55.076 DEBUG:teuthology.orchestra.run.smithi116:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 7456fada-8378-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T05:56:56.903 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:56:56 smithi116 bash[25961]: cluster 2023-11-15T05:56:55.124656+0000 mgr.smithi116.ldeiub (mgr.14182) 1050 : cluster [DBG] pgmap v687: 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 2023-11-15T05:56:57.011 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:56:56 smithi152 bash[29762]: cluster 2023-11-15T05:56:55.124656+0000 mgr.smithi116.ldeiub (mgr.14182) 1050 : cluster [DBG] pgmap v687: 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 2023-11-15T05:56:58.274 INFO:teuthology.orchestra.run.smithi116.stdout: 2023-11-15T05:56:58.274 INFO:teuthology.orchestra.run.smithi116.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T05:34:36.374719Z", "last_refresh": "2023-11-15T05:54:17.751933Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T05:34:28.472277Z", "last_refresh": "2023-11-15T05:54:17.752190Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T05:34:32.474479Z", "last_refresh": "2023-11-15T05:54:17.752440Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:55:40.497874Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi116.jzrwmb on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:56:45.061471Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi152.qfgltp on smithi152: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi152-qfgltp\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi152-qfgltp\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi152.qfgltp\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi152.qfgltp\nDeploy daemon haproxy.nfs.foo.smithi152.qfgltp ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi152 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi152 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:56:49.116555Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi116.cwwyfj on smithi116: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi116-cwwyfj\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi116-cwwyfj\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi116.cwwyfj\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi116.cwwyfj\nDeploy daemon haproxy.nfs.foo.smithi116.cwwyfj ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:56:49.118493Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi152.hjgcru on smithi152: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:56:49.120026Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi116.eypsoo on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.116/16"}, "status": {"created": "2023-11-15T05:41:51.643812Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.116/16"}}, {"events": ["2023-11-15T05:41:45.562111Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-15T05:41:45.554912Z", "last_refresh": "2023-11-15T05:54:17.754055Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T05:34:26.558369Z", "last_refresh": "2023-11-15T05:54:17.751661Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:35:55.352857Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi116:172.21.15.116=smithi116", "smithi152:172.21.15.152=smithi152"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T05:35:55.345327Z", "last_refresh": "2023-11-15T05:54:17.751271Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:41:51.641747Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-11-15T05:41:51.636276Z", "last_refresh": "2023-11-15T05:54:17.754311Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T05:34:34.444913Z", "last_refresh": "2023-11-15T05:54:17.752691Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T05:36:22.979260Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T05:36:22.972321Z", "last_refresh": "2023-11-15T05:54:17.753010Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T05:34:30.388073Z", "last_refresh": "2023-11-15T05:55:32.568058Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-15T05:56:58.868 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:56:58 smithi116 bash[25961]: cluster 2023-11-15T05:56:57.125822+0000 mgr.smithi116.ldeiub (mgr.14182) 1051 : cluster [DBG] pgmap v688: 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 2023-11-15T05:56:58.869 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T05:56:59.011 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:56:58 smithi152 bash[29762]: cluster 2023-11-15T05:56:57.125822+0000 mgr.smithi116.ldeiub (mgr.14182) 1051 : cluster [DBG] pgmap v688: 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 2023-11-15T05:56:59.871 DEBUG:teuthology.orchestra.run.smithi116:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 7456fada-8378-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T05:56:59.883 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:56:59 smithi116 bash[25961]: audit 2023-11-15T05:56:58.256960+0000 mgr.smithi116.ldeiub (mgr.14182) 1052 : audit [DBG] from='client.15280 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:57:00.011 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:56:59 smithi152 bash[29762]: audit 2023-11-15T05:56:58.256960+0000 mgr.smithi116.ldeiub (mgr.14182) 1052 : audit [DBG] from='client.15280 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:57:00.903 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:57:00 smithi116 bash[25961]: cluster 2023-11-15T05:56:59.126998+0000 mgr.smithi116.ldeiub (mgr.14182) 1053 : cluster [DBG] pgmap v689: 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 2023-11-15T05:57:00.903 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:57:00 smithi116 bash[25961]: audit 2023-11-15T05:57:00.297759+0000 mon.smithi116 (mon.0) 906 : audit [INF] from='mgr.14182 172.21.15.116:0/1868390107' entity='mgr.smithi116.ldeiub' 2023-11-15T05:57:01.011 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:57:00 smithi152 bash[29762]: cluster 2023-11-15T05:56:59.126998+0000 mgr.smithi116.ldeiub (mgr.14182) 1053 : cluster [DBG] pgmap v689: 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 2023-11-15T05:57:01.011 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:57:00 smithi152 bash[29762]: audit 2023-11-15T05:57:00.297759+0000 mon.smithi116 (mon.0) 906 : audit [INF] from='mgr.14182 172.21.15.116:0/1868390107' entity='mgr.smithi116.ldeiub' 2023-11-15T05:57:02.903 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:57:02 smithi116 bash[25961]: cluster 2023-11-15T05:57:01.128359+0000 mgr.smithi116.ldeiub (mgr.14182) 1054 : cluster [DBG] pgmap v690: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:57:03.011 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:57:02 smithi152 bash[29762]: cluster 2023-11-15T05:57:01.128359+0000 mgr.smithi116.ldeiub (mgr.14182) 1054 : cluster [DBG] pgmap v690: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:57:03.053 INFO:teuthology.orchestra.run.smithi116.stdout: 2023-11-15T05:57:03.053 INFO:teuthology.orchestra.run.smithi116.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T05:34:36.374719Z", "last_refresh": "2023-11-15T05:54:17.751933Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T05:34:28.472277Z", "last_refresh": "2023-11-15T05:54:17.752190Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T05:34:32.474479Z", "last_refresh": "2023-11-15T05:54:17.752440Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:55:40.497874Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi116.jzrwmb on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:56:45.061471Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi152.qfgltp on smithi152: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi152-qfgltp\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi152-qfgltp\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi152.qfgltp\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi152.qfgltp\nDeploy daemon haproxy.nfs.foo.smithi152.qfgltp ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi152 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi152 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:56:49.116555Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi116.cwwyfj on smithi116: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi116-cwwyfj\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi116-cwwyfj\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi116.cwwyfj\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi116.cwwyfj\nDeploy daemon haproxy.nfs.foo.smithi116.cwwyfj ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:56:49.118493Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi152.hjgcru on smithi152: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:56:49.120026Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi116.eypsoo on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.116/16"}, "status": {"created": "2023-11-15T05:41:51.643812Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.116/16"}}, {"events": ["2023-11-15T05:41:45.562111Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-15T05:41:45.554912Z", "last_refresh": "2023-11-15T05:54:17.754055Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T05:34:26.558369Z", "last_refresh": "2023-11-15T05:54:17.751661Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:35:55.352857Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi116:172.21.15.116=smithi116", "smithi152:172.21.15.152=smithi152"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T05:35:55.345327Z", "last_refresh": "2023-11-15T05:54:17.751271Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:41:51.641747Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-11-15T05:41:51.636276Z", "last_refresh": "2023-11-15T05:54:17.754311Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T05:34:34.444913Z", "last_refresh": "2023-11-15T05:54:17.752691Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T05:36:22.979260Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T05:36:22.972321Z", "last_refresh": "2023-11-15T05:54:17.753010Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T05:34:30.388073Z", "last_refresh": "2023-11-15T05:55:32.568058Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-15T05:57:03.634 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T05:57:04.636 DEBUG:teuthology.orchestra.run.smithi116:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 7456fada-8378-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T05:57:04.903 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:57:04 smithi116 bash[25961]: audit 2023-11-15T05:57:03.035493+0000 mgr.smithi116.ldeiub (mgr.14182) 1055 : audit [DBG] from='client.15284 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:57:04.903 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:57:04 smithi116 bash[25961]: cluster 2023-11-15T05:57:03.129628+0000 mgr.smithi116.ldeiub (mgr.14182) 1056 : cluster [DBG] pgmap v691: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T05:57:05.011 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:57:04 smithi152 bash[29762]: audit 2023-11-15T05:57:03.035493+0000 mgr.smithi116.ldeiub (mgr.14182) 1055 : audit [DBG] from='client.15284 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:57:05.011 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:57:04 smithi152 bash[29762]: cluster 2023-11-15T05:57:03.129628+0000 mgr.smithi116.ldeiub (mgr.14182) 1056 : cluster [DBG] pgmap v691: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T05:57:06.903 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:57:06 smithi116 bash[25961]: cluster 2023-11-15T05:57:05.130917+0000 mgr.smithi116.ldeiub (mgr.14182) 1057 : cluster [DBG] pgmap v692: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:57:07.011 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:57:06 smithi152 bash[29762]: cluster 2023-11-15T05:57:05.130917+0000 mgr.smithi116.ldeiub (mgr.14182) 1057 : cluster [DBG] pgmap v692: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:57:07.863 INFO:teuthology.orchestra.run.smithi116.stdout: 2023-11-15T05:57:07.863 INFO:teuthology.orchestra.run.smithi116.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T05:34:36.374719Z", "last_refresh": "2023-11-15T05:54:17.751933Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T05:34:28.472277Z", "last_refresh": "2023-11-15T05:54:17.752190Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T05:34:32.474479Z", "last_refresh": "2023-11-15T05:54:17.752440Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:55:40.497874Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi116.jzrwmb on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:56:45.061471Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi152.qfgltp on smithi152: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi152-qfgltp\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi152-qfgltp\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi152.qfgltp\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi152.qfgltp\nDeploy daemon haproxy.nfs.foo.smithi152.qfgltp ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi152 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi152 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:56:49.116555Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi116.cwwyfj on smithi116: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi116-cwwyfj\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi116-cwwyfj\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi116.cwwyfj\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi116.cwwyfj\nDeploy daemon haproxy.nfs.foo.smithi116.cwwyfj ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:56:49.118493Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi152.hjgcru on smithi152: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:56:49.120026Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi116.eypsoo on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.116/16"}, "status": {"created": "2023-11-15T05:41:51.643812Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.116/16"}}, {"events": ["2023-11-15T05:41:45.562111Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-15T05:41:45.554912Z", "last_refresh": "2023-11-15T05:54:17.754055Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T05:34:26.558369Z", "last_refresh": "2023-11-15T05:54:17.751661Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:35:55.352857Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi116:172.21.15.116=smithi116", "smithi152:172.21.15.152=smithi152"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T05:35:55.345327Z", "last_refresh": "2023-11-15T05:54:17.751271Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:41:51.641747Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-11-15T05:41:51.636276Z", "last_refresh": "2023-11-15T05:54:17.754311Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T05:34:34.444913Z", "last_refresh": "2023-11-15T05:54:17.752691Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T05:36:22.979260Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T05:36:22.972321Z", "last_refresh": "2023-11-15T05:54:17.753010Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T05:34:30.388073Z", "last_refresh": "2023-11-15T05:55:32.568058Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-15T05:57:08.512 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T05:57:08.903 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:57:08 smithi116 bash[25961]: cluster 2023-11-15T05:57:07.131835+0000 mgr.smithi116.ldeiub (mgr.14182) 1058 : cluster [DBG] pgmap v693: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:57:08.903 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:57:08 smithi116 bash[25961]: audit 2023-11-15T05:57:07.847502+0000 mgr.smithi116.ldeiub (mgr.14182) 1059 : audit [DBG] from='client.15288 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:57:09.011 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:57:08 smithi152 bash[29762]: cluster 2023-11-15T05:57:07.131835+0000 mgr.smithi116.ldeiub (mgr.14182) 1058 : cluster [DBG] pgmap v693: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:57:09.011 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:57:08 smithi152 bash[29762]: audit 2023-11-15T05:57:07.847502+0000 mgr.smithi116.ldeiub (mgr.14182) 1059 : audit [DBG] from='client.15288 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:57:09.513 DEBUG:teuthology.orchestra.run.smithi116:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 7456fada-8378-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T05:57:10.903 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:57:10 smithi116 bash[25961]: cluster 2023-11-15T05:57:09.133119+0000 mgr.smithi116.ldeiub (mgr.14182) 1060 : cluster [DBG] pgmap v694: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:57:11.011 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:57:10 smithi152 bash[29762]: cluster 2023-11-15T05:57:09.133119+0000 mgr.smithi116.ldeiub (mgr.14182) 1060 : cluster [DBG] pgmap v694: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:57:12.745 INFO:teuthology.orchestra.run.smithi116.stdout: 2023-11-15T05:57:12.745 INFO:teuthology.orchestra.run.smithi116.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T05:34:36.374719Z", "last_refresh": "2023-11-15T05:54:17.751933Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T05:34:28.472277Z", "last_refresh": "2023-11-15T05:54:17.752190Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T05:34:32.474479Z", "last_refresh": "2023-11-15T05:54:17.752440Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:55:40.497874Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi116.jzrwmb on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:56:45.061471Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi152.qfgltp on smithi152: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi152-qfgltp\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi152-qfgltp\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi152.qfgltp\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi152.qfgltp\nDeploy daemon haproxy.nfs.foo.smithi152.qfgltp ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi152 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi152 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:56:49.116555Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi116.cwwyfj on smithi116: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi116-cwwyfj\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi116-cwwyfj\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi116.cwwyfj\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi116.cwwyfj\nDeploy daemon haproxy.nfs.foo.smithi116.cwwyfj ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:56:49.118493Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi152.hjgcru on smithi152: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:56:49.120026Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi116.eypsoo on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.116/16"}, "status": {"created": "2023-11-15T05:41:51.643812Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.116/16"}}, {"events": ["2023-11-15T05:41:45.562111Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-15T05:41:45.554912Z", "last_refresh": "2023-11-15T05:54:17.754055Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T05:34:26.558369Z", "last_refresh": "2023-11-15T05:54:17.751661Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:35:55.352857Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi116:172.21.15.116=smithi116", "smithi152:172.21.15.152=smithi152"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T05:35:55.345327Z", "last_refresh": "2023-11-15T05:54:17.751271Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:41:51.641747Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-11-15T05:41:51.636276Z", "last_refresh": "2023-11-15T05:54:17.754311Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T05:34:34.444913Z", "last_refresh": "2023-11-15T05:54:17.752691Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T05:36:22.979260Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T05:36:22.972321Z", "last_refresh": "2023-11-15T05:54:17.753010Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T05:34:30.388073Z", "last_refresh": "2023-11-15T05:55:32.568058Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-15T05:57:12.903 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:57:12 smithi116 bash[25961]: cluster 2023-11-15T05:57:11.134531+0000 mgr.smithi116.ldeiub (mgr.14182) 1061 : 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 2023-11-15T05:57:13.011 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:57:12 smithi152 bash[29762]: cluster 2023-11-15T05:57:11.134531+0000 mgr.smithi116.ldeiub (mgr.14182) 1061 : 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 2023-11-15T05:57:13.393 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T05:57:14.011 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:57:13 smithi152 bash[29762]: audit 2023-11-15T05:57:12.729829+0000 mgr.smithi116.ldeiub (mgr.14182) 1062 : audit [DBG] from='client.15292 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:57:14.154 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:57:13 smithi116 bash[25961]: audit 2023-11-15T05:57:12.729829+0000 mgr.smithi116.ldeiub (mgr.14182) 1062 : audit [DBG] from='client.15292 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:57:14.394 DEBUG:teuthology.orchestra.run.smithi116:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 7456fada-8378-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T05:57:15.011 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:57:14 smithi152 bash[29762]: cluster 2023-11-15T05:57:13.135225+0000 mgr.smithi116.ldeiub (mgr.14182) 1063 : cluster [DBG] pgmap v696: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T05:57:15.153 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:57:14 smithi116 bash[25961]: cluster 2023-11-15T05:57:13.135225+0000 mgr.smithi116.ldeiub (mgr.14182) 1063 : cluster [DBG] pgmap v696: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T05:57:17.011 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:57:16 smithi152 bash[29762]: cluster 2023-11-15T05:57:15.136295+0000 mgr.smithi116.ldeiub (mgr.14182) 1064 : cluster [DBG] pgmap v697: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:57:17.153 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:57:16 smithi116 bash[25961]: cluster 2023-11-15T05:57:15.136295+0000 mgr.smithi116.ldeiub (mgr.14182) 1064 : cluster [DBG] pgmap v697: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:57:17.778 INFO:teuthology.orchestra.run.smithi116.stdout: 2023-11-15T05:57:17.778 INFO:teuthology.orchestra.run.smithi116.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T05:34:36.374719Z", "last_refresh": "2023-11-15T05:54:17.751933Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T05:34:28.472277Z", "last_refresh": "2023-11-15T05:54:17.752190Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T05:34:32.474479Z", "last_refresh": "2023-11-15T05:54:17.752440Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:55:40.497874Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi116.jzrwmb on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:56:45.061471Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi152.qfgltp on smithi152: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi152-qfgltp\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi152-qfgltp\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi152.qfgltp\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi152.qfgltp\nDeploy daemon haproxy.nfs.foo.smithi152.qfgltp ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi152 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi152 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:56:49.116555Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi116.cwwyfj on smithi116: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi116-cwwyfj\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi116-cwwyfj\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi116.cwwyfj\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi116.cwwyfj\nDeploy daemon haproxy.nfs.foo.smithi116.cwwyfj ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:56:49.118493Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi152.hjgcru on smithi152: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:56:49.120026Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi116.eypsoo on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.116/16"}, "status": {"created": "2023-11-15T05:41:51.643812Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.116/16"}}, {"events": ["2023-11-15T05:41:45.562111Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-15T05:41:45.554912Z", "last_refresh": "2023-11-15T05:54:17.754055Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T05:34:26.558369Z", "last_refresh": "2023-11-15T05:54:17.751661Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:35:55.352857Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi116:172.21.15.116=smithi116", "smithi152:172.21.15.152=smithi152"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T05:35:55.345327Z", "last_refresh": "2023-11-15T05:54:17.751271Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:41:51.641747Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-11-15T05:41:51.636276Z", "last_refresh": "2023-11-15T05:54:17.754311Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T05:34:34.444913Z", "last_refresh": "2023-11-15T05:54:17.752691Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T05:36:22.979260Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T05:36:22.972321Z", "last_refresh": "2023-11-15T05:54:17.753010Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T05:34:30.388073Z", "last_refresh": "2023-11-15T05:55:32.568058Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-15T05:57:18.355 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T05:57:19.011 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:57:18 smithi152 bash[29762]: cluster 2023-11-15T05:57:17.137086+0000 mgr.smithi116.ldeiub (mgr.14182) 1065 : 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 2023-11-15T05:57:19.011 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:57:18 smithi152 bash[29762]: audit 2023-11-15T05:57:17.762950+0000 mgr.smithi116.ldeiub (mgr.14182) 1066 : audit [DBG] from='client.15296 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:57:19.153 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:57:18 smithi116 bash[25961]: cluster 2023-11-15T05:57:17.137086+0000 mgr.smithi116.ldeiub (mgr.14182) 1065 : 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 2023-11-15T05:57:19.154 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:57:18 smithi116 bash[25961]: audit 2023-11-15T05:57:17.762950+0000 mgr.smithi116.ldeiub (mgr.14182) 1066 : audit [DBG] from='client.15296 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:57:19.356 DEBUG:teuthology.orchestra.run.smithi116:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 7456fada-8378-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T05:57:20.748 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:57:20 smithi116 bash[25961]: cluster 2023-11-15T05:57:19.138249+0000 mgr.smithi116.ldeiub (mgr.14182) 1067 : 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 2023-11-15T05:57:21.011 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:57:20 smithi152 bash[29762]: cluster 2023-11-15T05:57:19.138249+0000 mgr.smithi116.ldeiub (mgr.14182) 1067 : 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 2023-11-15T05:57:22.554 INFO:teuthology.orchestra.run.smithi116.stdout: 2023-11-15T05:57:22.554 INFO:teuthology.orchestra.run.smithi116.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T05:34:36.374719Z", "last_refresh": "2023-11-15T05:54:17.751933Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T05:34:28.472277Z", "last_refresh": "2023-11-15T05:54:17.752190Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T05:34:32.474479Z", "last_refresh": "2023-11-15T05:54:17.752440Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:55:40.497874Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi116.jzrwmb on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:56:45.061471Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi152.qfgltp on smithi152: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi152-qfgltp\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi152-qfgltp\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi152.qfgltp\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi152.qfgltp\nDeploy daemon haproxy.nfs.foo.smithi152.qfgltp ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi152 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi152 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:56:49.116555Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi116.cwwyfj on smithi116: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi116-cwwyfj\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi116-cwwyfj\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi116.cwwyfj\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi116.cwwyfj\nDeploy daemon haproxy.nfs.foo.smithi116.cwwyfj ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:56:49.118493Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi152.hjgcru on smithi152: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:56:49.120026Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi116.eypsoo on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.116/16"}, "status": {"created": "2023-11-15T05:41:51.643812Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.116/16"}}, {"events": ["2023-11-15T05:41:45.562111Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-15T05:41:45.554912Z", "last_refresh": "2023-11-15T05:54:17.754055Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T05:34:26.558369Z", "last_refresh": "2023-11-15T05:54:17.751661Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:35:55.352857Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi116:172.21.15.116=smithi116", "smithi152:172.21.15.152=smithi152"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T05:35:55.345327Z", "last_refresh": "2023-11-15T05:54:17.751271Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:41:51.641747Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-11-15T05:41:51.636276Z", "last_refresh": "2023-11-15T05:54:17.754311Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T05:34:34.444913Z", "last_refresh": "2023-11-15T05:54:17.752691Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T05:36:22.979260Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T05:36:22.972321Z", "last_refresh": "2023-11-15T05:54:17.753010Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T05:34:30.388073Z", "last_refresh": "2023-11-15T05:55:32.568058Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-15T05:57:22.903 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:57:22 smithi116 bash[25961]: cluster 2023-11-15T05:57:21.139000+0000 mgr.smithi116.ldeiub (mgr.14182) 1068 : 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 2023-11-15T05:57:23.010 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:57:22 smithi152 bash[29762]: cluster 2023-11-15T05:57:21.139000+0000 mgr.smithi116.ldeiub (mgr.14182) 1068 : 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 2023-11-15T05:57:23.174 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T05:57:24.011 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:57:23 smithi152 bash[29762]: audit 2023-11-15T05:57:22.537527+0000 mgr.smithi116.ldeiub (mgr.14182) 1069 : audit [DBG] from='client.15300 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:57:24.153 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:57:23 smithi116 bash[25961]: audit 2023-11-15T05:57:22.537527+0000 mgr.smithi116.ldeiub (mgr.14182) 1069 : audit [DBG] from='client.15300 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:57:24.176 DEBUG:teuthology.orchestra.run.smithi116:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 7456fada-8378-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T05:57:25.011 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:57:24 smithi152 bash[29762]: cluster 2023-11-15T05:57:23.139926+0000 mgr.smithi116.ldeiub (mgr.14182) 1070 : cluster [DBG] pgmap v701: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T05:57:25.153 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:57:24 smithi116 bash[25961]: cluster 2023-11-15T05:57:23.139926+0000 mgr.smithi116.ldeiub (mgr.14182) 1070 : cluster [DBG] pgmap v701: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T05:57:26.990 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:57:26 smithi116 bash[25961]: cluster 2023-11-15T05:57:25.140646+0000 mgr.smithi116.ldeiub (mgr.14182) 1071 : cluster [DBG] pgmap v702: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:57:27.011 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:57:26 smithi152 bash[29762]: cluster 2023-11-15T05:57:25.140646+0000 mgr.smithi116.ldeiub (mgr.14182) 1071 : cluster [DBG] pgmap v702: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:57:27.411 INFO:teuthology.orchestra.run.smithi116.stdout: 2023-11-15T05:57:27.412 INFO:teuthology.orchestra.run.smithi116.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T05:34:36.374719Z", "last_refresh": "2023-11-15T05:54:17.751933Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T05:34:28.472277Z", "last_refresh": "2023-11-15T05:54:17.752190Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T05:34:32.474479Z", "last_refresh": "2023-11-15T05:54:17.752440Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:55:40.497874Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi116.jzrwmb on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:56:45.061471Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi152.qfgltp on smithi152: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi152-qfgltp\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi152-qfgltp\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi152.qfgltp\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi152.qfgltp\nDeploy daemon haproxy.nfs.foo.smithi152.qfgltp ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi152 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi152 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:56:49.116555Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi116.cwwyfj on smithi116: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi116-cwwyfj\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi116-cwwyfj\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi116.cwwyfj\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi116.cwwyfj\nDeploy daemon haproxy.nfs.foo.smithi116.cwwyfj ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:56:49.118493Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi152.hjgcru on smithi152: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:56:49.120026Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi116.eypsoo on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.116/16"}, "status": {"created": "2023-11-15T05:41:51.643812Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.116/16"}}, {"events": ["2023-11-15T05:41:45.562111Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-15T05:41:45.554912Z", "last_refresh": "2023-11-15T05:54:17.754055Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T05:34:26.558369Z", "last_refresh": "2023-11-15T05:54:17.751661Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:35:55.352857Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi116:172.21.15.116=smithi116", "smithi152:172.21.15.152=smithi152"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T05:35:55.345327Z", "last_refresh": "2023-11-15T05:54:17.751271Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:41:51.641747Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-11-15T05:41:51.636276Z", "last_refresh": "2023-11-15T05:54:17.754311Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T05:34:34.444913Z", "last_refresh": "2023-11-15T05:54:17.752691Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T05:36:22.979260Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T05:36:22.972321Z", "last_refresh": "2023-11-15T05:54:17.753010Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T05:34:30.388073Z", "last_refresh": "2023-11-15T05:55:32.568058Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-15T05:57:28.070 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T05:57:29.011 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:57:28 smithi152 bash[29762]: cluster 2023-11-15T05:57:27.141509+0000 mgr.smithi116.ldeiub (mgr.14182) 1072 : 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 2023-11-15T05:57:29.011 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:57:28 smithi152 bash[29762]: audit 2023-11-15T05:57:27.401340+0000 mgr.smithi116.ldeiub (mgr.14182) 1073 : audit [DBG] from='client.15304 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:57:29.072 DEBUG:teuthology.orchestra.run.smithi116:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 7456fada-8378-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T05:57:29.083 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:57:28 smithi116 bash[25961]: cluster 2023-11-15T05:57:27.141509+0000 mgr.smithi116.ldeiub (mgr.14182) 1072 : 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 2023-11-15T05:57:29.083 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:57:28 smithi116 bash[25961]: audit 2023-11-15T05:57:27.401340+0000 mgr.smithi116.ldeiub (mgr.14182) 1073 : audit [DBG] from='client.15304 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:57:31.010 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:57:30 smithi152 bash[29762]: cluster 2023-11-15T05:57:29.142680+0000 mgr.smithi116.ldeiub (mgr.14182) 1074 : 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 2023-11-15T05:57:31.153 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:57:30 smithi116 bash[25961]: cluster 2023-11-15T05:57:29.142680+0000 mgr.smithi116.ldeiub (mgr.14182) 1074 : 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 2023-11-15T05:57:32.255 INFO:teuthology.orchestra.run.smithi116.stdout: 2023-11-15T05:57:32.256 INFO:teuthology.orchestra.run.smithi116.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T05:34:36.374719Z", "last_refresh": "2023-11-15T05:54:17.751933Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T05:34:28.472277Z", "last_refresh": "2023-11-15T05:54:17.752190Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T05:34:32.474479Z", "last_refresh": "2023-11-15T05:54:17.752440Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:55:40.497874Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi116.jzrwmb on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:56:45.061471Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi152.qfgltp on smithi152: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi152-qfgltp\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi152-qfgltp\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi152.qfgltp\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi152.qfgltp\nDeploy daemon haproxy.nfs.foo.smithi152.qfgltp ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi152 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi152 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:56:49.116555Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi116.cwwyfj on smithi116: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi116-cwwyfj\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi116-cwwyfj\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi116.cwwyfj\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi116.cwwyfj\nDeploy daemon haproxy.nfs.foo.smithi116.cwwyfj ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:56:49.118493Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi152.hjgcru on smithi152: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:56:49.120026Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi116.eypsoo on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.116/16"}, "status": {"created": "2023-11-15T05:41:51.643812Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.116/16"}}, {"events": ["2023-11-15T05:41:45.562111Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-15T05:41:45.554912Z", "last_refresh": "2023-11-15T05:54:17.754055Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T05:34:26.558369Z", "last_refresh": "2023-11-15T05:54:17.751661Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:35:55.352857Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi116:172.21.15.116=smithi116", "smithi152:172.21.15.152=smithi152"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T05:35:55.345327Z", "last_refresh": "2023-11-15T05:54:17.751271Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:41:51.641747Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-11-15T05:41:51.636276Z", "last_refresh": "2023-11-15T05:54:17.754311Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T05:34:34.444913Z", "last_refresh": "2023-11-15T05:54:17.752691Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T05:36:22.979260Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T05:36:22.972321Z", "last_refresh": "2023-11-15T05:54:17.753010Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T05:34:30.388073Z", "last_refresh": "2023-11-15T05:55:32.568058Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-15T05:57:32.875 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T05:57:33.010 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:57:32 smithi152 bash[29762]: cluster 2023-11-15T05:57:31.143983+0000 mgr.smithi116.ldeiub (mgr.14182) 1075 : 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 2023-11-15T05:57:33.153 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:57:32 smithi116 bash[25961]: cluster 2023-11-15T05:57:31.143983+0000 mgr.smithi116.ldeiub (mgr.14182) 1075 : 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 2023-11-15T05:57:33.876 DEBUG:teuthology.orchestra.run.smithi116:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 7456fada-8378-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T05:57:34.011 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:57:33 smithi152 bash[29762]: audit 2023-11-15T05:57:32.237583+0000 mgr.smithi116.ldeiub (mgr.14182) 1076 : audit [DBG] from='client.15308 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:57:34.153 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:57:33 smithi116 bash[25961]: audit 2023-11-15T05:57:32.237583+0000 mgr.smithi116.ldeiub (mgr.14182) 1076 : audit [DBG] from='client.15308 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:57:35.010 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:57:34 smithi152 bash[29762]: cluster 2023-11-15T05:57:33.145189+0000 mgr.smithi116.ldeiub (mgr.14182) 1077 : cluster [DBG] pgmap v706: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T05:57:35.058 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:57:34 smithi116 bash[25961]: cluster 2023-11-15T05:57:33.145189+0000 mgr.smithi116.ldeiub (mgr.14182) 1077 : cluster [DBG] pgmap v706: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T05:57:36.903 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:57:36 smithi116 bash[25961]: cluster 2023-11-15T05:57:35.145967+0000 mgr.smithi116.ldeiub (mgr.14182) 1078 : cluster [DBG] pgmap v707: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:57:37.010 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:57:36 smithi152 bash[29762]: cluster 2023-11-15T05:57:35.145967+0000 mgr.smithi116.ldeiub (mgr.14182) 1078 : cluster [DBG] pgmap v707: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:57:37.032 INFO:teuthology.orchestra.run.smithi116.stdout: 2023-11-15T05:57:37.033 INFO:teuthology.orchestra.run.smithi116.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T05:34:36.374719Z", "last_refresh": "2023-11-15T05:54:17.751933Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T05:34:28.472277Z", "last_refresh": "2023-11-15T05:54:17.752190Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T05:34:32.474479Z", "last_refresh": "2023-11-15T05:54:17.752440Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:55:40.497874Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi116.jzrwmb on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:56:45.061471Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi152.qfgltp on smithi152: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi152-qfgltp\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi152-qfgltp\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi152.qfgltp\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi152.qfgltp\nDeploy daemon haproxy.nfs.foo.smithi152.qfgltp ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi152 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi152 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:56:49.116555Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi116.cwwyfj on smithi116: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi116-cwwyfj\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi116-cwwyfj\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi116.cwwyfj\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi116.cwwyfj\nDeploy daemon haproxy.nfs.foo.smithi116.cwwyfj ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:56:49.118493Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi152.hjgcru on smithi152: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:56:49.120026Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi116.eypsoo on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.116/16"}, "status": {"created": "2023-11-15T05:41:51.643812Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.116/16"}}, {"events": ["2023-11-15T05:41:45.562111Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-15T05:41:45.554912Z", "last_refresh": "2023-11-15T05:54:17.754055Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T05:34:26.558369Z", "last_refresh": "2023-11-15T05:54:17.751661Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:35:55.352857Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi116:172.21.15.116=smithi116", "smithi152:172.21.15.152=smithi152"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T05:35:55.345327Z", "last_refresh": "2023-11-15T05:54:17.751271Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:41:51.641747Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-11-15T05:41:51.636276Z", "last_refresh": "2023-11-15T05:54:17.754311Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T05:34:34.444913Z", "last_refresh": "2023-11-15T05:54:17.752691Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T05:36:22.979260Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T05:36:22.972321Z", "last_refresh": "2023-11-15T05:54:17.753010Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T05:34:30.388073Z", "last_refresh": "2023-11-15T05:55:32.568058Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-15T05:57:37.641 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T05:57:38.642 DEBUG:teuthology.orchestra.run.smithi116:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 7456fada-8378-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T05:57:39.010 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:57:38 smithi152 bash[29762]: audit 2023-11-15T05:57:37.016076+0000 mgr.smithi116.ldeiub (mgr.14182) 1079 : audit [DBG] from='client.15312 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:57:39.011 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:57:38 smithi152 bash[29762]: cluster 2023-11-15T05:57:37.146925+0000 mgr.smithi116.ldeiub (mgr.14182) 1080 : 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 2023-11-15T05:57:39.153 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:57:38 smithi116 bash[25961]: audit 2023-11-15T05:57:37.016076+0000 mgr.smithi116.ldeiub (mgr.14182) 1079 : audit [DBG] from='client.15312 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:57:39.153 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:57:38 smithi116 bash[25961]: cluster 2023-11-15T05:57:37.146925+0000 mgr.smithi116.ldeiub (mgr.14182) 1080 : 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 2023-11-15T05:57:41.010 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:57:40 smithi152 bash[29762]: cluster 2023-11-15T05:57:39.148083+0000 mgr.smithi116.ldeiub (mgr.14182) 1081 : 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 2023-11-15T05:57:41.153 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:57:40 smithi116 bash[25961]: cluster 2023-11-15T05:57:39.148083+0000 mgr.smithi116.ldeiub (mgr.14182) 1081 : 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 2023-11-15T05:57:41.924 INFO:teuthology.orchestra.run.smithi116.stdout: 2023-11-15T05:57:41.924 INFO:teuthology.orchestra.run.smithi116.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T05:34:36.374719Z", "last_refresh": "2023-11-15T05:54:17.751933Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T05:34:28.472277Z", "last_refresh": "2023-11-15T05:54:17.752190Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T05:34:32.474479Z", "last_refresh": "2023-11-15T05:54:17.752440Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:55:40.497874Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi116.jzrwmb on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:56:45.061471Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi152.qfgltp on smithi152: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi152-qfgltp\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi152-qfgltp\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi152.qfgltp\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi152.qfgltp\nDeploy daemon haproxy.nfs.foo.smithi152.qfgltp ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi152 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi152 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:56:49.116555Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi116.cwwyfj on smithi116: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi116-cwwyfj\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi116-cwwyfj\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi116.cwwyfj\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi116.cwwyfj\nDeploy daemon haproxy.nfs.foo.smithi116.cwwyfj ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:56:49.118493Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi152.hjgcru on smithi152: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:56:49.120026Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi116.eypsoo on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.116/16"}, "status": {"created": "2023-11-15T05:41:51.643812Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.116/16"}}, {"events": ["2023-11-15T05:41:45.562111Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-15T05:41:45.554912Z", "last_refresh": "2023-11-15T05:54:17.754055Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T05:34:26.558369Z", "last_refresh": "2023-11-15T05:54:17.751661Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:35:55.352857Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi116:172.21.15.116=smithi116", "smithi152:172.21.15.152=smithi152"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T05:35:55.345327Z", "last_refresh": "2023-11-15T05:54:17.751271Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:41:51.641747Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-11-15T05:41:51.636276Z", "last_refresh": "2023-11-15T05:54:17.754311Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T05:34:34.444913Z", "last_refresh": "2023-11-15T05:54:17.752691Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T05:36:22.979260Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T05:36:22.972321Z", "last_refresh": "2023-11-15T05:54:17.753010Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T05:34:30.388073Z", "last_refresh": "2023-11-15T05:55:32.568058Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-15T05:57:42.565 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T05:57:42.903 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:57:42 smithi116 bash[25961]: cluster 2023-11-15T05:57:41.149389+0000 mgr.smithi116.ldeiub (mgr.14182) 1082 : 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 2023-11-15T05:57:43.260 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:57:42 smithi152 bash[29762]: cluster 2023-11-15T05:57:41.149389+0000 mgr.smithi116.ldeiub (mgr.14182) 1082 : 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 2023-11-15T05:57:43.566 DEBUG:teuthology.orchestra.run.smithi116:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 7456fada-8378-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T05:57:43.903 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:57:43 smithi116 bash[25961]: audit 2023-11-15T05:57:41.906231+0000 mgr.smithi116.ldeiub (mgr.14182) 1083 : audit [DBG] from='client.15316 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:57:44.261 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:57:43 smithi152 bash[29762]: audit 2023-11-15T05:57:41.906231+0000 mgr.smithi116.ldeiub (mgr.14182) 1083 : audit [DBG] from='client.15316 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:57:44.903 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:57:44 smithi116 bash[25961]: cluster 2023-11-15T05:57:43.150596+0000 mgr.smithi116.ldeiub (mgr.14182) 1084 : cluster [DBG] pgmap v711: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T05:57:45.260 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:57:44 smithi152 bash[29762]: cluster 2023-11-15T05:57:43.150596+0000 mgr.smithi116.ldeiub (mgr.14182) 1084 : cluster [DBG] pgmap v711: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T05:57:46.678 INFO:teuthology.orchestra.run.smithi116.stdout: 2023-11-15T05:57:46.678 INFO:teuthology.orchestra.run.smithi116.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T05:34:36.374719Z", "last_refresh": "2023-11-15T05:54:17.751933Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T05:34:28.472277Z", "last_refresh": "2023-11-15T05:54:17.752190Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T05:34:32.474479Z", "last_refresh": "2023-11-15T05:54:17.752440Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:55:40.497874Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi116.jzrwmb on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:56:45.061471Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi152.qfgltp on smithi152: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi152-qfgltp\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi152-qfgltp\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi152.qfgltp\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi152.qfgltp\nDeploy daemon haproxy.nfs.foo.smithi152.qfgltp ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi152 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi152 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:56:49.116555Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi116.cwwyfj on smithi116: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi116-cwwyfj\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi116-cwwyfj\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi116.cwwyfj\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi116.cwwyfj\nDeploy daemon haproxy.nfs.foo.smithi116.cwwyfj ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:56:49.118493Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi152.hjgcru on smithi152: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:56:49.120026Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi116.eypsoo on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.116/16"}, "status": {"created": "2023-11-15T05:41:51.643812Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.116/16"}}, {"events": ["2023-11-15T05:41:45.562111Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-15T05:41:45.554912Z", "last_refresh": "2023-11-15T05:54:17.754055Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T05:34:26.558369Z", "last_refresh": "2023-11-15T05:54:17.751661Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:35:55.352857Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi116:172.21.15.116=smithi116", "smithi152:172.21.15.152=smithi152"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T05:35:55.345327Z", "last_refresh": "2023-11-15T05:54:17.751271Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:41:51.641747Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-11-15T05:41:51.636276Z", "last_refresh": "2023-11-15T05:54:17.754311Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T05:34:34.444913Z", "last_refresh": "2023-11-15T05:54:17.752691Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T05:36:22.979260Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T05:36:22.972321Z", "last_refresh": "2023-11-15T05:54:17.753010Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T05:34:30.388073Z", "last_refresh": "2023-11-15T05:55:32.568058Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-15T05:57:47.153 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:57:46 smithi116 bash[25961]: cluster 2023-11-15T05:57:45.151668+0000 mgr.smithi116.ldeiub (mgr.14182) 1085 : cluster [DBG] pgmap v712: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:57:47.260 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:57:46 smithi152 bash[29762]: cluster 2023-11-15T05:57:45.151668+0000 mgr.smithi116.ldeiub (mgr.14182) 1085 : cluster [DBG] pgmap v712: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:57:47.329 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T05:57:48.153 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:57:47 smithi116 bash[25961]: audit 2023-11-15T05:57:46.660568+0000 mgr.smithi116.ldeiub (mgr.14182) 1086 : audit [DBG] from='client.15320 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:57:48.260 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:57:47 smithi152 bash[29762]: audit 2023-11-15T05:57:46.660568+0000 mgr.smithi116.ldeiub (mgr.14182) 1086 : audit [DBG] from='client.15320 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:57:48.330 DEBUG:teuthology.orchestra.run.smithi116:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 7456fada-8378-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T05:57:49.153 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:57:48 smithi116 bash[25961]: cluster 2023-11-15T05:57:47.152904+0000 mgr.smithi116.ldeiub (mgr.14182) 1087 : 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 2023-11-15T05:57:49.166 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:57:48 smithi152 bash[29762]: cluster 2023-11-15T05:57:47.152904+0000 mgr.smithi116.ldeiub (mgr.14182) 1087 : 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 2023-11-15T05:57:50.153 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:57:49 smithi116 bash[25961]: audit 2023-11-15T05:57:49.123321+0000 mon.smithi116 (mon.0) 907 : audit [DBG] from='mgr.14182 172.21.15.116:0/1868390107' entity='mgr.smithi116.ldeiub' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-15T05:57:50.153 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:57:49 smithi116 bash[25961]: audit 2023-11-15T05:57:49.447202+0000 mon.smithi116 (mon.0) 908 : audit [DBG] from='mgr.14182 172.21.15.116:0/1868390107' entity='mgr.smithi116.ldeiub' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-15T05:57:50.153 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:57:49 smithi116 bash[25961]: audit 2023-11-15T05:57:49.448419+0000 mon.smithi116 (mon.0) 909 : audit [INF] from='mgr.14182 172.21.15.116:0/1868390107' entity='mgr.smithi116.ldeiub' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-11-15T05:57:50.153 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:57:49 smithi116 bash[25961]: audit 2023-11-15T05:57:49.456108+0000 mon.smithi116 (mon.0) 910 : audit [INF] from='mgr.14182 172.21.15.116:0/1868390107' entity='mgr.smithi116.ldeiub' 2023-11-15T05:57:50.154 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:57:49 smithi116 bash[25961]: audit 2023-11-15T05:57:49.465230+0000 mon.smithi116 (mon.0) 911 : audit [DBG] from='mgr.14182 172.21.15.116:0/1868390107' entity='mgr.smithi116.ldeiub' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-11-15T05:57:50.154 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:57:49 smithi116 bash[25961]: audit 2023-11-15T05:57:49.480587+0000 mon.smithi116 (mon.0) 912 : audit [INF] from='mgr.14182 172.21.15.116:0/1868390107' entity='mgr.smithi116.ldeiub' 2023-11-15T05:57:50.260 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:57:49 smithi152 bash[29762]: audit 2023-11-15T05:57:49.123321+0000 mon.smithi116 (mon.0) 907 : audit [DBG] from='mgr.14182 172.21.15.116:0/1868390107' entity='mgr.smithi116.ldeiub' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-15T05:57:50.261 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:57:49 smithi152 bash[29762]: audit 2023-11-15T05:57:49.447202+0000 mon.smithi116 (mon.0) 908 : audit [DBG] from='mgr.14182 172.21.15.116:0/1868390107' entity='mgr.smithi116.ldeiub' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-15T05:57:50.261 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:57:49 smithi152 bash[29762]: audit 2023-11-15T05:57:49.448419+0000 mon.smithi116 (mon.0) 909 : audit [INF] from='mgr.14182 172.21.15.116:0/1868390107' entity='mgr.smithi116.ldeiub' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-11-15T05:57:50.261 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:57:49 smithi152 bash[29762]: audit 2023-11-15T05:57:49.456108+0000 mon.smithi116 (mon.0) 910 : audit [INF] from='mgr.14182 172.21.15.116:0/1868390107' entity='mgr.smithi116.ldeiub' 2023-11-15T05:57:50.261 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:57:49 smithi152 bash[29762]: audit 2023-11-15T05:57:49.465230+0000 mon.smithi116 (mon.0) 911 : audit [DBG] from='mgr.14182 172.21.15.116:0/1868390107' entity='mgr.smithi116.ldeiub' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-11-15T05:57:50.262 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:57:49 smithi152 bash[29762]: audit 2023-11-15T05:57:49.480587+0000 mon.smithi116 (mon.0) 912 : audit [INF] from='mgr.14182 172.21.15.116:0/1868390107' entity='mgr.smithi116.ldeiub' 2023-11-15T05:57:51.070 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:57:50 smithi116 bash[25961]: cluster 2023-11-15T05:57:49.154112+0000 mgr.smithi116.ldeiub (mgr.14182) 1088 : 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 2023-11-15T05:57:51.071 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:57:50 smithi116 bash[25961]: cluster 2023-11-15T05:57:49.456863+0000 mgr.smithi116.ldeiub (mgr.14182) 1089 : cluster [DBG] pgmap v715: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 99 B/s rd, 0 op/s 2023-11-15T05:57:51.071 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:57:50 smithi116 bash[25961]: cephadm 2023-11-15T05:57:49.483669+0000 mgr.smithi116.ldeiub (mgr.14182) 1090 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi152.bgzgoq on smithi152 2023-11-15T05:57:51.071 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:57:50 smithi116 bash[25961]: cluster 2023-11-15T05:57:49.786970+0000 mon.smithi116 (mon.0) 913 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2023-11-15T05:57:51.071 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:57:50 smithi116 bash[25961]: cluster 2023-11-15T05:57:49.787054+0000 mon.smithi116 (mon.0) 914 : cluster [INF] Cluster is now healthy 2023-11-15T05:57:51.260 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:57:50 smithi152 bash[29762]: cluster 2023-11-15T05:57:49.154112+0000 mgr.smithi116.ldeiub (mgr.14182) 1088 : 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 2023-11-15T05:57:51.261 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:57:50 smithi152 bash[29762]: cluster 2023-11-15T05:57:49.456863+0000 mgr.smithi116.ldeiub (mgr.14182) 1089 : cluster [DBG] pgmap v715: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 99 B/s rd, 0 op/s 2023-11-15T05:57:51.261 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:57:50 smithi152 bash[29762]: cephadm 2023-11-15T05:57:49.483669+0000 mgr.smithi116.ldeiub (mgr.14182) 1090 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi152.bgzgoq on smithi152 2023-11-15T05:57:51.261 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:57:50 smithi152 bash[29762]: cluster 2023-11-15T05:57:49.786970+0000 mon.smithi116 (mon.0) 913 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2023-11-15T05:57:51.261 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:57:50 smithi152 bash[29762]: cluster 2023-11-15T05:57:49.787054+0000 mon.smithi116 (mon.0) 914 : cluster [INF] Cluster is now healthy 2023-11-15T05:57:51.436 INFO:teuthology.orchestra.run.smithi116.stdout: 2023-11-15T05:57:51.437 INFO:teuthology.orchestra.run.smithi116.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T05:34:36.374719Z", "last_refresh": "2023-11-15T05:54:17.751933Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T05:34:28.472277Z", "last_refresh": "2023-11-15T05:54:17.752190Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T05:34:32.474479Z", "last_refresh": "2023-11-15T05:54:17.752440Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:55:40.497874Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi116.jzrwmb on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:56:45.061471Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi152.qfgltp on smithi152: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi152-qfgltp\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi152-qfgltp\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi152.qfgltp\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi152.qfgltp\nDeploy daemon haproxy.nfs.foo.smithi152.qfgltp ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi152 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi152 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:56:49.116555Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi116.cwwyfj on smithi116: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi116-cwwyfj\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi116-cwwyfj\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi116.cwwyfj\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi116.cwwyfj\nDeploy daemon haproxy.nfs.foo.smithi116.cwwyfj ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:56:49.118493Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi152.hjgcru on smithi152: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:56:49.120026Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi116.eypsoo on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.116/16"}, "status": {"created": "2023-11-15T05:41:51.643812Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.116/16"}}, {"events": ["2023-11-15T05:41:45.562111Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-15T05:41:45.554912Z", "last_refresh": "2023-11-15T05:54:17.754055Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T05:34:26.558369Z", "last_refresh": "2023-11-15T05:54:17.751661Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:35:55.352857Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi116:172.21.15.116=smithi116", "smithi152:172.21.15.152=smithi152"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T05:35:55.345327Z", "last_refresh": "2023-11-15T05:54:17.751271Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:41:51.641747Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-11-15T05:41:51.636276Z", "last_refresh": "2023-11-15T05:54:17.754311Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T05:34:34.444913Z", "last_refresh": "2023-11-15T05:54:17.752691Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T05:36:22.979260Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T05:36:22.972321Z", "last_refresh": "2023-11-15T05:54:17.753010Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T05:34:30.388073Z", "last_refresh": "2023-11-15T05:55:32.568058Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-15T05:57:52.068 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T05:57:53.069 DEBUG:teuthology.orchestra.run.smithi116:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 7456fada-8378-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T05:57:53.082 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:57:52 smithi116 bash[25961]: audit 2023-11-15T05:57:51.421296+0000 mgr.smithi116.ldeiub (mgr.14182) 1091 : audit [DBG] from='client.15324 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:57:53.082 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:57:52 smithi116 bash[25961]: cluster 2023-11-15T05:57:51.457532+0000 mgr.smithi116.ldeiub (mgr.14182) 1092 : cluster [DBG] pgmap v716: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 99 B/s rd, 0 op/s 2023-11-15T05:57:53.260 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:57:52 smithi152 bash[29762]: audit 2023-11-15T05:57:51.421296+0000 mgr.smithi116.ldeiub (mgr.14182) 1091 : audit [DBG] from='client.15324 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:57:53.261 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:57:52 smithi152 bash[29762]: cluster 2023-11-15T05:57:51.457532+0000 mgr.smithi116.ldeiub (mgr.14182) 1092 : cluster [DBG] pgmap v716: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 99 B/s rd, 0 op/s 2023-11-15T05:57:54.152 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:57:53 smithi116 bash[25961]: audit 2023-11-15T05:57:53.356624+0000 mon.smithi116 (mon.0) 915 : audit [INF] from='mgr.14182 172.21.15.116:0/1868390107' entity='mgr.smithi116.ldeiub' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi152.bgzgoq"}]: dispatch 2023-11-15T05:57:54.260 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:57:53 smithi152 bash[29762]: audit 2023-11-15T05:57:53.356624+0000 mon.smithi116 (mon.0) 915 : audit [INF] from='mgr.14182 172.21.15.116:0/1868390107' entity='mgr.smithi116.ldeiub' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi152.bgzgoq"}]: dispatch 2023-11-15T05:57:55.153 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:57:54 smithi116 bash[25961]: cephadm 2023-11-15T05:57:53.355523+0000 mgr.smithi116.ldeiub (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-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi152-bgzgoq 2023-11-15T05:57:55.154 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:57:54 smithi116 bash[25961]: /usr/bin/docker: stdout 2023-11-15T05:57:55.154 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:57:54 smithi116 bash[25961]: /usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi152-bgzgoq 2023-11-15T05:57:55.154 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:57:54 smithi116 bash[25961]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi152.bgzgoq 2023-11-15T05:57:55.154 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:57:54 smithi116 bash[25961]: /usr/bin/docker: stdout 2023-11-15T05:57:55.154 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:57:54 smithi116 bash[25961]: /usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi152.bgzgoq 2023-11-15T05:57:55.155 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:57:54 smithi116 bash[25961]: Deploy daemon haproxy.nfs.foo.smithi152.bgzgoq ... 2023-11-15T05:57:55.155 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:57:54 smithi116 bash[25961]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi152 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T05:57:55.155 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:57:54 smithi116 bash[25961]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-15T05:57:55.155 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:57:54 smithi116 bash[25961]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-15T05:57:55.155 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:57:54 smithi116 bash[25961]: stat: stderr See 'docker run --help'. 2023-11-15T05:57:55.156 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:57:54 smithi116 bash[25961]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi152 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T05:57:55.156 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:57:54 smithi116 bash[25961]: Traceback (most recent call last): 2023-11-15T05:57:55.156 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:57:54 smithi116 bash[25961]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-11-15T05:57:55.156 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:57:54 smithi116 bash[25961]: yield (conn, connr) 2023-11-15T05:57:55.156 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:57:54 smithi116 bash[25961]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-11-15T05:57:55.157 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:57:54 smithi116 bash[25961]: code, '\n'.join(err))) 2023-11-15T05:57:55.157 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:57:54 smithi116 bash[25961]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi152-bgzgoq 2023-11-15T05:57:55.157 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:57:54 smithi116 bash[25961]: /usr/bin/docker: stdout 2023-11-15T05:57:55.157 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:57:54 smithi116 bash[25961]: /usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi152-bgzgoq 2023-11-15T05:57:55.157 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:57:54 smithi116 bash[25961]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi152.bgzgoq 2023-11-15T05:57:55.158 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:57:54 smithi116 bash[25961]: /usr/bin/docker: stdout 2023-11-15T05:57:55.158 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:57:54 smithi116 bash[25961]: /usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi152.bgzgoq 2023-11-15T05:57:55.158 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:57:54 smithi116 bash[25961]: Deploy daemon haproxy.nfs.foo.smithi152.bgzgoq ... 2023-11-15T05:57:55.158 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:57:54 smithi116 bash[25961]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi152 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T05:57:55.158 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:57:54 smithi116 bash[25961]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-15T05:57:55.159 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:57:54 smithi116 bash[25961]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-15T05:57:55.159 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:57:54 smithi116 bash[25961]: stat: stderr See 'docker run --help'. 2023-11-15T05:57:55.160 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:57:54 smithi116 bash[25961]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi152 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T05:57:55.160 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:57:54 smithi116 bash[25961]: cephadm 2023-11-15T05:57:53.355991+0000 mgr.smithi116.ldeiub (mgr.14182) 1094 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi152.bgzgoq 2023-11-15T05:57:55.160 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:57:54 smithi116 bash[25961]: cephadm 2023-11-15T05:57:53.357866+0000 mgr.smithi116.ldeiub (mgr.14182) 1095 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi152.bgzgoq on smithi152: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi152-bgzgoq 2023-11-15T05:57:55.161 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:57:54 smithi116 bash[25961]: /usr/bin/docker: stdout 2023-11-15T05:57:55.161 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:57:54 smithi116 bash[25961]: /usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi152-bgzgoq 2023-11-15T05:57:55.161 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:57:54 smithi116 bash[25961]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi152.bgzgoq 2023-11-15T05:57:55.161 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:57:54 smithi116 bash[25961]: /usr/bin/docker: stdout 2023-11-15T05:57:55.161 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:57:54 smithi116 bash[25961]: /usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi152.bgzgoq 2023-11-15T05:57:55.162 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:57:54 smithi116 bash[25961]: Deploy daemon haproxy.nfs.foo.smithi152.bgzgoq ... 2023-11-15T05:57:55.162 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:57:54 smithi116 bash[25961]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi152 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T05:57:55.162 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:57:54 smithi116 bash[25961]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-15T05:57:55.162 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:57:54 smithi116 bash[25961]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-15T05:57:55.162 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:57:54 smithi116 bash[25961]: stat: stderr See 'docker run --help'. 2023-11-15T05:57:55.163 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:57:54 smithi116 bash[25961]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi152 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T05:57:55.163 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:57:54 smithi116 bash[25961]: cephadm 2023-11-15T05:57:53.362597+0000 mgr.smithi116.ldeiub (mgr.14182) 1096 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi116.ghwuyv on smithi116 2023-11-15T05:57:55.163 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:57:54 smithi116 bash[25961]: cluster 2023-11-15T05:57:53.458446+0000 mgr.smithi116.ldeiub (mgr.14182) 1097 : cluster [DBG] pgmap v717: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 99 B/s rd, 0 op/s 2023-11-15T05:57:55.261 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:57:54 smithi152 bash[29762]: cephadm 2023-11-15T05:57:53.355523+0000 mgr.smithi116.ldeiub (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-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi152-bgzgoq 2023-11-15T05:57:55.261 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:57:54 smithi152 bash[29762]: /usr/bin/docker: stdout 2023-11-15T05:57:55.262 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:57:54 smithi152 bash[29762]: /usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi152-bgzgoq 2023-11-15T05:57:55.262 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:57:54 smithi152 bash[29762]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi152.bgzgoq 2023-11-15T05:57:55.262 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:57:54 smithi152 bash[29762]: /usr/bin/docker: stdout 2023-11-15T05:57:55.262 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:57:54 smithi152 bash[29762]: /usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi152.bgzgoq 2023-11-15T05:57:55.262 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:57:54 smithi152 bash[29762]: Deploy daemon haproxy.nfs.foo.smithi152.bgzgoq ... 2023-11-15T05:57:55.263 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:57:54 smithi152 bash[29762]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi152 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T05:57:55.263 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:57:54 smithi152 bash[29762]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-15T05:57:55.263 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:57:54 smithi152 bash[29762]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-15T05:57:55.263 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:57:54 smithi152 bash[29762]: stat: stderr See 'docker run --help'. 2023-11-15T05:57:55.263 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:57:54 smithi152 bash[29762]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi152 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T05:57:55.263 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:57:54 smithi152 bash[29762]: Traceback (most recent call last): 2023-11-15T05:57:55.264 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:57:54 smithi152 bash[29762]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-11-15T05:57:55.264 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:57:54 smithi152 bash[29762]: yield (conn, connr) 2023-11-15T05:57:55.264 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:57:54 smithi152 bash[29762]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-11-15T05:57:55.264 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:57:54 smithi152 bash[29762]: code, '\n'.join(err))) 2023-11-15T05:57:55.264 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:57:54 smithi152 bash[29762]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi152-bgzgoq 2023-11-15T05:57:55.265 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:57:54 smithi152 bash[29762]: /usr/bin/docker: stdout 2023-11-15T05:57:55.265 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:57:54 smithi152 bash[29762]: /usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi152-bgzgoq 2023-11-15T05:57:55.266 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:57:54 smithi152 bash[29762]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi152.bgzgoq 2023-11-15T05:57:55.266 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:57:54 smithi152 bash[29762]: /usr/bin/docker: stdout 2023-11-15T05:57:55.266 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:57:54 smithi152 bash[29762]: /usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi152.bgzgoq 2023-11-15T05:57:55.267 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:57:54 smithi152 bash[29762]: Deploy daemon haproxy.nfs.foo.smithi152.bgzgoq ... 2023-11-15T05:57:55.267 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:57:54 smithi152 bash[29762]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi152 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T05:57:55.267 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:57:54 smithi152 bash[29762]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-15T05:57:55.268 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:57:54 smithi152 bash[29762]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-15T05:57:55.268 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:57:54 smithi152 bash[29762]: stat: stderr See 'docker run --help'. 2023-11-15T05:57:55.268 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:57:54 smithi152 bash[29762]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi152 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T05:57:55.268 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:57:54 smithi152 bash[29762]: cephadm 2023-11-15T05:57:53.355991+0000 mgr.smithi116.ldeiub (mgr.14182) 1094 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi152.bgzgoq 2023-11-15T05:57:55.268 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:57:54 smithi152 bash[29762]: cephadm 2023-11-15T05:57:53.357866+0000 mgr.smithi116.ldeiub (mgr.14182) 1095 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi152.bgzgoq on smithi152: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi152-bgzgoq 2023-11-15T05:57:55.269 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:57:54 smithi152 bash[29762]: /usr/bin/docker: stdout 2023-11-15T05:57:55.269 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:57:54 smithi152 bash[29762]: /usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi152-bgzgoq 2023-11-15T05:57:55.269 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:57:54 smithi152 bash[29762]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi152.bgzgoq 2023-11-15T05:57:55.269 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:57:54 smithi152 bash[29762]: /usr/bin/docker: stdout 2023-11-15T05:57:55.269 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:57:54 smithi152 bash[29762]: /usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi152.bgzgoq 2023-11-15T05:57:55.269 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:57:54 smithi152 bash[29762]: Deploy daemon haproxy.nfs.foo.smithi152.bgzgoq ... 2023-11-15T05:57:55.270 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:57:54 smithi152 bash[29762]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi152 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T05:57:55.270 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:57:54 smithi152 bash[29762]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-15T05:57:55.270 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:57:54 smithi152 bash[29762]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-15T05:57:55.270 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:57:54 smithi152 bash[29762]: stat: stderr See 'docker run --help'. 2023-11-15T05:57:55.270 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:57:54 smithi152 bash[29762]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi152 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T05:57:55.271 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:57:54 smithi152 bash[29762]: cephadm 2023-11-15T05:57:53.362597+0000 mgr.smithi116.ldeiub (mgr.14182) 1096 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi116.ghwuyv on smithi116 2023-11-15T05:57:55.271 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:57:54 smithi152 bash[29762]: cluster 2023-11-15T05:57:53.458446+0000 mgr.smithi116.ldeiub (mgr.14182) 1097 : cluster [DBG] pgmap v717: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 99 B/s rd, 0 op/s 2023-11-15T05:57:56.491 INFO:teuthology.orchestra.run.smithi116.stdout: 2023-11-15T05:57:56.491 INFO:teuthology.orchestra.run.smithi116.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T05:34:36.374719Z", "last_refresh": "2023-11-15T05:54:17.751933Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T05:34:28.472277Z", "last_refresh": "2023-11-15T05:54:17.752190Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T05:34:32.474479Z", "last_refresh": "2023-11-15T05:54:17.752440Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:56:45.061471Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi152.qfgltp on smithi152: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi152-qfgltp\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi152-qfgltp\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi152.qfgltp\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi152.qfgltp\nDeploy daemon haproxy.nfs.foo.smithi152.qfgltp ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi152 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi152 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:56:49.116555Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi116.cwwyfj on smithi116: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi116-cwwyfj\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi116-cwwyfj\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi116.cwwyfj\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi116.cwwyfj\nDeploy daemon haproxy.nfs.foo.smithi116.cwwyfj ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:56:49.118493Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi152.hjgcru on smithi152: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:56:49.120026Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi116.eypsoo on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:57:53.357718Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi152.bgzgoq on smithi152: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi152-bgzgoq\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi152-bgzgoq\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi152.bgzgoq\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi152.bgzgoq\nDeploy daemon haproxy.nfs.foo.smithi152.bgzgoq ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi152 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi152 -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.116/16"}, "status": {"created": "2023-11-15T05:41:51.643812Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.116/16"}}, {"events": ["2023-11-15T05:41:45.562111Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-15T05:41:45.554912Z", "last_refresh": "2023-11-15T05:54:17.754055Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T05:34:26.558369Z", "last_refresh": "2023-11-15T05:54:17.751661Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:35:55.352857Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi116:172.21.15.116=smithi116", "smithi152:172.21.15.152=smithi152"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T05:35:55.345327Z", "last_refresh": "2023-11-15T05:54:17.751271Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:41:51.641747Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-11-15T05:41:51.636276Z", "last_refresh": "2023-11-15T05:54:17.754311Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T05:34:34.444913Z", "last_refresh": "2023-11-15T05:54:17.752691Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T05:36:22.979260Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T05:36:22.972321Z", "last_refresh": "2023-11-15T05:54:17.753010Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T05:34:30.388073Z", "last_refresh": "2023-11-15T05:55:32.568058Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-15T05:57:57.152 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:57:56 smithi116 bash[25961]: cluster 2023-11-15T05:57:55.459394+0000 mgr.smithi116.ldeiub (mgr.14182) 1098 : cluster [DBG] pgmap v718: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 99 B/s rd, 0 op/s 2023-11-15T05:57:57.155 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T05:57:57.260 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:57:56 smithi152 bash[29762]: cluster 2023-11-15T05:57:55.459394+0000 mgr.smithi116.ldeiub (mgr.14182) 1098 : cluster [DBG] pgmap v718: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 99 B/s rd, 0 op/s 2023-11-15T05:57:58.153 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:57:57 smithi116 bash[25961]: audit 2023-11-15T05:57:56.476205+0000 mgr.smithi116.ldeiub (mgr.14182) 1099 : audit [DBG] from='client.15328 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:57:58.153 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:57:57 smithi116 bash[25961]: audit 2023-11-15T05:57:57.241196+0000 mon.smithi116 (mon.0) 916 : audit [INF] from='mgr.14182 172.21.15.116:0/1868390107' entity='mgr.smithi116.ldeiub' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi116.ghwuyv"}]: dispatch 2023-11-15T05:57:58.156 DEBUG:teuthology.orchestra.run.smithi116:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 7456fada-8378-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T05:57:58.260 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:57:57 smithi152 bash[29762]: audit 2023-11-15T05:57:56.476205+0000 mgr.smithi116.ldeiub (mgr.14182) 1099 : audit [DBG] from='client.15328 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:57:58.261 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:57:57 smithi152 bash[29762]: audit 2023-11-15T05:57:57.241196+0000 mon.smithi116 (mon.0) 916 : audit [INF] from='mgr.14182 172.21.15.116:0/1868390107' entity='mgr.smithi116.ldeiub' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi116.ghwuyv"}]: dispatch 2023-11-15T05:57:59.153 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:57:58 smithi116 bash[25961]: cephadm 2023-11-15T05:57:57.239962+0000 mgr.smithi116.ldeiub (mgr.14182) 1100 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi116-ghwuyv 2023-11-15T05:57:59.154 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:57:58 smithi116 bash[25961]: /usr/bin/docker: stdout 2023-11-15T05:57:59.154 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:57:58 smithi116 bash[25961]: /usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi116-ghwuyv 2023-11-15T05:57:59.154 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:57:58 smithi116 bash[25961]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi116.ghwuyv 2023-11-15T05:57:59.154 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:57:58 smithi116 bash[25961]: /usr/bin/docker: stdout 2023-11-15T05:57:59.154 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:57:58 smithi116 bash[25961]: /usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi116.ghwuyv 2023-11-15T05:57:59.155 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:57:58 smithi116 bash[25961]: Deploy daemon haproxy.nfs.foo.smithi116.ghwuyv ... 2023-11-15T05:57:59.155 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:57:58 smithi116 bash[25961]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T05:57:59.155 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:57:58 smithi116 bash[25961]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-15T05:57:59.155 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:57:58 smithi116 bash[25961]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-15T05:57:59.155 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:57:58 smithi116 bash[25961]: stat: stderr See 'docker run --help'. 2023-11-15T05:57:59.156 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:57:58 smithi116 bash[25961]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T05:57:59.156 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:57:58 smithi116 bash[25961]: Traceback (most recent call last): 2023-11-15T05:57:59.156 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:57:58 smithi116 bash[25961]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-11-15T05:57:59.156 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:57:58 smithi116 bash[25961]: yield (conn, connr) 2023-11-15T05:57:59.156 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:57:58 smithi116 bash[25961]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-11-15T05:57:59.157 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:57:58 smithi116 bash[25961]: code, '\n'.join(err))) 2023-11-15T05:57:59.157 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:57:58 smithi116 bash[25961]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi116-ghwuyv 2023-11-15T05:57:59.157 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:57:58 smithi116 bash[25961]: /usr/bin/docker: stdout 2023-11-15T05:57:59.157 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:57:58 smithi116 bash[25961]: /usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi116-ghwuyv 2023-11-15T05:57:59.157 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:57:58 smithi116 bash[25961]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi116.ghwuyv 2023-11-15T05:57:59.158 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:57:58 smithi116 bash[25961]: /usr/bin/docker: stdout 2023-11-15T05:57:59.158 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:57:58 smithi116 bash[25961]: /usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi116.ghwuyv 2023-11-15T05:57:59.158 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:57:58 smithi116 bash[25961]: Deploy daemon haproxy.nfs.foo.smithi116.ghwuyv ... 2023-11-15T05:57:59.158 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:57:58 smithi116 bash[25961]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T05:57:59.158 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:57:58 smithi116 bash[25961]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-15T05:57:59.158 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:57:58 smithi116 bash[25961]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-15T05:57:59.159 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:57:58 smithi116 bash[25961]: stat: stderr See 'docker run --help'. 2023-11-15T05:57:59.159 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:57:58 smithi116 bash[25961]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T05:57:59.159 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:57:58 smithi116 bash[25961]: cephadm 2023-11-15T05:57:57.240456+0000 mgr.smithi116.ldeiub (mgr.14182) 1101 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi116.ghwuyv 2023-11-15T05:57:59.159 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:57:58 smithi116 bash[25961]: cephadm 2023-11-15T05:57:57.242817+0000 mgr.smithi116.ldeiub (mgr.14182) 1102 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi116.ghwuyv on smithi116: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi116-ghwuyv 2023-11-15T05:57:59.159 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:57:58 smithi116 bash[25961]: /usr/bin/docker: stdout 2023-11-15T05:57:59.160 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:57:58 smithi116 bash[25961]: /usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi116-ghwuyv 2023-11-15T05:57:59.160 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:57:58 smithi116 bash[25961]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi116.ghwuyv 2023-11-15T05:57:59.160 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:57:58 smithi116 bash[25961]: /usr/bin/docker: stdout 2023-11-15T05:57:59.160 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:57:58 smithi116 bash[25961]: /usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi116.ghwuyv 2023-11-15T05:57:59.161 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:57:58 smithi116 bash[25961]: Deploy daemon haproxy.nfs.foo.smithi116.ghwuyv ... 2023-11-15T05:57:59.161 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:57:58 smithi116 bash[25961]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T05:57:59.162 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:57:58 smithi116 bash[25961]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-15T05:57:59.162 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:57:58 smithi116 bash[25961]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-15T05:57:59.162 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:57:58 smithi116 bash[25961]: stat: stderr See 'docker run --help'. 2023-11-15T05:57:59.162 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:57:58 smithi116 bash[25961]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T05:57:59.162 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:57:58 smithi116 bash[25961]: cephadm 2023-11-15T05:57:57.246617+0000 mgr.smithi116.ldeiub (mgr.14182) 1103 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi152.khqqog on smithi152: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-11-15T05:57:59.163 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:57:58 smithi116 bash[25961]: cephadm 2023-11-15T05:57:57.249513+0000 mgr.smithi116.ldeiub (mgr.14182) 1104 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi116.suzfiv on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-11-15T05:57:59.163 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:57:58 smithi116 bash[25961]: cluster 2023-11-15T05:57:57.250784+0000 mgr.smithi116.ldeiub (mgr.14182) 1105 : cluster [DBG] pgmap v719: 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 2023-11-15T05:57:59.165 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:57:58 smithi116 bash[25961]: cluster 2023-11-15T05:57:57.825726+0000 mon.smithi116 (mon.0) 917 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2023-11-15T05:57:59.165 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:57:58 smithi152 bash[29762]: cephadm 2023-11-15T05:57:57.239962+0000 mgr.smithi116.ldeiub (mgr.14182) 1100 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi116-ghwuyv 2023-11-15T05:57:59.166 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:57:58 smithi152 bash[29762]: /usr/bin/docker: stdout 2023-11-15T05:57:59.166 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:57:58 smithi152 bash[29762]: /usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi116-ghwuyv 2023-11-15T05:57:59.167 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:57:58 smithi152 bash[29762]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi116.ghwuyv 2023-11-15T05:57:59.167 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:57:58 smithi152 bash[29762]: /usr/bin/docker: stdout 2023-11-15T05:57:59.167 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:57:58 smithi152 bash[29762]: /usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi116.ghwuyv 2023-11-15T05:57:59.167 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:57:58 smithi152 bash[29762]: Deploy daemon haproxy.nfs.foo.smithi116.ghwuyv ... 2023-11-15T05:57:59.167 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:57:58 smithi152 bash[29762]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T05:57:59.168 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:57:58 smithi152 bash[29762]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-15T05:57:59.168 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:57:58 smithi152 bash[29762]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-15T05:57:59.168 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:57:58 smithi152 bash[29762]: stat: stderr See 'docker run --help'. 2023-11-15T05:57:59.168 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:57:58 smithi152 bash[29762]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T05:57:59.168 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:57:58 smithi152 bash[29762]: Traceback (most recent call last): 2023-11-15T05:57:59.169 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:57:58 smithi152 bash[29762]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-11-15T05:57:59.169 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:57:58 smithi152 bash[29762]: yield (conn, connr) 2023-11-15T05:57:59.169 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:57:58 smithi152 bash[29762]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-11-15T05:57:59.170 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:57:58 smithi152 bash[29762]: code, '\n'.join(err))) 2023-11-15T05:57:59.170 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:57:58 smithi152 bash[29762]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi116-ghwuyv 2023-11-15T05:57:59.170 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:57:58 smithi152 bash[29762]: /usr/bin/docker: stdout 2023-11-15T05:57:59.170 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:57:58 smithi152 bash[29762]: /usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi116-ghwuyv 2023-11-15T05:57:59.171 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:57:58 smithi152 bash[29762]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi116.ghwuyv 2023-11-15T05:57:59.171 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:57:58 smithi152 bash[29762]: /usr/bin/docker: stdout 2023-11-15T05:57:59.172 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:57:58 smithi152 bash[29762]: /usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi116.ghwuyv 2023-11-15T05:57:59.172 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:57:58 smithi152 bash[29762]: Deploy daemon haproxy.nfs.foo.smithi116.ghwuyv ... 2023-11-15T05:57:59.172 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:57:58 smithi152 bash[29762]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T05:57:59.172 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:57:58 smithi152 bash[29762]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-15T05:57:59.173 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:57:58 smithi152 bash[29762]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-15T05:57:59.174 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:57:58 smithi152 bash[29762]: stat: stderr See 'docker run --help'. 2023-11-15T05:57:59.174 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:57:58 smithi152 bash[29762]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T05:57:59.174 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:57:58 smithi152 bash[29762]: cephadm 2023-11-15T05:57:57.240456+0000 mgr.smithi116.ldeiub (mgr.14182) 1101 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi116.ghwuyv 2023-11-15T05:57:59.174 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:57:58 smithi152 bash[29762]: cephadm 2023-11-15T05:57:57.242817+0000 mgr.smithi116.ldeiub (mgr.14182) 1102 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi116.ghwuyv on smithi116: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi116-ghwuyv 2023-11-15T05:57:59.175 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:57:58 smithi152 bash[29762]: /usr/bin/docker: stdout 2023-11-15T05:57:59.175 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:57:58 smithi152 bash[29762]: /usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi116-ghwuyv 2023-11-15T05:57:59.175 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:57:58 smithi152 bash[29762]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi116.ghwuyv 2023-11-15T05:57:59.175 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:57:58 smithi152 bash[29762]: /usr/bin/docker: stdout 2023-11-15T05:57:59.175 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:57:58 smithi152 bash[29762]: /usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi116.ghwuyv 2023-11-15T05:57:59.176 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:57:58 smithi152 bash[29762]: Deploy daemon haproxy.nfs.foo.smithi116.ghwuyv ... 2023-11-15T05:57:59.176 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:57:58 smithi152 bash[29762]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T05:57:59.176 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:57:58 smithi152 bash[29762]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-15T05:57:59.176 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:57:58 smithi152 bash[29762]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-15T05:57:59.176 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:57:58 smithi152 bash[29762]: stat: stderr See 'docker run --help'. 2023-11-15T05:57:59.177 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:57:58 smithi152 bash[29762]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T05:57:59.177 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:57:58 smithi152 bash[29762]: cephadm 2023-11-15T05:57:57.246617+0000 mgr.smithi116.ldeiub (mgr.14182) 1103 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi152.khqqog on smithi152: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-11-15T05:57:59.177 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:57:58 smithi152 bash[29762]: cephadm 2023-11-15T05:57:57.249513+0000 mgr.smithi116.ldeiub (mgr.14182) 1104 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi116.suzfiv on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-11-15T05:57:59.177 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:57:58 smithi152 bash[29762]: cluster 2023-11-15T05:57:57.250784+0000 mgr.smithi116.ldeiub (mgr.14182) 1105 : cluster [DBG] pgmap v719: 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 2023-11-15T05:57:59.178 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:57:58 smithi152 bash[29762]: cluster 2023-11-15T05:57:57.825726+0000 mon.smithi116 (mon.0) 917 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2023-11-15T05:58:01.152 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:58:00 smithi116 bash[25961]: cluster 2023-11-15T05:57:59.251447+0000 mgr.smithi116.ldeiub (mgr.14182) 1106 : cluster [DBG] pgmap v720: 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 2023-11-15T05:58:01.260 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:58:00 smithi152 bash[29762]: cluster 2023-11-15T05:57:59.251447+0000 mgr.smithi116.ldeiub (mgr.14182) 1106 : cluster [DBG] pgmap v720: 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 2023-11-15T05:58:01.351 INFO:teuthology.orchestra.run.smithi116.stdout: 2023-11-15T05:58:01.352 INFO:teuthology.orchestra.run.smithi116.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T05:34:36.374719Z", "last_refresh": "2023-11-15T05:54:17.751933Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T05:34:28.472277Z", "last_refresh": "2023-11-15T05:54:17.752190Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T05:34:32.474479Z", "last_refresh": "2023-11-15T05:54:17.752440Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:56:49.120026Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi116.eypsoo on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:57:53.357718Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi152.bgzgoq on smithi152: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi152-bgzgoq\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi152-bgzgoq\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi152.bgzgoq\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi152.bgzgoq\nDeploy daemon haproxy.nfs.foo.smithi152.bgzgoq ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi152 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi152 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:57:57.242553Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi116.ghwuyv on smithi116: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi116-ghwuyv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi116-ghwuyv\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi116.ghwuyv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi116.ghwuyv\nDeploy daemon haproxy.nfs.foo.smithi116.ghwuyv ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:57:57.246445Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi152.khqqog on smithi152: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:57:57.249347Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi116.suzfiv on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.116/16"}, "status": {"created": "2023-11-15T05:41:51.643812Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.116/16"}}, {"events": ["2023-11-15T05:41:45.562111Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-15T05:41:45.554912Z", "last_refresh": "2023-11-15T05:54:17.754055Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T05:34:26.558369Z", "last_refresh": "2023-11-15T05:54:17.751661Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:35:55.352857Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi116:172.21.15.116=smithi116", "smithi152:172.21.15.152=smithi152"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T05:35:55.345327Z", "last_refresh": "2023-11-15T05:54:17.751271Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:41:51.641747Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-11-15T05:41:51.636276Z", "last_refresh": "2023-11-15T05:54:17.754311Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T05:34:34.444913Z", "last_refresh": "2023-11-15T05:54:17.752691Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T05:36:22.979260Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T05:36:22.972321Z", "last_refresh": "2023-11-15T05:54:17.753010Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T05:34:30.388073Z", "last_refresh": "2023-11-15T05:55:32.568058Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-15T05:58:01.951 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T05:58:02.653 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:58:02 smithi116 bash[25961]: cluster 2023-11-15T05:58:01.252803+0000 mgr.smithi116.ldeiub (mgr.14182) 1107 : cluster [DBG] pgmap v721: 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 2023-11-15T05:58:02.653 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:58:02 smithi116 bash[25961]: audit 2023-11-15T05:58:01.320707+0000 mon.smithi116 (mon.0) 918 : audit [INF] from='mgr.14182 172.21.15.116:0/1868390107' entity='mgr.smithi116.ldeiub' 2023-11-15T05:58:02.653 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:58:02 smithi116 bash[25961]: audit 2023-11-15T05:58:01.341340+0000 mgr.smithi116.ldeiub (mgr.14182) 1108 : audit [DBG] from='client.15332 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:58:02.760 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:58:02 smithi152 bash[29762]: cluster 2023-11-15T05:58:01.252803+0000 mgr.smithi116.ldeiub (mgr.14182) 1107 : cluster [DBG] pgmap v721: 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 2023-11-15T05:58:02.761 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:58:02 smithi152 bash[29762]: audit 2023-11-15T05:58:01.320707+0000 mon.smithi116 (mon.0) 918 : audit [INF] from='mgr.14182 172.21.15.116:0/1868390107' entity='mgr.smithi116.ldeiub' 2023-11-15T05:58:02.761 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:58:02 smithi152 bash[29762]: audit 2023-11-15T05:58:01.341340+0000 mgr.smithi116.ldeiub (mgr.14182) 1108 : audit [DBG] from='client.15332 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:58:02.952 DEBUG:teuthology.orchestra.run.smithi116:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 7456fada-8378-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T05:58:04.376 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:58:04 smithi116 bash[25961]: cluster 2023-11-15T05:58:03.254111+0000 mgr.smithi116.ldeiub (mgr.14182) 1109 : cluster [DBG] pgmap v722: 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 2023-11-15T05:58:04.760 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:58:04 smithi152 bash[29762]: cluster 2023-11-15T05:58:03.254111+0000 mgr.smithi116.ldeiub (mgr.14182) 1109 : cluster [DBG] pgmap v722: 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 2023-11-15T05:58:06.110 INFO:teuthology.orchestra.run.smithi116.stdout: 2023-11-15T05:58:06.111 INFO:teuthology.orchestra.run.smithi116.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T05:34:36.374719Z", "last_refresh": "2023-11-15T05:54:17.751933Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T05:34:28.472277Z", "last_refresh": "2023-11-15T05:54:17.752190Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T05:34:32.474479Z", "last_refresh": "2023-11-15T05:54:17.752440Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:56:49.120026Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi116.eypsoo on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:57:53.357718Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi152.bgzgoq on smithi152: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi152-bgzgoq\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi152-bgzgoq\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi152.bgzgoq\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi152.bgzgoq\nDeploy daemon haproxy.nfs.foo.smithi152.bgzgoq ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi152 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi152 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:57:57.242553Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi116.ghwuyv on smithi116: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi116-ghwuyv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi116-ghwuyv\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi116.ghwuyv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi116.ghwuyv\nDeploy daemon haproxy.nfs.foo.smithi116.ghwuyv ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:57:57.246445Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi152.khqqog on smithi152: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:57:57.249347Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi116.suzfiv on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.116/16"}, "status": {"created": "2023-11-15T05:41:51.643812Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.116/16"}}, {"events": ["2023-11-15T05:41:45.562111Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-15T05:41:45.554912Z", "last_refresh": "2023-11-15T05:54:17.754055Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T05:34:26.558369Z", "last_refresh": "2023-11-15T05:54:17.751661Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:35:55.352857Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi116:172.21.15.116=smithi116", "smithi152:172.21.15.152=smithi152"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T05:35:55.345327Z", "last_refresh": "2023-11-15T05:54:17.751271Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:41:51.641747Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-11-15T05:41:51.636276Z", "last_refresh": "2023-11-15T05:54:17.754311Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T05:34:34.444913Z", "last_refresh": "2023-11-15T05:54:17.752691Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T05:36:22.979260Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T05:36:22.972321Z", "last_refresh": "2023-11-15T05:54:17.753010Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T05:34:30.388073Z", "last_refresh": "2023-11-15T05:55:32.568058Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-15T05:58:06.745 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T05:58:06.902 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:58:06 smithi116 bash[25961]: cluster 2023-11-15T05:58:05.255043+0000 mgr.smithi116.ldeiub (mgr.14182) 1110 : cluster [DBG] pgmap v723: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 86 B/s rd, 0 op/s 2023-11-15T05:58:07.010 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:58:06 smithi152 bash[29762]: cluster 2023-11-15T05:58:05.255043+0000 mgr.smithi116.ldeiub (mgr.14182) 1110 : cluster [DBG] pgmap v723: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 86 B/s rd, 0 op/s 2023-11-15T05:58:07.746 DEBUG:teuthology.orchestra.run.smithi116:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 7456fada-8378-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T05:58:07.902 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:58:07 smithi116 bash[25961]: audit 2023-11-15T05:58:06.092913+0000 mgr.smithi116.ldeiub (mgr.14182) 1111 : audit [DBG] from='client.15336 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:58:08.010 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:58:07 smithi152 bash[29762]: audit 2023-11-15T05:58:06.092913+0000 mgr.smithi116.ldeiub (mgr.14182) 1111 : audit [DBG] from='client.15336 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:58:08.898 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:58:08 smithi116 bash[25961]: cluster 2023-11-15T05:58:07.256184+0000 mgr.smithi116.ldeiub (mgr.14182) 1112 : cluster [DBG] pgmap v724: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 86 B/s rd, 0 op/s 2023-11-15T05:58:09.010 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:58:08 smithi152 bash[29762]: cluster 2023-11-15T05:58:07.256184+0000 mgr.smithi116.ldeiub (mgr.14182) 1112 : cluster [DBG] pgmap v724: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 86 B/s rd, 0 op/s 2023-11-15T05:58:10.902 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:58:10 smithi116 bash[25961]: cluster 2023-11-15T05:58:09.257381+0000 mgr.smithi116.ldeiub (mgr.14182) 1113 : cluster [DBG] pgmap v725: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:58:11.011 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:58:10 smithi152 bash[29762]: cluster 2023-11-15T05:58:09.257381+0000 mgr.smithi116.ldeiub (mgr.14182) 1113 : cluster [DBG] pgmap v725: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:58:11.064 INFO:teuthology.orchestra.run.smithi116.stdout: 2023-11-15T05:58:11.065 INFO:teuthology.orchestra.run.smithi116.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T05:34:36.374719Z", "last_refresh": "2023-11-15T05:54:17.751933Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T05:34:28.472277Z", "last_refresh": "2023-11-15T05:54:17.752190Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T05:34:32.474479Z", "last_refresh": "2023-11-15T05:54:17.752440Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:56:49.120026Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi116.eypsoo on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:57:53.357718Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi152.bgzgoq on smithi152: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi152-bgzgoq\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi152-bgzgoq\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi152.bgzgoq\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi152.bgzgoq\nDeploy daemon haproxy.nfs.foo.smithi152.bgzgoq ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi152 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi152 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:57:57.242553Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi116.ghwuyv on smithi116: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi116-ghwuyv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi116-ghwuyv\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi116.ghwuyv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi116.ghwuyv\nDeploy daemon haproxy.nfs.foo.smithi116.ghwuyv ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:57:57.246445Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi152.khqqog on smithi152: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:57:57.249347Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi116.suzfiv on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.116/16"}, "status": {"created": "2023-11-15T05:41:51.643812Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.116/16"}}, {"events": ["2023-11-15T05:41:45.562111Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-15T05:41:45.554912Z", "last_refresh": "2023-11-15T05:54:17.754055Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T05:34:26.558369Z", "last_refresh": "2023-11-15T05:54:17.751661Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:35:55.352857Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi116:172.21.15.116=smithi116", "smithi152:172.21.15.152=smithi152"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T05:35:55.345327Z", "last_refresh": "2023-11-15T05:54:17.751271Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:41:51.641747Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-11-15T05:41:51.636276Z", "last_refresh": "2023-11-15T05:54:17.754311Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T05:34:34.444913Z", "last_refresh": "2023-11-15T05:54:17.752691Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T05:36:22.979260Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T05:36:22.972321Z", "last_refresh": "2023-11-15T05:54:17.753010Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T05:34:30.388073Z", "last_refresh": "2023-11-15T05:55:32.568058Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-15T05:58:11.711 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T05:58:12.713 DEBUG:teuthology.orchestra.run.smithi116:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 7456fada-8378-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T05:58:12.902 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:58:12 smithi116 bash[25961]: audit 2023-11-15T05:58:11.046697+0000 mgr.smithi116.ldeiub (mgr.14182) 1114 : audit [DBG] from='client.15340 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:58:12.903 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:58:12 smithi116 bash[25961]: cluster 2023-11-15T05:58:11.258750+0000 mgr.smithi116.ldeiub (mgr.14182) 1115 : cluster [DBG] pgmap v726: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:58:13.010 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:58:12 smithi152 bash[29762]: audit 2023-11-15T05:58:11.046697+0000 mgr.smithi116.ldeiub (mgr.14182) 1114 : audit [DBG] from='client.15340 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:58:13.011 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:58:12 smithi152 bash[29762]: cluster 2023-11-15T05:58:11.258750+0000 mgr.smithi116.ldeiub (mgr.14182) 1115 : cluster [DBG] pgmap v726: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:58:14.902 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:58:14 smithi116 bash[25961]: cluster 2023-11-15T05:58:13.259962+0000 mgr.smithi116.ldeiub (mgr.14182) 1116 : cluster [DBG] pgmap v727: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T05:58:15.010 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:58:14 smithi152 bash[29762]: cluster 2023-11-15T05:58:13.259962+0000 mgr.smithi116.ldeiub (mgr.14182) 1116 : cluster [DBG] pgmap v727: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T05:58:16.057 INFO:teuthology.orchestra.run.smithi116.stdout: 2023-11-15T05:58:16.057 INFO:teuthology.orchestra.run.smithi116.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T05:34:36.374719Z", "last_refresh": "2023-11-15T05:54:17.751933Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T05:34:28.472277Z", "last_refresh": "2023-11-15T05:54:17.752190Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T05:34:32.474479Z", "last_refresh": "2023-11-15T05:54:17.752440Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:56:49.120026Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi116.eypsoo on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:57:53.357718Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi152.bgzgoq on smithi152: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi152-bgzgoq\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi152-bgzgoq\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi152.bgzgoq\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi152.bgzgoq\nDeploy daemon haproxy.nfs.foo.smithi152.bgzgoq ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi152 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi152 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:57:57.242553Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi116.ghwuyv on smithi116: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi116-ghwuyv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi116-ghwuyv\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi116.ghwuyv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi116.ghwuyv\nDeploy daemon haproxy.nfs.foo.smithi116.ghwuyv ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:57:57.246445Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi152.khqqog on smithi152: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:57:57.249347Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi116.suzfiv on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.116/16"}, "status": {"created": "2023-11-15T05:41:51.643812Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.116/16"}}, {"events": ["2023-11-15T05:41:45.562111Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-15T05:41:45.554912Z", "last_refresh": "2023-11-15T05:54:17.754055Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T05:34:26.558369Z", "last_refresh": "2023-11-15T05:54:17.751661Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:35:55.352857Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi116:172.21.15.116=smithi116", "smithi152:172.21.15.152=smithi152"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T05:35:55.345327Z", "last_refresh": "2023-11-15T05:54:17.751271Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:41:51.641747Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-11-15T05:41:51.636276Z", "last_refresh": "2023-11-15T05:54:17.754311Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T05:34:34.444913Z", "last_refresh": "2023-11-15T05:54:17.752691Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T05:36:22.979260Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T05:36:22.972321Z", "last_refresh": "2023-11-15T05:54:17.753010Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T05:34:30.388073Z", "last_refresh": "2023-11-15T05:55:32.568058Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-15T05:58:16.672 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T05:58:17.010 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:58:16 smithi152 bash[29762]: cluster 2023-11-15T05:58:15.261435+0000 mgr.smithi116.ldeiub (mgr.14182) 1117 : cluster [DBG] pgmap v728: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:58:17.152 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:58:16 smithi116 bash[25961]: cluster 2023-11-15T05:58:15.261435+0000 mgr.smithi116.ldeiub (mgr.14182) 1117 : cluster [DBG] pgmap v728: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:58:17.674 DEBUG:teuthology.orchestra.run.smithi116:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 7456fada-8378-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T05:58:18.010 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:58:17 smithi152 bash[29762]: audit 2023-11-15T05:58:16.039484+0000 mgr.smithi116.ldeiub (mgr.14182) 1118 : audit [DBG] from='client.15344 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:58:18.152 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:58:17 smithi116 bash[25961]: audit 2023-11-15T05:58:16.039484+0000 mgr.smithi116.ldeiub (mgr.14182) 1118 : audit [DBG] from='client.15344 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:58:18.918 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:58:18 smithi116 bash[25961]: cluster 2023-11-15T05:58:17.262698+0000 mgr.smithi116.ldeiub (mgr.14182) 1119 : cluster [DBG] pgmap v729: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:58:19.010 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:58:18 smithi152 bash[29762]: cluster 2023-11-15T05:58:17.262698+0000 mgr.smithi116.ldeiub (mgr.14182) 1119 : cluster [DBG] pgmap v729: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:58:20.842 INFO:teuthology.orchestra.run.smithi116.stdout: 2023-11-15T05:58:20.842 INFO:teuthology.orchestra.run.smithi116.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T05:34:36.374719Z", "last_refresh": "2023-11-15T05:54:17.751933Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T05:34:28.472277Z", "last_refresh": "2023-11-15T05:54:17.752190Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T05:34:32.474479Z", "last_refresh": "2023-11-15T05:54:17.752440Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:56:49.120026Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi116.eypsoo on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:57:53.357718Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi152.bgzgoq on smithi152: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi152-bgzgoq\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi152-bgzgoq\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi152.bgzgoq\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi152.bgzgoq\nDeploy daemon haproxy.nfs.foo.smithi152.bgzgoq ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi152 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi152 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:57:57.242553Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi116.ghwuyv on smithi116: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi116-ghwuyv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi116-ghwuyv\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi116.ghwuyv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi116.ghwuyv\nDeploy daemon haproxy.nfs.foo.smithi116.ghwuyv ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:57:57.246445Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi152.khqqog on smithi152: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:57:57.249347Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi116.suzfiv on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.116/16"}, "status": {"created": "2023-11-15T05:41:51.643812Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.116/16"}}, {"events": ["2023-11-15T05:41:45.562111Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-15T05:41:45.554912Z", "last_refresh": "2023-11-15T05:54:17.754055Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T05:34:26.558369Z", "last_refresh": "2023-11-15T05:54:17.751661Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:35:55.352857Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi116:172.21.15.116=smithi116", "smithi152:172.21.15.152=smithi152"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T05:35:55.345327Z", "last_refresh": "2023-11-15T05:54:17.751271Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:41:51.641747Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-11-15T05:41:51.636276Z", "last_refresh": "2023-11-15T05:54:17.754311Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T05:34:34.444913Z", "last_refresh": "2023-11-15T05:54:17.752691Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T05:36:22.979260Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T05:36:22.972321Z", "last_refresh": "2023-11-15T05:54:17.753010Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T05:34:30.388073Z", "last_refresh": "2023-11-15T05:55:32.568058Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-15T05:58:21.010 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:58:20 smithi152 bash[29762]: cluster 2023-11-15T05:58:19.263888+0000 mgr.smithi116.ldeiub (mgr.14182) 1120 : 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 2023-11-15T05:58:21.153 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:58:20 smithi116 bash[25961]: cluster 2023-11-15T05:58:19.263888+0000 mgr.smithi116.ldeiub (mgr.14182) 1120 : 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 2023-11-15T05:58:21.404 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T05:58:22.010 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:58:21 smithi152 bash[29762]: audit 2023-11-15T05:58:20.829850+0000 mgr.smithi116.ldeiub (mgr.14182) 1121 : audit [DBG] from='client.15348 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:58:22.152 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:58:21 smithi116 bash[25961]: audit 2023-11-15T05:58:20.829850+0000 mgr.smithi116.ldeiub (mgr.14182) 1121 : audit [DBG] from='client.15348 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:58:22.405 DEBUG:teuthology.orchestra.run.smithi116:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 7456fada-8378-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T05:58:23.010 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:58:22 smithi152 bash[29762]: cluster 2023-11-15T05:58:21.265155+0000 mgr.smithi116.ldeiub (mgr.14182) 1122 : 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 2023-11-15T05:58:23.152 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:58:22 smithi116 bash[25961]: cluster 2023-11-15T05:58:21.265155+0000 mgr.smithi116.ldeiub (mgr.14182) 1122 : 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 2023-11-15T05:58:25.010 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:58:24 smithi152 bash[29762]: cluster 2023-11-15T05:58:23.266501+0000 mgr.smithi116.ldeiub (mgr.14182) 1123 : cluster [DBG] pgmap v732: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T05:58:25.153 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:58:24 smithi116 bash[25961]: cluster 2023-11-15T05:58:23.266501+0000 mgr.smithi116.ldeiub (mgr.14182) 1123 : cluster [DBG] pgmap v732: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T05:58:25.669 INFO:teuthology.orchestra.run.smithi116.stdout: 2023-11-15T05:58:25.670 INFO:teuthology.orchestra.run.smithi116.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T05:34:36.374719Z", "last_refresh": "2023-11-15T05:54:17.751933Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T05:34:28.472277Z", "last_refresh": "2023-11-15T05:54:17.752190Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T05:34:32.474479Z", "last_refresh": "2023-11-15T05:54:17.752440Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:56:49.120026Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi116.eypsoo on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:57:53.357718Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi152.bgzgoq on smithi152: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi152-bgzgoq\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi152-bgzgoq\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi152.bgzgoq\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi152.bgzgoq\nDeploy daemon haproxy.nfs.foo.smithi152.bgzgoq ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi152 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi152 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:57:57.242553Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi116.ghwuyv on smithi116: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi116-ghwuyv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi116-ghwuyv\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi116.ghwuyv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi116.ghwuyv\nDeploy daemon haproxy.nfs.foo.smithi116.ghwuyv ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:57:57.246445Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi152.khqqog on smithi152: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:57:57.249347Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi116.suzfiv on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.116/16"}, "status": {"created": "2023-11-15T05:41:51.643812Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.116/16"}}, {"events": ["2023-11-15T05:41:45.562111Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-15T05:41:45.554912Z", "last_refresh": "2023-11-15T05:54:17.754055Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T05:34:26.558369Z", "last_refresh": "2023-11-15T05:54:17.751661Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:35:55.352857Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi116:172.21.15.116=smithi116", "smithi152:172.21.15.152=smithi152"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T05:35:55.345327Z", "last_refresh": "2023-11-15T05:54:17.751271Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:41:51.641747Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-11-15T05:41:51.636276Z", "last_refresh": "2023-11-15T05:54:17.754311Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T05:34:34.444913Z", "last_refresh": "2023-11-15T05:54:17.752691Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T05:36:22.979260Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T05:36:22.972321Z", "last_refresh": "2023-11-15T05:54:17.753010Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T05:34:30.388073Z", "last_refresh": "2023-11-15T05:55:32.568058Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-15T05:58:26.256 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T05:58:27.010 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:58:26 smithi152 bash[29762]: cluster 2023-11-15T05:58:25.267416+0000 mgr.smithi116.ldeiub (mgr.14182) 1124 : cluster [DBG] pgmap v733: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:58:27.011 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:58:26 smithi152 bash[29762]: audit 2023-11-15T05:58:25.652813+0000 mgr.smithi116.ldeiub (mgr.14182) 1125 : audit [DBG] from='client.15352 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:58:27.152 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:58:26 smithi116 bash[25961]: cluster 2023-11-15T05:58:25.267416+0000 mgr.smithi116.ldeiub (mgr.14182) 1124 : cluster [DBG] pgmap v733: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:58:27.153 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:58:26 smithi116 bash[25961]: audit 2023-11-15T05:58:25.652813+0000 mgr.smithi116.ldeiub (mgr.14182) 1125 : audit [DBG] from='client.15352 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:58:27.258 DEBUG:teuthology.orchestra.run.smithi116:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 7456fada-8378-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T05:58:29.010 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:58:28 smithi152 bash[29762]: cluster 2023-11-15T05:58:27.268566+0000 mgr.smithi116.ldeiub (mgr.14182) 1126 : 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 2023-11-15T05:58:29.154 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:58:28 smithi116 bash[25961]: cluster 2023-11-15T05:58:27.268566+0000 mgr.smithi116.ldeiub (mgr.14182) 1126 : 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 2023-11-15T05:58:30.352 INFO:teuthology.orchestra.run.smithi116.stdout: 2023-11-15T05:58:30.352 INFO:teuthology.orchestra.run.smithi116.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T05:34:36.374719Z", "last_refresh": "2023-11-15T05:54:17.751933Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T05:34:28.472277Z", "last_refresh": "2023-11-15T05:54:17.752190Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T05:34:32.474479Z", "last_refresh": "2023-11-15T05:54:17.752440Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:56:49.120026Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi116.eypsoo on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:57:53.357718Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi152.bgzgoq on smithi152: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi152-bgzgoq\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi152-bgzgoq\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi152.bgzgoq\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi152.bgzgoq\nDeploy daemon haproxy.nfs.foo.smithi152.bgzgoq ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi152 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi152 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:57:57.242553Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi116.ghwuyv on smithi116: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi116-ghwuyv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi116-ghwuyv\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi116.ghwuyv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi116.ghwuyv\nDeploy daemon haproxy.nfs.foo.smithi116.ghwuyv ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:57:57.246445Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi152.khqqog on smithi152: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:57:57.249347Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi116.suzfiv on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.116/16"}, "status": {"created": "2023-11-15T05:41:51.643812Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.116/16"}}, {"events": ["2023-11-15T05:41:45.562111Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-15T05:41:45.554912Z", "last_refresh": "2023-11-15T05:54:17.754055Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T05:34:26.558369Z", "last_refresh": "2023-11-15T05:54:17.751661Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:35:55.352857Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi116:172.21.15.116=smithi116", "smithi152:172.21.15.152=smithi152"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T05:35:55.345327Z", "last_refresh": "2023-11-15T05:54:17.751271Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:41:51.641747Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-11-15T05:41:51.636276Z", "last_refresh": "2023-11-15T05:54:17.754311Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T05:34:34.444913Z", "last_refresh": "2023-11-15T05:54:17.752691Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T05:36:22.979260Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T05:36:22.972321Z", "last_refresh": "2023-11-15T05:54:17.753010Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T05:34:30.388073Z", "last_refresh": "2023-11-15T05:55:32.568058Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-15T05:58:30.960 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:58:30 smithi116 bash[25961]: cluster 2023-11-15T05:58:29.269862+0000 mgr.smithi116.ldeiub (mgr.14182) 1127 : 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 2023-11-15T05:58:30.962 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T05:58:31.010 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:58:30 smithi152 bash[29762]: cluster 2023-11-15T05:58:29.269862+0000 mgr.smithi116.ldeiub (mgr.14182) 1127 : 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 2023-11-15T05:58:31.963 DEBUG:teuthology.orchestra.run.smithi116:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 7456fada-8378-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T05:58:31.976 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:58:31 smithi116 bash[25961]: audit 2023-11-15T05:58:30.342101+0000 mgr.smithi116.ldeiub (mgr.14182) 1128 : audit [DBG] from='client.15356 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:58:32.010 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:58:31 smithi152 bash[29762]: audit 2023-11-15T05:58:30.342101+0000 mgr.smithi116.ldeiub (mgr.14182) 1128 : audit [DBG] from='client.15356 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:58:33.010 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:58:32 smithi152 bash[29762]: cluster 2023-11-15T05:58:31.271268+0000 mgr.smithi116.ldeiub (mgr.14182) 1129 : 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 2023-11-15T05:58:33.084 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:58:32 smithi116 bash[25961]: cluster 2023-11-15T05:58:31.271268+0000 mgr.smithi116.ldeiub (mgr.14182) 1129 : 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 2023-11-15T05:58:35.011 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:58:34 smithi152 bash[29762]: cluster 2023-11-15T05:58:33.272517+0000 mgr.smithi116.ldeiub (mgr.14182) 1130 : cluster [DBG] pgmap v737: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T05:58:35.152 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:58:34 smithi116 bash[25961]: cluster 2023-11-15T05:58:33.272517+0000 mgr.smithi116.ldeiub (mgr.14182) 1130 : cluster [DBG] pgmap v737: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T05:58:35.172 INFO:teuthology.orchestra.run.smithi116.stdout: 2023-11-15T05:58:35.172 INFO:teuthology.orchestra.run.smithi116.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T05:34:36.374719Z", "last_refresh": "2023-11-15T05:54:17.751933Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T05:34:28.472277Z", "last_refresh": "2023-11-15T05:54:17.752190Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T05:34:32.474479Z", "last_refresh": "2023-11-15T05:54:17.752440Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:56:49.120026Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi116.eypsoo on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:57:53.357718Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi152.bgzgoq on smithi152: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi152-bgzgoq\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi152-bgzgoq\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi152.bgzgoq\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi152.bgzgoq\nDeploy daemon haproxy.nfs.foo.smithi152.bgzgoq ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi152 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi152 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:57:57.242553Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi116.ghwuyv on smithi116: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi116-ghwuyv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi116-ghwuyv\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi116.ghwuyv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi116.ghwuyv\nDeploy daemon haproxy.nfs.foo.smithi116.ghwuyv ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:57:57.246445Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi152.khqqog on smithi152: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:57:57.249347Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi116.suzfiv on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.116/16"}, "status": {"created": "2023-11-15T05:41:51.643812Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.116/16"}}, {"events": ["2023-11-15T05:41:45.562111Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-15T05:41:45.554912Z", "last_refresh": "2023-11-15T05:54:17.754055Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T05:34:26.558369Z", "last_refresh": "2023-11-15T05:54:17.751661Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:35:55.352857Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi116:172.21.15.116=smithi116", "smithi152:172.21.15.152=smithi152"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T05:35:55.345327Z", "last_refresh": "2023-11-15T05:54:17.751271Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:41:51.641747Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-11-15T05:41:51.636276Z", "last_refresh": "2023-11-15T05:54:17.754311Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T05:34:34.444913Z", "last_refresh": "2023-11-15T05:54:17.752691Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T05:36:22.979260Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T05:36:22.972321Z", "last_refresh": "2023-11-15T05:54:17.753010Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T05:34:30.388073Z", "last_refresh": "2023-11-15T05:55:32.568058Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-15T05:58:35.804 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T05:58:36.806 DEBUG:teuthology.orchestra.run.smithi116:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 7456fada-8378-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T05:58:37.010 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:58:36 smithi152 bash[29762]: audit 2023-11-15T05:58:35.156468+0000 mgr.smithi116.ldeiub (mgr.14182) 1131 : audit [DBG] from='client.15360 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:58:37.011 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:58:36 smithi152 bash[29762]: cluster 2023-11-15T05:58:35.273727+0000 mgr.smithi116.ldeiub (mgr.14182) 1132 : cluster [DBG] pgmap v738: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:58:37.152 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:58:36 smithi116 bash[25961]: audit 2023-11-15T05:58:35.156468+0000 mgr.smithi116.ldeiub (mgr.14182) 1131 : audit [DBG] from='client.15360 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:58:37.153 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:58:36 smithi116 bash[25961]: cluster 2023-11-15T05:58:35.273727+0000 mgr.smithi116.ldeiub (mgr.14182) 1132 : cluster [DBG] pgmap v738: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:58:39.010 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:58:38 smithi152 bash[29762]: cluster 2023-11-15T05:58:37.274768+0000 mgr.smithi116.ldeiub (mgr.14182) 1133 : 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 2023-11-15T05:58:39.152 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:58:38 smithi116 bash[25961]: cluster 2023-11-15T05:58:37.274768+0000 mgr.smithi116.ldeiub (mgr.14182) 1133 : 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 2023-11-15T05:58:39.969 INFO:teuthology.orchestra.run.smithi116.stdout: 2023-11-15T05:58:39.970 INFO:teuthology.orchestra.run.smithi116.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T05:34:36.374719Z", "last_refresh": "2023-11-15T05:54:17.751933Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T05:34:28.472277Z", "last_refresh": "2023-11-15T05:54:17.752190Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T05:34:32.474479Z", "last_refresh": "2023-11-15T05:54:17.752440Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:56:49.120026Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi116.eypsoo on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:57:53.357718Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi152.bgzgoq on smithi152: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi152-bgzgoq\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi152-bgzgoq\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi152.bgzgoq\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi152.bgzgoq\nDeploy daemon haproxy.nfs.foo.smithi152.bgzgoq ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi152 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi152 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:57:57.242553Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi116.ghwuyv on smithi116: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi116-ghwuyv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi116-ghwuyv\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi116.ghwuyv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi116.ghwuyv\nDeploy daemon haproxy.nfs.foo.smithi116.ghwuyv ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:57:57.246445Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi152.khqqog on smithi152: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:57:57.249347Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi116.suzfiv on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.116/16"}, "status": {"created": "2023-11-15T05:41:51.643812Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.116/16"}}, {"events": ["2023-11-15T05:41:45.562111Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-15T05:41:45.554912Z", "last_refresh": "2023-11-15T05:54:17.754055Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T05:34:26.558369Z", "last_refresh": "2023-11-15T05:54:17.751661Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:35:55.352857Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi116:172.21.15.116=smithi116", "smithi152:172.21.15.152=smithi152"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T05:35:55.345327Z", "last_refresh": "2023-11-15T05:54:17.751271Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:41:51.641747Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-11-15T05:41:51.636276Z", "last_refresh": "2023-11-15T05:54:17.754311Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T05:34:34.444913Z", "last_refresh": "2023-11-15T05:54:17.752691Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T05:36:22.979260Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T05:36:22.972321Z", "last_refresh": "2023-11-15T05:54:17.753010Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T05:34:30.388073Z", "last_refresh": "2023-11-15T05:55:32.568058Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-15T05:58:40.582 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T05:58:40.902 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:58:40 smithi116 bash[25961]: cluster 2023-11-15T05:58:39.275556+0000 mgr.smithi116.ldeiub (mgr.14182) 1134 : 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 2023-11-15T05:58:41.010 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:58:40 smithi152 bash[29762]: cluster 2023-11-15T05:58:39.275556+0000 mgr.smithi116.ldeiub (mgr.14182) 1134 : 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 2023-11-15T05:58:41.583 DEBUG:teuthology.orchestra.run.smithi116:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 7456fada-8378-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T05:58:41.902 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:58:41 smithi116 bash[25961]: audit 2023-11-15T05:58:39.952280+0000 mgr.smithi116.ldeiub (mgr.14182) 1135 : audit [DBG] from='client.15364 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:58:42.010 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:58:41 smithi152 bash[29762]: audit 2023-11-15T05:58:39.952280+0000 mgr.smithi116.ldeiub (mgr.14182) 1135 : audit [DBG] from='client.15364 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:58:42.932 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:58:42 smithi116 bash[25961]: cluster 2023-11-15T05:58:41.276960+0000 mgr.smithi116.ldeiub (mgr.14182) 1136 : 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 2023-11-15T05:58:43.260 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:58:42 smithi152 bash[29762]: cluster 2023-11-15T05:58:41.276960+0000 mgr.smithi116.ldeiub (mgr.14182) 1136 : 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 2023-11-15T05:58:44.714 INFO:teuthology.orchestra.run.smithi116.stdout: 2023-11-15T05:58:44.714 INFO:teuthology.orchestra.run.smithi116.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T05:34:36.374719Z", "last_refresh": "2023-11-15T05:54:17.751933Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T05:34:28.472277Z", "last_refresh": "2023-11-15T05:54:17.752190Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T05:34:32.474479Z", "last_refresh": "2023-11-15T05:54:17.752440Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:56:49.120026Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi116.eypsoo on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:57:53.357718Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi152.bgzgoq on smithi152: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi152-bgzgoq\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi152-bgzgoq\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi152.bgzgoq\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi152.bgzgoq\nDeploy daemon haproxy.nfs.foo.smithi152.bgzgoq ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi152 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi152 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:57:57.242553Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi116.ghwuyv on smithi116: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi116-ghwuyv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi116-ghwuyv\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi116.ghwuyv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi116.ghwuyv\nDeploy daemon haproxy.nfs.foo.smithi116.ghwuyv ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:57:57.246445Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi152.khqqog on smithi152: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:57:57.249347Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi116.suzfiv on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.116/16"}, "status": {"created": "2023-11-15T05:41:51.643812Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.116/16"}}, {"events": ["2023-11-15T05:41:45.562111Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-15T05:41:45.554912Z", "last_refresh": "2023-11-15T05:54:17.754055Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T05:34:26.558369Z", "last_refresh": "2023-11-15T05:54:17.751661Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:35:55.352857Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi116:172.21.15.116=smithi116", "smithi152:172.21.15.152=smithi152"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T05:35:55.345327Z", "last_refresh": "2023-11-15T05:54:17.751271Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:41:51.641747Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-11-15T05:41:51.636276Z", "last_refresh": "2023-11-15T05:54:17.754311Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T05:34:34.444913Z", "last_refresh": "2023-11-15T05:54:17.752691Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T05:36:22.979260Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T05:36:22.972321Z", "last_refresh": "2023-11-15T05:54:17.753010Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T05:34:30.388073Z", "last_refresh": "2023-11-15T05:55:32.568058Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-15T05:58:45.152 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:58:44 smithi116 bash[25961]: cluster 2023-11-15T05:58:43.278165+0000 mgr.smithi116.ldeiub (mgr.14182) 1137 : cluster [DBG] pgmap v742: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T05:58:45.260 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:58:44 smithi152 bash[29762]: cluster 2023-11-15T05:58:43.278165+0000 mgr.smithi116.ldeiub (mgr.14182) 1137 : cluster [DBG] pgmap v742: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T05:58:45.341 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T05:58:46.152 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:58:45 smithi116 bash[25961]: audit 2023-11-15T05:58:44.699479+0000 mgr.smithi116.ldeiub (mgr.14182) 1138 : audit [DBG] from='client.15368 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:58:46.260 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:58:45 smithi152 bash[29762]: audit 2023-11-15T05:58:44.699479+0000 mgr.smithi116.ldeiub (mgr.14182) 1138 : audit [DBG] from='client.15368 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:58:46.343 DEBUG:teuthology.orchestra.run.smithi116:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 7456fada-8378-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T05:58:47.152 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:58:46 smithi116 bash[25961]: cluster 2023-11-15T05:58:45.278961+0000 mgr.smithi116.ldeiub (mgr.14182) 1139 : cluster [DBG] pgmap v743: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:58:47.260 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:58:46 smithi152 bash[29762]: cluster 2023-11-15T05:58:45.278961+0000 mgr.smithi116.ldeiub (mgr.14182) 1139 : cluster [DBG] pgmap v743: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:58:49.152 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:58:48 smithi116 bash[25961]: cluster 2023-11-15T05:58:47.280130+0000 mgr.smithi116.ldeiub (mgr.14182) 1140 : 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 2023-11-15T05:58:49.165 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:58:48 smithi152 bash[29762]: cluster 2023-11-15T05:58:47.280130+0000 mgr.smithi116.ldeiub (mgr.14182) 1140 : 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 2023-11-15T05:58:49.616 INFO:teuthology.orchestra.run.smithi116.stdout: 2023-11-15T05:58:49.617 INFO:teuthology.orchestra.run.smithi116.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T05:34:36.374719Z", "last_refresh": "2023-11-15T05:54:17.751933Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T05:34:28.472277Z", "last_refresh": "2023-11-15T05:54:17.752190Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T05:34:32.474479Z", "last_refresh": "2023-11-15T05:54:17.752440Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:56:49.120026Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi116.eypsoo on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:57:53.357718Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi152.bgzgoq on smithi152: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi152-bgzgoq\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi152-bgzgoq\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi152.bgzgoq\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi152.bgzgoq\nDeploy daemon haproxy.nfs.foo.smithi152.bgzgoq ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi152 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi152 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:57:57.242553Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi116.ghwuyv on smithi116: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi116-ghwuyv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi116-ghwuyv\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi116.ghwuyv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi116.ghwuyv\nDeploy daemon haproxy.nfs.foo.smithi116.ghwuyv ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:57:57.246445Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi152.khqqog on smithi152: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:57:57.249347Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi116.suzfiv on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.116/16"}, "status": {"created": "2023-11-15T05:41:51.643812Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.116/16"}}, {"events": ["2023-11-15T05:41:45.562111Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-15T05:41:45.554912Z", "last_refresh": "2023-11-15T05:54:17.754055Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T05:34:26.558369Z", "last_refresh": "2023-11-15T05:54:17.751661Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:35:55.352857Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi116:172.21.15.116=smithi116", "smithi152:172.21.15.152=smithi152"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T05:35:55.345327Z", "last_refresh": "2023-11-15T05:54:17.751271Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:41:51.641747Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-11-15T05:41:51.636276Z", "last_refresh": "2023-11-15T05:54:17.754311Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T05:34:34.444913Z", "last_refresh": "2023-11-15T05:54:17.752691Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T05:36:22.979260Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T05:36:22.972321Z", "last_refresh": "2023-11-15T05:54:17.753010Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T05:34:30.388073Z", "last_refresh": "2023-11-15T05:55:32.568058Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-15T05:58:50.266 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T05:58:51.152 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:58:50 smithi116 bash[25961]: cluster 2023-11-15T05:58:49.280900+0000 mgr.smithi116.ldeiub (mgr.14182) 1141 : 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 2023-11-15T05:58:51.153 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:58:50 smithi116 bash[25961]: audit 2023-11-15T05:58:49.606270+0000 mgr.smithi116.ldeiub (mgr.14182) 1142 : audit [DBG] from='client.15372 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:58:51.260 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:58:50 smithi152 bash[29762]: cluster 2023-11-15T05:58:49.280900+0000 mgr.smithi116.ldeiub (mgr.14182) 1141 : 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 2023-11-15T05:58:51.261 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:58:50 smithi152 bash[29762]: audit 2023-11-15T05:58:49.606270+0000 mgr.smithi116.ldeiub (mgr.14182) 1142 : audit [DBG] from='client.15372 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:58:51.268 DEBUG:teuthology.orchestra.run.smithi116:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 7456fada-8378-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T05:58:53.152 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:58:52 smithi116 bash[25961]: cluster 2023-11-15T05:58:51.282223+0000 mgr.smithi116.ldeiub (mgr.14182) 1143 : 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 2023-11-15T05:58:53.260 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:58:52 smithi152 bash[29762]: cluster 2023-11-15T05:58:51.282223+0000 mgr.smithi116.ldeiub (mgr.14182) 1143 : 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 2023-11-15T05:58:54.419 INFO:teuthology.orchestra.run.smithi116.stdout: 2023-11-15T05:58:54.419 INFO:teuthology.orchestra.run.smithi116.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T05:34:36.374719Z", "last_refresh": "2023-11-15T05:54:17.751933Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T05:34:28.472277Z", "last_refresh": "2023-11-15T05:54:17.752190Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T05:34:32.474479Z", "last_refresh": "2023-11-15T05:54:17.752440Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:56:49.120026Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi116.eypsoo on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:57:53.357718Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi152.bgzgoq on smithi152: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi152-bgzgoq\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi152-bgzgoq\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi152.bgzgoq\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi152.bgzgoq\nDeploy daemon haproxy.nfs.foo.smithi152.bgzgoq ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi152 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi152 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:57:57.242553Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi116.ghwuyv on smithi116: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi116-ghwuyv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi116-ghwuyv\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi116.ghwuyv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi116.ghwuyv\nDeploy daemon haproxy.nfs.foo.smithi116.ghwuyv ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:57:57.246445Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi152.khqqog on smithi152: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:57:57.249347Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi116.suzfiv on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.116/16"}, "status": {"created": "2023-11-15T05:41:51.643812Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.116/16"}}, {"events": ["2023-11-15T05:41:45.562111Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-15T05:41:45.554912Z", "last_refresh": "2023-11-15T05:54:17.754055Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T05:34:26.558369Z", "last_refresh": "2023-11-15T05:54:17.751661Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:35:55.352857Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi116:172.21.15.116=smithi116", "smithi152:172.21.15.152=smithi152"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T05:35:55.345327Z", "last_refresh": "2023-11-15T05:54:17.751271Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:41:51.641747Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-11-15T05:41:51.636276Z", "last_refresh": "2023-11-15T05:54:17.754311Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T05:34:34.444913Z", "last_refresh": "2023-11-15T05:54:17.752691Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T05:36:22.979260Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T05:36:22.972321Z", "last_refresh": "2023-11-15T05:54:17.753010Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T05:34:30.388073Z", "last_refresh": "2023-11-15T05:55:32.568058Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-15T05:58:55.038 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T05:58:55.152 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:58:54 smithi116 bash[25961]: cluster 2023-11-15T05:58:53.283074+0000 mgr.smithi116.ldeiub (mgr.14182) 1144 : cluster [DBG] pgmap v747: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T05:58:55.260 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:58:54 smithi152 bash[29762]: cluster 2023-11-15T05:58:53.283074+0000 mgr.smithi116.ldeiub (mgr.14182) 1144 : cluster [DBG] pgmap v747: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T05:58:56.039 DEBUG:teuthology.orchestra.run.smithi116:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 7456fada-8378-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T05:58:56.152 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:58:55 smithi116 bash[25961]: audit 2023-11-15T05:58:54.401619+0000 mgr.smithi116.ldeiub (mgr.14182) 1145 : audit [DBG] from='client.15376 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:58:56.260 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:58:55 smithi152 bash[29762]: audit 2023-11-15T05:58:54.401619+0000 mgr.smithi116.ldeiub (mgr.14182) 1145 : audit [DBG] from='client.15376 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:58:57.152 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:58:56 smithi116 bash[25961]: cluster 2023-11-15T05:58:55.284301+0000 mgr.smithi116.ldeiub (mgr.14182) 1146 : cluster [DBG] pgmap v748: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:58:57.260 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:58:56 smithi152 bash[29762]: cluster 2023-11-15T05:58:55.284301+0000 mgr.smithi116.ldeiub (mgr.14182) 1146 : cluster [DBG] pgmap v748: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:58:58.152 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:58:57 smithi116 bash[25961]: audit 2023-11-15T05:58:57.254288+0000 mon.smithi116 (mon.0) 919 : audit [DBG] from='mgr.14182 172.21.15.116:0/1868390107' entity='mgr.smithi116.ldeiub' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-15T05:58:58.153 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:58:57 smithi116 bash[25961]: audit 2023-11-15T05:58:57.584185+0000 mon.smithi116 (mon.0) 920 : audit [DBG] from='mgr.14182 172.21.15.116:0/1868390107' entity='mgr.smithi116.ldeiub' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-15T05:58:58.153 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:58:57 smithi116 bash[25961]: audit 2023-11-15T05:58:57.585598+0000 mon.smithi116 (mon.0) 921 : audit [INF] from='mgr.14182 172.21.15.116:0/1868390107' entity='mgr.smithi116.ldeiub' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-11-15T05:58:58.153 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:58:57 smithi116 bash[25961]: audit 2023-11-15T05:58:57.597848+0000 mon.smithi116 (mon.0) 922 : audit [INF] from='mgr.14182 172.21.15.116:0/1868390107' entity='mgr.smithi116.ldeiub' 2023-11-15T05:58:58.153 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:58:57 smithi116 bash[25961]: audit 2023-11-15T05:58:57.602833+0000 mon.smithi116 (mon.0) 923 : audit [DBG] from='mgr.14182 172.21.15.116:0/1868390107' entity='mgr.smithi116.ldeiub' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-11-15T05:58:58.153 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:58:57 smithi116 bash[25961]: audit 2023-11-15T05:58:57.612872+0000 mon.smithi116 (mon.0) 924 : audit [INF] from='mgr.14182 172.21.15.116:0/1868390107' entity='mgr.smithi116.ldeiub' 2023-11-15T05:58:58.260 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:58:57 smithi152 bash[29762]: audit 2023-11-15T05:58:57.254288+0000 mon.smithi116 (mon.0) 919 : audit [DBG] from='mgr.14182 172.21.15.116:0/1868390107' entity='mgr.smithi116.ldeiub' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-15T05:58:58.261 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:58:57 smithi152 bash[29762]: audit 2023-11-15T05:58:57.584185+0000 mon.smithi116 (mon.0) 920 : audit [DBG] from='mgr.14182 172.21.15.116:0/1868390107' entity='mgr.smithi116.ldeiub' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-15T05:58:58.261 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:58:57 smithi152 bash[29762]: audit 2023-11-15T05:58:57.585598+0000 mon.smithi116 (mon.0) 921 : audit [INF] from='mgr.14182 172.21.15.116:0/1868390107' entity='mgr.smithi116.ldeiub' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-11-15T05:58:58.261 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:58:57 smithi152 bash[29762]: audit 2023-11-15T05:58:57.597848+0000 mon.smithi116 (mon.0) 922 : audit [INF] from='mgr.14182 172.21.15.116:0/1868390107' entity='mgr.smithi116.ldeiub' 2023-11-15T05:58:58.261 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:58:57 smithi152 bash[29762]: audit 2023-11-15T05:58:57.602833+0000 mon.smithi116 (mon.0) 923 : audit [DBG] from='mgr.14182 172.21.15.116:0/1868390107' entity='mgr.smithi116.ldeiub' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-11-15T05:58:58.261 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:58:57 smithi152 bash[29762]: audit 2023-11-15T05:58:57.612872+0000 mon.smithi116 (mon.0) 924 : audit [INF] from='mgr.14182 172.21.15.116:0/1868390107' entity='mgr.smithi116.ldeiub' 2023-11-15T05:58:59.152 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:58:58 smithi116 bash[25961]: cluster 2023-11-15T05:58:57.286067+0000 mgr.smithi116.ldeiub (mgr.14182) 1147 : 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 2023-11-15T05:58:59.153 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:58:58 smithi116 bash[25961]: cluster 2023-11-15T05:58:57.598466+0000 mgr.smithi116.ldeiub (mgr.14182) 1148 : cluster [DBG] pgmap v750: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 99 B/s rd, 0 op/s 2023-11-15T05:58:59.153 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:58:58 smithi116 bash[25961]: cephadm 2023-11-15T05:58:57.616953+0000 mgr.smithi116.ldeiub (mgr.14182) 1149 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi152.moecst on smithi152 2023-11-15T05:58:59.153 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:58:58 smithi116 bash[25961]: cluster 2023-11-15T05:58:57.813831+0000 mon.smithi116 (mon.0) 925 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2023-11-15T05:58:59.153 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:58:58 smithi116 bash[25961]: cluster 2023-11-15T05:58:57.813880+0000 mon.smithi116 (mon.0) 926 : cluster [INF] Cluster is now healthy 2023-11-15T05:58:59.165 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:58:58 smithi152 bash[29762]: cluster 2023-11-15T05:58:57.286067+0000 mgr.smithi116.ldeiub (mgr.14182) 1147 : 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 2023-11-15T05:58:59.166 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:58:58 smithi152 bash[29762]: cluster 2023-11-15T05:58:57.598466+0000 mgr.smithi116.ldeiub (mgr.14182) 1148 : cluster [DBG] pgmap v750: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 99 B/s rd, 0 op/s 2023-11-15T05:58:59.166 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:58:58 smithi152 bash[29762]: cephadm 2023-11-15T05:58:57.616953+0000 mgr.smithi116.ldeiub (mgr.14182) 1149 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi152.moecst on smithi152 2023-11-15T05:58:59.166 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:58:58 smithi152 bash[29762]: cluster 2023-11-15T05:58:57.813831+0000 mon.smithi116 (mon.0) 925 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2023-11-15T05:58:59.166 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:58:58 smithi152 bash[29762]: cluster 2023-11-15T05:58:57.813880+0000 mon.smithi116 (mon.0) 926 : cluster [INF] Cluster is now healthy 2023-11-15T05:58:59.343 INFO:teuthology.orchestra.run.smithi116.stdout: 2023-11-15T05:58:59.344 INFO:teuthology.orchestra.run.smithi116.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T05:34:36.374719Z", "last_refresh": "2023-11-15T05:54:17.751933Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T05:34:28.472277Z", "last_refresh": "2023-11-15T05:54:17.752190Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T05:34:32.474479Z", "last_refresh": "2023-11-15T05:54:17.752440Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:56:49.120026Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi116.eypsoo on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:57:53.357718Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi152.bgzgoq on smithi152: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi152-bgzgoq\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi152-bgzgoq\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi152.bgzgoq\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi152.bgzgoq\nDeploy daemon haproxy.nfs.foo.smithi152.bgzgoq ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi152 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi152 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:57:57.242553Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi116.ghwuyv on smithi116: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi116-ghwuyv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi116-ghwuyv\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi116.ghwuyv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi116.ghwuyv\nDeploy daemon haproxy.nfs.foo.smithi116.ghwuyv ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:57:57.246445Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi152.khqqog on smithi152: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:57:57.249347Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi116.suzfiv on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.116/16"}, "status": {"created": "2023-11-15T05:41:51.643812Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.116/16"}}, {"events": ["2023-11-15T05:41:45.562111Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-15T05:41:45.554912Z", "last_refresh": "2023-11-15T05:54:17.754055Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T05:34:26.558369Z", "last_refresh": "2023-11-15T05:54:17.751661Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:35:55.352857Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi116:172.21.15.116=smithi116", "smithi152:172.21.15.152=smithi152"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T05:35:55.345327Z", "last_refresh": "2023-11-15T05:54:17.751271Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:41:51.641747Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-11-15T05:41:51.636276Z", "last_refresh": "2023-11-15T05:54:17.754311Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T05:34:34.444913Z", "last_refresh": "2023-11-15T05:54:17.752691Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T05:36:22.979260Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T05:36:22.972321Z", "last_refresh": "2023-11-15T05:54:17.753010Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T05:34:30.388073Z", "last_refresh": "2023-11-15T05:55:32.568058Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-15T05:58:59.984 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T05:59:00.998 DEBUG:teuthology.orchestra.run.smithi116:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 7456fada-8378-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T05:59:01.112 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:59:00 smithi152 bash[29762]: audit 2023-11-15T05:58:59.327439+0000 mgr.smithi116.ldeiub (mgr.14182) 1150 : audit [DBG] from='client.15380 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:59:01.112 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:59:00 smithi152 bash[29762]: cluster 2023-11-15T05:58:59.599340+0000 mgr.smithi116.ldeiub (mgr.14182) 1151 : cluster [DBG] pgmap v751: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 99 B/s rd, 0 op/s 2023-11-15T05:59:01.112 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:59:00 smithi152 bash[29762]: audit 2023-11-15T05:59:00.301470+0000 mon.smithi116 (mon.0) 927 : audit [INF] from='mgr.14182 172.21.15.116:0/1868390107' entity='mgr.smithi116.ldeiub' 2023-11-15T05:59:01.152 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:59:00 smithi116 bash[25961]: audit 2023-11-15T05:58:59.327439+0000 mgr.smithi116.ldeiub (mgr.14182) 1150 : audit [DBG] from='client.15380 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:59:01.153 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:59:00 smithi116 bash[25961]: cluster 2023-11-15T05:58:59.599340+0000 mgr.smithi116.ldeiub (mgr.14182) 1151 : cluster [DBG] pgmap v751: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 99 B/s rd, 0 op/s 2023-11-15T05:59:01.153 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:59:00 smithi116 bash[25961]: audit 2023-11-15T05:59:00.301470+0000 mon.smithi116 (mon.0) 927 : audit [INF] from='mgr.14182 172.21.15.116:0/1868390107' entity='mgr.smithi116.ldeiub' 2023-11-15T05:59:02.152 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:59:01 smithi116 bash[25961]: audit 2023-11-15T05:59:01.441260+0000 mon.smithi116 (mon.0) 928 : audit [INF] from='mgr.14182 172.21.15.116:0/1868390107' entity='mgr.smithi116.ldeiub' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi152.moecst"}]: dispatch 2023-11-15T05:59:02.260 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:59:01 smithi152 bash[29762]: audit 2023-11-15T05:59:01.441260+0000 mon.smithi116 (mon.0) 928 : audit [INF] from='mgr.14182 172.21.15.116:0/1868390107' entity='mgr.smithi116.ldeiub' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi152.moecst"}]: dispatch 2023-11-15T05:59:03.153 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:59:02 smithi116 bash[25961]: cephadm 2023-11-15T05:59:01.440152+0000 mgr.smithi116.ldeiub (mgr.14182) 1152 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi152-moecst 2023-11-15T05:59:03.153 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:59:02 smithi116 bash[25961]: /usr/bin/docker: stdout 2023-11-15T05:59:03.153 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:59:02 smithi116 bash[25961]: /usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi152-moecst 2023-11-15T05:59:03.153 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:59:02 smithi116 bash[25961]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi152.moecst 2023-11-15T05:59:03.154 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:59:02 smithi116 bash[25961]: /usr/bin/docker: stdout 2023-11-15T05:59:03.154 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:59:02 smithi116 bash[25961]: /usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi152.moecst 2023-11-15T05:59:03.154 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:59:02 smithi116 bash[25961]: Deploy daemon haproxy.nfs.foo.smithi152.moecst ... 2023-11-15T05:59:03.154 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:59:02 smithi116 bash[25961]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi152 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T05:59:03.154 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:59:02 smithi116 bash[25961]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-15T05:59:03.155 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:59:02 smithi116 bash[25961]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-15T05:59:03.155 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:59:02 smithi116 bash[25961]: stat: stderr See 'docker run --help'. 2023-11-15T05:59:03.155 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:59:02 smithi116 bash[25961]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi152 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T05:59:03.155 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:59:02 smithi116 bash[25961]: Traceback (most recent call last): 2023-11-15T05:59:03.155 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:59:02 smithi116 bash[25961]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-11-15T05:59:03.156 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:59:02 smithi116 bash[25961]: yield (conn, connr) 2023-11-15T05:59:03.156 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:59:02 smithi116 bash[25961]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-11-15T05:59:03.156 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:59:02 smithi116 bash[25961]: code, '\n'.join(err))) 2023-11-15T05:59:03.156 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:59:02 smithi116 bash[25961]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi152-moecst 2023-11-15T05:59:03.156 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:59:02 smithi116 bash[25961]: /usr/bin/docker: stdout 2023-11-15T05:59:03.157 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:59:02 smithi116 bash[25961]: /usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi152-moecst 2023-11-15T05:59:03.157 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:59:02 smithi116 bash[25961]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi152.moecst 2023-11-15T05:59:03.157 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:59:02 smithi116 bash[25961]: /usr/bin/docker: stdout 2023-11-15T05:59:03.157 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:59:02 smithi116 bash[25961]: /usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi152.moecst 2023-11-15T05:59:03.158 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:59:02 smithi116 bash[25961]: Deploy daemon haproxy.nfs.foo.smithi152.moecst ... 2023-11-15T05:59:03.158 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:59:02 smithi116 bash[25961]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi152 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T05:59:03.158 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:59:02 smithi116 bash[25961]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-15T05:59:03.158 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:59:02 smithi116 bash[25961]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-15T05:59:03.158 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:59:02 smithi116 bash[25961]: stat: stderr See 'docker run --help'. 2023-11-15T05:59:03.159 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:59:02 smithi116 bash[25961]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi152 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T05:59:03.159 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:59:02 smithi116 bash[25961]: cephadm 2023-11-15T05:59:01.440666+0000 mgr.smithi116.ldeiub (mgr.14182) 1153 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi152.moecst 2023-11-15T05:59:03.159 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:59:02 smithi116 bash[25961]: cephadm 2023-11-15T05:59:01.442984+0000 mgr.smithi116.ldeiub (mgr.14182) 1154 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi152.moecst on smithi152: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi152-moecst 2023-11-15T05:59:03.159 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:59:02 smithi116 bash[25961]: /usr/bin/docker: stdout 2023-11-15T05:59:03.159 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:59:02 smithi116 bash[25961]: /usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi152-moecst 2023-11-15T05:59:03.160 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:59:02 smithi116 bash[25961]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi152.moecst 2023-11-15T05:59:03.160 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:59:02 smithi116 bash[25961]: /usr/bin/docker: stdout 2023-11-15T05:59:03.160 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:59:02 smithi116 bash[25961]: /usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi152.moecst 2023-11-15T05:59:03.160 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:59:02 smithi116 bash[25961]: Deploy daemon haproxy.nfs.foo.smithi152.moecst ... 2023-11-15T05:59:03.160 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:59:02 smithi116 bash[25961]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi152 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T05:59:03.160 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:59:02 smithi116 bash[25961]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-15T05:59:03.161 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:59:02 smithi116 bash[25961]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-15T05:59:03.161 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:59:02 smithi116 bash[25961]: stat: stderr See 'docker run --help'. 2023-11-15T05:59:03.161 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:59:02 smithi116 bash[25961]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi152 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T05:59:03.161 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:59:02 smithi116 bash[25961]: cephadm 2023-11-15T05:59:01.447434+0000 mgr.smithi116.ldeiub (mgr.14182) 1155 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi116.kvfeou on smithi116 2023-11-15T05:59:03.162 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:59:02 smithi116 bash[25961]: cluster 2023-11-15T05:59:01.600492+0000 mgr.smithi116.ldeiub (mgr.14182) 1156 : cluster [DBG] pgmap v752: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 99 B/s rd, 0 op/s 2023-11-15T05:59:03.261 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:59:02 smithi152 bash[29762]: cephadm 2023-11-15T05:59:01.440152+0000 mgr.smithi116.ldeiub (mgr.14182) 1152 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi152-moecst 2023-11-15T05:59:03.261 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:59:02 smithi152 bash[29762]: /usr/bin/docker: stdout 2023-11-15T05:59:03.261 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:59:02 smithi152 bash[29762]: /usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi152-moecst 2023-11-15T05:59:03.262 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:59:02 smithi152 bash[29762]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi152.moecst 2023-11-15T05:59:03.262 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:59:02 smithi152 bash[29762]: /usr/bin/docker: stdout 2023-11-15T05:59:03.262 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:59:02 smithi152 bash[29762]: /usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi152.moecst 2023-11-15T05:59:03.262 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:59:02 smithi152 bash[29762]: Deploy daemon haproxy.nfs.foo.smithi152.moecst ... 2023-11-15T05:59:03.263 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:59:02 smithi152 bash[29762]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi152 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T05:59:03.263 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:59:02 smithi152 bash[29762]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-15T05:59:03.263 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:59:02 smithi152 bash[29762]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-15T05:59:03.263 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:59:02 smithi152 bash[29762]: stat: stderr See 'docker run --help'. 2023-11-15T05:59:03.263 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:59:02 smithi152 bash[29762]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi152 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T05:59:03.264 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:59:02 smithi152 bash[29762]: Traceback (most recent call last): 2023-11-15T05:59:03.264 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:59:02 smithi152 bash[29762]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-11-15T05:59:03.264 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:59:02 smithi152 bash[29762]: yield (conn, connr) 2023-11-15T05:59:03.264 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:59:02 smithi152 bash[29762]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-11-15T05:59:03.264 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:59:02 smithi152 bash[29762]: code, '\n'.join(err))) 2023-11-15T05:59:03.265 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:59:02 smithi152 bash[29762]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi152-moecst 2023-11-15T05:59:03.265 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:59:02 smithi152 bash[29762]: /usr/bin/docker: stdout 2023-11-15T05:59:03.265 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:59:02 smithi152 bash[29762]: /usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi152-moecst 2023-11-15T05:59:03.265 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:59:02 smithi152 bash[29762]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi152.moecst 2023-11-15T05:59:03.265 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:59:02 smithi152 bash[29762]: /usr/bin/docker: stdout 2023-11-15T05:59:03.266 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:59:02 smithi152 bash[29762]: /usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi152.moecst 2023-11-15T05:59:03.266 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:59:02 smithi152 bash[29762]: Deploy daemon haproxy.nfs.foo.smithi152.moecst ... 2023-11-15T05:59:03.266 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:59:02 smithi152 bash[29762]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi152 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T05:59:03.266 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:59:02 smithi152 bash[29762]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-15T05:59:03.267 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:59:02 smithi152 bash[29762]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-15T05:59:03.267 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:59:02 smithi152 bash[29762]: stat: stderr See 'docker run --help'. 2023-11-15T05:59:03.267 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:59:02 smithi152 bash[29762]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi152 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T05:59:03.267 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:59:02 smithi152 bash[29762]: cephadm 2023-11-15T05:59:01.440666+0000 mgr.smithi116.ldeiub (mgr.14182) 1153 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi152.moecst 2023-11-15T05:59:03.268 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:59:02 smithi152 bash[29762]: cephadm 2023-11-15T05:59:01.442984+0000 mgr.smithi116.ldeiub (mgr.14182) 1154 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi152.moecst on smithi152: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi152-moecst 2023-11-15T05:59:03.268 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:59:02 smithi152 bash[29762]: /usr/bin/docker: stdout 2023-11-15T05:59:03.268 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:59:02 smithi152 bash[29762]: /usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi152-moecst 2023-11-15T05:59:03.268 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:59:02 smithi152 bash[29762]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi152.moecst 2023-11-15T05:59:03.268 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:59:02 smithi152 bash[29762]: /usr/bin/docker: stdout 2023-11-15T05:59:03.269 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:59:02 smithi152 bash[29762]: /usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi152.moecst 2023-11-15T05:59:03.269 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:59:02 smithi152 bash[29762]: Deploy daemon haproxy.nfs.foo.smithi152.moecst ... 2023-11-15T05:59:03.269 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:59:02 smithi152 bash[29762]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi152 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T05:59:03.269 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:59:02 smithi152 bash[29762]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-15T05:59:03.269 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:59:02 smithi152 bash[29762]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-15T05:59:03.270 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:59:02 smithi152 bash[29762]: stat: stderr See 'docker run --help'. 2023-11-15T05:59:03.270 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:59:02 smithi152 bash[29762]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi152 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T05:59:03.270 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:59:02 smithi152 bash[29762]: cephadm 2023-11-15T05:59:01.447434+0000 mgr.smithi116.ldeiub (mgr.14182) 1155 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi116.kvfeou on smithi116 2023-11-15T05:59:03.271 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:59:02 smithi152 bash[29762]: cluster 2023-11-15T05:59:01.600492+0000 mgr.smithi116.ldeiub (mgr.14182) 1156 : cluster [DBG] pgmap v752: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 99 B/s rd, 0 op/s 2023-11-15T05:59:04.385 INFO:teuthology.orchestra.run.smithi116.stdout: 2023-11-15T05:59:04.386 INFO:teuthology.orchestra.run.smithi116.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T05:34:36.374719Z", "last_refresh": "2023-11-15T05:54:17.751933Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T05:34:28.472277Z", "last_refresh": "2023-11-15T05:54:17.752190Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T05:34:32.474479Z", "last_refresh": "2023-11-15T05:54:17.752440Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:57:53.357718Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi152.bgzgoq on smithi152: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi152-bgzgoq\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi152-bgzgoq\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi152.bgzgoq\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi152.bgzgoq\nDeploy daemon haproxy.nfs.foo.smithi152.bgzgoq ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi152 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi152 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:57:57.242553Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi116.ghwuyv on smithi116: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi116-ghwuyv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi116-ghwuyv\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi116.ghwuyv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi116.ghwuyv\nDeploy daemon haproxy.nfs.foo.smithi116.ghwuyv ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:57:57.246445Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi152.khqqog on smithi152: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:57:57.249347Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi116.suzfiv on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:59:01.442760Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi152.moecst on smithi152: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi152-moecst\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi152-moecst\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi152.moecst\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi152.moecst\nDeploy daemon haproxy.nfs.foo.smithi152.moecst ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi152 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi152 -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.116/16"}, "status": {"created": "2023-11-15T05:41:51.643812Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.116/16"}}, {"events": ["2023-11-15T05:41:45.562111Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-15T05:41:45.554912Z", "last_refresh": "2023-11-15T05:54:17.754055Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T05:34:26.558369Z", "last_refresh": "2023-11-15T05:54:17.751661Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:35:55.352857Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi116:172.21.15.116=smithi116", "smithi152:172.21.15.152=smithi152"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T05:35:55.345327Z", "last_refresh": "2023-11-15T05:54:17.751271Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:41:51.641747Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-11-15T05:41:51.636276Z", "last_refresh": "2023-11-15T05:54:17.754311Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T05:34:34.444913Z", "last_refresh": "2023-11-15T05:54:17.752691Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T05:36:22.979260Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T05:36:22.972321Z", "last_refresh": "2023-11-15T05:54:17.753010Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T05:34:30.388073Z", "last_refresh": "2023-11-15T05:55:32.568058Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-15T05:59:05.015 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T05:59:05.152 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:59:04 smithi116 bash[25961]: cluster 2023-11-15T05:59:03.601543+0000 mgr.smithi116.ldeiub (mgr.14182) 1157 : cluster [DBG] pgmap v753: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 99 B/s rd, 0 op/s 2023-11-15T05:59:05.260 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:59:04 smithi152 bash[29762]: cluster 2023-11-15T05:59:03.601543+0000 mgr.smithi116.ldeiub (mgr.14182) 1157 : cluster [DBG] pgmap v753: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 99 B/s rd, 0 op/s 2023-11-15T05:59:06.016 DEBUG:teuthology.orchestra.run.smithi116:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 7456fada-8378-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T05:59:06.152 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:59:05 smithi116 bash[25961]: audit 2023-11-15T05:59:04.375545+0000 mgr.smithi116.ldeiub (mgr.14182) 1158 : audit [DBG] from='client.15384 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:59:06.152 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:59:05 smithi116 bash[25961]: audit 2023-11-15T05:59:05.440555+0000 mon.smithi116 (mon.0) 929 : audit [INF] from='mgr.14182 172.21.15.116:0/1868390107' entity='mgr.smithi116.ldeiub' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi116.kvfeou"}]: dispatch 2023-11-15T05:59:06.260 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:59:05 smithi152 bash[29762]: audit 2023-11-15T05:59:04.375545+0000 mgr.smithi116.ldeiub (mgr.14182) 1158 : audit [DBG] from='client.15384 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:59:06.260 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:59:05 smithi152 bash[29762]: audit 2023-11-15T05:59:05.440555+0000 mon.smithi116 (mon.0) 929 : audit [INF] from='mgr.14182 172.21.15.116:0/1868390107' entity='mgr.smithi116.ldeiub' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi116.kvfeou"}]: dispatch 2023-11-15T05:59:07.153 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:59:06 smithi116 bash[25961]: cephadm 2023-11-15T05:59:05.439672+0000 mgr.smithi116.ldeiub (mgr.14182) 1159 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi116-kvfeou 2023-11-15T05:59:07.153 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:59:06 smithi116 bash[25961]: /usr/bin/docker: stdout 2023-11-15T05:59:07.154 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:59:06 smithi116 bash[25961]: /usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi116-kvfeou 2023-11-15T05:59:07.154 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:59:06 smithi116 bash[25961]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi116.kvfeou 2023-11-15T05:59:07.154 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:59:06 smithi116 bash[25961]: /usr/bin/docker: stdout 2023-11-15T05:59:07.154 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:59:06 smithi116 bash[25961]: /usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi116.kvfeou 2023-11-15T05:59:07.154 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:59:06 smithi116 bash[25961]: Deploy daemon haproxy.nfs.foo.smithi116.kvfeou ... 2023-11-15T05:59:07.155 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:59:06 smithi116 bash[25961]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T05:59:07.155 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:59:06 smithi116 bash[25961]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-15T05:59:07.155 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:59:06 smithi116 bash[25961]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-15T05:59:07.155 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:59:06 smithi116 bash[25961]: stat: stderr See 'docker run --help'. 2023-11-15T05:59:07.155 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:59:06 smithi116 bash[25961]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T05:59:07.155 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:59:06 smithi116 bash[25961]: Traceback (most recent call last): 2023-11-15T05:59:07.156 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:59:06 smithi116 bash[25961]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-11-15T05:59:07.156 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:59:06 smithi116 bash[25961]: yield (conn, connr) 2023-11-15T05:59:07.156 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:59:06 smithi116 bash[25961]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-11-15T05:59:07.156 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:59:06 smithi116 bash[25961]: code, '\n'.join(err))) 2023-11-15T05:59:07.156 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:59:06 smithi116 bash[25961]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi116-kvfeou 2023-11-15T05:59:07.157 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:59:06 smithi116 bash[25961]: /usr/bin/docker: stdout 2023-11-15T05:59:07.157 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:59:06 smithi116 bash[25961]: /usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi116-kvfeou 2023-11-15T05:59:07.157 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:59:06 smithi116 bash[25961]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi116.kvfeou 2023-11-15T05:59:07.157 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:59:06 smithi116 bash[25961]: /usr/bin/docker: stdout 2023-11-15T05:59:07.157 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:59:06 smithi116 bash[25961]: /usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi116.kvfeou 2023-11-15T05:59:07.158 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:59:06 smithi116 bash[25961]: Deploy daemon haproxy.nfs.foo.smithi116.kvfeou ... 2023-11-15T05:59:07.158 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:59:06 smithi116 bash[25961]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T05:59:07.158 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:59:06 smithi116 bash[25961]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-15T05:59:07.158 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:59:06 smithi116 bash[25961]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-15T05:59:07.159 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:59:06 smithi116 bash[25961]: stat: stderr See 'docker run --help'. 2023-11-15T05:59:07.159 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:59:06 smithi116 bash[25961]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T05:59:07.159 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:59:06 smithi116 bash[25961]: cephadm 2023-11-15T05:59:05.439984+0000 mgr.smithi116.ldeiub (mgr.14182) 1160 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi116.kvfeou 2023-11-15T05:59:07.159 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:59:06 smithi116 bash[25961]: cephadm 2023-11-15T05:59:05.441586+0000 mgr.smithi116.ldeiub (mgr.14182) 1161 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi116.kvfeou on smithi116: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi116-kvfeou 2023-11-15T05:59:07.159 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:59:06 smithi116 bash[25961]: /usr/bin/docker: stdout 2023-11-15T05:59:07.160 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:59:06 smithi116 bash[25961]: /usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi116-kvfeou 2023-11-15T05:59:07.160 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:59:06 smithi116 bash[25961]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi116.kvfeou 2023-11-15T05:59:07.160 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:59:06 smithi116 bash[25961]: /usr/bin/docker: stdout 2023-11-15T05:59:07.160 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:59:06 smithi116 bash[25961]: /usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi116.kvfeou 2023-11-15T05:59:07.160 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:59:06 smithi116 bash[25961]: Deploy daemon haproxy.nfs.foo.smithi116.kvfeou ... 2023-11-15T05:59:07.161 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:59:06 smithi116 bash[25961]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T05:59:07.161 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:59:06 smithi116 bash[25961]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-15T05:59:07.161 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:59:06 smithi116 bash[25961]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-15T05:59:07.161 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:59:06 smithi116 bash[25961]: stat: stderr See 'docker run --help'. 2023-11-15T05:59:07.161 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:59:06 smithi116 bash[25961]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T05:59:07.162 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:59:06 smithi116 bash[25961]: cephadm 2023-11-15T05:59:05.443607+0000 mgr.smithi116.ldeiub (mgr.14182) 1162 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi152.vrmxbg on smithi152: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-11-15T05:59:07.162 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:59:06 smithi116 bash[25961]: cephadm 2023-11-15T05:59:05.445357+0000 mgr.smithi116.ldeiub (mgr.14182) 1163 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi116.wycitz on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-11-15T05:59:07.162 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:59:06 smithi116 bash[25961]: cluster 2023-11-15T05:59:05.446667+0000 mgr.smithi116.ldeiub (mgr.14182) 1164 : cluster [DBG] pgmap v754: 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 2023-11-15T05:59:07.163 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:59:06 smithi116 bash[25961]: cluster 2023-11-15T05:59:05.843815+0000 mon.smithi116 (mon.0) 930 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2023-11-15T05:59:07.163 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:59:06 smithi116 bash[25961]: audit 2023-11-15T05:59:06.374206+0000 mon.smithi116 (mon.0) 931 : audit [INF] from='mgr.14182 172.21.15.116:0/1868390107' entity='mgr.smithi116.ldeiub' 2023-11-15T05:59:07.261 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:59:06 smithi152 bash[29762]: cephadm 2023-11-15T05:59:05.439672+0000 mgr.smithi116.ldeiub (mgr.14182) 1159 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi116-kvfeou 2023-11-15T05:59:07.261 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:59:06 smithi152 bash[29762]: /usr/bin/docker: stdout 2023-11-15T05:59:07.261 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:59:06 smithi152 bash[29762]: /usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi116-kvfeou 2023-11-15T05:59:07.262 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:59:06 smithi152 bash[29762]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi116.kvfeou 2023-11-15T05:59:07.262 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:59:06 smithi152 bash[29762]: /usr/bin/docker: stdout 2023-11-15T05:59:07.262 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:59:06 smithi152 bash[29762]: /usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi116.kvfeou 2023-11-15T05:59:07.262 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:59:06 smithi152 bash[29762]: Deploy daemon haproxy.nfs.foo.smithi116.kvfeou ... 2023-11-15T05:59:07.263 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:59:06 smithi152 bash[29762]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T05:59:07.263 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:59:06 smithi152 bash[29762]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-15T05:59:07.263 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:59:06 smithi152 bash[29762]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-15T05:59:07.263 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:59:06 smithi152 bash[29762]: stat: stderr See 'docker run --help'. 2023-11-15T05:59:07.264 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:59:06 smithi152 bash[29762]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T05:59:07.264 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:59:06 smithi152 bash[29762]: Traceback (most recent call last): 2023-11-15T05:59:07.264 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:59:06 smithi152 bash[29762]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-11-15T05:59:07.264 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:59:06 smithi152 bash[29762]: yield (conn, connr) 2023-11-15T05:59:07.264 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:59:06 smithi152 bash[29762]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-11-15T05:59:07.265 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:59:06 smithi152 bash[29762]: code, '\n'.join(err))) 2023-11-15T05:59:07.265 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:59:06 smithi152 bash[29762]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi116-kvfeou 2023-11-15T05:59:07.265 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:59:06 smithi152 bash[29762]: /usr/bin/docker: stdout 2023-11-15T05:59:07.265 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:59:06 smithi152 bash[29762]: /usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi116-kvfeou 2023-11-15T05:59:07.266 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:59:06 smithi152 bash[29762]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi116.kvfeou 2023-11-15T05:59:07.266 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:59:06 smithi152 bash[29762]: /usr/bin/docker: stdout 2023-11-15T05:59:07.266 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:59:06 smithi152 bash[29762]: /usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi116.kvfeou 2023-11-15T05:59:07.266 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:59:06 smithi152 bash[29762]: Deploy daemon haproxy.nfs.foo.smithi116.kvfeou ... 2023-11-15T05:59:07.267 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:59:06 smithi152 bash[29762]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T05:59:07.267 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:59:06 smithi152 bash[29762]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-15T05:59:07.267 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:59:06 smithi152 bash[29762]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-15T05:59:07.267 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:59:06 smithi152 bash[29762]: stat: stderr See 'docker run --help'. 2023-11-15T05:59:07.267 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:59:06 smithi152 bash[29762]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T05:59:07.268 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:59:06 smithi152 bash[29762]: cephadm 2023-11-15T05:59:05.439984+0000 mgr.smithi116.ldeiub (mgr.14182) 1160 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi116.kvfeou 2023-11-15T05:59:07.268 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:59:06 smithi152 bash[29762]: cephadm 2023-11-15T05:59:05.441586+0000 mgr.smithi116.ldeiub (mgr.14182) 1161 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi116.kvfeou on smithi116: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi116-kvfeou 2023-11-15T05:59:07.268 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:59:06 smithi152 bash[29762]: /usr/bin/docker: stdout 2023-11-15T05:59:07.269 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:59:06 smithi152 bash[29762]: /usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi116-kvfeou 2023-11-15T05:59:07.269 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:59:06 smithi152 bash[29762]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi116.kvfeou 2023-11-15T05:59:07.269 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:59:06 smithi152 bash[29762]: /usr/bin/docker: stdout 2023-11-15T05:59:07.269 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:59:06 smithi152 bash[29762]: /usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi116.kvfeou 2023-11-15T05:59:07.269 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:59:06 smithi152 bash[29762]: Deploy daemon haproxy.nfs.foo.smithi116.kvfeou ... 2023-11-15T05:59:07.270 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:59:06 smithi152 bash[29762]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T05:59:07.270 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:59:06 smithi152 bash[29762]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-15T05:59:07.270 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:59:06 smithi152 bash[29762]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-15T05:59:07.270 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:59:06 smithi152 bash[29762]: stat: stderr See 'docker run --help'. 2023-11-15T05:59:07.271 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:59:06 smithi152 bash[29762]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T05:59:07.271 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:59:06 smithi152 bash[29762]: cephadm 2023-11-15T05:59:05.443607+0000 mgr.smithi116.ldeiub (mgr.14182) 1162 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi152.vrmxbg on smithi152: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-11-15T05:59:07.271 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:59:06 smithi152 bash[29762]: cephadm 2023-11-15T05:59:05.445357+0000 mgr.smithi116.ldeiub (mgr.14182) 1163 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi116.wycitz on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-11-15T05:59:07.271 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:59:06 smithi152 bash[29762]: cluster 2023-11-15T05:59:05.446667+0000 mgr.smithi116.ldeiub (mgr.14182) 1164 : cluster [DBG] pgmap v754: 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 2023-11-15T05:59:07.271 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:59:06 smithi152 bash[29762]: cluster 2023-11-15T05:59:05.843815+0000 mon.smithi116 (mon.0) 930 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2023-11-15T05:59:07.273 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:59:06 smithi152 bash[29762]: audit 2023-11-15T05:59:06.374206+0000 mon.smithi116 (mon.0) 931 : audit [INF] from='mgr.14182 172.21.15.116:0/1868390107' entity='mgr.smithi116.ldeiub' 2023-11-15T05:59:09.152 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:59:08 smithi116 bash[25961]: cluster 2023-11-15T05:59:07.447543+0000 mgr.smithi116.ldeiub (mgr.14182) 1165 : cluster [DBG] pgmap v755: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 100 B/s rd, 0 op/s 2023-11-15T05:59:09.165 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:59:08 smithi152 bash[29762]: cluster 2023-11-15T05:59:07.447543+0000 mgr.smithi116.ldeiub (mgr.14182) 1165 : cluster [DBG] pgmap v755: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 100 B/s rd, 0 op/s 2023-11-15T05:59:09.236 INFO:teuthology.orchestra.run.smithi116.stdout: 2023-11-15T05:59:09.236 INFO:teuthology.orchestra.run.smithi116.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T05:34:36.374719Z", "last_refresh": "2023-11-15T05:54:17.751933Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T05:34:28.472277Z", "last_refresh": "2023-11-15T05:54:17.752190Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T05:34:32.474479Z", "last_refresh": "2023-11-15T05:54:17.752440Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:57:57.249347Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi116.suzfiv on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:59:01.442760Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi152.moecst on smithi152: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi152-moecst\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi152-moecst\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi152.moecst\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi152.moecst\nDeploy daemon haproxy.nfs.foo.smithi152.moecst ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi152 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi152 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:59:05.441467Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi116.kvfeou on smithi116: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi116-kvfeou\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi116-kvfeou\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi116.kvfeou\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi116.kvfeou\nDeploy daemon haproxy.nfs.foo.smithi116.kvfeou ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:59:05.443490Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi152.vrmxbg on smithi152: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:59:05.445252Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi116.wycitz on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.116/16"}, "status": {"created": "2023-11-15T05:41:51.643812Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.116/16"}}, {"events": ["2023-11-15T05:41:45.562111Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-15T05:41:45.554912Z", "last_refresh": "2023-11-15T05:54:17.754055Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T05:34:26.558369Z", "last_refresh": "2023-11-15T05:54:17.751661Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:35:55.352857Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi116:172.21.15.116=smithi116", "smithi152:172.21.15.152=smithi152"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T05:35:55.345327Z", "last_refresh": "2023-11-15T05:54:17.751271Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:41:51.641747Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-11-15T05:41:51.636276Z", "last_refresh": "2023-11-15T05:54:17.754311Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T05:34:34.444913Z", "last_refresh": "2023-11-15T05:54:17.752691Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T05:36:22.979260Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T05:36:22.972321Z", "last_refresh": "2023-11-15T05:54:17.753010Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T05:34:30.388073Z", "last_refresh": "2023-11-15T05:55:32.568058Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-15T05:59:09.903 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T05:59:10.904 DEBUG:teuthology.orchestra.run.smithi116:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 7456fada-8378-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T05:59:11.154 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:59:10 smithi116 bash[25961]: audit 2023-11-15T05:59:09.218702+0000 mgr.smithi116.ldeiub (mgr.14182) 1166 : audit [DBG] from='client.15388 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:59:11.154 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:59:10 smithi116 bash[25961]: cluster 2023-11-15T05:59:09.448884+0000 mgr.smithi116.ldeiub (mgr.14182) 1167 : cluster [DBG] pgmap v756: 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 2023-11-15T05:59:11.260 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:59:10 smithi152 bash[29762]: audit 2023-11-15T05:59:09.218702+0000 mgr.smithi116.ldeiub (mgr.14182) 1166 : audit [DBG] from='client.15388 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:59:11.261 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:59:10 smithi152 bash[29762]: cluster 2023-11-15T05:59:09.448884+0000 mgr.smithi116.ldeiub (mgr.14182) 1167 : cluster [DBG] pgmap v756: 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 2023-11-15T05:59:13.152 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:59:12 smithi116 bash[25961]: cluster 2023-11-15T05:59:11.450294+0000 mgr.smithi116.ldeiub (mgr.14182) 1168 : cluster [DBG] pgmap v757: 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 2023-11-15T05:59:13.260 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:59:12 smithi152 bash[29762]: cluster 2023-11-15T05:59:11.450294+0000 mgr.smithi116.ldeiub (mgr.14182) 1168 : cluster [DBG] pgmap v757: 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 2023-11-15T05:59:14.144 INFO:teuthology.orchestra.run.smithi116.stdout: 2023-11-15T05:59:14.145 INFO:teuthology.orchestra.run.smithi116.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T05:34:36.374719Z", "last_refresh": "2023-11-15T05:54:17.751933Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T05:34:28.472277Z", "last_refresh": "2023-11-15T05:54:17.752190Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T05:34:32.474479Z", "last_refresh": "2023-11-15T05:54:17.752440Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:57:57.249347Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi116.suzfiv on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:59:01.442760Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi152.moecst on smithi152: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi152-moecst\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi152-moecst\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi152.moecst\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi152.moecst\nDeploy daemon haproxy.nfs.foo.smithi152.moecst ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi152 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi152 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:59:05.441467Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi116.kvfeou on smithi116: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi116-kvfeou\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi116-kvfeou\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi116.kvfeou\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi116.kvfeou\nDeploy daemon haproxy.nfs.foo.smithi116.kvfeou ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:59:05.443490Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi152.vrmxbg on smithi152: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:59:05.445252Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi116.wycitz on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.116/16"}, "status": {"created": "2023-11-15T05:41:51.643812Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.116/16"}}, {"events": ["2023-11-15T05:41:45.562111Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-15T05:41:45.554912Z", "last_refresh": "2023-11-15T05:54:17.754055Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T05:34:26.558369Z", "last_refresh": "2023-11-15T05:54:17.751661Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:35:55.352857Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi116:172.21.15.116=smithi116", "smithi152:172.21.15.152=smithi152"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T05:35:55.345327Z", "last_refresh": "2023-11-15T05:54:17.751271Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:41:51.641747Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-11-15T05:41:51.636276Z", "last_refresh": "2023-11-15T05:54:17.754311Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T05:34:34.444913Z", "last_refresh": "2023-11-15T05:54:17.752691Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T05:36:22.979260Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T05:36:22.972321Z", "last_refresh": "2023-11-15T05:54:17.753010Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T05:34:30.388073Z", "last_refresh": "2023-11-15T05:55:32.568058Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-15T05:59:14.827 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T05:59:15.152 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:59:14 smithi116 bash[25961]: cluster 2023-11-15T05:59:13.451342+0000 mgr.smithi116.ldeiub (mgr.14182) 1169 : cluster [DBG] pgmap v758: 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 2023-11-15T05:59:15.260 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:59:14 smithi152 bash[29762]: cluster 2023-11-15T05:59:13.451342+0000 mgr.smithi116.ldeiub (mgr.14182) 1169 : cluster [DBG] pgmap v758: 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 2023-11-15T05:59:15.828 DEBUG:teuthology.orchestra.run.smithi116:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 7456fada-8378-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T05:59:16.152 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:59:15 smithi116 bash[25961]: audit 2023-11-15T05:59:14.127666+0000 mgr.smithi116.ldeiub (mgr.14182) 1170 : audit [DBG] from='client.15392 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:59:16.152 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:59:15 smithi116 bash[25961]: audit 2023-11-15T05:59:15.301520+0000 mon.smithi116 (mon.0) 932 : audit [INF] from='mgr.14182 172.21.15.116:0/1868390107' entity='mgr.smithi116.ldeiub' 2023-11-15T05:59:16.260 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:59:15 smithi152 bash[29762]: audit 2023-11-15T05:59:14.127666+0000 mgr.smithi116.ldeiub (mgr.14182) 1170 : audit [DBG] from='client.15392 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:59:16.260 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:59:15 smithi152 bash[29762]: audit 2023-11-15T05:59:15.301520+0000 mon.smithi116 (mon.0) 932 : audit [INF] from='mgr.14182 172.21.15.116:0/1868390107' entity='mgr.smithi116.ldeiub' 2023-11-15T05:59:17.152 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:59:16 smithi116 bash[25961]: cluster 2023-11-15T05:59:15.452432+0000 mgr.smithi116.ldeiub (mgr.14182) 1171 : cluster [DBG] pgmap v759: 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 2023-11-15T05:59:17.260 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:59:16 smithi152 bash[29762]: cluster 2023-11-15T05:59:15.452432+0000 mgr.smithi116.ldeiub (mgr.14182) 1171 : cluster [DBG] pgmap v759: 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 2023-11-15T05:59:19.015 INFO:teuthology.orchestra.run.smithi116.stdout: 2023-11-15T05:59:19.015 INFO:teuthology.orchestra.run.smithi116.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T05:34:36.374719Z", "last_refresh": "2023-11-15T05:54:17.751933Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T05:34:28.472277Z", "last_refresh": "2023-11-15T05:54:17.752190Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T05:34:32.474479Z", "last_refresh": "2023-11-15T05:54:17.752440Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:57:57.249347Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi116.suzfiv on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:59:01.442760Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi152.moecst on smithi152: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi152-moecst\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi152-moecst\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi152.moecst\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi152.moecst\nDeploy daemon haproxy.nfs.foo.smithi152.moecst ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi152 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi152 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:59:05.441467Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi116.kvfeou on smithi116: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi116-kvfeou\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi116-kvfeou\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi116.kvfeou\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi116.kvfeou\nDeploy daemon haproxy.nfs.foo.smithi116.kvfeou ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:59:05.443490Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi152.vrmxbg on smithi152: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:59:05.445252Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi116.wycitz on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.116/16"}, "status": {"created": "2023-11-15T05:41:51.643812Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.116/16"}}, {"events": ["2023-11-15T05:41:45.562111Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-15T05:41:45.554912Z", "last_refresh": "2023-11-15T05:54:17.754055Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T05:34:26.558369Z", "last_refresh": "2023-11-15T05:54:17.751661Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:35:55.352857Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi116:172.21.15.116=smithi116", "smithi152:172.21.15.152=smithi152"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T05:35:55.345327Z", "last_refresh": "2023-11-15T05:54:17.751271Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:41:51.641747Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-11-15T05:41:51.636276Z", "last_refresh": "2023-11-15T05:54:17.754311Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T05:34:34.444913Z", "last_refresh": "2023-11-15T05:54:17.752691Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T05:36:22.979260Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T05:36:22.972321Z", "last_refresh": "2023-11-15T05:54:17.753010Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T05:34:30.388073Z", "last_refresh": "2023-11-15T05:55:32.568058Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-15T05:59:19.152 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:59:18 smithi116 bash[25961]: cluster 2023-11-15T05:59:17.453253+0000 mgr.smithi116.ldeiub (mgr.14182) 1172 : cluster [DBG] pgmap v760: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:59:19.165 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:59:18 smithi152 bash[29762]: cluster 2023-11-15T05:59:17.453253+0000 mgr.smithi116.ldeiub (mgr.14182) 1172 : cluster [DBG] pgmap v760: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:59:19.633 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T05:59:20.634 DEBUG:teuthology.orchestra.run.smithi116:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 7456fada-8378-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T05:59:21.152 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:59:20 smithi116 bash[25961]: audit 2023-11-15T05:59:18.998392+0000 mgr.smithi116.ldeiub (mgr.14182) 1173 : audit [DBG] from='client.15396 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:59:21.152 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:59:20 smithi116 bash[25961]: cluster 2023-11-15T05:59:19.454414+0000 mgr.smithi116.ldeiub (mgr.14182) 1174 : cluster [DBG] pgmap v761: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:59:21.260 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:59:20 smithi152 bash[29762]: audit 2023-11-15T05:59:18.998392+0000 mgr.smithi116.ldeiub (mgr.14182) 1173 : audit [DBG] from='client.15396 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:59:21.261 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:59:20 smithi152 bash[29762]: cluster 2023-11-15T05:59:19.454414+0000 mgr.smithi116.ldeiub (mgr.14182) 1174 : cluster [DBG] pgmap v761: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:59:23.260 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:59:22 smithi152 bash[29762]: cluster 2023-11-15T05:59:21.455190+0000 mgr.smithi116.ldeiub (mgr.14182) 1175 : cluster [DBG] pgmap v762: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:59:23.402 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:59:22 smithi116 bash[25961]: cluster 2023-11-15T05:59:21.455190+0000 mgr.smithi116.ldeiub (mgr.14182) 1175 : cluster [DBG] pgmap v762: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:59:23.912 INFO:teuthology.orchestra.run.smithi116.stdout: 2023-11-15T05:59:23.912 INFO:teuthology.orchestra.run.smithi116.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T05:34:36.374719Z", "last_refresh": "2023-11-15T05:54:17.751933Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T05:34:28.472277Z", "last_refresh": "2023-11-15T05:54:17.752190Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T05:34:32.474479Z", "last_refresh": "2023-11-15T05:54:17.752440Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:57:57.249347Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi116.suzfiv on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:59:01.442760Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi152.moecst on smithi152: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi152-moecst\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi152-moecst\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi152.moecst\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi152.moecst\nDeploy daemon haproxy.nfs.foo.smithi152.moecst ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi152 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi152 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:59:05.441467Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi116.kvfeou on smithi116: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi116-kvfeou\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi116-kvfeou\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi116.kvfeou\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi116.kvfeou\nDeploy daemon haproxy.nfs.foo.smithi116.kvfeou ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:59:05.443490Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi152.vrmxbg on smithi152: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:59:05.445252Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi116.wycitz on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.116/16"}, "status": {"created": "2023-11-15T05:41:51.643812Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.116/16"}}, {"events": ["2023-11-15T05:41:45.562111Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-15T05:41:45.554912Z", "last_refresh": "2023-11-15T05:54:17.754055Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T05:34:26.558369Z", "last_refresh": "2023-11-15T05:54:17.751661Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:35:55.352857Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi116:172.21.15.116=smithi116", "smithi152:172.21.15.152=smithi152"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T05:35:55.345327Z", "last_refresh": "2023-11-15T05:54:17.751271Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:41:51.641747Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-11-15T05:41:51.636276Z", "last_refresh": "2023-11-15T05:54:17.754311Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T05:34:34.444913Z", "last_refresh": "2023-11-15T05:54:17.752691Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T05:36:22.979260Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T05:36:22.972321Z", "last_refresh": "2023-11-15T05:54:17.753010Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T05:34:30.388073Z", "last_refresh": "2023-11-15T05:55:32.568058Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-15T05:59:24.499 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T05:59:25.260 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:59:24 smithi152 bash[29762]: cluster 2023-11-15T05:59:23.456425+0000 mgr.smithi116.ldeiub (mgr.14182) 1176 : cluster [DBG] pgmap v763: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T05:59:25.260 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:59:24 smithi152 bash[29762]: audit 2023-11-15T05:59:23.897540+0000 mgr.smithi116.ldeiub (mgr.14182) 1177 : audit [DBG] from='client.15400 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:59:25.402 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:59:24 smithi116 bash[25961]: cluster 2023-11-15T05:59:23.456425+0000 mgr.smithi116.ldeiub (mgr.14182) 1176 : cluster [DBG] pgmap v763: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T05:59:25.402 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:59:24 smithi116 bash[25961]: audit 2023-11-15T05:59:23.897540+0000 mgr.smithi116.ldeiub (mgr.14182) 1177 : audit [DBG] from='client.15400 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:59:25.500 DEBUG:teuthology.orchestra.run.smithi116:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 7456fada-8378-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T05:59:26.260 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:59:25 smithi152 bash[29762]: cluster 2023-11-15T05:59:25.457617+0000 mgr.smithi116.ldeiub (mgr.14182) 1178 : cluster [DBG] pgmap v764: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:59:26.402 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:59:25 smithi116 bash[25961]: cluster 2023-11-15T05:59:25.457617+0000 mgr.smithi116.ldeiub (mgr.14182) 1178 : cluster [DBG] pgmap v764: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:59:28.717 INFO:teuthology.orchestra.run.smithi116.stdout: 2023-11-15T05:59:28.718 INFO:teuthology.orchestra.run.smithi116.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T05:34:36.374719Z", "last_refresh": "2023-11-15T05:54:17.751933Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T05:34:28.472277Z", "last_refresh": "2023-11-15T05:54:17.752190Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T05:34:32.474479Z", "last_refresh": "2023-11-15T05:54:17.752440Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:57:57.249347Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi116.suzfiv on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:59:01.442760Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi152.moecst on smithi152: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi152-moecst\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi152-moecst\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi152.moecst\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi152.moecst\nDeploy daemon haproxy.nfs.foo.smithi152.moecst ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi152 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi152 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:59:05.441467Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi116.kvfeou on smithi116: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi116-kvfeou\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi116-kvfeou\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi116.kvfeou\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi116.kvfeou\nDeploy daemon haproxy.nfs.foo.smithi116.kvfeou ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:59:05.443490Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi152.vrmxbg on smithi152: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:59:05.445252Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi116.wycitz on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.116/16"}, "status": {"created": "2023-11-15T05:41:51.643812Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.116/16"}}, {"events": ["2023-11-15T05:41:45.562111Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-15T05:41:45.554912Z", "last_refresh": "2023-11-15T05:54:17.754055Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T05:34:26.558369Z", "last_refresh": "2023-11-15T05:54:17.751661Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:35:55.352857Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi116:172.21.15.116=smithi116", "smithi152:172.21.15.152=smithi152"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T05:35:55.345327Z", "last_refresh": "2023-11-15T05:54:17.751271Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:41:51.641747Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-11-15T05:41:51.636276Z", "last_refresh": "2023-11-15T05:54:17.754311Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T05:34:34.444913Z", "last_refresh": "2023-11-15T05:54:17.752691Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T05:36:22.979260Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T05:36:22.972321Z", "last_refresh": "2023-11-15T05:54:17.753010Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T05:34:30.388073Z", "last_refresh": "2023-11-15T05:55:32.568058Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-15T05:59:28.775 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:59:28 smithi116 bash[25961]: cluster 2023-11-15T05:59:27.458570+0000 mgr.smithi116.ldeiub (mgr.14182) 1179 : 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 2023-11-15T05:59:29.010 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:59:28 smithi152 bash[29762]: cluster 2023-11-15T05:59:27.458570+0000 mgr.smithi116.ldeiub (mgr.14182) 1179 : 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 2023-11-15T05:59:29.321 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T05:59:29.652 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:59:29 smithi116 bash[25961]: audit 2023-11-15T05:59:28.700242+0000 mgr.smithi116.ldeiub (mgr.14182) 1180 : audit [DBG] from='client.15404 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:59:30.010 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:59:29 smithi152 bash[29762]: audit 2023-11-15T05:59:28.700242+0000 mgr.smithi116.ldeiub (mgr.14182) 1180 : audit [DBG] from='client.15404 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:59:30.322 DEBUG:teuthology.orchestra.run.smithi116:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 7456fada-8378-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T05:59:30.902 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:59:30 smithi116 bash[25961]: cluster 2023-11-15T05:59:29.459729+0000 mgr.smithi116.ldeiub (mgr.14182) 1181 : 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 2023-11-15T05:59:31.010 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:59:30 smithi152 bash[29762]: cluster 2023-11-15T05:59:29.459729+0000 mgr.smithi116.ldeiub (mgr.14182) 1181 : 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 2023-11-15T05:59:32.902 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:59:32 smithi116 bash[25961]: cluster 2023-11-15T05:59:31.461070+0000 mgr.smithi116.ldeiub (mgr.14182) 1182 : 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 2023-11-15T05:59:33.010 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:59:32 smithi152 bash[29762]: cluster 2023-11-15T05:59:31.461070+0000 mgr.smithi116.ldeiub (mgr.14182) 1182 : 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 2023-11-15T05:59:33.796 INFO:teuthology.orchestra.run.smithi116.stdout: 2023-11-15T05:59:33.796 INFO:teuthology.orchestra.run.smithi116.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T05:34:36.374719Z", "last_refresh": "2023-11-15T05:54:17.751933Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T05:34:28.472277Z", "last_refresh": "2023-11-15T05:54:17.752190Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T05:34:32.474479Z", "last_refresh": "2023-11-15T05:54:17.752440Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:57:57.249347Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi116.suzfiv on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:59:01.442760Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi152.moecst on smithi152: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi152-moecst\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi152-moecst\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi152.moecst\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi152.moecst\nDeploy daemon haproxy.nfs.foo.smithi152.moecst ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi152 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi152 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:59:05.441467Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi116.kvfeou on smithi116: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi116-kvfeou\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi116-kvfeou\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi116.kvfeou\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi116.kvfeou\nDeploy daemon haproxy.nfs.foo.smithi116.kvfeou ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:59:05.443490Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi152.vrmxbg on smithi152: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:59:05.445252Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi116.wycitz on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.116/16"}, "status": {"created": "2023-11-15T05:41:51.643812Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.116/16"}}, {"events": ["2023-11-15T05:41:45.562111Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-15T05:41:45.554912Z", "last_refresh": "2023-11-15T05:54:17.754055Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T05:34:26.558369Z", "last_refresh": "2023-11-15T05:54:17.751661Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:35:55.352857Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi116:172.21.15.116=smithi116", "smithi152:172.21.15.152=smithi152"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T05:35:55.345327Z", "last_refresh": "2023-11-15T05:54:17.751271Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:41:51.641747Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-11-15T05:41:51.636276Z", "last_refresh": "2023-11-15T05:54:17.754311Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T05:34:34.444913Z", "last_refresh": "2023-11-15T05:54:17.752691Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T05:36:22.979260Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T05:36:22.972321Z", "last_refresh": "2023-11-15T05:54:17.753010Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T05:34:30.388073Z", "last_refresh": "2023-11-15T05:55:32.568058Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-15T05:59:34.400 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T05:59:35.010 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:59:34 smithi152 bash[29762]: cluster 2023-11-15T05:59:33.461803+0000 mgr.smithi116.ldeiub (mgr.14182) 1183 : cluster [DBG] pgmap v768: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T05:59:35.011 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:59:34 smithi152 bash[29762]: audit 2023-11-15T05:59:33.779098+0000 mgr.smithi116.ldeiub (mgr.14182) 1184 : audit [DBG] from='client.15408 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:59:35.152 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:59:34 smithi116 bash[25961]: cluster 2023-11-15T05:59:33.461803+0000 mgr.smithi116.ldeiub (mgr.14182) 1183 : cluster [DBG] pgmap v768: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T05:59:35.152 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:59:34 smithi116 bash[25961]: audit 2023-11-15T05:59:33.779098+0000 mgr.smithi116.ldeiub (mgr.14182) 1184 : audit [DBG] from='client.15408 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:59:35.401 DEBUG:teuthology.orchestra.run.smithi116:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 7456fada-8378-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T05:59:36.848 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:59:36 smithi116 bash[25961]: cluster 2023-11-15T05:59:35.462947+0000 mgr.smithi116.ldeiub (mgr.14182) 1185 : cluster [DBG] pgmap v769: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:59:37.010 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:59:36 smithi152 bash[29762]: cluster 2023-11-15T05:59:35.462947+0000 mgr.smithi116.ldeiub (mgr.14182) 1185 : cluster [DBG] pgmap v769: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:59:38.680 INFO:teuthology.orchestra.run.smithi116.stdout: 2023-11-15T05:59:38.681 INFO:teuthology.orchestra.run.smithi116.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T05:34:36.374719Z", "last_refresh": "2023-11-15T05:54:17.751933Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T05:34:28.472277Z", "last_refresh": "2023-11-15T05:54:17.752190Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T05:34:32.474479Z", "last_refresh": "2023-11-15T05:54:17.752440Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:57:57.249347Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi116.suzfiv on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:59:01.442760Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi152.moecst on smithi152: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi152-moecst\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi152-moecst\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi152.moecst\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi152.moecst\nDeploy daemon haproxy.nfs.foo.smithi152.moecst ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi152 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi152 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:59:05.441467Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi116.kvfeou on smithi116: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi116-kvfeou\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi116-kvfeou\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi116.kvfeou\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi116.kvfeou\nDeploy daemon haproxy.nfs.foo.smithi116.kvfeou ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:59:05.443490Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi152.vrmxbg on smithi152: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:59:05.445252Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi116.wycitz on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.116/16"}, "status": {"created": "2023-11-15T05:41:51.643812Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.116/16"}}, {"events": ["2023-11-15T05:41:45.562111Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-15T05:41:45.554912Z", "last_refresh": "2023-11-15T05:54:17.754055Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T05:34:26.558369Z", "last_refresh": "2023-11-15T05:54:17.751661Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:35:55.352857Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi116:172.21.15.116=smithi116", "smithi152:172.21.15.152=smithi152"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T05:35:55.345327Z", "last_refresh": "2023-11-15T05:54:17.751271Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:41:51.641747Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-11-15T05:41:51.636276Z", "last_refresh": "2023-11-15T05:54:17.754311Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T05:34:34.444913Z", "last_refresh": "2023-11-15T05:54:17.752691Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T05:36:22.979260Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T05:36:22.972321Z", "last_refresh": "2023-11-15T05:54:17.753010Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T05:34:30.388073Z", "last_refresh": "2023-11-15T05:55:32.568058Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-15T05:59:39.010 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:59:38 smithi152 bash[29762]: cluster 2023-11-15T05:59:37.464170+0000 mgr.smithi116.ldeiub (mgr.14182) 1186 : 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 2023-11-15T05:59:39.152 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:59:38 smithi116 bash[25961]: cluster 2023-11-15T05:59:37.464170+0000 mgr.smithi116.ldeiub (mgr.14182) 1186 : 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 2023-11-15T05:59:39.327 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T05:59:40.013 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:59:39 smithi152 bash[29762]: audit 2023-11-15T05:59:38.666195+0000 mgr.smithi116.ldeiub (mgr.14182) 1187 : audit [DBG] from='client.15412 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:59:40.152 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:59:39 smithi116 bash[25961]: audit 2023-11-15T05:59:38.666195+0000 mgr.smithi116.ldeiub (mgr.14182) 1187 : audit [DBG] from='client.15412 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:59:40.329 DEBUG:teuthology.orchestra.run.smithi116:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 7456fada-8378-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T05:59:41.011 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:59:40 smithi152 bash[29762]: cluster 2023-11-15T05:59:39.465319+0000 mgr.smithi116.ldeiub (mgr.14182) 1188 : 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 2023-11-15T05:59:41.152 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:59:40 smithi116 bash[25961]: cluster 2023-11-15T05:59:39.465319+0000 mgr.smithi116.ldeiub (mgr.14182) 1188 : 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 2023-11-15T05:59:43.010 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:59:42 smithi152 bash[29762]: cluster 2023-11-15T05:59:41.466291+0000 mgr.smithi116.ldeiub (mgr.14182) 1189 : 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 2023-11-15T05:59:43.152 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:59:42 smithi116 bash[25961]: cluster 2023-11-15T05:59:41.466291+0000 mgr.smithi116.ldeiub (mgr.14182) 1189 : 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 2023-11-15T05:59:43.756 INFO:teuthology.orchestra.run.smithi116.stdout: 2023-11-15T05:59:43.757 INFO:teuthology.orchestra.run.smithi116.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T05:34:36.374719Z", "last_refresh": "2023-11-15T05:54:17.751933Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T05:34:28.472277Z", "last_refresh": "2023-11-15T05:54:17.752190Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T05:34:32.474479Z", "last_refresh": "2023-11-15T05:54:17.752440Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:57:57.249347Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi116.suzfiv on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:59:01.442760Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi152.moecst on smithi152: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi152-moecst\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi152-moecst\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi152.moecst\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi152.moecst\nDeploy daemon haproxy.nfs.foo.smithi152.moecst ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi152 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi152 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:59:05.441467Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi116.kvfeou on smithi116: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi116-kvfeou\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi116-kvfeou\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi116.kvfeou\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi116.kvfeou\nDeploy daemon haproxy.nfs.foo.smithi116.kvfeou ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:59:05.443490Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi152.vrmxbg on smithi152: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:59:05.445252Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi116.wycitz on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.116/16"}, "status": {"created": "2023-11-15T05:41:51.643812Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.116/16"}}, {"events": ["2023-11-15T05:41:45.562111Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-15T05:41:45.554912Z", "last_refresh": "2023-11-15T05:54:17.754055Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T05:34:26.558369Z", "last_refresh": "2023-11-15T05:54:17.751661Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:35:55.352857Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi116:172.21.15.116=smithi116", "smithi152:172.21.15.152=smithi152"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T05:35:55.345327Z", "last_refresh": "2023-11-15T05:54:17.751271Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:41:51.641747Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-11-15T05:41:51.636276Z", "last_refresh": "2023-11-15T05:54:17.754311Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T05:34:34.444913Z", "last_refresh": "2023-11-15T05:54:17.752691Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T05:36:22.979260Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T05:36:22.972321Z", "last_refresh": "2023-11-15T05:54:17.753010Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T05:34:30.388073Z", "last_refresh": "2023-11-15T05:55:32.568058Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-15T05:59:44.381 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T05:59:45.010 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:59:44 smithi152 bash[29762]: cluster 2023-11-15T05:59:43.467082+0000 mgr.smithi116.ldeiub (mgr.14182) 1190 : cluster [DBG] pgmap v773: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T05:59:45.010 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:59:44 smithi152 bash[29762]: audit 2023-11-15T05:59:43.742104+0000 mgr.smithi116.ldeiub (mgr.14182) 1191 : audit [DBG] from='client.15416 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:59:45.152 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:59:44 smithi116 bash[25961]: cluster 2023-11-15T05:59:43.467082+0000 mgr.smithi116.ldeiub (mgr.14182) 1190 : cluster [DBG] pgmap v773: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T05:59:45.152 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:59:44 smithi116 bash[25961]: audit 2023-11-15T05:59:43.742104+0000 mgr.smithi116.ldeiub (mgr.14182) 1191 : audit [DBG] from='client.15416 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:59:45.382 DEBUG:teuthology.orchestra.run.smithi116:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 7456fada-8378-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T05:59:46.733 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:59:46 smithi116 bash[25961]: cluster 2023-11-15T05:59:45.468176+0000 mgr.smithi116.ldeiub (mgr.14182) 1192 : cluster [DBG] pgmap v774: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:59:47.010 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:59:46 smithi152 bash[29762]: cluster 2023-11-15T05:59:45.468176+0000 mgr.smithi116.ldeiub (mgr.14182) 1192 : cluster [DBG] pgmap v774: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:59:48.520 INFO:teuthology.orchestra.run.smithi116.stdout: 2023-11-15T05:59:48.520 INFO:teuthology.orchestra.run.smithi116.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T05:34:36.374719Z", "last_refresh": "2023-11-15T05:54:17.751933Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T05:34:28.472277Z", "last_refresh": "2023-11-15T05:54:17.752190Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T05:34:32.474479Z", "last_refresh": "2023-11-15T05:54:17.752440Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:57:57.249347Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi116.suzfiv on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:59:01.442760Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi152.moecst on smithi152: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi152-moecst\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi152-moecst\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi152.moecst\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi152.moecst\nDeploy daemon haproxy.nfs.foo.smithi152.moecst ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi152 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi152 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:59:05.441467Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi116.kvfeou on smithi116: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi116-kvfeou\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi116-kvfeou\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi116.kvfeou\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi116.kvfeou\nDeploy daemon haproxy.nfs.foo.smithi116.kvfeou ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:59:05.443490Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi152.vrmxbg on smithi152: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:59:05.445252Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi116.wycitz on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.116/16"}, "status": {"created": "2023-11-15T05:41:51.643812Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.116/16"}}, {"events": ["2023-11-15T05:41:45.562111Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-15T05:41:45.554912Z", "last_refresh": "2023-11-15T05:54:17.754055Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T05:34:26.558369Z", "last_refresh": "2023-11-15T05:54:17.751661Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:35:55.352857Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi116:172.21.15.116=smithi116", "smithi152:172.21.15.152=smithi152"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T05:35:55.345327Z", "last_refresh": "2023-11-15T05:54:17.751271Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:41:51.641747Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-11-15T05:41:51.636276Z", "last_refresh": "2023-11-15T05:54:17.754311Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T05:34:34.444913Z", "last_refresh": "2023-11-15T05:54:17.752691Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T05:36:22.979260Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T05:36:22.972321Z", "last_refresh": "2023-11-15T05:54:17.753010Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T05:34:30.388073Z", "last_refresh": "2023-11-15T05:55:32.568058Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-15T05:59:48.902 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:59:48 smithi116 bash[25961]: cluster 2023-11-15T05:59:47.469387+0000 mgr.smithi116.ldeiub (mgr.14182) 1193 : 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 2023-11-15T05:59:49.010 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:59:48 smithi152 bash[29762]: cluster 2023-11-15T05:59:47.469387+0000 mgr.smithi116.ldeiub (mgr.14182) 1193 : 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 2023-11-15T05:59:49.176 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T05:59:50.010 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:59:49 smithi152 bash[29762]: audit 2023-11-15T05:59:48.510959+0000 mgr.smithi116.ldeiub (mgr.14182) 1194 : audit [DBG] from='client.15420 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:59:50.152 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:59:49 smithi116 bash[25961]: audit 2023-11-15T05:59:48.510959+0000 mgr.smithi116.ldeiub (mgr.14182) 1194 : audit [DBG] from='client.15420 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:59:50.178 DEBUG:teuthology.orchestra.run.smithi116:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 7456fada-8378-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T05:59:51.010 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:59:50 smithi152 bash[29762]: cluster 2023-11-15T05:59:49.470557+0000 mgr.smithi116.ldeiub (mgr.14182) 1195 : 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 2023-11-15T05:59:51.152 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:59:50 smithi116 bash[25961]: cluster 2023-11-15T05:59:49.470557+0000 mgr.smithi116.ldeiub (mgr.14182) 1195 : 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 2023-11-15T05:59:53.000 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:59:52 smithi116 bash[25961]: cluster 2023-11-15T05:59:51.471874+0000 mgr.smithi116.ldeiub (mgr.14182) 1196 : 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 2023-11-15T05:59:53.010 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:59:52 smithi152 bash[29762]: cluster 2023-11-15T05:59:51.471874+0000 mgr.smithi116.ldeiub (mgr.14182) 1196 : 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 2023-11-15T05:59:53.436 INFO:teuthology.orchestra.run.smithi116.stdout: 2023-11-15T05:59:53.437 INFO:teuthology.orchestra.run.smithi116.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T05:34:36.374719Z", "last_refresh": "2023-11-15T05:54:17.751933Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T05:34:28.472277Z", "last_refresh": "2023-11-15T05:54:17.752190Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T05:34:32.474479Z", "last_refresh": "2023-11-15T05:54:17.752440Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:57:57.249347Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi116.suzfiv on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:59:01.442760Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi152.moecst on smithi152: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi152-moecst\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi152-moecst\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi152.moecst\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi152.moecst\nDeploy daemon haproxy.nfs.foo.smithi152.moecst ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi152 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi152 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:59:05.441467Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi116.kvfeou on smithi116: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi116-kvfeou\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi116-kvfeou\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi116.kvfeou\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi116.kvfeou\nDeploy daemon haproxy.nfs.foo.smithi116.kvfeou ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:59:05.443490Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi152.vrmxbg on smithi152: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:59:05.445252Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi116.wycitz on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.116/16"}, "status": {"created": "2023-11-15T05:41:51.643812Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.116/16"}}, {"events": ["2023-11-15T05:41:45.562111Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-15T05:41:45.554912Z", "last_refresh": "2023-11-15T05:54:17.754055Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T05:34:26.558369Z", "last_refresh": "2023-11-15T05:54:17.751661Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:35:55.352857Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi116:172.21.15.116=smithi116", "smithi152:172.21.15.152=smithi152"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T05:35:55.345327Z", "last_refresh": "2023-11-15T05:54:17.751271Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:41:51.641747Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-11-15T05:41:51.636276Z", "last_refresh": "2023-11-15T05:54:17.754311Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T05:34:34.444913Z", "last_refresh": "2023-11-15T05:54:17.752691Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T05:36:22.979260Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T05:36:22.972321Z", "last_refresh": "2023-11-15T05:54:17.753010Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T05:34:30.388073Z", "last_refresh": "2023-11-15T05:55:32.568058Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-15T05:59:54.012 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T05:59:55.010 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:59:54 smithi152 bash[29762]: audit 2023-11-15T05:59:53.423737+0000 mgr.smithi116.ldeiub (mgr.14182) 1197 : audit [DBG] from='client.15424 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:59:55.010 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:59:54 smithi152 bash[29762]: cluster 2023-11-15T05:59:53.473015+0000 mgr.smithi116.ldeiub (mgr.14182) 1198 : cluster [DBG] pgmap v778: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T05:59:55.013 DEBUG:teuthology.orchestra.run.smithi116:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 7456fada-8378-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T05:59:55.025 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:59:54 smithi116 bash[25961]: audit 2023-11-15T05:59:53.423737+0000 mgr.smithi116.ldeiub (mgr.14182) 1197 : audit [DBG] from='client.15424 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T05:59:55.025 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:59:54 smithi116 bash[25961]: cluster 2023-11-15T05:59:53.473015+0000 mgr.smithi116.ldeiub (mgr.14182) 1198 : cluster [DBG] pgmap v778: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T05:59:57.010 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:59:56 smithi152 bash[29762]: cluster 2023-11-15T05:59:55.474219+0000 mgr.smithi116.ldeiub (mgr.14182) 1199 : cluster [DBG] pgmap v779: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:59:57.152 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:59:56 smithi116 bash[25961]: cluster 2023-11-15T05:59:55.474219+0000 mgr.smithi116.ldeiub (mgr.14182) 1199 : cluster [DBG] pgmap v779: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T05:59:58.263 INFO:teuthology.orchestra.run.smithi116.stdout: 2023-11-15T05:59:58.263 INFO:teuthology.orchestra.run.smithi116.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T05:34:36.374719Z", "last_refresh": "2023-11-15T05:54:17.751933Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T05:34:28.472277Z", "last_refresh": "2023-11-15T05:54:17.752190Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T05:34:32.474479Z", "last_refresh": "2023-11-15T05:54:17.752440Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:57:57.249347Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi116.suzfiv on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:59:01.442760Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi152.moecst on smithi152: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi152-moecst\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi152-moecst\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi152.moecst\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi152.moecst\nDeploy daemon haproxy.nfs.foo.smithi152.moecst ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi152 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi152 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:59:05.441467Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi116.kvfeou on smithi116: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi116-kvfeou\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi116-kvfeou\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi116.kvfeou\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi116.kvfeou\nDeploy daemon haproxy.nfs.foo.smithi116.kvfeou ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:59:05.443490Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi152.vrmxbg on smithi152: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:59:05.445252Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi116.wycitz on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.116/16"}, "status": {"created": "2023-11-15T05:41:51.643812Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.116/16"}}, {"events": ["2023-11-15T05:41:45.562111Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-15T05:41:45.554912Z", "last_refresh": "2023-11-15T05:54:17.754055Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T05:34:26.558369Z", "last_refresh": "2023-11-15T05:54:17.751661Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:35:55.352857Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi116:172.21.15.116=smithi116", "smithi152:172.21.15.152=smithi152"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T05:35:55.345327Z", "last_refresh": "2023-11-15T05:54:17.751271Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:41:51.641747Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-11-15T05:41:51.636276Z", "last_refresh": "2023-11-15T05:54:17.754311Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T05:34:34.444913Z", "last_refresh": "2023-11-15T05:54:17.752691Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T05:36:22.979260Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T05:36:22.972321Z", "last_refresh": "2023-11-15T05:54:17.753010Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T05:34:30.388073Z", "last_refresh": "2023-11-15T05:55:32.568058Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-15T05:59:58.880 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T05:59:59.010 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:59:58 smithi152 bash[29762]: cluster 2023-11-15T05:59:57.475455+0000 mgr.smithi116.ldeiub (mgr.14182) 1200 : 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 2023-11-15T05:59:59.152 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:59:58 smithi116 bash[25961]: cluster 2023-11-15T05:59:57.475455+0000 mgr.smithi116.ldeiub (mgr.14182) 1200 : 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 2023-11-15T05:59:59.881 DEBUG:teuthology.orchestra.run.smithi116:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 7456fada-8378-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T06:00:00.010 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 05:59:59 smithi152 bash[29762]: audit 2023-11-15T05:59:58.245976+0000 mgr.smithi116.ldeiub (mgr.14182) 1201 : audit [DBG] from='client.15428 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T06:00:00.152 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 05:59:59 smithi116 bash[25961]: audit 2023-11-15T05:59:58.245976+0000 mgr.smithi116.ldeiub (mgr.14182) 1201 : audit [DBG] from='client.15428 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T06:00:01.010 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 06:00:00 smithi152 bash[29762]: cluster 2023-11-15T05:59:59.476689+0000 mgr.smithi116.ldeiub (mgr.14182) 1202 : 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 2023-11-15T06:00:01.011 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 06:00:00 smithi152 bash[29762]: cluster 2023-11-15T06:00:00.000142+0000 mon.smithi116 (mon.0) 933 : cluster [WRN] overall HEALTH_WARN Failed to place 4 daemon(s) 2023-11-15T06:00:01.040 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 06:00:00 smithi116 bash[25961]: cluster 2023-11-15T05:59:59.476689+0000 mgr.smithi116.ldeiub (mgr.14182) 1202 : 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 2023-11-15T06:00:01.040 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 06:00:00 smithi116 bash[25961]: cluster 2023-11-15T06:00:00.000142+0000 mon.smithi116 (mon.0) 933 : cluster [WRN] overall HEALTH_WARN Failed to place 4 daemon(s) 2023-11-15T06:00:03.123 INFO:teuthology.orchestra.run.smithi116.stdout: 2023-11-15T06:00:03.124 INFO:teuthology.orchestra.run.smithi116.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T05:34:36.374719Z", "last_refresh": "2023-11-15T05:54:17.751933Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T05:34:28.472277Z", "last_refresh": "2023-11-15T05:54:17.752190Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T05:34:32.474479Z", "last_refresh": "2023-11-15T05:54:17.752440Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:57:57.249347Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi116.suzfiv on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:59:01.442760Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi152.moecst on smithi152: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi152-moecst\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi152-moecst\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi152.moecst\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi152.moecst\nDeploy daemon haproxy.nfs.foo.smithi152.moecst ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi152 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi152 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:59:05.441467Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi116.kvfeou on smithi116: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi116-kvfeou\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi116-kvfeou\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi116.kvfeou\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi116.kvfeou\nDeploy daemon haproxy.nfs.foo.smithi116.kvfeou ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:59:05.443490Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi152.vrmxbg on smithi152: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:59:05.445252Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi116.wycitz on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.116/16"}, "status": {"created": "2023-11-15T05:41:51.643812Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.116/16"}}, {"events": ["2023-11-15T05:41:45.562111Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-15T05:41:45.554912Z", "last_refresh": "2023-11-15T05:54:17.754055Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T05:34:26.558369Z", "last_refresh": "2023-11-15T05:54:17.751661Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:35:55.352857Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi116:172.21.15.116=smithi116", "smithi152:172.21.15.152=smithi152"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T05:35:55.345327Z", "last_refresh": "2023-11-15T05:54:17.751271Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:41:51.641747Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-11-15T05:41:51.636276Z", "last_refresh": "2023-11-15T05:54:17.754311Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T05:34:34.444913Z", "last_refresh": "2023-11-15T05:54:17.752691Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T05:36:22.979260Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T05:36:22.972321Z", "last_refresh": "2023-11-15T05:54:17.753010Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T05:34:30.388073Z", "last_refresh": "2023-11-15T05:55:32.568058Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-15T06:00:03.152 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 06:00:02 smithi116 bash[25961]: cluster 2023-11-15T06:00:01.478073+0000 mgr.smithi116.ldeiub (mgr.14182) 1203 : 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 2023-11-15T06:00:03.260 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 06:00:02 smithi152 bash[29762]: cluster 2023-11-15T06:00:01.478073+0000 mgr.smithi116.ldeiub (mgr.14182) 1203 : 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 2023-11-15T06:00:03.790 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T06:00:04.791 DEBUG:teuthology.orchestra.run.smithi116:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 7456fada-8378-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T06:00:05.152 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 06:00:04 smithi116 bash[25961]: audit 2023-11-15T06:00:03.106292+0000 mgr.smithi116.ldeiub (mgr.14182) 1204 : audit [DBG] from='client.15432 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T06:00:05.152 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 06:00:04 smithi116 bash[25961]: cluster 2023-11-15T06:00:03.479291+0000 mgr.smithi116.ldeiub (mgr.14182) 1205 : cluster [DBG] pgmap v783: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T06:00:05.260 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 06:00:04 smithi152 bash[29762]: audit 2023-11-15T06:00:03.106292+0000 mgr.smithi116.ldeiub (mgr.14182) 1204 : audit [DBG] from='client.15432 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T06:00:05.261 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 06:00:04 smithi152 bash[29762]: cluster 2023-11-15T06:00:03.479291+0000 mgr.smithi116.ldeiub (mgr.14182) 1205 : cluster [DBG] pgmap v783: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T06:00:06.143 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 06:00:05 smithi116 bash[25961]: audit 2023-11-15T06:00:05.449385+0000 mon.smithi116 (mon.0) 934 : audit [DBG] from='mgr.14182 172.21.15.116:0/1868390107' entity='mgr.smithi116.ldeiub' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-15T06:00:06.143 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 06:00:05 smithi116 bash[25961]: audit 2023-11-15T06:00:05.777352+0000 mon.smithi116 (mon.0) 935 : audit [DBG] from='mgr.14182 172.21.15.116:0/1868390107' entity='mgr.smithi116.ldeiub' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-15T06:00:06.143 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 06:00:05 smithi116 bash[25961]: audit 2023-11-15T06:00:05.778809+0000 mon.smithi116 (mon.0) 936 : audit [INF] from='mgr.14182 172.21.15.116:0/1868390107' entity='mgr.smithi116.ldeiub' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-11-15T06:00:06.144 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 06:00:05 smithi116 bash[25961]: audit 2023-11-15T06:00:05.785660+0000 mon.smithi116 (mon.0) 937 : audit [INF] from='mgr.14182 172.21.15.116:0/1868390107' entity='mgr.smithi116.ldeiub' 2023-11-15T06:00:06.144 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 06:00:05 smithi116 bash[25961]: audit 2023-11-15T06:00:05.796688+0000 mon.smithi116 (mon.0) 938 : audit [DBG] from='mgr.14182 172.21.15.116:0/1868390107' entity='mgr.smithi116.ldeiub' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-11-15T06:00:06.144 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 06:00:05 smithi116 bash[25961]: audit 2023-11-15T06:00:05.812346+0000 mon.smithi116 (mon.0) 939 : audit [INF] from='mgr.14182 172.21.15.116:0/1868390107' entity='mgr.smithi116.ldeiub' 2023-11-15T06:00:06.260 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 06:00:05 smithi152 bash[29762]: audit 2023-11-15T06:00:05.449385+0000 mon.smithi116 (mon.0) 934 : audit [DBG] from='mgr.14182 172.21.15.116:0/1868390107' entity='mgr.smithi116.ldeiub' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-15T06:00:06.261 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 06:00:05 smithi152 bash[29762]: audit 2023-11-15T06:00:05.777352+0000 mon.smithi116 (mon.0) 935 : audit [DBG] from='mgr.14182 172.21.15.116:0/1868390107' entity='mgr.smithi116.ldeiub' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-15T06:00:06.261 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 06:00:05 smithi152 bash[29762]: audit 2023-11-15T06:00:05.778809+0000 mon.smithi116 (mon.0) 936 : audit [INF] from='mgr.14182 172.21.15.116:0/1868390107' entity='mgr.smithi116.ldeiub' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-11-15T06:00:06.261 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 06:00:05 smithi152 bash[29762]: audit 2023-11-15T06:00:05.785660+0000 mon.smithi116 (mon.0) 937 : audit [INF] from='mgr.14182 172.21.15.116:0/1868390107' entity='mgr.smithi116.ldeiub' 2023-11-15T06:00:06.261 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 06:00:05 smithi152 bash[29762]: audit 2023-11-15T06:00:05.796688+0000 mon.smithi116 (mon.0) 938 : audit [DBG] from='mgr.14182 172.21.15.116:0/1868390107' entity='mgr.smithi116.ldeiub' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-11-15T06:00:06.261 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 06:00:05 smithi152 bash[29762]: audit 2023-11-15T06:00:05.812346+0000 mon.smithi116 (mon.0) 939 : audit [INF] from='mgr.14182 172.21.15.116:0/1868390107' entity='mgr.smithi116.ldeiub' 2023-11-15T06:00:07.152 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 06:00:06 smithi116 bash[25961]: cluster 2023-11-15T06:00:05.480468+0000 mgr.smithi116.ldeiub (mgr.14182) 1206 : cluster [DBG] pgmap v784: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T06:00:07.152 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 06:00:06 smithi116 bash[25961]: cluster 2023-11-15T06:00:05.786615+0000 mgr.smithi116.ldeiub (mgr.14182) 1207 : cluster [DBG] pgmap v785: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 99 B/s rd, 0 op/s 2023-11-15T06:00:07.153 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 06:00:06 smithi116 bash[25961]: cluster 2023-11-15T06:00:05.812755+0000 mon.smithi116 (mon.0) 940 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2023-11-15T06:00:07.153 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 06:00:06 smithi116 bash[25961]: cluster 2023-11-15T06:00:05.812779+0000 mon.smithi116 (mon.0) 941 : cluster [INF] Cluster is now healthy 2023-11-15T06:00:07.153 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 06:00:06 smithi116 bash[25961]: cephadm 2023-11-15T06:00:05.818090+0000 mgr.smithi116.ldeiub (mgr.14182) 1208 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi152.jdjlag on smithi152 2023-11-15T06:00:07.260 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 06:00:06 smithi152 bash[29762]: cluster 2023-11-15T06:00:05.480468+0000 mgr.smithi116.ldeiub (mgr.14182) 1206 : cluster [DBG] pgmap v784: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T06:00:07.261 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 06:00:06 smithi152 bash[29762]: cluster 2023-11-15T06:00:05.786615+0000 mgr.smithi116.ldeiub (mgr.14182) 1207 : cluster [DBG] pgmap v785: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 99 B/s rd, 0 op/s 2023-11-15T06:00:07.261 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 06:00:06 smithi152 bash[29762]: cluster 2023-11-15T06:00:05.812755+0000 mon.smithi116 (mon.0) 940 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2023-11-15T06:00:07.261 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 06:00:06 smithi152 bash[29762]: cluster 2023-11-15T06:00:05.812779+0000 mon.smithi116 (mon.0) 941 : cluster [INF] Cluster is now healthy 2023-11-15T06:00:07.261 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 06:00:06 smithi152 bash[29762]: cephadm 2023-11-15T06:00:05.818090+0000 mgr.smithi116.ldeiub (mgr.14182) 1208 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi152.jdjlag on smithi152 2023-11-15T06:00:08.101 INFO:teuthology.orchestra.run.smithi116.stdout: 2023-11-15T06:00:08.101 INFO:teuthology.orchestra.run.smithi116.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T05:34:36.374719Z", "last_refresh": "2023-11-15T05:54:17.751933Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T05:34:28.472277Z", "last_refresh": "2023-11-15T05:54:17.752190Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T05:34:32.474479Z", "last_refresh": "2023-11-15T05:54:17.752440Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:57:57.249347Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi116.suzfiv on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:59:01.442760Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi152.moecst on smithi152: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi152-moecst\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi152-moecst\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi152.moecst\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi152.moecst\nDeploy daemon haproxy.nfs.foo.smithi152.moecst ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi152 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi152 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:59:05.441467Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi116.kvfeou on smithi116: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi116-kvfeou\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi116-kvfeou\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi116.kvfeou\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi116.kvfeou\nDeploy daemon haproxy.nfs.foo.smithi116.kvfeou ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:59:05.443490Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi152.vrmxbg on smithi152: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:59:05.445252Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi116.wycitz on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.116/16"}, "status": {"created": "2023-11-15T05:41:51.643812Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.116/16"}}, {"events": ["2023-11-15T05:41:45.562111Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-15T05:41:45.554912Z", "last_refresh": "2023-11-15T05:54:17.754055Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T05:34:26.558369Z", "last_refresh": "2023-11-15T05:54:17.751661Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:35:55.352857Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi116:172.21.15.116=smithi116", "smithi152:172.21.15.152=smithi152"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T05:35:55.345327Z", "last_refresh": "2023-11-15T05:54:17.751271Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:41:51.641747Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-11-15T05:41:51.636276Z", "last_refresh": "2023-11-15T05:54:17.754311Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T05:34:34.444913Z", "last_refresh": "2023-11-15T05:54:17.752691Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T05:36:22.979260Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T05:36:22.972321Z", "last_refresh": "2023-11-15T05:54:17.753010Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T05:34:30.388073Z", "last_refresh": "2023-11-15T05:55:32.568058Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-15T06:00:08.735 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T06:00:09.152 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 06:00:08 smithi116 bash[25961]: cluster 2023-11-15T06:00:07.787481+0000 mgr.smithi116.ldeiub (mgr.14182) 1209 : cluster [DBG] pgmap v786: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 99 B/s rd, 0 op/s 2023-11-15T06:00:09.165 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 06:00:08 smithi152 bash[29762]: cluster 2023-11-15T06:00:07.787481+0000 mgr.smithi116.ldeiub (mgr.14182) 1209 : cluster [DBG] pgmap v786: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 99 B/s rd, 0 op/s 2023-11-15T06:00:09.736 DEBUG:teuthology.orchestra.run.smithi116:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 7456fada-8378-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T06:00:10.152 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 06:00:09 smithi116 bash[25961]: audit 2023-11-15T06:00:08.089559+0000 mgr.smithi116.ldeiub (mgr.14182) 1210 : audit [DBG] from='client.15436 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T06:00:10.260 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 06:00:09 smithi152 bash[29762]: audit 2023-11-15T06:00:08.089559+0000 mgr.smithi116.ldeiub (mgr.14182) 1210 : audit [DBG] from='client.15436 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T06:00:11.152 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 06:00:10 smithi116 bash[25961]: cluster 2023-11-15T06:00:09.788421+0000 mgr.smithi116.ldeiub (mgr.14182) 1211 : cluster [DBG] pgmap v787: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 99 B/s rd, 0 op/s 2023-11-15T06:00:11.153 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 06:00:10 smithi116 bash[25961]: audit 2023-11-15T06:00:09.941750+0000 mon.smithi116 (mon.0) 942 : audit [INF] from='mgr.14182 172.21.15.116:0/1868390107' entity='mgr.smithi116.ldeiub' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi152.jdjlag"}]: dispatch 2023-11-15T06:00:11.260 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 06:00:10 smithi152 bash[29762]: cluster 2023-11-15T06:00:09.788421+0000 mgr.smithi116.ldeiub (mgr.14182) 1211 : cluster [DBG] pgmap v787: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 99 B/s rd, 0 op/s 2023-11-15T06:00:11.261 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 06:00:10 smithi152 bash[29762]: audit 2023-11-15T06:00:09.941750+0000 mon.smithi116 (mon.0) 942 : audit [INF] from='mgr.14182 172.21.15.116:0/1868390107' entity='mgr.smithi116.ldeiub' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi152.jdjlag"}]: dispatch 2023-11-15T06:00:12.153 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 06:00:11 smithi116 bash[25961]: cephadm 2023-11-15T06:00:09.940739+0000 mgr.smithi116.ldeiub (mgr.14182) 1212 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi152-jdjlag 2023-11-15T06:00:12.154 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 06:00:11 smithi116 bash[25961]: /usr/bin/docker: stdout 2023-11-15T06:00:12.154 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 06:00:11 smithi116 bash[25961]: /usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi152-jdjlag 2023-11-15T06:00:12.154 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 06:00:11 smithi116 bash[25961]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi152.jdjlag 2023-11-15T06:00:12.154 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 06:00:11 smithi116 bash[25961]: /usr/bin/docker: stdout 2023-11-15T06:00:12.154 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 06:00:11 smithi116 bash[25961]: /usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi152.jdjlag 2023-11-15T06:00:12.155 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 06:00:11 smithi116 bash[25961]: Deploy daemon haproxy.nfs.foo.smithi152.jdjlag ... 2023-11-15T06:00:12.155 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 06:00:11 smithi116 bash[25961]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi152 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T06:00:12.155 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 06:00:11 smithi116 bash[25961]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-15T06:00:12.155 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 06:00:11 smithi116 bash[25961]: stat: stderr 2.3: Pulling from library/haproxy 2023-11-15T06:00:12.155 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 06:00:11 smithi116 bash[25961]: stat: stderr docker: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-15T06:00:12.156 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 06:00:11 smithi116 bash[25961]: stat: stderr See 'docker run --help'. 2023-11-15T06:00:12.156 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 06:00:11 smithi116 bash[25961]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi152 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T06:00:12.156 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 06:00:11 smithi116 bash[25961]: Traceback (most recent call last): 2023-11-15T06:00:12.156 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 06:00:11 smithi116 bash[25961]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-11-15T06:00:12.156 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 06:00:11 smithi116 bash[25961]: yield (conn, connr) 2023-11-15T06:00:12.156 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 06:00:11 smithi116 bash[25961]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-11-15T06:00:12.157 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 06:00:11 smithi116 bash[25961]: code, '\n'.join(err))) 2023-11-15T06:00:12.157 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 06:00:11 smithi116 bash[25961]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi152-jdjlag 2023-11-15T06:00:12.157 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 06:00:11 smithi116 bash[25961]: /usr/bin/docker: stdout 2023-11-15T06:00:12.157 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 06:00:11 smithi116 bash[25961]: /usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi152-jdjlag 2023-11-15T06:00:12.158 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 06:00:11 smithi116 bash[25961]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi152.jdjlag 2023-11-15T06:00:12.158 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 06:00:11 smithi116 bash[25961]: /usr/bin/docker: stdout 2023-11-15T06:00:12.158 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 06:00:11 smithi116 bash[25961]: /usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi152.jdjlag 2023-11-15T06:00:12.158 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 06:00:11 smithi116 bash[25961]: Deploy daemon haproxy.nfs.foo.smithi152.jdjlag ... 2023-11-15T06:00:12.159 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 06:00:11 smithi116 bash[25961]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi152 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T06:00:12.160 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 06:00:11 smithi116 bash[25961]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-15T06:00:12.160 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 06:00:11 smithi116 bash[25961]: stat: stderr 2.3: Pulling from library/haproxy 2023-11-15T06:00:12.160 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 06:00:11 smithi116 bash[25961]: stat: stderr docker: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-15T06:00:12.160 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 06:00:11 smithi116 bash[25961]: stat: stderr See 'docker run --help'. 2023-11-15T06:00:12.161 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 06:00:11 smithi116 bash[25961]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi152 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T06:00:12.162 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 06:00:11 smithi116 bash[25961]: cephadm 2023-11-15T06:00:09.941213+0000 mgr.smithi116.ldeiub (mgr.14182) 1213 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi152.jdjlag 2023-11-15T06:00:12.162 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 06:00:11 smithi116 bash[25961]: cephadm 2023-11-15T06:00:09.943151+0000 mgr.smithi116.ldeiub (mgr.14182) 1214 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi152.jdjlag on smithi152: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi152-jdjlag 2023-11-15T06:00:12.163 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 06:00:11 smithi116 bash[25961]: /usr/bin/docker: stdout 2023-11-15T06:00:12.163 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 06:00:11 smithi116 bash[25961]: /usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi152-jdjlag 2023-11-15T06:00:12.163 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 06:00:11 smithi116 bash[25961]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi152.jdjlag 2023-11-15T06:00:12.163 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 06:00:11 smithi116 bash[25961]: /usr/bin/docker: stdout 2023-11-15T06:00:12.164 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 06:00:11 smithi116 bash[25961]: /usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi152.jdjlag 2023-11-15T06:00:12.164 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 06:00:11 smithi116 bash[25961]: Deploy daemon haproxy.nfs.foo.smithi152.jdjlag ... 2023-11-15T06:00:12.164 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 06:00:11 smithi116 bash[25961]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi152 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T06:00:12.164 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 06:00:11 smithi116 bash[25961]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-15T06:00:12.164 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 06:00:11 smithi116 bash[25961]: stat: stderr 2.3: Pulling from library/haproxy 2023-11-15T06:00:12.165 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 06:00:11 smithi116 bash[25961]: stat: stderr docker: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-15T06:00:12.165 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 06:00:11 smithi116 bash[25961]: stat: stderr See 'docker run --help'. 2023-11-15T06:00:12.165 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 06:00:11 smithi116 bash[25961]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi152 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T06:00:12.165 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 06:00:11 smithi116 bash[25961]: cephadm 2023-11-15T06:00:09.947829+0000 mgr.smithi116.ldeiub (mgr.14182) 1215 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi116.codzff on smithi116 2023-11-15T06:00:12.261 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 06:00:11 smithi152 bash[29762]: cephadm 2023-11-15T06:00:09.940739+0000 mgr.smithi116.ldeiub (mgr.14182) 1212 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi152-jdjlag 2023-11-15T06:00:12.261 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 06:00:11 smithi152 bash[29762]: /usr/bin/docker: stdout 2023-11-15T06:00:12.262 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 06:00:11 smithi152 bash[29762]: /usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi152-jdjlag 2023-11-15T06:00:12.262 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 06:00:11 smithi152 bash[29762]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi152.jdjlag 2023-11-15T06:00:12.262 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 06:00:11 smithi152 bash[29762]: /usr/bin/docker: stdout 2023-11-15T06:00:12.262 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 06:00:11 smithi152 bash[29762]: /usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi152.jdjlag 2023-11-15T06:00:12.263 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 06:00:11 smithi152 bash[29762]: Deploy daemon haproxy.nfs.foo.smithi152.jdjlag ... 2023-11-15T06:00:12.263 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 06:00:11 smithi152 bash[29762]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi152 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T06:00:12.263 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 06:00:11 smithi152 bash[29762]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-15T06:00:12.263 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 06:00:11 smithi152 bash[29762]: stat: stderr 2.3: Pulling from library/haproxy 2023-11-15T06:00:12.264 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 06:00:11 smithi152 bash[29762]: stat: stderr docker: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-15T06:00:12.264 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 06:00:11 smithi152 bash[29762]: stat: stderr See 'docker run --help'. 2023-11-15T06:00:12.264 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 06:00:11 smithi152 bash[29762]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi152 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T06:00:12.264 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 06:00:11 smithi152 bash[29762]: Traceback (most recent call last): 2023-11-15T06:00:12.264 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 06:00:11 smithi152 bash[29762]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-11-15T06:00:12.265 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 06:00:11 smithi152 bash[29762]: yield (conn, connr) 2023-11-15T06:00:12.265 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 06:00:11 smithi152 bash[29762]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-11-15T06:00:12.265 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 06:00:11 smithi152 bash[29762]: code, '\n'.join(err))) 2023-11-15T06:00:12.265 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 06:00:11 smithi152 bash[29762]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi152-jdjlag 2023-11-15T06:00:12.266 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 06:00:11 smithi152 bash[29762]: /usr/bin/docker: stdout 2023-11-15T06:00:12.266 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 06:00:11 smithi152 bash[29762]: /usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi152-jdjlag 2023-11-15T06:00:12.266 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 06:00:11 smithi152 bash[29762]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi152.jdjlag 2023-11-15T06:00:12.267 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 06:00:11 smithi152 bash[29762]: /usr/bin/docker: stdout 2023-11-15T06:00:12.267 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 06:00:11 smithi152 bash[29762]: /usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi152.jdjlag 2023-11-15T06:00:12.267 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 06:00:11 smithi152 bash[29762]: Deploy daemon haproxy.nfs.foo.smithi152.jdjlag ... 2023-11-15T06:00:12.268 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 06:00:11 smithi152 bash[29762]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi152 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T06:00:12.268 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 06:00:11 smithi152 bash[29762]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-15T06:00:12.268 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 06:00:11 smithi152 bash[29762]: stat: stderr 2.3: Pulling from library/haproxy 2023-11-15T06:00:12.268 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 06:00:11 smithi152 bash[29762]: stat: stderr docker: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-15T06:00:12.269 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 06:00:11 smithi152 bash[29762]: stat: stderr See 'docker run --help'. 2023-11-15T06:00:12.269 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 06:00:11 smithi152 bash[29762]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi152 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T06:00:12.269 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 06:00:11 smithi152 bash[29762]: cephadm 2023-11-15T06:00:09.941213+0000 mgr.smithi116.ldeiub (mgr.14182) 1213 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi152.jdjlag 2023-11-15T06:00:12.270 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 06:00:11 smithi152 bash[29762]: cephadm 2023-11-15T06:00:09.943151+0000 mgr.smithi116.ldeiub (mgr.14182) 1214 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi152.jdjlag on smithi152: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi152-jdjlag 2023-11-15T06:00:12.270 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 06:00:11 smithi152 bash[29762]: /usr/bin/docker: stdout 2023-11-15T06:00:12.270 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 06:00:11 smithi152 bash[29762]: /usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi152-jdjlag 2023-11-15T06:00:12.270 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 06:00:11 smithi152 bash[29762]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi152.jdjlag 2023-11-15T06:00:12.271 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 06:00:11 smithi152 bash[29762]: /usr/bin/docker: stdout 2023-11-15T06:00:12.271 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 06:00:11 smithi152 bash[29762]: /usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi152.jdjlag 2023-11-15T06:00:12.271 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 06:00:11 smithi152 bash[29762]: Deploy daemon haproxy.nfs.foo.smithi152.jdjlag ... 2023-11-15T06:00:12.271 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 06:00:11 smithi152 bash[29762]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi152 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T06:00:12.271 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 06:00:11 smithi152 bash[29762]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-15T06:00:12.272 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 06:00:11 smithi152 bash[29762]: stat: stderr 2.3: Pulling from library/haproxy 2023-11-15T06:00:12.272 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 06:00:11 smithi152 bash[29762]: stat: stderr docker: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-15T06:00:12.272 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 06:00:11 smithi152 bash[29762]: stat: stderr See 'docker run --help'. 2023-11-15T06:00:12.272 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 06:00:11 smithi152 bash[29762]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi152 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T06:00:12.272 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 06:00:11 smithi152 bash[29762]: cephadm 2023-11-15T06:00:09.947829+0000 mgr.smithi116.ldeiub (mgr.14182) 1215 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi116.codzff on smithi116 2023-11-15T06:00:13.152 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 06:00:12 smithi116 bash[25961]: cluster 2023-11-15T06:00:11.789106+0000 mgr.smithi116.ldeiub (mgr.14182) 1216 : cluster [DBG] pgmap v788: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 99 B/s rd, 0 op/s 2023-11-15T06:00:13.168 INFO:teuthology.orchestra.run.smithi116.stdout: 2023-11-15T06:00:13.169 INFO:teuthology.orchestra.run.smithi116.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T05:34:36.374719Z", "last_refresh": "2023-11-15T05:54:17.751933Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T05:34:28.472277Z", "last_refresh": "2023-11-15T05:54:17.752190Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T05:34:32.474479Z", "last_refresh": "2023-11-15T05:54:17.752440Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:59:01.442760Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi152.moecst on smithi152: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi152-moecst\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi152-moecst\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi152.moecst\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi152.moecst\nDeploy daemon haproxy.nfs.foo.smithi152.moecst ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi152 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi152 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:59:05.441467Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi116.kvfeou on smithi116: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi116-kvfeou\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi116-kvfeou\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi116.kvfeou\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi116.kvfeou\nDeploy daemon haproxy.nfs.foo.smithi116.kvfeou ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T05:59:05.443490Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi152.vrmxbg on smithi152: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T05:59:05.445252Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi116.wycitz on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T06:00:09.942867Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi152.jdjlag on smithi152: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi152-jdjlag\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi152-jdjlag\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi152.jdjlag\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi152.jdjlag\nDeploy daemon haproxy.nfs.foo.smithi152.jdjlag ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi152 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr 2.3: Pulling from library/haproxy\nstat: stderr docker: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi152 -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.116/16"}, "status": {"created": "2023-11-15T05:41:51.643812Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.116/16"}}, {"events": ["2023-11-15T05:41:45.562111Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-15T05:41:45.554912Z", "last_refresh": "2023-11-15T05:54:17.754055Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T05:34:26.558369Z", "last_refresh": "2023-11-15T05:54:17.751661Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:35:55.352857Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi116:172.21.15.116=smithi116", "smithi152:172.21.15.152=smithi152"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T05:35:55.345327Z", "last_refresh": "2023-11-15T05:54:17.751271Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:41:51.641747Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-11-15T05:41:51.636276Z", "last_refresh": "2023-11-15T05:54:17.754311Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T05:34:34.444913Z", "last_refresh": "2023-11-15T05:54:17.752691Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T05:36:22.979260Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T05:36:22.972321Z", "last_refresh": "2023-11-15T05:54:17.753010Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T05:34:30.388073Z", "last_refresh": "2023-11-15T05:55:32.568058Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-15T06:00:13.260 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 06:00:12 smithi152 bash[29762]: cluster 2023-11-15T06:00:11.789106+0000 mgr.smithi116.ldeiub (mgr.14182) 1216 : cluster [DBG] pgmap v788: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 99 B/s rd, 0 op/s 2023-11-15T06:00:13.943 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T06:00:14.946 DEBUG:teuthology.orchestra.run.smithi116:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 7456fada-8378-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T06:00:15.152 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 06:00:14 smithi116 bash[25961]: audit 2023-11-15T06:00:13.151374+0000 mgr.smithi116.ldeiub (mgr.14182) 1217 : audit [DBG] from='client.15440 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T06:00:15.153 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 06:00:14 smithi116 bash[25961]: cluster 2023-11-15T06:00:13.789748+0000 mgr.smithi116.ldeiub (mgr.14182) 1218 : cluster [DBG] pgmap v789: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 99 B/s rd, 0 op/s 2023-11-15T06:00:15.153 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 06:00:14 smithi116 bash[25961]: cephadm 2023-11-15T06:00:13.886852+0000 mgr.smithi116.ldeiub (mgr.14182) 1219 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi116-codzff 2023-11-15T06:00:15.153 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 06:00:14 smithi116 bash[25961]: /usr/bin/docker: stdout 2023-11-15T06:00:15.153 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 06:00:14 smithi116 bash[25961]: /usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi116-codzff 2023-11-15T06:00:15.154 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 06:00:14 smithi116 bash[25961]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi116.codzff 2023-11-15T06:00:15.154 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 06:00:14 smithi116 bash[25961]: /usr/bin/docker: stdout 2023-11-15T06:00:15.154 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 06:00:14 smithi116 bash[25961]: /usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi116.codzff 2023-11-15T06:00:15.154 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 06:00:14 smithi116 bash[25961]: Deploy daemon haproxy.nfs.foo.smithi116.codzff ... 2023-11-15T06:00:15.155 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 06:00:14 smithi116 bash[25961]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T06:00:15.155 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 06:00:14 smithi116 bash[25961]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-15T06:00:15.155 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 06:00:14 smithi116 bash[25961]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-15T06:00:15.156 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 06:00:14 smithi116 bash[25961]: stat: stderr See 'docker run --help'. 2023-11-15T06:00:15.156 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 06:00:14 smithi116 bash[25961]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T06:00:15.156 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 06:00:14 smithi116 bash[25961]: Traceback (most recent call last): 2023-11-15T06:00:15.156 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 06:00:14 smithi116 bash[25961]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-11-15T06:00:15.156 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 06:00:14 smithi116 bash[25961]: yield (conn, connr) 2023-11-15T06:00:15.157 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 06:00:14 smithi116 bash[25961]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-11-15T06:00:15.157 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 06:00:14 smithi116 bash[25961]: code, '\n'.join(err))) 2023-11-15T06:00:15.157 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 06:00:14 smithi116 bash[25961]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi116-codzff 2023-11-15T06:00:15.158 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 06:00:14 smithi116 bash[25961]: /usr/bin/docker: stdout 2023-11-15T06:00:15.158 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 06:00:14 smithi116 bash[25961]: /usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi116-codzff 2023-11-15T06:00:15.158 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 06:00:14 smithi116 bash[25961]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi116.codzff 2023-11-15T06:00:15.158 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 06:00:14 smithi116 bash[25961]: /usr/bin/docker: stdout 2023-11-15T06:00:15.159 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 06:00:14 smithi116 bash[25961]: /usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi116.codzff 2023-11-15T06:00:15.159 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 06:00:14 smithi116 bash[25961]: Deploy daemon haproxy.nfs.foo.smithi116.codzff ... 2023-11-15T06:00:15.159 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 06:00:14 smithi116 bash[25961]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T06:00:15.159 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 06:00:14 smithi116 bash[25961]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-15T06:00:15.159 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 06:00:14 smithi116 bash[25961]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-15T06:00:15.159 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 06:00:14 smithi116 bash[25961]: stat: stderr See 'docker run --help'. 2023-11-15T06:00:15.160 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 06:00:14 smithi116 bash[25961]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T06:00:15.160 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 06:00:14 smithi116 bash[25961]: cephadm 2023-11-15T06:00:13.887435+0000 mgr.smithi116.ldeiub (mgr.14182) 1220 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi116.codzff 2023-11-15T06:00:15.160 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 06:00:14 smithi116 bash[25961]: audit 2023-11-15T06:00:13.888108+0000 mon.smithi116 (mon.0) 943 : audit [INF] from='mgr.14182 172.21.15.116:0/1868390107' entity='mgr.smithi116.ldeiub' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi116.codzff"}]: dispatch 2023-11-15T06:00:15.160 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 06:00:14 smithi116 bash[25961]: cephadm 2023-11-15T06:00:13.889248+0000 mgr.smithi116.ldeiub (mgr.14182) 1221 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi116.codzff on smithi116: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi116-codzff 2023-11-15T06:00:15.160 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 06:00:14 smithi116 bash[25961]: /usr/bin/docker: stdout 2023-11-15T06:00:15.161 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 06:00:14 smithi116 bash[25961]: /usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi116-codzff 2023-11-15T06:00:15.161 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 06:00:14 smithi116 bash[25961]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi116.codzff 2023-11-15T06:00:15.161 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 06:00:14 smithi116 bash[25961]: /usr/bin/docker: stdout 2023-11-15T06:00:15.161 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 06:00:14 smithi116 bash[25961]: /usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi116.codzff 2023-11-15T06:00:15.162 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 06:00:14 smithi116 bash[25961]: Deploy daemon haproxy.nfs.foo.smithi116.codzff ... 2023-11-15T06:00:15.162 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 06:00:14 smithi116 bash[25961]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T06:00:15.163 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 06:00:14 smithi116 bash[25961]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-15T06:00:15.163 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 06:00:14 smithi116 bash[25961]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-15T06:00:15.163 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 06:00:14 smithi116 bash[25961]: stat: stderr See 'docker run --help'. 2023-11-15T06:00:15.164 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 06:00:14 smithi116 bash[25961]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T06:00:15.164 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 06:00:14 smithi116 bash[25961]: cephadm 2023-11-15T06:00:13.891256+0000 mgr.smithi116.ldeiub (mgr.14182) 1222 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi152.denkij on smithi152: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-11-15T06:00:15.164 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 06:00:14 smithi116 bash[25961]: cephadm 2023-11-15T06:00:13.892838+0000 mgr.smithi116.ldeiub (mgr.14182) 1223 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi116.atzwsg on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-11-15T06:00:15.164 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 06:00:14 smithi116 bash[25961]: cluster 2023-11-15T06:00:13.893635+0000 mgr.smithi116.ldeiub (mgr.14182) 1224 : cluster [DBG] pgmap v790: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 121 B/s rd, 0 op/s 2023-11-15T06:00:15.261 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 06:00:14 smithi152 bash[29762]: audit 2023-11-15T06:00:13.151374+0000 mgr.smithi116.ldeiub (mgr.14182) 1217 : audit [DBG] from='client.15440 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T06:00:15.261 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 06:00:14 smithi152 bash[29762]: cluster 2023-11-15T06:00:13.789748+0000 mgr.smithi116.ldeiub (mgr.14182) 1218 : cluster [DBG] pgmap v789: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 99 B/s rd, 0 op/s 2023-11-15T06:00:15.262 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 06:00:14 smithi152 bash[29762]: cephadm 2023-11-15T06:00:13.886852+0000 mgr.smithi116.ldeiub (mgr.14182) 1219 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi116-codzff 2023-11-15T06:00:15.262 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 06:00:14 smithi152 bash[29762]: /usr/bin/docker: stdout 2023-11-15T06:00:15.262 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 06:00:14 smithi152 bash[29762]: /usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi116-codzff 2023-11-15T06:00:15.262 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 06:00:14 smithi152 bash[29762]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi116.codzff 2023-11-15T06:00:15.262 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 06:00:14 smithi152 bash[29762]: /usr/bin/docker: stdout 2023-11-15T06:00:15.263 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 06:00:14 smithi152 bash[29762]: /usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi116.codzff 2023-11-15T06:00:15.263 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 06:00:14 smithi152 bash[29762]: Deploy daemon haproxy.nfs.foo.smithi116.codzff ... 2023-11-15T06:00:15.263 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 06:00:14 smithi152 bash[29762]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T06:00:15.263 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 06:00:14 smithi152 bash[29762]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-15T06:00:15.263 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 06:00:14 smithi152 bash[29762]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-15T06:00:15.264 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 06:00:14 smithi152 bash[29762]: stat: stderr See 'docker run --help'. 2023-11-15T06:00:15.264 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 06:00:14 smithi152 bash[29762]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T06:00:15.264 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 06:00:14 smithi152 bash[29762]: Traceback (most recent call last): 2023-11-15T06:00:15.264 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 06:00:14 smithi152 bash[29762]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-11-15T06:00:15.264 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 06:00:14 smithi152 bash[29762]: yield (conn, connr) 2023-11-15T06:00:15.264 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 06:00:14 smithi152 bash[29762]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-11-15T06:00:15.265 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 06:00:14 smithi152 bash[29762]: code, '\n'.join(err))) 2023-11-15T06:00:15.265 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 06:00:14 smithi152 bash[29762]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi116-codzff 2023-11-15T06:00:15.265 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 06:00:14 smithi152 bash[29762]: /usr/bin/docker: stdout 2023-11-15T06:00:15.265 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 06:00:14 smithi152 bash[29762]: /usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi116-codzff 2023-11-15T06:00:15.265 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 06:00:14 smithi152 bash[29762]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi116.codzff 2023-11-15T06:00:15.266 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 06:00:14 smithi152 bash[29762]: /usr/bin/docker: stdout 2023-11-15T06:00:15.266 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 06:00:14 smithi152 bash[29762]: /usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi116.codzff 2023-11-15T06:00:15.266 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 06:00:14 smithi152 bash[29762]: Deploy daemon haproxy.nfs.foo.smithi116.codzff ... 2023-11-15T06:00:15.267 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 06:00:14 smithi152 bash[29762]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T06:00:15.267 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 06:00:14 smithi152 bash[29762]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-15T06:00:15.267 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 06:00:14 smithi152 bash[29762]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-15T06:00:15.267 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 06:00:14 smithi152 bash[29762]: stat: stderr See 'docker run --help'. 2023-11-15T06:00:15.268 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 06:00:14 smithi152 bash[29762]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T06:00:15.273 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 06:00:14 smithi152 bash[29762]: cephadm 2023-11-15T06:00:13.887435+0000 mgr.smithi116.ldeiub (mgr.14182) 1220 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi116.codzff 2023-11-15T06:00:15.273 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 06:00:14 smithi152 bash[29762]: audit 2023-11-15T06:00:13.888108+0000 mon.smithi116 (mon.0) 943 : audit [INF] from='mgr.14182 172.21.15.116:0/1868390107' entity='mgr.smithi116.ldeiub' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi116.codzff"}]: dispatch 2023-11-15T06:00:15.274 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 06:00:14 smithi152 bash[29762]: cephadm 2023-11-15T06:00:13.889248+0000 mgr.smithi116.ldeiub (mgr.14182) 1221 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi116.codzff on smithi116: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi116-codzff 2023-11-15T06:00:15.274 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 06:00:14 smithi152 bash[29762]: /usr/bin/docker: stdout 2023-11-15T06:00:15.274 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 06:00:14 smithi152 bash[29762]: /usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi116-codzff 2023-11-15T06:00:15.274 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 06:00:14 smithi152 bash[29762]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi116.codzff 2023-11-15T06:00:15.274 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 06:00:14 smithi152 bash[29762]: /usr/bin/docker: stdout 2023-11-15T06:00:15.275 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 06:00:14 smithi152 bash[29762]: /usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi116.codzff 2023-11-15T06:00:15.275 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 06:00:14 smithi152 bash[29762]: Deploy daemon haproxy.nfs.foo.smithi116.codzff ... 2023-11-15T06:00:15.275 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 06:00:14 smithi152 bash[29762]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T06:00:15.275 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 06:00:14 smithi152 bash[29762]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-15T06:00:15.275 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 06:00:14 smithi152 bash[29762]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-15T06:00:15.275 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 06:00:14 smithi152 bash[29762]: stat: stderr See 'docker run --help'. 2023-11-15T06:00:15.276 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 06:00:14 smithi152 bash[29762]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T06:00:15.276 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 06:00:14 smithi152 bash[29762]: cephadm 2023-11-15T06:00:13.891256+0000 mgr.smithi116.ldeiub (mgr.14182) 1222 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi152.denkij on smithi152: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-11-15T06:00:15.276 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 06:00:14 smithi152 bash[29762]: cephadm 2023-11-15T06:00:13.892838+0000 mgr.smithi116.ldeiub (mgr.14182) 1223 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi116.atzwsg on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-11-15T06:00:15.276 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 06:00:14 smithi152 bash[29762]: cluster 2023-11-15T06:00:13.893635+0000 mgr.smithi116.ldeiub (mgr.14182) 1224 : cluster [DBG] pgmap v790: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 121 B/s rd, 0 op/s 2023-11-15T06:00:16.152 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 06:00:15 smithi116 bash[25961]: cluster 2023-11-15T06:00:14.846447+0000 mon.smithi116 (mon.0) 944 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2023-11-15T06:00:16.260 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 06:00:15 smithi152 bash[29762]: cluster 2023-11-15T06:00:14.846447+0000 mon.smithi116 (mon.0) 944 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2023-11-15T06:00:17.152 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 06:00:16 smithi116 bash[25961]: cluster 2023-11-15T06:00:15.894464+0000 mgr.smithi116.ldeiub (mgr.14182) 1225 : cluster [DBG] pgmap v791: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 101 B/s rd, 0 op/s 2023-11-15T06:00:17.152 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 06:00:16 smithi116 bash[25961]: audit 2023-11-15T06:00:16.429910+0000 mon.smithi116 (mon.0) 945 : audit [INF] from='mgr.14182 172.21.15.116:0/1868390107' entity='mgr.smithi116.ldeiub' 2023-11-15T06:00:17.260 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 06:00:16 smithi152 bash[29762]: cluster 2023-11-15T06:00:15.894464+0000 mgr.smithi116.ldeiub (mgr.14182) 1225 : cluster [DBG] pgmap v791: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 101 B/s rd, 0 op/s 2023-11-15T06:00:17.260 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 06:00:16 smithi152 bash[29762]: audit 2023-11-15T06:00:16.429910+0000 mon.smithi116 (mon.0) 945 : audit [INF] from='mgr.14182 172.21.15.116:0/1868390107' entity='mgr.smithi116.ldeiub' 2023-11-15T06:00:18.260 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 06:00:17 smithi152 bash[29762]: cluster 2023-11-15T06:00:17.895026+0000 mgr.smithi116.ldeiub (mgr.14182) 1226 : cluster [DBG] pgmap v792: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 101 B/s rd, 0 op/s 2023-11-15T06:00:18.402 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 06:00:17 smithi116 bash[25961]: cluster 2023-11-15T06:00:17.895026+0000 mgr.smithi116.ldeiub (mgr.14182) 1226 : cluster [DBG] pgmap v792: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 101 B/s rd, 0 op/s 2023-11-15T06:00:18.458 INFO:teuthology.orchestra.run.smithi116.stdout: 2023-11-15T06:00:18.458 INFO:teuthology.orchestra.run.smithi116.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T05:34:36.374719Z", "last_refresh": "2023-11-15T05:54:17.751933Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T05:34:28.472277Z", "last_refresh": "2023-11-15T05:54:17.752190Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T05:34:32.474479Z", "last_refresh": "2023-11-15T05:54:17.752440Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:59:05.445252Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi116.wycitz on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T06:00:09.942867Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi152.jdjlag on smithi152: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi152-jdjlag\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi152-jdjlag\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi152.jdjlag\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi152.jdjlag\nDeploy daemon haproxy.nfs.foo.smithi152.jdjlag ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi152 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr 2.3: Pulling from library/haproxy\nstat: stderr docker: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi152 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T06:00:13.889097Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi116.codzff on smithi116: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi116-codzff\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi116-codzff\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi116.codzff\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi116.codzff\nDeploy daemon haproxy.nfs.foo.smithi116.codzff ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T06:00:13.891152Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi152.denkij on smithi152: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T06:00:13.892738Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi116.atzwsg on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.116/16"}, "status": {"created": "2023-11-15T05:41:51.643812Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.116/16"}}, {"events": ["2023-11-15T05:41:45.562111Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-15T05:41:45.554912Z", "last_refresh": "2023-11-15T05:54:17.754055Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T05:34:26.558369Z", "last_refresh": "2023-11-15T05:54:17.751661Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:35:55.352857Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi116:172.21.15.116=smithi116", "smithi152:172.21.15.152=smithi152"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T05:35:55.345327Z", "last_refresh": "2023-11-15T05:54:17.751271Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:41:51.641747Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-11-15T05:41:51.636276Z", "last_refresh": "2023-11-15T05:54:17.754311Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T05:34:34.444913Z", "last_refresh": "2023-11-15T05:54:17.752691Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T05:36:22.979260Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T05:36:22.972321Z", "last_refresh": "2023-11-15T05:54:17.753010Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T05:34:30.388073Z", "last_refresh": "2023-11-15T05:55:32.568058Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-15T06:00:19.072 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T06:00:19.260 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 06:00:18 smithi152 bash[29762]: audit 2023-11-15T06:00:18.448968+0000 mgr.smithi116.ldeiub (mgr.14182) 1227 : audit [DBG] from='client.15444 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T06:00:19.402 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 06:00:18 smithi116 bash[25961]: audit 2023-11-15T06:00:18.448968+0000 mgr.smithi116.ldeiub (mgr.14182) 1227 : audit [DBG] from='client.15444 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T06:00:20.073 DEBUG:teuthology.orchestra.run.smithi116:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 7456fada-8378-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T06:00:21.010 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 06:00:20 smithi152 bash[29762]: cluster 2023-11-15T06:00:19.896140+0000 mgr.smithi116.ldeiub (mgr.14182) 1228 : cluster [DBG] pgmap v793: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 101 B/s rd, 0 op/s 2023-11-15T06:00:21.152 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 06:00:20 smithi116 bash[25961]: cluster 2023-11-15T06:00:19.896140+0000 mgr.smithi116.ldeiub (mgr.14182) 1228 : cluster [DBG] pgmap v793: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 101 B/s rd, 0 op/s 2023-11-15T06:00:22.152 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 06:00:21 smithi116 bash[25961]: cluster 2023-11-15T06:00:21.897480+0000 mgr.smithi116.ldeiub (mgr.14182) 1229 : cluster [DBG] pgmap v794: 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 2023-11-15T06:00:22.260 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 06:00:21 smithi152 bash[29762]: cluster 2023-11-15T06:00:21.897480+0000 mgr.smithi116.ldeiub (mgr.14182) 1229 : cluster [DBG] pgmap v794: 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 2023-11-15T06:00:23.550 INFO:teuthology.orchestra.run.smithi116.stdout: 2023-11-15T06:00:23.550 INFO:teuthology.orchestra.run.smithi116.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T05:34:36.374719Z", "last_refresh": "2023-11-15T05:54:17.751933Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T05:34:28.472277Z", "last_refresh": "2023-11-15T05:54:17.752190Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T05:34:32.474479Z", "last_refresh": "2023-11-15T05:54:17.752440Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:59:05.445252Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi116.wycitz on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T06:00:09.942867Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi152.jdjlag on smithi152: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi152-jdjlag\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi152-jdjlag\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi152.jdjlag\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi152.jdjlag\nDeploy daemon haproxy.nfs.foo.smithi152.jdjlag ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi152 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr 2.3: Pulling from library/haproxy\nstat: stderr docker: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi152 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T06:00:13.889097Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi116.codzff on smithi116: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi116-codzff\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi116-codzff\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi116.codzff\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi116.codzff\nDeploy daemon haproxy.nfs.foo.smithi116.codzff ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T06:00:13.891152Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi152.denkij on smithi152: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T06:00:13.892738Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi116.atzwsg on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.116/16"}, "status": {"created": "2023-11-15T05:41:51.643812Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.116/16"}}, {"events": ["2023-11-15T05:41:45.562111Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-15T05:41:45.554912Z", "last_refresh": "2023-11-15T05:54:17.754055Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T05:34:26.558369Z", "last_refresh": "2023-11-15T05:54:17.751661Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:35:55.352857Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi116:172.21.15.116=smithi116", "smithi152:172.21.15.152=smithi152"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T05:35:55.345327Z", "last_refresh": "2023-11-15T05:54:17.751271Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:41:51.641747Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-11-15T05:41:51.636276Z", "last_refresh": "2023-11-15T05:54:17.754311Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T05:34:34.444913Z", "last_refresh": "2023-11-15T05:54:17.752691Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T05:36:22.979260Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T05:36:22.972321Z", "last_refresh": "2023-11-15T05:54:17.753010Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T05:34:30.388073Z", "last_refresh": "2023-11-15T05:55:32.568058Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-15T06:00:24.146 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T06:00:24.260 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 06:00:23 smithi152 bash[29762]: audit 2023-11-15T06:00:23.540499+0000 mgr.smithi116.ldeiub (mgr.14182) 1230 : audit [DBG] from='client.15448 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T06:00:24.261 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 06:00:23 smithi152 bash[29762]: cluster 2023-11-15T06:00:23.898718+0000 mgr.smithi116.ldeiub (mgr.14182) 1231 : cluster [DBG] pgmap v795: 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 2023-11-15T06:00:24.402 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 06:00:23 smithi116 bash[25961]: audit 2023-11-15T06:00:23.540499+0000 mgr.smithi116.ldeiub (mgr.14182) 1230 : audit [DBG] from='client.15448 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T06:00:24.402 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 06:00:23 smithi116 bash[25961]: cluster 2023-11-15T06:00:23.898718+0000 mgr.smithi116.ldeiub (mgr.14182) 1231 : cluster [DBG] pgmap v795: 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 2023-11-15T06:00:25.148 DEBUG:teuthology.orchestra.run.smithi116:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 7456fada-8378-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T06:00:26.244 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 06:00:25 smithi116 bash[25961]: cluster 2023-11-15T06:00:25.899970+0000 mgr.smithi116.ldeiub (mgr.14182) 1232 : 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 2023-11-15T06:00:26.260 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 06:00:25 smithi152 bash[29762]: cluster 2023-11-15T06:00:25.899970+0000 mgr.smithi116.ldeiub (mgr.14182) 1232 : 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 2023-11-15T06:00:28.260 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 06:00:27 smithi152 bash[29762]: cluster 2023-11-15T06:00:27.900988+0000 mgr.smithi116.ldeiub (mgr.14182) 1233 : 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 2023-11-15T06:00:28.364 INFO:teuthology.orchestra.run.smithi116.stdout: 2023-11-15T06:00:28.365 INFO:teuthology.orchestra.run.smithi116.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T05:34:36.374719Z", "last_refresh": "2023-11-15T05:54:17.751933Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T05:34:28.472277Z", "last_refresh": "2023-11-15T05:54:17.752190Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T05:34:32.474479Z", "last_refresh": "2023-11-15T05:54:17.752440Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:59:05.445252Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi116.wycitz on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T06:00:09.942867Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi152.jdjlag on smithi152: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi152-jdjlag\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi152-jdjlag\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi152.jdjlag\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi152.jdjlag\nDeploy daemon haproxy.nfs.foo.smithi152.jdjlag ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi152 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr 2.3: Pulling from library/haproxy\nstat: stderr docker: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi152 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T06:00:13.889097Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi116.codzff on smithi116: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi116-codzff\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi116-codzff\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi116.codzff\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi116.codzff\nDeploy daemon haproxy.nfs.foo.smithi116.codzff ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T06:00:13.891152Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi152.denkij on smithi152: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T06:00:13.892738Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi116.atzwsg on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.116/16"}, "status": {"created": "2023-11-15T05:41:51.643812Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.116/16"}}, {"events": ["2023-11-15T05:41:45.562111Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-15T05:41:45.554912Z", "last_refresh": "2023-11-15T05:54:17.754055Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T05:34:26.558369Z", "last_refresh": "2023-11-15T05:54:17.751661Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:35:55.352857Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi116:172.21.15.116=smithi116", "smithi152:172.21.15.152=smithi152"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T05:35:55.345327Z", "last_refresh": "2023-11-15T05:54:17.751271Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:41:51.641747Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-11-15T05:41:51.636276Z", "last_refresh": "2023-11-15T05:54:17.754311Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T05:34:34.444913Z", "last_refresh": "2023-11-15T05:54:17.752691Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T05:36:22.979260Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T05:36:22.972321Z", "last_refresh": "2023-11-15T05:54:17.753010Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T05:34:30.388073Z", "last_refresh": "2023-11-15T05:55:32.568058Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-15T06:00:28.402 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 06:00:27 smithi116 bash[25961]: cluster 2023-11-15T06:00:27.900988+0000 mgr.smithi116.ldeiub (mgr.14182) 1233 : 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 2023-11-15T06:00:29.010 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T06:00:29.260 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 06:00:28 smithi152 bash[29762]: audit 2023-11-15T06:00:28.347891+0000 mgr.smithi116.ldeiub (mgr.14182) 1234 : audit [DBG] from='client.15452 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T06:00:29.402 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 06:00:28 smithi116 bash[25961]: audit 2023-11-15T06:00:28.347891+0000 mgr.smithi116.ldeiub (mgr.14182) 1234 : audit [DBG] from='client.15452 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T06:00:30.011 DEBUG:teuthology.orchestra.run.smithi116:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 7456fada-8378-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T06:00:31.010 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 06:00:30 smithi152 bash[29762]: cluster 2023-11-15T06:00:29.902193+0000 mgr.smithi116.ldeiub (mgr.14182) 1235 : 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 2023-11-15T06:00:31.110 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 06:00:30 smithi116 bash[25961]: cluster 2023-11-15T06:00:29.902193+0000 mgr.smithi116.ldeiub (mgr.14182) 1235 : 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 2023-11-15T06:00:32.152 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 06:00:31 smithi116 bash[25961]: cluster 2023-11-15T06:00:31.903276+0000 mgr.smithi116.ldeiub (mgr.14182) 1236 : 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 2023-11-15T06:00:32.260 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 06:00:31 smithi152 bash[29762]: cluster 2023-11-15T06:00:31.903276+0000 mgr.smithi116.ldeiub (mgr.14182) 1236 : 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 2023-11-15T06:00:33.273 INFO:teuthology.orchestra.run.smithi116.stdout: 2023-11-15T06:00:33.273 INFO:teuthology.orchestra.run.smithi116.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T05:34:36.374719Z", "last_refresh": "2023-11-15T05:54:17.751933Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T05:34:28.472277Z", "last_refresh": "2023-11-15T05:54:17.752190Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T05:34:32.474479Z", "last_refresh": "2023-11-15T05:54:17.752440Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:59:05.445252Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi116.wycitz on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T06:00:09.942867Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi152.jdjlag on smithi152: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi152-jdjlag\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi152-jdjlag\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi152.jdjlag\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi152.jdjlag\nDeploy daemon haproxy.nfs.foo.smithi152.jdjlag ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi152 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr 2.3: Pulling from library/haproxy\nstat: stderr docker: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi152 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T06:00:13.889097Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi116.codzff on smithi116: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi116-codzff\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi116-codzff\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi116.codzff\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi116.codzff\nDeploy daemon haproxy.nfs.foo.smithi116.codzff ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T06:00:13.891152Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi152.denkij on smithi152: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T06:00:13.892738Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi116.atzwsg on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.116/16"}, "status": {"created": "2023-11-15T05:41:51.643812Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.116/16"}}, {"events": ["2023-11-15T05:41:45.562111Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-15T05:41:45.554912Z", "last_refresh": "2023-11-15T05:54:17.754055Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T05:34:26.558369Z", "last_refresh": "2023-11-15T05:54:17.751661Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:35:55.352857Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi116:172.21.15.116=smithi116", "smithi152:172.21.15.152=smithi152"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T05:35:55.345327Z", "last_refresh": "2023-11-15T05:54:17.751271Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:41:51.641747Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-11-15T05:41:51.636276Z", "last_refresh": "2023-11-15T05:54:17.754311Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T05:34:34.444913Z", "last_refresh": "2023-11-15T05:54:17.752691Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T05:36:22.979260Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T05:36:22.972321Z", "last_refresh": "2023-11-15T05:54:17.753010Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T05:34:30.388073Z", "last_refresh": "2023-11-15T05:55:32.568058Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-15T06:00:33.878 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T06:00:34.152 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 06:00:33 smithi116 bash[25961]: audit 2023-11-15T06:00:33.263597+0000 mgr.smithi116.ldeiub (mgr.14182) 1237 : audit [DBG] from='client.15456 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T06:00:34.152 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 06:00:33 smithi116 bash[25961]: cluster 2023-11-15T06:00:33.904541+0000 mgr.smithi116.ldeiub (mgr.14182) 1238 : 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 2023-11-15T06:00:34.260 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 06:00:33 smithi152 bash[29762]: audit 2023-11-15T06:00:33.263597+0000 mgr.smithi116.ldeiub (mgr.14182) 1237 : audit [DBG] from='client.15456 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T06:00:34.260 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 06:00:33 smithi152 bash[29762]: cluster 2023-11-15T06:00:33.904541+0000 mgr.smithi116.ldeiub (mgr.14182) 1238 : 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 2023-11-15T06:00:34.879 DEBUG:teuthology.orchestra.run.smithi116:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 7456fada-8378-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T06:00:36.260 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 06:00:35 smithi152 bash[29762]: cluster 2023-11-15T06:00:35.905296+0000 mgr.smithi116.ldeiub (mgr.14182) 1239 : 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 2023-11-15T06:00:36.284 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 06:00:35 smithi116 bash[25961]: cluster 2023-11-15T06:00:35.905296+0000 mgr.smithi116.ldeiub (mgr.14182) 1239 : 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 2023-11-15T06:00:38.065 INFO:teuthology.orchestra.run.smithi116.stdout: 2023-11-15T06:00:38.066 INFO:teuthology.orchestra.run.smithi116.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T05:34:36.374719Z", "last_refresh": "2023-11-15T05:54:17.751933Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T05:34:28.472277Z", "last_refresh": "2023-11-15T05:54:17.752190Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T05:34:32.474479Z", "last_refresh": "2023-11-15T05:54:17.752440Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:59:05.445252Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi116.wycitz on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T06:00:09.942867Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi152.jdjlag on smithi152: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi152-jdjlag\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi152-jdjlag\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi152.jdjlag\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi152.jdjlag\nDeploy daemon haproxy.nfs.foo.smithi152.jdjlag ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi152 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr 2.3: Pulling from library/haproxy\nstat: stderr docker: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi152 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T06:00:13.889097Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi116.codzff on smithi116: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi116-codzff\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi116-codzff\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi116.codzff\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi116.codzff\nDeploy daemon haproxy.nfs.foo.smithi116.codzff ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T06:00:13.891152Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi152.denkij on smithi152: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T06:00:13.892738Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi116.atzwsg on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.116/16"}, "status": {"created": "2023-11-15T05:41:51.643812Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.116/16"}}, {"events": ["2023-11-15T05:41:45.562111Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-15T05:41:45.554912Z", "last_refresh": "2023-11-15T05:54:17.754055Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T05:34:26.558369Z", "last_refresh": "2023-11-15T05:54:17.751661Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:35:55.352857Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi116:172.21.15.116=smithi116", "smithi152:172.21.15.152=smithi152"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T05:35:55.345327Z", "last_refresh": "2023-11-15T05:54:17.751271Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:41:51.641747Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-11-15T05:41:51.636276Z", "last_refresh": "2023-11-15T05:54:17.754311Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T05:34:34.444913Z", "last_refresh": "2023-11-15T05:54:17.752691Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T05:36:22.979260Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T05:36:22.972321Z", "last_refresh": "2023-11-15T05:54:17.753010Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T05:34:30.388073Z", "last_refresh": "2023-11-15T05:55:32.568058Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-15T06:00:38.260 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 06:00:37 smithi152 bash[29762]: cluster 2023-11-15T06:00:37.906341+0000 mgr.smithi116.ldeiub (mgr.14182) 1240 : 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 2023-11-15T06:00:38.402 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 06:00:37 smithi116 bash[25961]: cluster 2023-11-15T06:00:37.906341+0000 mgr.smithi116.ldeiub (mgr.14182) 1240 : 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 2023-11-15T06:00:38.753 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T06:00:39.152 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 06:00:38 smithi116 bash[25961]: audit 2023-11-15T06:00:38.048138+0000 mgr.smithi116.ldeiub (mgr.14182) 1241 : audit [DBG] from='client.15460 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T06:00:39.260 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 06:00:38 smithi152 bash[29762]: audit 2023-11-15T06:00:38.048138+0000 mgr.smithi116.ldeiub (mgr.14182) 1241 : audit [DBG] from='client.15460 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T06:00:39.754 DEBUG:teuthology.orchestra.run.smithi116:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 7456fada-8378-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T06:00:40.998 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 06:00:40 smithi116 bash[25961]: cluster 2023-11-15T06:00:39.906993+0000 mgr.smithi116.ldeiub (mgr.14182) 1242 : 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 2023-11-15T06:00:41.010 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 06:00:40 smithi152 bash[29762]: cluster 2023-11-15T06:00:39.906993+0000 mgr.smithi116.ldeiub (mgr.14182) 1242 : 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 2023-11-15T06:00:42.152 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 06:00:41 smithi116 bash[25961]: cluster 2023-11-15T06:00:41.908257+0000 mgr.smithi116.ldeiub (mgr.14182) 1243 : 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 2023-11-15T06:00:42.260 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 06:00:41 smithi152 bash[29762]: cluster 2023-11-15T06:00:41.908257+0000 mgr.smithi116.ldeiub (mgr.14182) 1243 : 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 2023-11-15T06:00:43.173 INFO:teuthology.orchestra.run.smithi116.stdout: 2023-11-15T06:00:43.173 INFO:teuthology.orchestra.run.smithi116.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T05:34:36.374719Z", "last_refresh": "2023-11-15T05:54:17.751933Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T05:34:28.472277Z", "last_refresh": "2023-11-15T05:54:17.752190Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T05:34:32.474479Z", "last_refresh": "2023-11-15T05:54:17.752440Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:59:05.445252Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi116.wycitz on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T06:00:09.942867Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi152.jdjlag on smithi152: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi152-jdjlag\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi152-jdjlag\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi152.jdjlag\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi152.jdjlag\nDeploy daemon haproxy.nfs.foo.smithi152.jdjlag ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi152 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr 2.3: Pulling from library/haproxy\nstat: stderr docker: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi152 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T06:00:13.889097Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi116.codzff on smithi116: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi116-codzff\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi116-codzff\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi116.codzff\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi116.codzff\nDeploy daemon haproxy.nfs.foo.smithi116.codzff ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T06:00:13.891152Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi152.denkij on smithi152: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T06:00:13.892738Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi116.atzwsg on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.116/16"}, "status": {"created": "2023-11-15T05:41:51.643812Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.116/16"}}, {"events": ["2023-11-15T05:41:45.562111Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-15T05:41:45.554912Z", "last_refresh": "2023-11-15T05:54:17.754055Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T05:34:26.558369Z", "last_refresh": "2023-11-15T05:54:17.751661Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:35:55.352857Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi116:172.21.15.116=smithi116", "smithi152:172.21.15.152=smithi152"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T05:35:55.345327Z", "last_refresh": "2023-11-15T05:54:17.751271Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:41:51.641747Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-11-15T05:41:51.636276Z", "last_refresh": "2023-11-15T05:54:17.754311Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T05:34:34.444913Z", "last_refresh": "2023-11-15T05:54:17.752691Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T05:36:22.979260Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T05:36:22.972321Z", "last_refresh": "2023-11-15T05:54:17.753010Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T05:34:30.388073Z", "last_refresh": "2023-11-15T05:55:32.568058Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-15T06:00:43.788 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T06:00:44.152 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 06:00:43 smithi116 bash[25961]: audit 2023-11-15T06:00:43.163734+0000 mgr.smithi116.ldeiub (mgr.14182) 1244 : audit [DBG] from='client.15464 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T06:00:44.152 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 06:00:43 smithi116 bash[25961]: cluster 2023-11-15T06:00:43.909613+0000 mgr.smithi116.ldeiub (mgr.14182) 1245 : 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 2023-11-15T06:00:44.260 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 06:00:43 smithi152 bash[29762]: audit 2023-11-15T06:00:43.163734+0000 mgr.smithi116.ldeiub (mgr.14182) 1244 : audit [DBG] from='client.15464 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T06:00:44.261 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 06:00:43 smithi152 bash[29762]: cluster 2023-11-15T06:00:43.909613+0000 mgr.smithi116.ldeiub (mgr.14182) 1245 : 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 2023-11-15T06:00:44.789 DEBUG:teuthology.orchestra.run.smithi116:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 7456fada-8378-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T06:00:46.176 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 06:00:45 smithi116 bash[25961]: cluster 2023-11-15T06:00:45.910959+0000 mgr.smithi116.ldeiub (mgr.14182) 1246 : 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 2023-11-15T06:00:46.260 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 06:00:45 smithi152 bash[29762]: cluster 2023-11-15T06:00:45.910959+0000 mgr.smithi116.ldeiub (mgr.14182) 1246 : 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 2023-11-15T06:00:47.969 INFO:teuthology.orchestra.run.smithi116.stdout: 2023-11-15T06:00:47.969 INFO:teuthology.orchestra.run.smithi116.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T05:34:36.374719Z", "last_refresh": "2023-11-15T05:54:17.751933Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T05:34:28.472277Z", "last_refresh": "2023-11-15T05:54:17.752190Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T05:34:32.474479Z", "last_refresh": "2023-11-15T05:54:17.752440Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:59:05.445252Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi116.wycitz on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T06:00:09.942867Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi152.jdjlag on smithi152: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi152-jdjlag\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi152-jdjlag\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi152.jdjlag\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi152.jdjlag\nDeploy daemon haproxy.nfs.foo.smithi152.jdjlag ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi152 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr 2.3: Pulling from library/haproxy\nstat: stderr docker: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi152 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T06:00:13.889097Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi116.codzff on smithi116: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi116-codzff\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi116-codzff\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi116.codzff\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi116.codzff\nDeploy daemon haproxy.nfs.foo.smithi116.codzff ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T06:00:13.891152Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi152.denkij on smithi152: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T06:00:13.892738Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi116.atzwsg on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.116/16"}, "status": {"created": "2023-11-15T05:41:51.643812Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.116/16"}}, {"events": ["2023-11-15T05:41:45.562111Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-15T05:41:45.554912Z", "last_refresh": "2023-11-15T05:54:17.754055Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T05:34:26.558369Z", "last_refresh": "2023-11-15T05:54:17.751661Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:35:55.352857Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi116:172.21.15.116=smithi116", "smithi152:172.21.15.152=smithi152"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T05:35:55.345327Z", "last_refresh": "2023-11-15T05:54:17.751271Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:41:51.641747Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-11-15T05:41:51.636276Z", "last_refresh": "2023-11-15T05:54:17.754311Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T05:34:34.444913Z", "last_refresh": "2023-11-15T05:54:17.752691Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T05:36:22.979260Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T05:36:22.972321Z", "last_refresh": "2023-11-15T05:54:17.753010Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T05:34:30.388073Z", "last_refresh": "2023-11-15T05:55:32.568058Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-15T06:00:48.260 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 06:00:47 smithi152 bash[29762]: cluster 2023-11-15T06:00:47.911994+0000 mgr.smithi116.ldeiub (mgr.14182) 1247 : 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 2023-11-15T06:00:48.402 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 06:00:47 smithi116 bash[25961]: cluster 2023-11-15T06:00:47.911994+0000 mgr.smithi116.ldeiub (mgr.14182) 1247 : 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 2023-11-15T06:00:48.574 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T06:00:49.260 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 06:00:48 smithi152 bash[29762]: audit 2023-11-15T06:00:47.951845+0000 mgr.smithi116.ldeiub (mgr.14182) 1248 : audit [DBG] from='client.15468 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T06:00:49.402 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 06:00:48 smithi116 bash[25961]: audit 2023-11-15T06:00:47.951845+0000 mgr.smithi116.ldeiub (mgr.14182) 1248 : audit [DBG] from='client.15468 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T06:00:49.575 DEBUG:teuthology.orchestra.run.smithi116:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 7456fada-8378-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T06:00:51.010 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 06:00:50 smithi152 bash[29762]: cluster 2023-11-15T06:00:49.913153+0000 mgr.smithi116.ldeiub (mgr.14182) 1249 : 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 2023-11-15T06:00:51.042 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 06:00:50 smithi116 bash[25961]: cluster 2023-11-15T06:00:49.913153+0000 mgr.smithi116.ldeiub (mgr.14182) 1249 : 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 2023-11-15T06:00:52.152 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 06:00:51 smithi116 bash[25961]: cluster 2023-11-15T06:00:51.914573+0000 mgr.smithi116.ldeiub (mgr.14182) 1250 : 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 2023-11-15T06:00:52.260 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 06:00:51 smithi152 bash[29762]: cluster 2023-11-15T06:00:51.914573+0000 mgr.smithi116.ldeiub (mgr.14182) 1250 : 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 2023-11-15T06:00:52.956 INFO:teuthology.orchestra.run.smithi116.stdout: 2023-11-15T06:00:52.956 INFO:teuthology.orchestra.run.smithi116.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T05:34:36.374719Z", "last_refresh": "2023-11-15T05:54:17.751933Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T05:34:28.472277Z", "last_refresh": "2023-11-15T05:54:17.752190Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T05:34:32.474479Z", "last_refresh": "2023-11-15T05:54:17.752440Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:59:05.445252Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi116.wycitz on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T06:00:09.942867Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi152.jdjlag on smithi152: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi152-jdjlag\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi152-jdjlag\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi152.jdjlag\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi152.jdjlag\nDeploy daemon haproxy.nfs.foo.smithi152.jdjlag ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi152 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr 2.3: Pulling from library/haproxy\nstat: stderr docker: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi152 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T06:00:13.889097Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi116.codzff on smithi116: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi116-codzff\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi116-codzff\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi116.codzff\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi116.codzff\nDeploy daemon haproxy.nfs.foo.smithi116.codzff ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T06:00:13.891152Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi152.denkij on smithi152: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T06:00:13.892738Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi116.atzwsg on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.116/16"}, "status": {"created": "2023-11-15T05:41:51.643812Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.116/16"}}, {"events": ["2023-11-15T05:41:45.562111Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-15T05:41:45.554912Z", "last_refresh": "2023-11-15T05:54:17.754055Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T05:34:26.558369Z", "last_refresh": "2023-11-15T05:54:17.751661Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:35:55.352857Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi116:172.21.15.116=smithi116", "smithi152:172.21.15.152=smithi152"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T05:35:55.345327Z", "last_refresh": "2023-11-15T05:54:17.751271Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:41:51.641747Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-11-15T05:41:51.636276Z", "last_refresh": "2023-11-15T05:54:17.754311Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T05:34:34.444913Z", "last_refresh": "2023-11-15T05:54:17.752691Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T05:36:22.979260Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T05:36:22.972321Z", "last_refresh": "2023-11-15T05:54:17.753010Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T05:34:30.388073Z", "last_refresh": "2023-11-15T05:55:32.568058Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-15T06:00:53.674 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T06:00:54.260 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 06:00:53 smithi152 bash[29762]: audit 2023-11-15T06:00:52.942394+0000 mgr.smithi116.ldeiub (mgr.14182) 1251 : audit [DBG] from='client.15472 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T06:00:54.260 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 06:00:53 smithi152 bash[29762]: cluster 2023-11-15T06:00:53.915812+0000 mgr.smithi116.ldeiub (mgr.14182) 1252 : 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 2023-11-15T06:00:54.402 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 06:00:53 smithi116 bash[25961]: audit 2023-11-15T06:00:52.942394+0000 mgr.smithi116.ldeiub (mgr.14182) 1251 : audit [DBG] from='client.15472 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T06:00:54.402 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 06:00:53 smithi116 bash[25961]: cluster 2023-11-15T06:00:53.915812+0000 mgr.smithi116.ldeiub (mgr.14182) 1252 : 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 2023-11-15T06:00:54.676 DEBUG:teuthology.orchestra.run.smithi116:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 7456fada-8378-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T06:00:56.037 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 06:00:55 smithi116 bash[25961]: cluster 2023-11-15T06:00:55.917082+0000 mgr.smithi116.ldeiub (mgr.14182) 1253 : 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 2023-11-15T06:00:56.260 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 06:00:55 smithi152 bash[29762]: cluster 2023-11-15T06:00:55.917082+0000 mgr.smithi116.ldeiub (mgr.14182) 1253 : 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 2023-11-15T06:00:57.918 INFO:teuthology.orchestra.run.smithi116.stdout: 2023-11-15T06:00:57.918 INFO:teuthology.orchestra.run.smithi116.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T05:34:36.374719Z", "last_refresh": "2023-11-15T05:54:17.751933Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T05:34:28.472277Z", "last_refresh": "2023-11-15T05:54:17.752190Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T05:34:32.474479Z", "last_refresh": "2023-11-15T05:54:17.752440Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:59:05.445252Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi116.wycitz on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T06:00:09.942867Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi152.jdjlag on smithi152: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi152-jdjlag\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi152-jdjlag\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi152.jdjlag\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi152.jdjlag\nDeploy daemon haproxy.nfs.foo.smithi152.jdjlag ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi152 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr 2.3: Pulling from library/haproxy\nstat: stderr docker: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi152 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T06:00:13.889097Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi116.codzff on smithi116: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi116-codzff\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi116-codzff\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi116.codzff\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi116.codzff\nDeploy daemon haproxy.nfs.foo.smithi116.codzff ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T06:00:13.891152Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi152.denkij on smithi152: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T06:00:13.892738Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi116.atzwsg on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.116/16"}, "status": {"created": "2023-11-15T05:41:51.643812Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.116/16"}}, {"events": ["2023-11-15T05:41:45.562111Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-15T05:41:45.554912Z", "last_refresh": "2023-11-15T05:54:17.754055Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T05:34:26.558369Z", "last_refresh": "2023-11-15T05:54:17.751661Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:35:55.352857Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi116:172.21.15.116=smithi116", "smithi152:172.21.15.152=smithi152"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T05:35:55.345327Z", "last_refresh": "2023-11-15T05:54:17.751271Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:41:51.641747Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-11-15T05:41:51.636276Z", "last_refresh": "2023-11-15T05:54:17.754311Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T05:34:34.444913Z", "last_refresh": "2023-11-15T05:54:17.752691Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T05:36:22.979260Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T05:36:22.972321Z", "last_refresh": "2023-11-15T05:54:17.753010Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T05:34:30.388073Z", "last_refresh": "2023-11-15T05:55:32.568058Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-15T06:00:58.260 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 06:00:57 smithi152 bash[29762]: audit 2023-11-15T06:00:57.909049+0000 mgr.smithi116.ldeiub (mgr.14182) 1254 : audit [DBG] from='client.15476 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T06:00:58.260 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 06:00:57 smithi152 bash[29762]: cluster 2023-11-15T06:00:57.918183+0000 mgr.smithi116.ldeiub (mgr.14182) 1255 : 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 2023-11-15T06:00:58.402 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 06:00:57 smithi116 bash[25961]: audit 2023-11-15T06:00:57.909049+0000 mgr.smithi116.ldeiub (mgr.14182) 1254 : audit [DBG] from='client.15476 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T06:00:58.402 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 06:00:57 smithi116 bash[25961]: cluster 2023-11-15T06:00:57.918183+0000 mgr.smithi116.ldeiub (mgr.14182) 1255 : 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 2023-11-15T06:00:58.550 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T06:00:59.552 DEBUG:teuthology.orchestra.run.smithi116:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 7456fada-8378-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T06:01:00.968 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 06:01:00 smithi116 bash[25961]: cluster 2023-11-15T06:00:59.919461+0000 mgr.smithi116.ldeiub (mgr.14182) 1256 : 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 2023-11-15T06:01:01.010 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 06:01:00 smithi152 bash[29762]: cluster 2023-11-15T06:00:59.919461+0000 mgr.smithi116.ldeiub (mgr.14182) 1256 : 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 2023-11-15T06:01:02.152 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 06:01:01 smithi116 bash[25961]: cluster 2023-11-15T06:01:01.920857+0000 mgr.smithi116.ldeiub (mgr.14182) 1257 : 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 2023-11-15T06:01:02.260 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 06:01:01 smithi152 bash[29762]: cluster 2023-11-15T06:01:01.920857+0000 mgr.smithi116.ldeiub (mgr.14182) 1257 : 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 2023-11-15T06:01:02.880 INFO:teuthology.orchestra.run.smithi116.stdout: 2023-11-15T06:01:02.907 INFO:teuthology.orchestra.run.smithi116.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T05:34:36.374719Z", "last_refresh": "2023-11-15T05:54:17.751933Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T05:34:28.472277Z", "last_refresh": "2023-11-15T05:54:17.752190Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T05:34:32.474479Z", "last_refresh": "2023-11-15T05:54:17.752440Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:59:05.445252Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi116.wycitz on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T06:00:09.942867Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi152.jdjlag on smithi152: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi152-jdjlag\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi152-jdjlag\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi152.jdjlag\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi152.jdjlag\nDeploy daemon haproxy.nfs.foo.smithi152.jdjlag ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi152 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr 2.3: Pulling from library/haproxy\nstat: stderr docker: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi152 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T06:00:13.889097Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi116.codzff on smithi116: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi116-codzff\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi116-codzff\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi116.codzff\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi116.codzff\nDeploy daemon haproxy.nfs.foo.smithi116.codzff ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T06:00:13.891152Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi152.denkij on smithi152: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T06:00:13.892738Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi116.atzwsg on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.116/16"}, "status": {"created": "2023-11-15T05:41:51.643812Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.116/16"}}, {"events": ["2023-11-15T05:41:45.562111Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-15T05:41:45.554912Z", "last_refresh": "2023-11-15T05:54:17.754055Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T05:34:26.558369Z", "last_refresh": "2023-11-15T05:54:17.751661Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:35:55.352857Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi116:172.21.15.116=smithi116", "smithi152:172.21.15.152=smithi152"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T05:35:55.345327Z", "last_refresh": "2023-11-15T05:54:17.751271Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:41:51.641747Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-11-15T05:41:51.636276Z", "last_refresh": "2023-11-15T05:54:17.754311Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T05:34:34.444913Z", "last_refresh": "2023-11-15T05:54:17.752691Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T05:36:22.979260Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T05:36:22.972321Z", "last_refresh": "2023-11-15T05:54:17.753010Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T05:34:30.388073Z", "last_refresh": "2023-11-15T05:55:32.568058Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-15T06:01:03.260 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 06:01:02 smithi152 bash[29762]: audit 2023-11-15T06:01:02.865288+0000 mgr.smithi116.ldeiub (mgr.14182) 1258 : audit [DBG] from='client.15480 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T06:01:03.401 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 06:01:02 smithi116 bash[25961]: audit 2023-11-15T06:01:02.865288+0000 mgr.smithi116.ldeiub (mgr.14182) 1258 : audit [DBG] from='client.15480 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T06:01:03.534 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T06:01:04.260 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 06:01:03 smithi152 bash[29762]: cluster 2023-11-15T06:01:03.922098+0000 mgr.smithi116.ldeiub (mgr.14182) 1259 : 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 2023-11-15T06:01:04.402 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 06:01:03 smithi116 bash[25961]: cluster 2023-11-15T06:01:03.922098+0000 mgr.smithi116.ldeiub (mgr.14182) 1259 : 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 2023-11-15T06:01:04.535 DEBUG:teuthology.orchestra.run.smithi116:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 7456fada-8378-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T06:01:06.152 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 06:01:05 smithi116 bash[25961]: cluster 2023-11-15T06:01:05.923129+0000 mgr.smithi116.ldeiub (mgr.14182) 1260 : 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 2023-11-15T06:01:06.260 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 06:01:05 smithi152 bash[29762]: cluster 2023-11-15T06:01:05.923129+0000 mgr.smithi116.ldeiub (mgr.14182) 1260 : 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 2023-11-15T06:01:07.707 INFO:teuthology.orchestra.run.smithi116.stdout: 2023-11-15T06:01:07.707 INFO:teuthology.orchestra.run.smithi116.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T05:34:36.374719Z", "last_refresh": "2023-11-15T05:54:17.751933Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T05:34:28.472277Z", "last_refresh": "2023-11-15T05:54:17.752190Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T05:34:32.474479Z", "last_refresh": "2023-11-15T05:54:17.752440Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:59:05.445252Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi116.wycitz on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T06:00:09.942867Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi152.jdjlag on smithi152: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi152-jdjlag\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi152-jdjlag\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi152.jdjlag\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi152.jdjlag\nDeploy daemon haproxy.nfs.foo.smithi152.jdjlag ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi152 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr 2.3: Pulling from library/haproxy\nstat: stderr docker: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi152 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T06:00:13.889097Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi116.codzff on smithi116: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi116-codzff\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi116-codzff\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi116.codzff\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi116.codzff\nDeploy daemon haproxy.nfs.foo.smithi116.codzff ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T06:00:13.891152Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi152.denkij on smithi152: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T06:00:13.892738Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi116.atzwsg on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.116/16"}, "status": {"created": "2023-11-15T05:41:51.643812Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.116/16"}}, {"events": ["2023-11-15T05:41:45.562111Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-15T05:41:45.554912Z", "last_refresh": "2023-11-15T05:54:17.754055Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T05:34:26.558369Z", "last_refresh": "2023-11-15T05:54:17.751661Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:35:55.352857Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi116:172.21.15.116=smithi116", "smithi152:172.21.15.152=smithi152"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T05:35:55.345327Z", "last_refresh": "2023-11-15T05:54:17.751271Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:41:51.641747Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-11-15T05:41:51.636276Z", "last_refresh": "2023-11-15T05:54:17.754311Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T05:34:34.444913Z", "last_refresh": "2023-11-15T05:54:17.752691Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T05:36:22.979260Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T05:36:22.972321Z", "last_refresh": "2023-11-15T05:54:17.753010Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T05:34:30.388073Z", "last_refresh": "2023-11-15T05:55:32.568058Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-15T06:01:08.152 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 06:01:07 smithi116 bash[25961]: audit 2023-11-15T06:01:07.696199+0000 mgr.smithi116.ldeiub (mgr.14182) 1261 : audit [DBG] from='client.15484 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T06:01:08.152 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 06:01:07 smithi116 bash[25961]: cluster 2023-11-15T06:01:07.924200+0000 mgr.smithi116.ldeiub (mgr.14182) 1262 : 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 2023-11-15T06:01:08.260 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 06:01:07 smithi152 bash[29762]: audit 2023-11-15T06:01:07.696199+0000 mgr.smithi116.ldeiub (mgr.14182) 1261 : audit [DBG] from='client.15484 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T06:01:08.261 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 06:01:07 smithi152 bash[29762]: cluster 2023-11-15T06:01:07.924200+0000 mgr.smithi116.ldeiub (mgr.14182) 1262 : 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 2023-11-15T06:01:08.357 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T06:01:09.359 DEBUG:teuthology.orchestra.run.smithi116:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 7456fada-8378-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T06:01:10.825 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 06:01:10 smithi116 bash[25961]: cluster 2023-11-15T06:01:09.925413+0000 mgr.smithi116.ldeiub (mgr.14182) 1263 : 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 2023-11-15T06:01:11.010 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 06:01:10 smithi152 bash[29762]: cluster 2023-11-15T06:01:09.925413+0000 mgr.smithi116.ldeiub (mgr.14182) 1263 : 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 2023-11-15T06:01:12.151 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 06:01:11 smithi116 bash[25961]: cluster 2023-11-15T06:01:11.926802+0000 mgr.smithi116.ldeiub (mgr.14182) 1264 : 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 2023-11-15T06:01:12.260 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 06:01:11 smithi152 bash[29762]: cluster 2023-11-15T06:01:11.926802+0000 mgr.smithi116.ldeiub (mgr.14182) 1264 : 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 2023-11-15T06:01:12.629 INFO:teuthology.orchestra.run.smithi116.stdout: 2023-11-15T06:01:12.630 INFO:teuthology.orchestra.run.smithi116.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T05:34:36.374719Z", "last_refresh": "2023-11-15T05:54:17.751933Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T05:34:28.472277Z", "last_refresh": "2023-11-15T05:54:17.752190Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T05:34:32.474479Z", "last_refresh": "2023-11-15T05:54:17.752440Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:59:05.445252Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi116.wycitz on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T06:00:09.942867Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi152.jdjlag on smithi152: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi152-jdjlag\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi152-jdjlag\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi152.jdjlag\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi152.jdjlag\nDeploy daemon haproxy.nfs.foo.smithi152.jdjlag ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi152 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr 2.3: Pulling from library/haproxy\nstat: stderr docker: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi152 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T06:00:13.889097Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi116.codzff on smithi116: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi116-codzff\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi116-codzff\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi116.codzff\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi116.codzff\nDeploy daemon haproxy.nfs.foo.smithi116.codzff ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T06:00:13.891152Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi152.denkij on smithi152: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T06:00:13.892738Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi116.atzwsg on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.116/16"}, "status": {"created": "2023-11-15T05:41:51.643812Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.116/16"}}, {"events": ["2023-11-15T05:41:45.562111Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-15T05:41:45.554912Z", "last_refresh": "2023-11-15T05:54:17.754055Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T05:34:26.558369Z", "last_refresh": "2023-11-15T05:54:17.751661Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:35:55.352857Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi116:172.21.15.116=smithi116", "smithi152:172.21.15.152=smithi152"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T05:35:55.345327Z", "last_refresh": "2023-11-15T05:54:17.751271Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:41:51.641747Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-11-15T05:41:51.636276Z", "last_refresh": "2023-11-15T05:54:17.754311Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T05:34:34.444913Z", "last_refresh": "2023-11-15T05:54:17.752691Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T05:36:22.979260Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T05:36:22.972321Z", "last_refresh": "2023-11-15T05:54:17.753010Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T05:34:30.388073Z", "last_refresh": "2023-11-15T05:55:32.568058Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-15T06:01:13.246 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 06:01:12 smithi116 bash[25961]: audit 2023-11-15T06:01:12.620770+0000 mgr.smithi116.ldeiub (mgr.14182) 1265 : audit [DBG] from='client.15488 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T06:01:13.248 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T06:01:13.260 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 06:01:12 smithi152 bash[29762]: audit 2023-11-15T06:01:12.620770+0000 mgr.smithi116.ldeiub (mgr.14182) 1265 : audit [DBG] from='client.15488 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T06:01:14.250 DEBUG:teuthology.orchestra.run.smithi116:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 7456fada-8378-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T06:01:14.260 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 06:01:14 smithi152 bash[29762]: audit 2023-11-15T06:01:13.896961+0000 mon.smithi116 (mon.0) 946 : audit [DBG] from='mgr.14182 172.21.15.116:0/1868390107' entity='mgr.smithi116.ldeiub' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-15T06:01:14.261 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 06:01:14 smithi152 bash[29762]: cluster 2023-11-15T06:01:13.927546+0000 mgr.smithi116.ldeiub (mgr.14182) 1266 : 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 2023-11-15T06:01:14.261 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 06:01:14 smithi116 bash[25961]: audit 2023-11-15T06:01:13.896961+0000 mon.smithi116 (mon.0) 946 : audit [DBG] from='mgr.14182 172.21.15.116:0/1868390107' entity='mgr.smithi116.ldeiub' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-15T06:01:14.262 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 06:01:14 smithi116 bash[25961]: cluster 2023-11-15T06:01:13.927546+0000 mgr.smithi116.ldeiub (mgr.14182) 1266 : 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 2023-11-15T06:01:15.260 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 06:01:15 smithi152 bash[29762]: audit 2023-11-15T06:01:14.225031+0000 mon.smithi116 (mon.0) 947 : audit [DBG] from='mgr.14182 172.21.15.116:0/1868390107' entity='mgr.smithi116.ldeiub' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-15T06:01:15.261 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 06:01:15 smithi152 bash[29762]: audit 2023-11-15T06:01:14.226520+0000 mon.smithi116 (mon.0) 948 : audit [INF] from='mgr.14182 172.21.15.116:0/1868390107' entity='mgr.smithi116.ldeiub' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-11-15T06:01:15.261 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 06:01:15 smithi152 bash[29762]: audit 2023-11-15T06:01:14.234605+0000 mon.smithi116 (mon.0) 949 : audit [INF] from='mgr.14182 172.21.15.116:0/1868390107' entity='mgr.smithi116.ldeiub' 2023-11-15T06:01:15.261 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 06:01:15 smithi152 bash[29762]: cluster 2023-11-15T06:01:14.235499+0000 mgr.smithi116.ldeiub (mgr.14182) 1267 : cluster [DBG] pgmap v821: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 99 B/s rd, 0 op/s 2023-11-15T06:01:15.261 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 06:01:15 smithi152 bash[29762]: audit 2023-11-15T06:01:14.241725+0000 mon.smithi116 (mon.0) 950 : audit [DBG] from='mgr.14182 172.21.15.116:0/1868390107' entity='mgr.smithi116.ldeiub' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-11-15T06:01:15.262 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 06:01:15 smithi152 bash[29762]: audit 2023-11-15T06:01:14.259748+0000 mon.smithi116 (mon.0) 951 : audit [INF] from='mgr.14182 172.21.15.116:0/1868390107' entity='mgr.smithi116.ldeiub' 2023-11-15T06:01:15.262 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 06:01:15 smithi152 bash[29762]: cephadm 2023-11-15T06:01:14.263903+0000 mgr.smithi116.ldeiub (mgr.14182) 1268 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi152.ndeakz on smithi152 2023-11-15T06:01:15.365 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 06:01:15 smithi116 bash[25961]: audit 2023-11-15T06:01:14.225031+0000 mon.smithi116 (mon.0) 947 : audit [DBG] from='mgr.14182 172.21.15.116:0/1868390107' entity='mgr.smithi116.ldeiub' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-15T06:01:15.365 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 06:01:15 smithi116 bash[25961]: audit 2023-11-15T06:01:14.226520+0000 mon.smithi116 (mon.0) 948 : audit [INF] from='mgr.14182 172.21.15.116:0/1868390107' entity='mgr.smithi116.ldeiub' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-11-15T06:01:15.365 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 06:01:15 smithi116 bash[25961]: audit 2023-11-15T06:01:14.234605+0000 mon.smithi116 (mon.0) 949 : audit [INF] from='mgr.14182 172.21.15.116:0/1868390107' entity='mgr.smithi116.ldeiub' 2023-11-15T06:01:15.365 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 06:01:15 smithi116 bash[25961]: cluster 2023-11-15T06:01:14.235499+0000 mgr.smithi116.ldeiub (mgr.14182) 1267 : cluster [DBG] pgmap v821: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 99 B/s rd, 0 op/s 2023-11-15T06:01:15.366 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 06:01:15 smithi116 bash[25961]: audit 2023-11-15T06:01:14.241725+0000 mon.smithi116 (mon.0) 950 : audit [DBG] from='mgr.14182 172.21.15.116:0/1868390107' entity='mgr.smithi116.ldeiub' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-11-15T06:01:15.366 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 06:01:15 smithi116 bash[25961]: audit 2023-11-15T06:01:14.259748+0000 mon.smithi116 (mon.0) 951 : audit [INF] from='mgr.14182 172.21.15.116:0/1868390107' entity='mgr.smithi116.ldeiub' 2023-11-15T06:01:15.366 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 06:01:15 smithi116 bash[25961]: cephadm 2023-11-15T06:01:14.263903+0000 mgr.smithi116.ldeiub (mgr.14182) 1268 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi152.ndeakz on smithi152 2023-11-15T06:01:16.401 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 06:01:16 smithi116 bash[25961]: cluster 2023-11-15T06:01:15.230971+0000 mon.smithi116 (mon.0) 952 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2023-11-15T06:01:16.402 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 06:01:16 smithi116 bash[25961]: cluster 2023-11-15T06:01:15.231042+0000 mon.smithi116 (mon.0) 953 : cluster [INF] Cluster is now healthy 2023-11-15T06:01:16.402 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 06:01:16 smithi116 bash[25961]: audit 2023-11-15T06:01:15.304877+0000 mon.smithi116 (mon.0) 954 : audit [INF] from='mgr.14182 172.21.15.116:0/1868390107' entity='mgr.smithi116.ldeiub' 2023-11-15T06:01:16.510 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 06:01:16 smithi152 bash[29762]: cluster 2023-11-15T06:01:15.230971+0000 mon.smithi116 (mon.0) 952 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2023-11-15T06:01:16.511 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 06:01:16 smithi152 bash[29762]: cluster 2023-11-15T06:01:15.231042+0000 mon.smithi116 (mon.0) 953 : cluster [INF] Cluster is now healthy 2023-11-15T06:01:16.511 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 06:01:16 smithi152 bash[29762]: audit 2023-11-15T06:01:15.304877+0000 mon.smithi116 (mon.0) 954 : audit [INF] from='mgr.14182 172.21.15.116:0/1868390107' entity='mgr.smithi116.ldeiub' 2023-11-15T06:01:17.401 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 06:01:17 smithi116 bash[25961]: cluster 2023-11-15T06:01:16.236590+0000 mgr.smithi116.ldeiub (mgr.14182) 1269 : cluster [DBG] pgmap v822: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 99 B/s rd, 0 op/s 2023-11-15T06:01:17.479 INFO:teuthology.orchestra.run.smithi116.stdout: 2023-11-15T06:01:17.479 INFO:teuthology.orchestra.run.smithi116.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T05:34:36.374719Z", "last_refresh": "2023-11-15T05:54:17.751933Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T05:34:28.472277Z", "last_refresh": "2023-11-15T05:54:17.752190Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T05:34:32.474479Z", "last_refresh": "2023-11-15T05:54:17.752440Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T05:59:05.445252Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi116.wycitz on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T06:00:09.942867Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi152.jdjlag on smithi152: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi152-jdjlag\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi152-jdjlag\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi152.jdjlag\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi152.jdjlag\nDeploy daemon haproxy.nfs.foo.smithi152.jdjlag ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi152 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr 2.3: Pulling from library/haproxy\nstat: stderr docker: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi152 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T06:00:13.889097Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi116.codzff on smithi116: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi116-codzff\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi116-codzff\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi116.codzff\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi116.codzff\nDeploy daemon haproxy.nfs.foo.smithi116.codzff ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T06:00:13.891152Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi152.denkij on smithi152: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T06:00:13.892738Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi116.atzwsg on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.116/16"}, "status": {"created": "2023-11-15T05:41:51.643812Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.116/16"}}, {"events": ["2023-11-15T05:41:45.562111Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-15T05:41:45.554912Z", "last_refresh": "2023-11-15T05:54:17.754055Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T05:34:26.558369Z", "last_refresh": "2023-11-15T05:54:17.751661Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:35:55.352857Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi116:172.21.15.116=smithi116", "smithi152:172.21.15.152=smithi152"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T05:35:55.345327Z", "last_refresh": "2023-11-15T05:54:17.751271Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:41:51.641747Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-11-15T05:41:51.636276Z", "last_refresh": "2023-11-15T05:54:17.754311Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T05:34:34.444913Z", "last_refresh": "2023-11-15T05:54:17.752691Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T05:36:22.979260Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T05:36:22.972321Z", "last_refresh": "2023-11-15T05:54:17.753010Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T05:34:30.388073Z", "last_refresh": "2023-11-15T05:55:32.568058Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-15T06:01:17.510 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 06:01:17 smithi152 bash[29762]: cluster 2023-11-15T06:01:16.236590+0000 mgr.smithi116.ldeiub (mgr.14182) 1269 : cluster [DBG] pgmap v822: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 99 B/s rd, 0 op/s 2023-11-15T06:01:18.137 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T06:01:18.260 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 06:01:18 smithi152 bash[29762]: audit 2023-11-15T06:01:17.470223+0000 mgr.smithi116.ldeiub (mgr.14182) 1270 : audit [DBG] from='client.15492 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T06:01:18.401 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 06:01:18 smithi116 bash[25961]: audit 2023-11-15T06:01:17.470223+0000 mgr.smithi116.ldeiub (mgr.14182) 1270 : audit [DBG] from='client.15492 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T06:01:19.139 DEBUG:teuthology.orchestra.run.smithi116:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 7456fada-8378-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T06:01:19.402 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 06:01:19 smithi116 bash[25961]: cephadm 2023-11-15T06:01:18.054925+0000 mgr.smithi116.ldeiub (mgr.14182) 1271 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi152-ndeakz 2023-11-15T06:01:19.402 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 06:01:19 smithi116 bash[25961]: /usr/bin/docker: stdout 2023-11-15T06:01:19.403 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 06:01:19 smithi116 bash[25961]: /usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi152-ndeakz 2023-11-15T06:01:19.403 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 06:01:19 smithi116 bash[25961]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi152.ndeakz 2023-11-15T06:01:19.403 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 06:01:19 smithi116 bash[25961]: /usr/bin/docker: stdout 2023-11-15T06:01:19.403 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 06:01:19 smithi116 bash[25961]: /usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi152.ndeakz 2023-11-15T06:01:19.404 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 06:01:19 smithi116 bash[25961]: Deploy daemon haproxy.nfs.foo.smithi152.ndeakz ... 2023-11-15T06:01:19.404 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 06:01:19 smithi116 bash[25961]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi152 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T06:01:19.404 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 06:01:19 smithi116 bash[25961]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-15T06:01:19.404 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 06:01:19 smithi116 bash[25961]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-15T06:01:19.404 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 06:01:19 smithi116 bash[25961]: stat: stderr See 'docker run --help'. 2023-11-15T06:01:19.405 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 06:01:19 smithi116 bash[25961]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi152 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T06:01:19.405 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 06:01:19 smithi116 bash[25961]: Traceback (most recent call last): 2023-11-15T06:01:19.405 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 06:01:19 smithi116 bash[25961]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-11-15T06:01:19.405 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 06:01:19 smithi116 bash[25961]: yield (conn, connr) 2023-11-15T06:01:19.405 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 06:01:19 smithi116 bash[25961]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-11-15T06:01:19.406 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 06:01:19 smithi116 bash[25961]: code, '\n'.join(err))) 2023-11-15T06:01:19.406 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 06:01:19 smithi116 bash[25961]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi152-ndeakz 2023-11-15T06:01:19.406 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 06:01:19 smithi116 bash[25961]: /usr/bin/docker: stdout 2023-11-15T06:01:19.406 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 06:01:19 smithi116 bash[25961]: /usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi152-ndeakz 2023-11-15T06:01:19.406 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 06:01:19 smithi116 bash[25961]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi152.ndeakz 2023-11-15T06:01:19.407 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 06:01:19 smithi116 bash[25961]: /usr/bin/docker: stdout 2023-11-15T06:01:19.407 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 06:01:19 smithi116 bash[25961]: /usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi152.ndeakz 2023-11-15T06:01:19.407 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 06:01:19 smithi116 bash[25961]: Deploy daemon haproxy.nfs.foo.smithi152.ndeakz ... 2023-11-15T06:01:19.407 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 06:01:19 smithi116 bash[25961]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi152 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T06:01:19.407 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 06:01:19 smithi116 bash[25961]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-15T06:01:19.408 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 06:01:19 smithi116 bash[25961]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-15T06:01:19.408 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 06:01:19 smithi116 bash[25961]: stat: stderr See 'docker run --help'. 2023-11-15T06:01:19.408 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 06:01:19 smithi116 bash[25961]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi152 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T06:01:19.409 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 06:01:19 smithi116 bash[25961]: cephadm 2023-11-15T06:01:18.055234+0000 mgr.smithi116.ldeiub (mgr.14182) 1272 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi152.ndeakz 2023-11-15T06:01:19.409 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 06:01:19 smithi116 bash[25961]: audit 2023-11-15T06:01:18.055726+0000 mon.smithi116 (mon.0) 955 : audit [INF] from='mgr.14182 172.21.15.116:0/1868390107' entity='mgr.smithi116.ldeiub' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi152.ndeakz"}]: dispatch 2023-11-15T06:01:19.409 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 06:01:19 smithi116 bash[25961]: cephadm 2023-11-15T06:01:18.057120+0000 mgr.smithi116.ldeiub (mgr.14182) 1273 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi152.ndeakz on smithi152: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi152-ndeakz 2023-11-15T06:01:19.409 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 06:01:19 smithi116 bash[25961]: /usr/bin/docker: stdout 2023-11-15T06:01:19.410 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 06:01:19 smithi116 bash[25961]: /usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi152-ndeakz 2023-11-15T06:01:19.410 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 06:01:19 smithi116 bash[25961]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi152.ndeakz 2023-11-15T06:01:19.410 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 06:01:19 smithi116 bash[25961]: /usr/bin/docker: stdout 2023-11-15T06:01:19.410 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 06:01:19 smithi116 bash[25961]: /usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi152.ndeakz 2023-11-15T06:01:19.410 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 06:01:19 smithi116 bash[25961]: Deploy daemon haproxy.nfs.foo.smithi152.ndeakz ... 2023-11-15T06:01:19.411 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 06:01:19 smithi116 bash[25961]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi152 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T06:01:19.411 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 06:01:19 smithi116 bash[25961]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-15T06:01:19.411 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 06:01:19 smithi116 bash[25961]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-15T06:01:19.412 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 06:01:19 smithi116 bash[25961]: stat: stderr See 'docker run --help'. 2023-11-15T06:01:19.412 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 06:01:19 smithi116 bash[25961]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi152 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T06:01:19.412 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 06:01:19 smithi116 bash[25961]: cephadm 2023-11-15T06:01:18.062585+0000 mgr.smithi116.ldeiub (mgr.14182) 1274 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi116.jmriet on smithi116 2023-11-15T06:01:19.412 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 06:01:19 smithi116 bash[25961]: cluster 2023-11-15T06:01:18.237272+0000 mgr.smithi116.ldeiub (mgr.14182) 1275 : cluster [DBG] pgmap v823: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 99 B/s rd, 0 op/s 2023-11-15T06:01:19.511 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 06:01:19 smithi152 bash[29762]: cephadm 2023-11-15T06:01:18.054925+0000 mgr.smithi116.ldeiub (mgr.14182) 1271 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi152-ndeakz 2023-11-15T06:01:19.512 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 06:01:19 smithi152 bash[29762]: /usr/bin/docker: stdout 2023-11-15T06:01:19.512 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 06:01:19 smithi152 bash[29762]: /usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi152-ndeakz 2023-11-15T06:01:19.512 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 06:01:19 smithi152 bash[29762]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi152.ndeakz 2023-11-15T06:01:19.512 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 06:01:19 smithi152 bash[29762]: /usr/bin/docker: stdout 2023-11-15T06:01:19.513 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 06:01:19 smithi152 bash[29762]: /usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi152.ndeakz 2023-11-15T06:01:19.513 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 06:01:19 smithi152 bash[29762]: Deploy daemon haproxy.nfs.foo.smithi152.ndeakz ... 2023-11-15T06:01:19.513 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 06:01:19 smithi152 bash[29762]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi152 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T06:01:19.513 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 06:01:19 smithi152 bash[29762]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-15T06:01:19.513 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 06:01:19 smithi152 bash[29762]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-15T06:01:19.514 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 06:01:19 smithi152 bash[29762]: stat: stderr See 'docker run --help'. 2023-11-15T06:01:19.514 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 06:01:19 smithi152 bash[29762]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi152 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T06:01:19.514 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 06:01:19 smithi152 bash[29762]: Traceback (most recent call last): 2023-11-15T06:01:19.514 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 06:01:19 smithi152 bash[29762]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-11-15T06:01:19.514 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 06:01:19 smithi152 bash[29762]: yield (conn, connr) 2023-11-15T06:01:19.515 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 06:01:19 smithi152 bash[29762]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-11-15T06:01:19.515 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 06:01:19 smithi152 bash[29762]: code, '\n'.join(err))) 2023-11-15T06:01:19.515 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 06:01:19 smithi152 bash[29762]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi152-ndeakz 2023-11-15T06:01:19.515 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 06:01:19 smithi152 bash[29762]: /usr/bin/docker: stdout 2023-11-15T06:01:19.515 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 06:01:19 smithi152 bash[29762]: /usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi152-ndeakz 2023-11-15T06:01:19.515 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 06:01:19 smithi152 bash[29762]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi152.ndeakz 2023-11-15T06:01:19.516 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 06:01:19 smithi152 bash[29762]: /usr/bin/docker: stdout 2023-11-15T06:01:19.516 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 06:01:19 smithi152 bash[29762]: /usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi152.ndeakz 2023-11-15T06:01:19.516 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 06:01:19 smithi152 bash[29762]: Deploy daemon haproxy.nfs.foo.smithi152.ndeakz ... 2023-11-15T06:01:19.516 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 06:01:19 smithi152 bash[29762]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi152 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T06:01:19.516 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 06:01:19 smithi152 bash[29762]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-15T06:01:19.517 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 06:01:19 smithi152 bash[29762]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-15T06:01:19.517 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 06:01:19 smithi152 bash[29762]: stat: stderr See 'docker run --help'. 2023-11-15T06:01:19.517 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 06:01:19 smithi152 bash[29762]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi152 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T06:01:19.517 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 06:01:19 smithi152 bash[29762]: cephadm 2023-11-15T06:01:18.055234+0000 mgr.smithi116.ldeiub (mgr.14182) 1272 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi152.ndeakz 2023-11-15T06:01:19.518 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 06:01:19 smithi152 bash[29762]: audit 2023-11-15T06:01:18.055726+0000 mon.smithi116 (mon.0) 955 : audit [INF] from='mgr.14182 172.21.15.116:0/1868390107' entity='mgr.smithi116.ldeiub' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi152.ndeakz"}]: dispatch 2023-11-15T06:01:19.518 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 06:01:19 smithi152 bash[29762]: cephadm 2023-11-15T06:01:18.057120+0000 mgr.smithi116.ldeiub (mgr.14182) 1273 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi152.ndeakz on smithi152: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi152-ndeakz 2023-11-15T06:01:19.518 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 06:01:19 smithi152 bash[29762]: /usr/bin/docker: stdout 2023-11-15T06:01:19.518 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 06:01:19 smithi152 bash[29762]: /usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi152-ndeakz 2023-11-15T06:01:19.519 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 06:01:19 smithi152 bash[29762]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi152.ndeakz 2023-11-15T06:01:19.519 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 06:01:19 smithi152 bash[29762]: /usr/bin/docker: stdout 2023-11-15T06:01:19.519 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 06:01:19 smithi152 bash[29762]: /usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi152.ndeakz 2023-11-15T06:01:19.519 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 06:01:19 smithi152 bash[29762]: Deploy daemon haproxy.nfs.foo.smithi152.ndeakz ... 2023-11-15T06:01:19.520 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 06:01:19 smithi152 bash[29762]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi152 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T06:01:19.520 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 06:01:19 smithi152 bash[29762]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-15T06:01:19.520 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 06:01:19 smithi152 bash[29762]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-15T06:01:19.521 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 06:01:19 smithi152 bash[29762]: stat: stderr See 'docker run --help'. 2023-11-15T06:01:19.521 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 06:01:19 smithi152 bash[29762]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi152 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T06:01:19.521 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 06:01:19 smithi152 bash[29762]: cephadm 2023-11-15T06:01:18.062585+0000 mgr.smithi116.ldeiub (mgr.14182) 1274 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi116.jmriet on smithi116 2023-11-15T06:01:19.522 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 06:01:19 smithi152 bash[29762]: cluster 2023-11-15T06:01:18.237272+0000 mgr.smithi116.ldeiub (mgr.14182) 1275 : cluster [DBG] pgmap v823: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 99 B/s rd, 0 op/s 2023-11-15T06:01:21.749 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 06:01:21 smithi116 bash[25961]: cluster 2023-11-15T06:01:20.238328+0000 mgr.smithi116.ldeiub (mgr.14182) 1276 : cluster [DBG] pgmap v824: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 99 B/s rd, 0 op/s 2023-11-15T06:01:22.010 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 06:01:21 smithi152 bash[29762]: cluster 2023-11-15T06:01:20.238328+0000 mgr.smithi116.ldeiub (mgr.14182) 1276 : cluster [DBG] pgmap v824: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 99 B/s rd, 0 op/s 2023-11-15T06:01:22.462 INFO:teuthology.orchestra.run.smithi116.stdout: 2023-11-15T06:01:22.463 INFO:teuthology.orchestra.run.smithi116.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T05:34:36.374719Z", "last_refresh": "2023-11-15T05:54:17.751933Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T05:34:28.472277Z", "last_refresh": "2023-11-15T05:54:17.752190Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T05:34:32.474479Z", "last_refresh": "2023-11-15T05:54:17.752440Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T06:00:13.892738Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi116.atzwsg on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T06:01:18.056993Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi152.ndeakz on smithi152: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi152-ndeakz\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi152-ndeakz\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi152.ndeakz\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi152.ndeakz\nDeploy daemon haproxy.nfs.foo.smithi152.ndeakz ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi152 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi152 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T06:01:21.968224Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi116.jmriet on smithi116: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi116-jmriet\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi116-jmriet\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi116.jmriet\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi116.jmriet\nDeploy daemon haproxy.nfs.foo.smithi116.jmriet ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T06:01:21.972561Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi152.ehpjld on smithi152: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T06:01:21.976510Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi116.minpkh on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.116/16"}, "status": {"created": "2023-11-15T05:41:51.643812Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.116/16"}}, {"events": ["2023-11-15T05:41:45.562111Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-15T05:41:45.554912Z", "last_refresh": "2023-11-15T05:54:17.754055Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T05:34:26.558369Z", "last_refresh": "2023-11-15T05:54:17.751661Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:35:55.352857Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi116:172.21.15.116=smithi116", "smithi152:172.21.15.152=smithi152"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T05:35:55.345327Z", "last_refresh": "2023-11-15T05:54:17.751271Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:41:51.641747Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-11-15T05:41:51.636276Z", "last_refresh": "2023-11-15T05:54:17.754311Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T05:34:34.444913Z", "last_refresh": "2023-11-15T05:54:17.752691Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T05:36:22.979260Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T05:36:22.972321Z", "last_refresh": "2023-11-15T05:54:17.753010Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T05:34:30.388073Z", "last_refresh": "2023-11-15T05:55:32.568058Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-15T06:01:22.901 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 06:01:22 smithi116 bash[25961]: audit 2023-11-15T06:01:21.966441+0000 mon.smithi116 (mon.0) 956 : audit [INF] from='mgr.14182 172.21.15.116:0/1868390107' entity='mgr.smithi116.ldeiub' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi116.jmriet"}]: dispatch 2023-11-15T06:01:23.010 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 06:01:22 smithi152 bash[29762]: audit 2023-11-15T06:01:21.966441+0000 mon.smithi116 (mon.0) 956 : audit [INF] from='mgr.14182 172.21.15.116:0/1868390107' entity='mgr.smithi116.ldeiub' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi116.jmriet"}]: dispatch 2023-11-15T06:01:23.170 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T06:01:24.011 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 06:01:23 smithi152 bash[29762]: cephadm 2023-11-15T06:01:21.965146+0000 mgr.smithi116.ldeiub (mgr.14182) 1277 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi116-jmriet 2023-11-15T06:01:24.011 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 06:01:23 smithi152 bash[29762]: /usr/bin/docker: stdout 2023-11-15T06:01:24.012 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 06:01:23 smithi152 bash[29762]: /usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi116-jmriet 2023-11-15T06:01:24.012 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 06:01:23 smithi152 bash[29762]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi116.jmriet 2023-11-15T06:01:24.012 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 06:01:23 smithi152 bash[29762]: /usr/bin/docker: stdout 2023-11-15T06:01:24.012 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 06:01:23 smithi152 bash[29762]: /usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi116.jmriet 2023-11-15T06:01:24.012 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 06:01:23 smithi152 bash[29762]: Deploy daemon haproxy.nfs.foo.smithi116.jmriet ... 2023-11-15T06:01:24.013 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 06:01:23 smithi152 bash[29762]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T06:01:24.013 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 06:01:23 smithi152 bash[29762]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-15T06:01:24.013 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 06:01:23 smithi152 bash[29762]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-15T06:01:24.013 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 06:01:23 smithi152 bash[29762]: stat: stderr See 'docker run --help'. 2023-11-15T06:01:24.013 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 06:01:23 smithi152 bash[29762]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T06:01:24.014 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 06:01:23 smithi152 bash[29762]: Traceback (most recent call last): 2023-11-15T06:01:24.014 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 06:01:23 smithi152 bash[29762]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-11-15T06:01:24.014 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 06:01:23 smithi152 bash[29762]: yield (conn, connr) 2023-11-15T06:01:24.014 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 06:01:23 smithi152 bash[29762]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-11-15T06:01:24.014 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 06:01:23 smithi152 bash[29762]: code, '\n'.join(err))) 2023-11-15T06:01:24.015 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 06:01:23 smithi152 bash[29762]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi116-jmriet 2023-11-15T06:01:24.015 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 06:01:23 smithi152 bash[29762]: /usr/bin/docker: stdout 2023-11-15T06:01:24.015 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 06:01:23 smithi152 bash[29762]: /usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi116-jmriet 2023-11-15T06:01:24.015 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 06:01:23 smithi152 bash[29762]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi116.jmriet 2023-11-15T06:01:24.015 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 06:01:23 smithi152 bash[29762]: /usr/bin/docker: stdout 2023-11-15T06:01:24.016 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 06:01:23 smithi152 bash[29762]: /usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi116.jmriet 2023-11-15T06:01:24.016 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 06:01:23 smithi152 bash[29762]: Deploy daemon haproxy.nfs.foo.smithi116.jmriet ... 2023-11-15T06:01:24.016 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 06:01:23 smithi152 bash[29762]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T06:01:24.016 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 06:01:23 smithi152 bash[29762]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-15T06:01:24.016 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 06:01:23 smithi152 bash[29762]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-15T06:01:24.017 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 06:01:23 smithi152 bash[29762]: stat: stderr See 'docker run --help'. 2023-11-15T06:01:24.017 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 06:01:23 smithi152 bash[29762]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T06:01:24.017 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 06:01:23 smithi152 bash[29762]: cephadm 2023-11-15T06:01:21.965663+0000 mgr.smithi116.ldeiub (mgr.14182) 1278 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi116.jmriet 2023-11-15T06:01:24.017 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 06:01:23 smithi152 bash[29762]: cephadm 2023-11-15T06:01:21.968493+0000 mgr.smithi116.ldeiub (mgr.14182) 1279 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi116.jmriet on smithi116: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi116-jmriet 2023-11-15T06:01:24.017 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 06:01:23 smithi152 bash[29762]: /usr/bin/docker: stdout 2023-11-15T06:01:24.018 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 06:01:23 smithi152 bash[29762]: /usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi116-jmriet 2023-11-15T06:01:24.018 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 06:01:23 smithi152 bash[29762]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi116.jmriet 2023-11-15T06:01:24.018 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 06:01:23 smithi152 bash[29762]: /usr/bin/docker: stdout 2023-11-15T06:01:24.018 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 06:01:23 smithi152 bash[29762]: /usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi116.jmriet 2023-11-15T06:01:24.018 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 06:01:23 smithi152 bash[29762]: Deploy daemon haproxy.nfs.foo.smithi116.jmriet ... 2023-11-15T06:01:24.018 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 06:01:23 smithi152 bash[29762]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T06:01:24.019 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 06:01:23 smithi152 bash[29762]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-15T06:01:24.019 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 06:01:23 smithi152 bash[29762]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-15T06:01:24.019 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 06:01:23 smithi152 bash[29762]: stat: stderr See 'docker run --help'. 2023-11-15T06:01:24.020 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 06:01:23 smithi152 bash[29762]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T06:01:24.020 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 06:01:23 smithi152 bash[29762]: cephadm 2023-11-15T06:01:21.972775+0000 mgr.smithi116.ldeiub (mgr.14182) 1280 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi152.ehpjld on smithi152: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-11-15T06:01:24.020 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 06:01:23 smithi152 bash[29762]: cephadm 2023-11-15T06:01:21.976754+0000 mgr.smithi116.ldeiub (mgr.14182) 1281 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi116.minpkh on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-11-15T06:01:24.020 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 06:01:23 smithi152 bash[29762]: cluster 2023-11-15T06:01:21.978597+0000 mgr.smithi116.ldeiub (mgr.14182) 1282 : cluster [DBG] pgmap v825: 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 2023-11-15T06:01:24.020 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 06:01:23 smithi152 bash[29762]: audit 2023-11-15T06:01:22.451166+0000 mgr.smithi116.ldeiub (mgr.14182) 1283 : audit [DBG] from='client.15496 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T06:01:24.021 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 06:01:23 smithi152 bash[29762]: cluster 2023-11-15T06:01:22.701006+0000 mon.smithi116 (mon.0) 957 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2023-11-15T06:01:24.152 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 06:01:23 smithi116 bash[25961]: cephadm 2023-11-15T06:01:21.965146+0000 mgr.smithi116.ldeiub (mgr.14182) 1277 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi116-jmriet 2023-11-15T06:01:24.152 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 06:01:23 smithi116 bash[25961]: /usr/bin/docker: stdout 2023-11-15T06:01:24.153 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 06:01:23 smithi116 bash[25961]: /usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi116-jmriet 2023-11-15T06:01:24.153 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 06:01:23 smithi116 bash[25961]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi116.jmriet 2023-11-15T06:01:24.153 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 06:01:23 smithi116 bash[25961]: /usr/bin/docker: stdout 2023-11-15T06:01:24.153 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 06:01:23 smithi116 bash[25961]: /usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi116.jmriet 2023-11-15T06:01:24.153 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 06:01:23 smithi116 bash[25961]: Deploy daemon haproxy.nfs.foo.smithi116.jmriet ... 2023-11-15T06:01:24.154 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 06:01:23 smithi116 bash[25961]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T06:01:24.154 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 06:01:23 smithi116 bash[25961]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-15T06:01:24.154 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 06:01:23 smithi116 bash[25961]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-15T06:01:24.154 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 06:01:23 smithi116 bash[25961]: stat: stderr See 'docker run --help'. 2023-11-15T06:01:24.154 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 06:01:23 smithi116 bash[25961]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T06:01:24.155 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 06:01:23 smithi116 bash[25961]: Traceback (most recent call last): 2023-11-15T06:01:24.155 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 06:01:23 smithi116 bash[25961]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-11-15T06:01:24.155 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 06:01:23 smithi116 bash[25961]: yield (conn, connr) 2023-11-15T06:01:24.155 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 06:01:23 smithi116 bash[25961]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-11-15T06:01:24.155 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 06:01:23 smithi116 bash[25961]: code, '\n'.join(err))) 2023-11-15T06:01:24.156 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 06:01:23 smithi116 bash[25961]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi116-jmriet 2023-11-15T06:01:24.156 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 06:01:23 smithi116 bash[25961]: /usr/bin/docker: stdout 2023-11-15T06:01:24.156 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 06:01:23 smithi116 bash[25961]: /usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi116-jmriet 2023-11-15T06:01:24.156 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 06:01:23 smithi116 bash[25961]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi116.jmriet 2023-11-15T06:01:24.156 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 06:01:23 smithi116 bash[25961]: /usr/bin/docker: stdout 2023-11-15T06:01:24.157 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 06:01:23 smithi116 bash[25961]: /usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi116.jmriet 2023-11-15T06:01:24.157 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 06:01:23 smithi116 bash[25961]: Deploy daemon haproxy.nfs.foo.smithi116.jmriet ... 2023-11-15T06:01:24.157 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 06:01:23 smithi116 bash[25961]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T06:01:24.157 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 06:01:23 smithi116 bash[25961]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-15T06:01:24.157 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 06:01:23 smithi116 bash[25961]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-15T06:01:24.158 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 06:01:23 smithi116 bash[25961]: stat: stderr See 'docker run --help'. 2023-11-15T06:01:24.158 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 06:01:23 smithi116 bash[25961]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T06:01:24.158 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 06:01:23 smithi116 bash[25961]: cephadm 2023-11-15T06:01:21.965663+0000 mgr.smithi116.ldeiub (mgr.14182) 1278 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi116.jmriet 2023-11-15T06:01:24.158 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 06:01:23 smithi116 bash[25961]: cephadm 2023-11-15T06:01:21.968493+0000 mgr.smithi116.ldeiub (mgr.14182) 1279 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi116.jmriet on smithi116: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi116-jmriet 2023-11-15T06:01:24.158 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 06:01:23 smithi116 bash[25961]: /usr/bin/docker: stdout 2023-11-15T06:01:24.159 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 06:01:23 smithi116 bash[25961]: /usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi116-jmriet 2023-11-15T06:01:24.159 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 06:01:23 smithi116 bash[25961]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi116.jmriet 2023-11-15T06:01:24.159 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 06:01:23 smithi116 bash[25961]: /usr/bin/docker: stdout 2023-11-15T06:01:24.159 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 06:01:23 smithi116 bash[25961]: /usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi116.jmriet 2023-11-15T06:01:24.159 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 06:01:23 smithi116 bash[25961]: Deploy daemon haproxy.nfs.foo.smithi116.jmriet ... 2023-11-15T06:01:24.160 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 06:01:23 smithi116 bash[25961]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T06:01:24.160 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 06:01:23 smithi116 bash[25961]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-15T06:01:24.160 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 06:01:23 smithi116 bash[25961]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-15T06:01:24.160 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 06:01:23 smithi116 bash[25961]: stat: stderr See 'docker run --help'. 2023-11-15T06:01:24.160 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 06:01:23 smithi116 bash[25961]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T06:01:24.160 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 06:01:23 smithi116 bash[25961]: cephadm 2023-11-15T06:01:21.972775+0000 mgr.smithi116.ldeiub (mgr.14182) 1280 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi152.ehpjld on smithi152: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-11-15T06:01:24.161 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 06:01:23 smithi116 bash[25961]: cephadm 2023-11-15T06:01:21.976754+0000 mgr.smithi116.ldeiub (mgr.14182) 1281 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi116.minpkh on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-11-15T06:01:24.161 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 06:01:23 smithi116 bash[25961]: cluster 2023-11-15T06:01:21.978597+0000 mgr.smithi116.ldeiub (mgr.14182) 1282 : cluster [DBG] pgmap v825: 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 2023-11-15T06:01:24.161 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 06:01:23 smithi116 bash[25961]: audit 2023-11-15T06:01:22.451166+0000 mgr.smithi116.ldeiub (mgr.14182) 1283 : audit [DBG] from='client.15496 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T06:01:24.161 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 06:01:23 smithi116 bash[25961]: cluster 2023-11-15T06:01:22.701006+0000 mon.smithi116 (mon.0) 957 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2023-11-15T06:01:24.172 DEBUG:teuthology.orchestra.run.smithi116:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 7456fada-8378-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T06:01:25.901 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 06:01:25 smithi116 bash[25961]: cluster 2023-11-15T06:01:23.979825+0000 mgr.smithi116.ldeiub (mgr.14182) 1284 : cluster [DBG] pgmap v826: 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 2023-11-15T06:01:26.010 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 06:01:25 smithi152 bash[29762]: cluster 2023-11-15T06:01:23.979825+0000 mgr.smithi116.ldeiub (mgr.14182) 1284 : cluster [DBG] pgmap v826: 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 2023-11-15T06:01:27.439 INFO:teuthology.orchestra.run.smithi116.stdout: 2023-11-15T06:01:27.440 INFO:teuthology.orchestra.run.smithi116.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T05:34:36.374719Z", "last_refresh": "2023-11-15T05:54:17.751933Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T05:34:28.472277Z", "last_refresh": "2023-11-15T05:54:17.752190Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T05:34:32.474479Z", "last_refresh": "2023-11-15T05:54:17.752440Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T06:00:13.892738Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi116.atzwsg on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T06:01:18.056993Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi152.ndeakz on smithi152: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi152-ndeakz\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi152-ndeakz\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi152.ndeakz\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi152.ndeakz\nDeploy daemon haproxy.nfs.foo.smithi152.ndeakz ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi152 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi152 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T06:01:21.968224Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi116.jmriet on smithi116: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi116-jmriet\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi116-jmriet\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi116.jmriet\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi116.jmriet\nDeploy daemon haproxy.nfs.foo.smithi116.jmriet ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T06:01:21.972561Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi152.ehpjld on smithi152: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T06:01:21.976510Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi116.minpkh on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.116/16"}, "status": {"created": "2023-11-15T05:41:51.643812Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.116/16"}}, {"events": ["2023-11-15T05:41:45.562111Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-15T05:41:45.554912Z", "last_refresh": "2023-11-15T05:54:17.754055Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T05:34:26.558369Z", "last_refresh": "2023-11-15T05:54:17.751661Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:35:55.352857Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi116:172.21.15.116=smithi116", "smithi152:172.21.15.152=smithi152"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T05:35:55.345327Z", "last_refresh": "2023-11-15T05:54:17.751271Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:41:51.641747Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-11-15T05:41:51.636276Z", "last_refresh": "2023-11-15T05:54:17.754311Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T05:34:34.444913Z", "last_refresh": "2023-11-15T05:54:17.752691Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T05:36:22.979260Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T05:36:22.972321Z", "last_refresh": "2023-11-15T05:54:17.753010Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T05:34:30.388073Z", "last_refresh": "2023-11-15T05:55:32.568058Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-15T06:01:27.760 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 06:01:27 smithi152 bash[29762]: cluster 2023-11-15T06:01:25.981087+0000 mgr.smithi116.ldeiub (mgr.14182) 1285 : cluster [DBG] pgmap v827: 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 2023-11-15T06:01:27.761 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 06:01:27 smithi152 bash[29762]: audit 2023-11-15T06:01:26.486598+0000 mon.smithi116 (mon.0) 958 : audit [INF] from='mgr.14182 172.21.15.116:0/1868390107' entity='mgr.smithi116.ldeiub' 2023-11-15T06:01:27.901 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 06:01:27 smithi116 bash[25961]: cluster 2023-11-15T06:01:25.981087+0000 mgr.smithi116.ldeiub (mgr.14182) 1285 : cluster [DBG] pgmap v827: 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 2023-11-15T06:01:27.902 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 06:01:27 smithi116 bash[25961]: audit 2023-11-15T06:01:26.486598+0000 mon.smithi116 (mon.0) 958 : audit [INF] from='mgr.14182 172.21.15.116:0/1868390107' entity='mgr.smithi116.ldeiub' 2023-11-15T06:01:28.066 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T06:01:28.760 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 06:01:28 smithi152 bash[29762]: audit 2023-11-15T06:01:27.422971+0000 mgr.smithi116.ldeiub (mgr.14182) 1286 : audit [DBG] from='client.15500 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T06:01:28.901 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 06:01:28 smithi116 bash[25961]: audit 2023-11-15T06:01:27.422971+0000 mgr.smithi116.ldeiub (mgr.14182) 1286 : audit [DBG] from='client.15500 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T06:01:29.067 DEBUG:teuthology.orchestra.run.smithi116:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 7456fada-8378-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T06:01:29.760 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 06:01:29 smithi152 bash[29762]: cluster 2023-11-15T06:01:27.982154+0000 mgr.smithi116.ldeiub (mgr.14182) 1287 : cluster [DBG] pgmap v828: 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 2023-11-15T06:01:29.901 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 06:01:29 smithi116 bash[25961]: cluster 2023-11-15T06:01:27.982154+0000 mgr.smithi116.ldeiub (mgr.14182) 1287 : cluster [DBG] pgmap v828: 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 2023-11-15T06:01:31.651 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 06:01:31 smithi116 bash[25961]: cluster 2023-11-15T06:01:29.983301+0000 mgr.smithi116.ldeiub (mgr.14182) 1288 : cluster [DBG] pgmap v829: 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 2023-11-15T06:01:31.652 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 06:01:31 smithi116 bash[25961]: audit 2023-11-15T06:01:30.305629+0000 mon.smithi116 (mon.0) 959 : audit [INF] from='mgr.14182 172.21.15.116:0/1868390107' entity='mgr.smithi116.ldeiub' 2023-11-15T06:01:31.762 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 06:01:31 smithi152 bash[29762]: cluster 2023-11-15T06:01:29.983301+0000 mgr.smithi116.ldeiub (mgr.14182) 1288 : cluster [DBG] pgmap v829: 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 2023-11-15T06:01:31.762 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 06:01:31 smithi152 bash[29762]: audit 2023-11-15T06:01:30.305629+0000 mon.smithi116 (mon.0) 959 : audit [INF] from='mgr.14182 172.21.15.116:0/1868390107' entity='mgr.smithi116.ldeiub' 2023-11-15T06:01:32.461 INFO:teuthology.orchestra.run.smithi116.stdout: 2023-11-15T06:01:32.461 INFO:teuthology.orchestra.run.smithi116.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T05:34:36.374719Z", "last_refresh": "2023-11-15T05:54:17.751933Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T05:34:28.472277Z", "last_refresh": "2023-11-15T05:54:17.752190Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T05:34:32.474479Z", "last_refresh": "2023-11-15T05:54:17.752440Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T06:00:13.892738Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi116.atzwsg on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T06:01:18.056993Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi152.ndeakz on smithi152: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi152-ndeakz\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi152-ndeakz\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi152.ndeakz\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi152.ndeakz\nDeploy daemon haproxy.nfs.foo.smithi152.ndeakz ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi152 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi152 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T06:01:21.968224Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi116.jmriet on smithi116: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi116-jmriet\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi116-jmriet\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi116.jmriet\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi116.jmriet\nDeploy daemon haproxy.nfs.foo.smithi116.jmriet ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T06:01:21.972561Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi152.ehpjld on smithi152: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T06:01:21.976510Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi116.minpkh on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.116/16"}, "status": {"created": "2023-11-15T05:41:51.643812Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.116/16"}}, {"events": ["2023-11-15T05:41:45.562111Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-15T05:41:45.554912Z", "last_refresh": "2023-11-15T05:54:17.754055Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T05:34:26.558369Z", "last_refresh": "2023-11-15T05:54:17.751661Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:35:55.352857Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi116:172.21.15.116=smithi116", "smithi152:172.21.15.152=smithi152"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T05:35:55.345327Z", "last_refresh": "2023-11-15T05:54:17.751271Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:41:51.641747Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-11-15T05:41:51.636276Z", "last_refresh": "2023-11-15T05:54:17.754311Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T05:34:34.444913Z", "last_refresh": "2023-11-15T05:54:17.752691Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T05:36:22.979260Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T05:36:22.972321Z", "last_refresh": "2023-11-15T05:54:17.753010Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T05:34:30.388073Z", "last_refresh": "2023-11-15T05:55:32.568058Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-15T06:01:33.170 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T06:01:33.651 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 06:01:33 smithi116 bash[25961]: cluster 2023-11-15T06:01:31.984629+0000 mgr.smithi116.ldeiub (mgr.14182) 1289 : cluster [DBG] pgmap v830: 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 2023-11-15T06:01:33.652 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 06:01:33 smithi116 bash[25961]: audit 2023-11-15T06:01:32.452175+0000 mgr.smithi116.ldeiub (mgr.14182) 1290 : audit [DBG] from='client.15504 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T06:01:33.760 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 06:01:33 smithi152 bash[29762]: cluster 2023-11-15T06:01:31.984629+0000 mgr.smithi116.ldeiub (mgr.14182) 1289 : cluster [DBG] pgmap v830: 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 2023-11-15T06:01:33.761 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 06:01:33 smithi152 bash[29762]: audit 2023-11-15T06:01:32.452175+0000 mgr.smithi116.ldeiub (mgr.14182) 1290 : audit [DBG] from='client.15504 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T06:01:34.171 DEBUG:teuthology.orchestra.run.smithi116:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 7456fada-8378-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T06:01:36.010 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 06:01:35 smithi152 bash[29762]: cluster 2023-11-15T06:01:33.985820+0000 mgr.smithi116.ldeiub (mgr.14182) 1291 : cluster [DBG] pgmap v831: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T06:01:36.151 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 06:01:35 smithi116 bash[25961]: cluster 2023-11-15T06:01:33.985820+0000 mgr.smithi116.ldeiub (mgr.14182) 1291 : cluster [DBG] pgmap v831: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T06:01:37.474 INFO:teuthology.orchestra.run.smithi116.stdout: 2023-11-15T06:01:37.474 INFO:teuthology.orchestra.run.smithi116.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T05:34:36.374719Z", "last_refresh": "2023-11-15T05:54:17.751933Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T05:34:28.472277Z", "last_refresh": "2023-11-15T05:54:17.752190Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T05:34:32.474479Z", "last_refresh": "2023-11-15T05:54:17.752440Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T06:00:13.892738Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi116.atzwsg on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T06:01:18.056993Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi152.ndeakz on smithi152: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi152-ndeakz\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi152-ndeakz\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi152.ndeakz\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi152.ndeakz\nDeploy daemon haproxy.nfs.foo.smithi152.ndeakz ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi152 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi152 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T06:01:21.968224Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi116.jmriet on smithi116: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi116-jmriet\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi116-jmriet\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi116.jmriet\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi116.jmriet\nDeploy daemon haproxy.nfs.foo.smithi116.jmriet ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T06:01:21.972561Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi152.ehpjld on smithi152: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T06:01:21.976510Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi116.minpkh on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.116/16"}, "status": {"created": "2023-11-15T05:41:51.643812Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.116/16"}}, {"events": ["2023-11-15T05:41:45.562111Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-15T05:41:45.554912Z", "last_refresh": "2023-11-15T05:54:17.754055Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T05:34:26.558369Z", "last_refresh": "2023-11-15T05:54:17.751661Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:35:55.352857Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi116:172.21.15.116=smithi116", "smithi152:172.21.15.152=smithi152"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T05:35:55.345327Z", "last_refresh": "2023-11-15T05:54:17.751271Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:41:51.641747Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-11-15T05:41:51.636276Z", "last_refresh": "2023-11-15T05:54:17.754311Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T05:34:34.444913Z", "last_refresh": "2023-11-15T05:54:17.752691Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T05:36:22.979260Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T05:36:22.972321Z", "last_refresh": "2023-11-15T05:54:17.753010Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T05:34:30.388073Z", "last_refresh": "2023-11-15T05:55:32.568058Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-15T06:01:37.901 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 06:01:37 smithi116 bash[25961]: cluster 2023-11-15T06:01:35.987009+0000 mgr.smithi116.ldeiub (mgr.14182) 1292 : cluster [DBG] pgmap v832: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T06:01:38.010 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 06:01:37 smithi152 bash[29762]: cluster 2023-11-15T06:01:35.987009+0000 mgr.smithi116.ldeiub (mgr.14182) 1292 : cluster [DBG] pgmap v832: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T06:01:38.151 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T06:01:39.010 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 06:01:38 smithi152 bash[29762]: audit 2023-11-15T06:01:37.464908+0000 mgr.smithi116.ldeiub (mgr.14182) 1293 : audit [DBG] from='client.15508 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T06:01:39.151 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 06:01:38 smithi116 bash[25961]: audit 2023-11-15T06:01:37.464908+0000 mgr.smithi116.ldeiub (mgr.14182) 1293 : audit [DBG] from='client.15508 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T06:01:39.152 DEBUG:teuthology.orchestra.run.smithi116:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 7456fada-8378-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T06:01:40.010 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 06:01:39 smithi152 bash[29762]: cluster 2023-11-15T06:01:37.988116+0000 mgr.smithi116.ldeiub (mgr.14182) 1294 : cluster [DBG] pgmap v833: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T06:01:40.151 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 06:01:39 smithi116 bash[25961]: cluster 2023-11-15T06:01:37.988116+0000 mgr.smithi116.ldeiub (mgr.14182) 1294 : cluster [DBG] pgmap v833: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T06:01:42.010 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 06:01:41 smithi152 bash[29762]: cluster 2023-11-15T06:01:39.989324+0000 mgr.smithi116.ldeiub (mgr.14182) 1295 : cluster [DBG] pgmap v834: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T06:01:42.016 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 06:01:41 smithi116 bash[25961]: cluster 2023-11-15T06:01:39.989324+0000 mgr.smithi116.ldeiub (mgr.14182) 1295 : cluster [DBG] pgmap v834: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T06:01:42.451 INFO:teuthology.orchestra.run.smithi116.stdout: 2023-11-15T06:01:42.451 INFO:teuthology.orchestra.run.smithi116.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T05:34:36.374719Z", "last_refresh": "2023-11-15T05:54:17.751933Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T05:34:28.472277Z", "last_refresh": "2023-11-15T05:54:17.752190Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T05:34:32.474479Z", "last_refresh": "2023-11-15T05:54:17.752440Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T06:00:13.892738Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi116.atzwsg on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T06:01:18.056993Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi152.ndeakz on smithi152: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi152-ndeakz\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi152-ndeakz\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi152.ndeakz\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi152.ndeakz\nDeploy daemon haproxy.nfs.foo.smithi152.ndeakz ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi152 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi152 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T06:01:21.968224Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi116.jmriet on smithi116: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi116-jmriet\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi116-jmriet\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi116.jmriet\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi116.jmriet\nDeploy daemon haproxy.nfs.foo.smithi116.jmriet ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T06:01:21.972561Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi152.ehpjld on smithi152: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T06:01:21.976510Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi116.minpkh on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.116/16"}, "status": {"created": "2023-11-15T05:41:51.643812Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.116/16"}}, {"events": ["2023-11-15T05:41:45.562111Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-15T05:41:45.554912Z", "last_refresh": "2023-11-15T05:54:17.754055Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T05:34:26.558369Z", "last_refresh": "2023-11-15T05:54:17.751661Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:35:55.352857Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi116:172.21.15.116=smithi116", "smithi152:172.21.15.152=smithi152"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T05:35:55.345327Z", "last_refresh": "2023-11-15T05:54:17.751271Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:41:51.641747Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-11-15T05:41:51.636276Z", "last_refresh": "2023-11-15T05:54:17.754311Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T05:34:34.444913Z", "last_refresh": "2023-11-15T05:54:17.752691Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T05:36:22.979260Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T05:36:22.972321Z", "last_refresh": "2023-11-15T05:54:17.753010Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T05:34:30.388073Z", "last_refresh": "2023-11-15T05:55:32.568058Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-15T06:01:43.102 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T06:01:44.010 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 06:01:43 smithi152 bash[29762]: cluster 2023-11-15T06:01:41.990680+0000 mgr.smithi116.ldeiub (mgr.14182) 1296 : 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 2023-11-15T06:01:44.011 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 06:01:43 smithi152 bash[29762]: audit 2023-11-15T06:01:42.439103+0000 mgr.smithi116.ldeiub (mgr.14182) 1297 : audit [DBG] from='client.15512 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T06:01:44.103 DEBUG:teuthology.orchestra.run.smithi116:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 7456fada-8378-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T06:01:44.117 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 06:01:43 smithi116 bash[25961]: cluster 2023-11-15T06:01:41.990680+0000 mgr.smithi116.ldeiub (mgr.14182) 1296 : 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 2023-11-15T06:01:44.117 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 06:01:43 smithi116 bash[25961]: audit 2023-11-15T06:01:42.439103+0000 mgr.smithi116.ldeiub (mgr.14182) 1297 : audit [DBG] from='client.15512 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T06:01:46.010 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 06:01:45 smithi152 bash[29762]: cluster 2023-11-15T06:01:43.991918+0000 mgr.smithi116.ldeiub (mgr.14182) 1298 : 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 2023-11-15T06:01:46.151 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 06:01:45 smithi116 bash[25961]: cluster 2023-11-15T06:01:43.991918+0000 mgr.smithi116.ldeiub (mgr.14182) 1298 : 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 2023-11-15T06:01:47.281 INFO:teuthology.orchestra.run.smithi116.stdout: 2023-11-15T06:01:47.282 INFO:teuthology.orchestra.run.smithi116.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T05:34:36.374719Z", "last_refresh": "2023-11-15T05:54:17.751933Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T05:34:28.472277Z", "last_refresh": "2023-11-15T05:54:17.752190Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T05:34:32.474479Z", "last_refresh": "2023-11-15T05:54:17.752440Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T06:00:13.892738Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi116.atzwsg on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T06:01:18.056993Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi152.ndeakz on smithi152: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi152-ndeakz\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi152-ndeakz\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi152.ndeakz\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi152.ndeakz\nDeploy daemon haproxy.nfs.foo.smithi152.ndeakz ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi152 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi152 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T06:01:21.968224Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi116.jmriet on smithi116: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi116-jmriet\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi116-jmriet\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi116.jmriet\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi116.jmriet\nDeploy daemon haproxy.nfs.foo.smithi116.jmriet ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T06:01:21.972561Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi152.ehpjld on smithi152: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T06:01:21.976510Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi116.minpkh on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.116/16"}, "status": {"created": "2023-11-15T05:41:51.643812Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.116/16"}}, {"events": ["2023-11-15T05:41:45.562111Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-15T05:41:45.554912Z", "last_refresh": "2023-11-15T05:54:17.754055Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T05:34:26.558369Z", "last_refresh": "2023-11-15T05:54:17.751661Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:35:55.352857Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi116:172.21.15.116=smithi116", "smithi152:172.21.15.152=smithi152"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T05:35:55.345327Z", "last_refresh": "2023-11-15T05:54:17.751271Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:41:51.641747Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-11-15T05:41:51.636276Z", "last_refresh": "2023-11-15T05:54:17.754311Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T05:34:34.444913Z", "last_refresh": "2023-11-15T05:54:17.752691Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T05:36:22.979260Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T05:36:22.972321Z", "last_refresh": "2023-11-15T05:54:17.753010Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T05:34:30.388073Z", "last_refresh": "2023-11-15T05:55:32.568058Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-15T06:01:47.864 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T06:01:48.010 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 06:01:47 smithi152 bash[29762]: cluster 2023-11-15T06:01:45.992753+0000 mgr.smithi116.ldeiub (mgr.14182) 1299 : 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 2023-11-15T06:01:48.151 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 06:01:47 smithi116 bash[25961]: cluster 2023-11-15T06:01:45.992753+0000 mgr.smithi116.ldeiub (mgr.14182) 1299 : 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 2023-11-15T06:01:48.865 DEBUG:teuthology.orchestra.run.smithi116:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 7456fada-8378-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T06:01:49.010 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 06:01:48 smithi152 bash[29762]: audit 2023-11-15T06:01:47.265335+0000 mgr.smithi116.ldeiub (mgr.14182) 1300 : audit [DBG] from='client.15516 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T06:01:49.151 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 06:01:48 smithi116 bash[25961]: audit 2023-11-15T06:01:47.265335+0000 mgr.smithi116.ldeiub (mgr.14182) 1300 : audit [DBG] from='client.15516 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T06:01:50.065 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 06:01:49 smithi116 bash[25961]: cluster 2023-11-15T06:01:47.993780+0000 mgr.smithi116.ldeiub (mgr.14182) 1301 : 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 2023-11-15T06:01:50.260 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 06:01:49 smithi152 bash[29762]: cluster 2023-11-15T06:01:47.993780+0000 mgr.smithi116.ldeiub (mgr.14182) 1301 : 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 2023-11-15T06:01:51.901 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 06:01:51 smithi116 bash[25961]: cluster 2023-11-15T06:01:49.995091+0000 mgr.smithi116.ldeiub (mgr.14182) 1302 : 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 2023-11-15T06:01:51.997 INFO:teuthology.orchestra.run.smithi116.stdout: 2023-11-15T06:01:51.997 INFO:teuthology.orchestra.run.smithi116.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T05:34:36.374719Z", "last_refresh": "2023-11-15T05:54:17.751933Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T05:34:28.472277Z", "last_refresh": "2023-11-15T05:54:17.752190Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T05:34:32.474479Z", "last_refresh": "2023-11-15T05:54:17.752440Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T06:00:13.892738Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi116.atzwsg on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T06:01:18.056993Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi152.ndeakz on smithi152: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi152-ndeakz\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi152-ndeakz\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi152.ndeakz\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi152.ndeakz\nDeploy daemon haproxy.nfs.foo.smithi152.ndeakz ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi152 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi152 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T06:01:21.968224Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi116.jmriet on smithi116: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi116-jmriet\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi116-jmriet\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi116.jmriet\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi116.jmriet\nDeploy daemon haproxy.nfs.foo.smithi116.jmriet ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T06:01:21.972561Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi152.ehpjld on smithi152: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T06:01:21.976510Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi116.minpkh on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.116/16"}, "status": {"created": "2023-11-15T05:41:51.643812Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.116/16"}}, {"events": ["2023-11-15T05:41:45.562111Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-15T05:41:45.554912Z", "last_refresh": "2023-11-15T05:54:17.754055Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T05:34:26.558369Z", "last_refresh": "2023-11-15T05:54:17.751661Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:35:55.352857Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi116:172.21.15.116=smithi116", "smithi152:172.21.15.152=smithi152"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T05:35:55.345327Z", "last_refresh": "2023-11-15T05:54:17.751271Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:41:51.641747Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-11-15T05:41:51.636276Z", "last_refresh": "2023-11-15T05:54:17.754311Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T05:34:34.444913Z", "last_refresh": "2023-11-15T05:54:17.752691Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T05:36:22.979260Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T05:36:22.972321Z", "last_refresh": "2023-11-15T05:54:17.753010Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T05:34:30.388073Z", "last_refresh": "2023-11-15T05:55:32.568058Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-15T06:01:52.260 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 06:01:51 smithi152 bash[29762]: cluster 2023-11-15T06:01:49.995091+0000 mgr.smithi116.ldeiub (mgr.14182) 1302 : 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 2023-11-15T06:01:52.628 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T06:01:53.629 DEBUG:teuthology.orchestra.run.smithi116:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 7456fada-8378-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T06:01:53.901 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 06:01:53 smithi116 bash[25961]: audit 2023-11-15T06:01:51.982213+0000 mgr.smithi116.ldeiub (mgr.14182) 1303 : audit [DBG] from='client.15520 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T06:01:53.902 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 06:01:53 smithi116 bash[25961]: cluster 2023-11-15T06:01:51.996417+0000 mgr.smithi116.ldeiub (mgr.14182) 1304 : 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 2023-11-15T06:01:54.261 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 06:01:53 smithi152 bash[29762]: audit 2023-11-15T06:01:51.982213+0000 mgr.smithi116.ldeiub (mgr.14182) 1303 : audit [DBG] from='client.15520 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T06:01:54.261 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 06:01:53 smithi152 bash[29762]: cluster 2023-11-15T06:01:51.996417+0000 mgr.smithi116.ldeiub (mgr.14182) 1304 : 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 2023-11-15T06:01:56.152 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 06:01:55 smithi116 bash[25961]: cluster 2023-11-15T06:01:53.997843+0000 mgr.smithi116.ldeiub (mgr.14182) 1305 : 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 2023-11-15T06:01:56.260 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 06:01:55 smithi152 bash[29762]: cluster 2023-11-15T06:01:53.997843+0000 mgr.smithi116.ldeiub (mgr.14182) 1305 : 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 2023-11-15T06:01:56.923 INFO:teuthology.orchestra.run.smithi116.stdout: 2023-11-15T06:01:56.923 INFO:teuthology.orchestra.run.smithi116.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T05:34:36.374719Z", "last_refresh": "2023-11-15T05:54:17.751933Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T05:34:28.472277Z", "last_refresh": "2023-11-15T05:54:17.752190Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T05:34:32.474479Z", "last_refresh": "2023-11-15T05:54:17.752440Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T06:00:13.892738Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi116.atzwsg on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T06:01:18.056993Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi152.ndeakz on smithi152: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi152-ndeakz\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi152-ndeakz\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi152.ndeakz\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi152.ndeakz\nDeploy daemon haproxy.nfs.foo.smithi152.ndeakz ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi152 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi152 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T06:01:21.968224Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi116.jmriet on smithi116: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi116-jmriet\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi116-jmriet\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi116.jmriet\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi116.jmriet\nDeploy daemon haproxy.nfs.foo.smithi116.jmriet ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T06:01:21.972561Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi152.ehpjld on smithi152: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T06:01:21.976510Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi116.minpkh on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.116/16"}, "status": {"created": "2023-11-15T05:41:51.643812Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.116/16"}}, {"events": ["2023-11-15T05:41:45.562111Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-15T05:41:45.554912Z", "last_refresh": "2023-11-15T05:54:17.754055Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T05:34:26.558369Z", "last_refresh": "2023-11-15T05:54:17.751661Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:35:55.352857Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi116:172.21.15.116=smithi116", "smithi152:172.21.15.152=smithi152"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T05:35:55.345327Z", "last_refresh": "2023-11-15T05:54:17.751271Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:41:51.641747Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-11-15T05:41:51.636276Z", "last_refresh": "2023-11-15T05:54:17.754311Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T05:34:34.444913Z", "last_refresh": "2023-11-15T05:54:17.752691Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T05:36:22.979260Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T05:36:22.972321Z", "last_refresh": "2023-11-15T05:54:17.753010Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T05:34:30.388073Z", "last_refresh": "2023-11-15T05:55:32.568058Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-15T06:01:57.582 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T06:01:57.901 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 06:01:57 smithi116 bash[25961]: cluster 2023-11-15T06:01:55.999175+0000 mgr.smithi116.ldeiub (mgr.14182) 1306 : 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 2023-11-15T06:01:57.901 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 06:01:57 smithi116 bash[25961]: audit 2023-11-15T06:01:56.914443+0000 mgr.smithi116.ldeiub (mgr.14182) 1307 : audit [DBG] from='client.15524 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T06:01:58.261 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 06:01:57 smithi152 bash[29762]: cluster 2023-11-15T06:01:55.999175+0000 mgr.smithi116.ldeiub (mgr.14182) 1306 : 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 2023-11-15T06:01:58.261 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 06:01:57 smithi152 bash[29762]: audit 2023-11-15T06:01:56.914443+0000 mgr.smithi116.ldeiub (mgr.14182) 1307 : audit [DBG] from='client.15524 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T06:01:58.584 DEBUG:teuthology.orchestra.run.smithi116:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 7456fada-8378-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T06:01:59.975 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 06:01:59 smithi116 bash[25961]: cluster 2023-11-15T06:01:58.000234+0000 mgr.smithi116.ldeiub (mgr.14182) 1308 : 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 2023-11-15T06:02:00.260 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 06:01:59 smithi152 bash[29762]: cluster 2023-11-15T06:01:58.000234+0000 mgr.smithi116.ldeiub (mgr.14182) 1308 : 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 2023-11-15T06:02:01.716 INFO:teuthology.orchestra.run.smithi116.stdout: 2023-11-15T06:02:01.716 INFO:teuthology.orchestra.run.smithi116.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T05:34:36.374719Z", "last_refresh": "2023-11-15T05:54:17.751933Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T05:34:28.472277Z", "last_refresh": "2023-11-15T05:54:17.752190Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T05:34:32.474479Z", "last_refresh": "2023-11-15T05:54:17.752440Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T06:00:13.892738Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi116.atzwsg on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T06:01:18.056993Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi152.ndeakz on smithi152: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi152-ndeakz\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi152-ndeakz\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi152.ndeakz\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi152.ndeakz\nDeploy daemon haproxy.nfs.foo.smithi152.ndeakz ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi152 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi152 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T06:01:21.968224Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi116.jmriet on smithi116: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi116-jmriet\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi116-jmriet\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi116.jmriet\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi116.jmriet\nDeploy daemon haproxy.nfs.foo.smithi116.jmriet ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T06:01:21.972561Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi152.ehpjld on smithi152: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T06:01:21.976510Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi116.minpkh on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.116/16"}, "status": {"created": "2023-11-15T05:41:51.643812Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.116/16"}}, {"events": ["2023-11-15T05:41:45.562111Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-15T05:41:45.554912Z", "last_refresh": "2023-11-15T05:54:17.754055Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T05:34:26.558369Z", "last_refresh": "2023-11-15T05:54:17.751661Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:35:55.352857Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi116:172.21.15.116=smithi116", "smithi152:172.21.15.152=smithi152"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T05:35:55.345327Z", "last_refresh": "2023-11-15T05:54:17.751271Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:41:51.641747Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-11-15T05:41:51.636276Z", "last_refresh": "2023-11-15T05:54:17.754311Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T05:34:34.444913Z", "last_refresh": "2023-11-15T05:54:17.752691Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T05:36:22.979260Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T05:36:22.972321Z", "last_refresh": "2023-11-15T05:54:17.753010Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T05:34:30.388073Z", "last_refresh": "2023-11-15T05:55:32.568058Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-15T06:02:02.151 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 06:02:01 smithi116 bash[25961]: cluster 2023-11-15T06:02:00.001417+0000 mgr.smithi116.ldeiub (mgr.14182) 1309 : 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 2023-11-15T06:02:02.260 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 06:02:01 smithi152 bash[29762]: cluster 2023-11-15T06:02:00.001417+0000 mgr.smithi116.ldeiub (mgr.14182) 1309 : 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 2023-11-15T06:02:02.382 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T06:02:03.151 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 06:02:02 smithi116 bash[25961]: audit 2023-11-15T06:02:01.699256+0000 mgr.smithi116.ldeiub (mgr.14182) 1310 : audit [DBG] from='client.15528 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T06:02:03.260 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 06:02:02 smithi152 bash[29762]: audit 2023-11-15T06:02:01.699256+0000 mgr.smithi116.ldeiub (mgr.14182) 1310 : audit [DBG] from='client.15528 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T06:02:03.383 DEBUG:teuthology.orchestra.run.smithi116:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 7456fada-8378-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T06:02:04.151 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 06:02:03 smithi116 bash[25961]: cluster 2023-11-15T06:02:02.002770+0000 mgr.smithi116.ldeiub (mgr.14182) 1311 : 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 2023-11-15T06:02:04.260 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 06:02:03 smithi152 bash[29762]: cluster 2023-11-15T06:02:02.002770+0000 mgr.smithi116.ldeiub (mgr.14182) 1311 : 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 2023-11-15T06:02:06.151 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 06:02:05 smithi116 bash[25961]: cluster 2023-11-15T06:02:04.004004+0000 mgr.smithi116.ldeiub (mgr.14182) 1312 : 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 2023-11-15T06:02:06.260 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 06:02:05 smithi152 bash[29762]: cluster 2023-11-15T06:02:04.004004+0000 mgr.smithi116.ldeiub (mgr.14182) 1312 : 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 2023-11-15T06:02:06.747 INFO:teuthology.orchestra.run.smithi116.stdout: 2023-11-15T06:02:06.748 INFO:teuthology.orchestra.run.smithi116.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T05:34:36.374719Z", "last_refresh": "2023-11-15T05:54:17.751933Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T05:34:28.472277Z", "last_refresh": "2023-11-15T05:54:17.752190Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T05:34:32.474479Z", "last_refresh": "2023-11-15T05:54:17.752440Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T06:00:13.892738Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi116.atzwsg on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T06:01:18.056993Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi152.ndeakz on smithi152: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi152-ndeakz\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi152-ndeakz\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi152.ndeakz\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi152.ndeakz\nDeploy daemon haproxy.nfs.foo.smithi152.ndeakz ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi152 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi152 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T06:01:21.968224Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi116.jmriet on smithi116: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi116-jmriet\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi116-jmriet\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi116.jmriet\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi116.jmriet\nDeploy daemon haproxy.nfs.foo.smithi116.jmriet ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T06:01:21.972561Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi152.ehpjld on smithi152: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T06:01:21.976510Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi116.minpkh on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.116/16"}, "status": {"created": "2023-11-15T05:41:51.643812Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.116/16"}}, {"events": ["2023-11-15T05:41:45.562111Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-15T05:41:45.554912Z", "last_refresh": "2023-11-15T05:54:17.754055Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T05:34:26.558369Z", "last_refresh": "2023-11-15T05:54:17.751661Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:35:55.352857Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi116:172.21.15.116=smithi116", "smithi152:172.21.15.152=smithi152"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T05:35:55.345327Z", "last_refresh": "2023-11-15T05:54:17.751271Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:41:51.641747Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-11-15T05:41:51.636276Z", "last_refresh": "2023-11-15T05:54:17.754311Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T05:34:34.444913Z", "last_refresh": "2023-11-15T05:54:17.752691Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T05:36:22.979260Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T05:36:22.972321Z", "last_refresh": "2023-11-15T05:54:17.753010Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T05:34:30.388073Z", "last_refresh": "2023-11-15T05:55:32.568058Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-15T06:02:07.389 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T06:02:08.151 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 06:02:07 smithi116 bash[25961]: cluster 2023-11-15T06:02:06.004865+0000 mgr.smithi116.ldeiub (mgr.14182) 1313 : 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 2023-11-15T06:02:08.151 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 06:02:07 smithi116 bash[25961]: audit 2023-11-15T06:02:06.731146+0000 mgr.smithi116.ldeiub (mgr.14182) 1314 : audit [DBG] from='client.15532 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T06:02:08.260 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 06:02:07 smithi152 bash[29762]: cluster 2023-11-15T06:02:06.004865+0000 mgr.smithi116.ldeiub (mgr.14182) 1313 : 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 2023-11-15T06:02:08.261 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 06:02:07 smithi152 bash[29762]: audit 2023-11-15T06:02:06.731146+0000 mgr.smithi116.ldeiub (mgr.14182) 1314 : audit [DBG] from='client.15532 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T06:02:08.391 DEBUG:teuthology.orchestra.run.smithi116:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 7456fada-8378-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T06:02:10.151 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 06:02:09 smithi116 bash[25961]: cluster 2023-11-15T06:02:08.005924+0000 mgr.smithi116.ldeiub (mgr.14182) 1315 : 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 2023-11-15T06:02:10.260 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 06:02:09 smithi152 bash[29762]: cluster 2023-11-15T06:02:08.005924+0000 mgr.smithi116.ldeiub (mgr.14182) 1315 : 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 2023-11-15T06:02:11.514 INFO:teuthology.orchestra.run.smithi116.stdout: 2023-11-15T06:02:11.514 INFO:teuthology.orchestra.run.smithi116.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T05:34:36.374719Z", "last_refresh": "2023-11-15T05:54:17.751933Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T05:34:28.472277Z", "last_refresh": "2023-11-15T05:54:17.752190Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T05:34:32.474479Z", "last_refresh": "2023-11-15T05:54:17.752440Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T06:00:13.892738Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi116.atzwsg on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T06:01:18.056993Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi152.ndeakz on smithi152: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi152-ndeakz\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi152-ndeakz\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi152.ndeakz\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi152.ndeakz\nDeploy daemon haproxy.nfs.foo.smithi152.ndeakz ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi152 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi152 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T06:01:21.968224Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi116.jmriet on smithi116: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi116-jmriet\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi116-jmriet\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi116.jmriet\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi116.jmriet\nDeploy daemon haproxy.nfs.foo.smithi116.jmriet ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T06:01:21.972561Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi152.ehpjld on smithi152: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T06:01:21.976510Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi116.minpkh on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.116/16"}, "status": {"created": "2023-11-15T05:41:51.643812Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.116/16"}}, {"events": ["2023-11-15T05:41:45.562111Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-15T05:41:45.554912Z", "last_refresh": "2023-11-15T05:54:17.754055Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T05:34:26.558369Z", "last_refresh": "2023-11-15T05:54:17.751661Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:35:55.352857Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi116:172.21.15.116=smithi116", "smithi152:172.21.15.152=smithi152"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T05:35:55.345327Z", "last_refresh": "2023-11-15T05:54:17.751271Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:41:51.641747Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-11-15T05:41:51.636276Z", "last_refresh": "2023-11-15T05:54:17.754311Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T05:34:34.444913Z", "last_refresh": "2023-11-15T05:54:17.752691Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T05:36:22.979260Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T05:36:22.972321Z", "last_refresh": "2023-11-15T05:54:17.753010Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T05:34:30.388073Z", "last_refresh": "2023-11-15T05:55:32.568058Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-15T06:02:11.901 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 06:02:11 smithi116 bash[25961]: cluster 2023-11-15T06:02:10.007156+0000 mgr.smithi116.ldeiub (mgr.14182) 1316 : 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 2023-11-15T06:02:12.089 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T06:02:12.260 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 06:02:11 smithi152 bash[29762]: cluster 2023-11-15T06:02:10.007156+0000 mgr.smithi116.ldeiub (mgr.14182) 1316 : 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 2023-11-15T06:02:13.091 DEBUG:teuthology.orchestra.run.smithi116:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 7456fada-8378-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T06:02:13.104 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 06:02:12 smithi116 bash[25961]: audit 2023-11-15T06:02:11.505706+0000 mgr.smithi116.ldeiub (mgr.14182) 1317 : audit [DBG] from='client.15536 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T06:02:13.260 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 06:02:12 smithi152 bash[29762]: audit 2023-11-15T06:02:11.505706+0000 mgr.smithi116.ldeiub (mgr.14182) 1317 : audit [DBG] from='client.15536 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T06:02:14.151 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 06:02:13 smithi116 bash[25961]: cluster 2023-11-15T06:02:12.008418+0000 mgr.smithi116.ldeiub (mgr.14182) 1318 : 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 2023-11-15T06:02:14.260 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 06:02:13 smithi152 bash[29762]: cluster 2023-11-15T06:02:12.008418+0000 mgr.smithi116.ldeiub (mgr.14182) 1318 : 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 2023-11-15T06:02:16.151 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 06:02:15 smithi116 bash[25961]: cluster 2023-11-15T06:02:14.009697+0000 mgr.smithi116.ldeiub (mgr.14182) 1319 : 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 2023-11-15T06:02:16.260 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 06:02:15 smithi152 bash[29762]: cluster 2023-11-15T06:02:14.009697+0000 mgr.smithi116.ldeiub (mgr.14182) 1319 : 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 2023-11-15T06:02:16.351 INFO:teuthology.orchestra.run.smithi116.stdout: 2023-11-15T06:02:16.352 INFO:teuthology.orchestra.run.smithi116.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T05:34:36.374719Z", "last_refresh": "2023-11-15T05:54:17.751933Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T05:34:28.472277Z", "last_refresh": "2023-11-15T05:54:17.752190Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T05:34:32.474479Z", "last_refresh": "2023-11-15T05:54:17.752440Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T06:00:13.892738Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi116.atzwsg on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T06:01:18.056993Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi152.ndeakz on smithi152: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi152-ndeakz\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi152-ndeakz\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi152.ndeakz\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi152.ndeakz\nDeploy daemon haproxy.nfs.foo.smithi152.ndeakz ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi152 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi152 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T06:01:21.968224Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi116.jmriet on smithi116: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi116-jmriet\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi116-jmriet\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi116.jmriet\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi116.jmriet\nDeploy daemon haproxy.nfs.foo.smithi116.jmriet ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T06:01:21.972561Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi152.ehpjld on smithi152: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T06:01:21.976510Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi116.minpkh on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.116/16"}, "status": {"created": "2023-11-15T05:41:51.643812Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.116/16"}}, {"events": ["2023-11-15T05:41:45.562111Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-15T05:41:45.554912Z", "last_refresh": "2023-11-15T05:54:17.754055Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T05:34:26.558369Z", "last_refresh": "2023-11-15T05:54:17.751661Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:35:55.352857Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi116:172.21.15.116=smithi116", "smithi152:172.21.15.152=smithi152"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T05:35:55.345327Z", "last_refresh": "2023-11-15T05:54:17.751271Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:41:51.641747Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-11-15T05:41:51.636276Z", "last_refresh": "2023-11-15T05:54:17.754311Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T05:34:34.444913Z", "last_refresh": "2023-11-15T05:54:17.752691Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T05:36:22.979260Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T05:36:22.972321Z", "last_refresh": "2023-11-15T05:54:17.753010Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T05:34:30.388073Z", "last_refresh": "2023-11-15T05:55:32.568058Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-15T06:02:16.992 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T06:02:17.994 DEBUG:teuthology.orchestra.run.smithi116:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 7456fada-8378-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T06:02:18.151 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 06:02:17 smithi116 bash[25961]: cluster 2023-11-15T06:02:16.011040+0000 mgr.smithi116.ldeiub (mgr.14182) 1320 : 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 2023-11-15T06:02:18.151 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 06:02:17 smithi116 bash[25961]: audit 2023-11-15T06:02:16.343067+0000 mgr.smithi116.ldeiub (mgr.14182) 1321 : audit [DBG] from='client.15540 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T06:02:18.260 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 06:02:17 smithi152 bash[29762]: cluster 2023-11-15T06:02:16.011040+0000 mgr.smithi116.ldeiub (mgr.14182) 1320 : 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 2023-11-15T06:02:18.261 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 06:02:17 smithi152 bash[29762]: audit 2023-11-15T06:02:16.343067+0000 mgr.smithi116.ldeiub (mgr.14182) 1321 : audit [DBG] from='client.15540 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T06:02:20.151 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 06:02:19 smithi116 bash[25961]: cluster 2023-11-15T06:02:18.011683+0000 mgr.smithi116.ldeiub (mgr.14182) 1322 : 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 2023-11-15T06:02:20.260 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 06:02:19 smithi152 bash[29762]: cluster 2023-11-15T06:02:18.011683+0000 mgr.smithi116.ldeiub (mgr.14182) 1322 : 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 2023-11-15T06:02:21.214 INFO:teuthology.orchestra.run.smithi116.stdout: 2023-11-15T06:02:21.214 INFO:teuthology.orchestra.run.smithi116.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T05:34:36.374719Z", "last_refresh": "2023-11-15T05:54:17.751933Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T05:34:28.472277Z", "last_refresh": "2023-11-15T05:54:17.752190Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T05:34:32.474479Z", "last_refresh": "2023-11-15T05:54:17.752440Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T06:00:13.892738Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi116.atzwsg on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T06:01:18.056993Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi152.ndeakz on smithi152: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi152-ndeakz\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi152-ndeakz\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi152.ndeakz\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi152.ndeakz\nDeploy daemon haproxy.nfs.foo.smithi152.ndeakz ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi152 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi152 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T06:01:21.968224Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi116.jmriet on smithi116: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi116-jmriet\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi116-jmriet\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi116.jmriet\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi116.jmriet\nDeploy daemon haproxy.nfs.foo.smithi116.jmriet ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T06:01:21.972561Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi152.ehpjld on smithi152: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T06:01:21.976510Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi116.minpkh on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.116/16"}, "status": {"created": "2023-11-15T05:41:51.643812Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.116/16"}}, {"events": ["2023-11-15T05:41:45.562111Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-15T05:41:45.554912Z", "last_refresh": "2023-11-15T05:54:17.754055Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T05:34:26.558369Z", "last_refresh": "2023-11-15T05:54:17.751661Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:35:55.352857Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi116:172.21.15.116=smithi116", "smithi152:172.21.15.152=smithi152"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T05:35:55.345327Z", "last_refresh": "2023-11-15T05:54:17.751271Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:41:51.641747Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-11-15T05:41:51.636276Z", "last_refresh": "2023-11-15T05:54:17.754311Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T05:34:34.444913Z", "last_refresh": "2023-11-15T05:54:17.752691Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T05:36:22.979260Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T05:36:22.972321Z", "last_refresh": "2023-11-15T05:54:17.753010Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T05:34:30.388073Z", "last_refresh": "2023-11-15T05:55:32.568058Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-15T06:02:21.823 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T06:02:22.151 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 06:02:21 smithi116 bash[25961]: cluster 2023-11-15T06:02:20.012804+0000 mgr.smithi116.ldeiub (mgr.14182) 1323 : 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 2023-11-15T06:02:22.260 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 06:02:21 smithi152 bash[29762]: cluster 2023-11-15T06:02:20.012804+0000 mgr.smithi116.ldeiub (mgr.14182) 1323 : 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 2023-11-15T06:02:22.825 DEBUG:teuthology.orchestra.run.smithi116:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 7456fada-8378-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T06:02:23.151 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 06:02:22 smithi116 bash[25961]: audit 2023-11-15T06:02:21.198387+0000 mgr.smithi116.ldeiub (mgr.14182) 1324 : audit [DBG] from='client.15544 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T06:02:23.152 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 06:02:22 smithi116 bash[25961]: audit 2023-11-15T06:02:21.981539+0000 mon.smithi116 (mon.0) 960 : audit [DBG] from='mgr.14182 172.21.15.116:0/1868390107' entity='mgr.smithi116.ldeiub' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-15T06:02:23.152 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 06:02:22 smithi116 bash[25961]: audit 2023-11-15T06:02:22.283389+0000 mon.smithi116 (mon.0) 961 : audit [DBG] from='mgr.14182 172.21.15.116:0/1868390107' entity='mgr.smithi116.ldeiub' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-15T06:02:23.152 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 06:02:22 smithi116 bash[25961]: audit 2023-11-15T06:02:22.284916+0000 mon.smithi116 (mon.0) 962 : audit [INF] from='mgr.14182 172.21.15.116:0/1868390107' entity='mgr.smithi116.ldeiub' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-11-15T06:02:23.152 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 06:02:22 smithi116 bash[25961]: audit 2023-11-15T06:02:22.293441+0000 mon.smithi116 (mon.0) 963 : audit [INF] from='mgr.14182 172.21.15.116:0/1868390107' entity='mgr.smithi116.ldeiub' 2023-11-15T06:02:23.152 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 06:02:22 smithi116 bash[25961]: audit 2023-11-15T06:02:22.300288+0000 mon.smithi116 (mon.0) 964 : audit [DBG] from='mgr.14182 172.21.15.116:0/1868390107' entity='mgr.smithi116.ldeiub' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-11-15T06:02:23.153 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 06:02:22 smithi116 bash[25961]: audit 2023-11-15T06:02:22.314857+0000 mon.smithi116 (mon.0) 965 : audit [INF] from='mgr.14182 172.21.15.116:0/1868390107' entity='mgr.smithi116.ldeiub' 2023-11-15T06:02:23.260 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 06:02:22 smithi152 bash[29762]: audit 2023-11-15T06:02:21.198387+0000 mgr.smithi116.ldeiub (mgr.14182) 1324 : audit [DBG] from='client.15544 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T06:02:23.261 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 06:02:22 smithi152 bash[29762]: audit 2023-11-15T06:02:21.981539+0000 mon.smithi116 (mon.0) 960 : audit [DBG] from='mgr.14182 172.21.15.116:0/1868390107' entity='mgr.smithi116.ldeiub' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-15T06:02:23.261 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 06:02:22 smithi152 bash[29762]: audit 2023-11-15T06:02:22.283389+0000 mon.smithi116 (mon.0) 961 : audit [DBG] from='mgr.14182 172.21.15.116:0/1868390107' entity='mgr.smithi116.ldeiub' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-15T06:02:23.261 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 06:02:22 smithi152 bash[29762]: audit 2023-11-15T06:02:22.284916+0000 mon.smithi116 (mon.0) 962 : audit [INF] from='mgr.14182 172.21.15.116:0/1868390107' entity='mgr.smithi116.ldeiub' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-11-15T06:02:23.262 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 06:02:22 smithi152 bash[29762]: audit 2023-11-15T06:02:22.293441+0000 mon.smithi116 (mon.0) 963 : audit [INF] from='mgr.14182 172.21.15.116:0/1868390107' entity='mgr.smithi116.ldeiub' 2023-11-15T06:02:23.262 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 06:02:22 smithi152 bash[29762]: audit 2023-11-15T06:02:22.300288+0000 mon.smithi116 (mon.0) 964 : audit [DBG] from='mgr.14182 172.21.15.116:0/1868390107' entity='mgr.smithi116.ldeiub' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-11-15T06:02:23.262 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 06:02:22 smithi152 bash[29762]: audit 2023-11-15T06:02:22.314857+0000 mon.smithi116 (mon.0) 965 : audit [INF] from='mgr.14182 172.21.15.116:0/1868390107' entity='mgr.smithi116.ldeiub' 2023-11-15T06:02:24.151 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 06:02:23 smithi116 bash[25961]: cluster 2023-11-15T06:02:22.013860+0000 mgr.smithi116.ldeiub (mgr.14182) 1325 : 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 2023-11-15T06:02:24.151 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 06:02:23 smithi116 bash[25961]: cluster 2023-11-15T06:02:22.294378+0000 mgr.smithi116.ldeiub (mgr.14182) 1326 : cluster [DBG] pgmap v856: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 99 B/s rd, 0 op/s 2023-11-15T06:02:24.151 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 06:02:23 smithi116 bash[25961]: cephadm 2023-11-15T06:02:22.317484+0000 mgr.smithi116.ldeiub (mgr.14182) 1327 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi152.jinpyv on smithi152 2023-11-15T06:02:24.152 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 06:02:23 smithi116 bash[25961]: cluster 2023-11-15T06:02:22.859870+0000 mon.smithi116 (mon.0) 966 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2023-11-15T06:02:24.152 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 06:02:23 smithi116 bash[25961]: cluster 2023-11-15T06:02:22.859952+0000 mon.smithi116 (mon.0) 967 : cluster [INF] Cluster is now healthy 2023-11-15T06:02:24.260 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 06:02:23 smithi152 bash[29762]: cluster 2023-11-15T06:02:22.013860+0000 mgr.smithi116.ldeiub (mgr.14182) 1325 : 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 2023-11-15T06:02:24.261 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 06:02:23 smithi152 bash[29762]: cluster 2023-11-15T06:02:22.294378+0000 mgr.smithi116.ldeiub (mgr.14182) 1326 : cluster [DBG] pgmap v856: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 99 B/s rd, 0 op/s 2023-11-15T06:02:24.261 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 06:02:23 smithi152 bash[29762]: cephadm 2023-11-15T06:02:22.317484+0000 mgr.smithi116.ldeiub (mgr.14182) 1327 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi152.jinpyv on smithi152 2023-11-15T06:02:24.261 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 06:02:23 smithi152 bash[29762]: cluster 2023-11-15T06:02:22.859870+0000 mon.smithi116 (mon.0) 966 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2023-11-15T06:02:24.261 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 06:02:23 smithi152 bash[29762]: cluster 2023-11-15T06:02:22.859952+0000 mon.smithi116 (mon.0) 967 : cluster [INF] Cluster is now healthy 2023-11-15T06:02:26.035 INFO:teuthology.orchestra.run.smithi116.stdout: 2023-11-15T06:02:26.035 INFO:teuthology.orchestra.run.smithi116.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T05:34:36.374719Z", "last_refresh": "2023-11-15T05:54:17.751933Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T05:34:28.472277Z", "last_refresh": "2023-11-15T05:54:17.752190Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T05:34:32.474479Z", "last_refresh": "2023-11-15T05:54:17.752440Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T06:00:13.892738Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi116.atzwsg on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T06:01:18.056993Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi152.ndeakz on smithi152: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi152-ndeakz\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi152-ndeakz\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi152.ndeakz\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi152.ndeakz\nDeploy daemon haproxy.nfs.foo.smithi152.ndeakz ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi152 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi152 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T06:01:21.968224Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi116.jmriet on smithi116: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi116-jmriet\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi116-jmriet\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi116.jmriet\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi116.jmriet\nDeploy daemon haproxy.nfs.foo.smithi116.jmriet ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T06:01:21.972561Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi152.ehpjld on smithi152: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T06:01:21.976510Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi116.minpkh on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.116/16"}, "status": {"created": "2023-11-15T05:41:51.643812Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.116/16"}}, {"events": ["2023-11-15T05:41:45.562111Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-15T05:41:45.554912Z", "last_refresh": "2023-11-15T05:54:17.754055Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T05:34:26.558369Z", "last_refresh": "2023-11-15T05:54:17.751661Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:35:55.352857Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi116:172.21.15.116=smithi116", "smithi152:172.21.15.152=smithi152"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T05:35:55.345327Z", "last_refresh": "2023-11-15T05:54:17.751271Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:41:51.641747Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-11-15T05:41:51.636276Z", "last_refresh": "2023-11-15T05:54:17.754311Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T05:34:34.444913Z", "last_refresh": "2023-11-15T05:54:17.752691Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T05:36:22.979260Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T05:36:22.972321Z", "last_refresh": "2023-11-15T05:54:17.753010Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T05:34:30.388073Z", "last_refresh": "2023-11-15T05:55:32.568058Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-15T06:02:26.108 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 06:02:25 smithi152 bash[29762]: cluster 2023-11-15T06:02:24.295127+0000 mgr.smithi116.ldeiub (mgr.14182) 1328 : cluster [DBG] pgmap v857: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 99 B/s rd, 0 op/s 2023-11-15T06:02:26.151 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 06:02:25 smithi116 bash[25961]: cluster 2023-11-15T06:02:24.295127+0000 mgr.smithi116.ldeiub (mgr.14182) 1328 : cluster [DBG] pgmap v857: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 99 B/s rd, 0 op/s 2023-11-15T06:02:26.701 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T06:02:27.151 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 06:02:26 smithi116 bash[25961]: audit 2023-11-15T06:02:26.175320+0000 mon.smithi116 (mon.0) 968 : audit [INF] from='mgr.14182 172.21.15.116:0/1868390107' entity='mgr.smithi116.ldeiub' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi152.jinpyv"}]: dispatch 2023-11-15T06:02:27.260 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 06:02:26 smithi152 bash[29762]: audit 2023-11-15T06:02:26.175320+0000 mon.smithi116 (mon.0) 968 : audit [INF] from='mgr.14182 172.21.15.116:0/1868390107' entity='mgr.smithi116.ldeiub' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi152.jinpyv"}]: dispatch 2023-11-15T06:02:27.703 DEBUG:teuthology.orchestra.run.smithi116:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 7456fada-8378-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T06:02:28.152 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 06:02:27 smithi116 bash[25961]: audit 2023-11-15T06:02:26.018581+0000 mgr.smithi116.ldeiub (mgr.14182) 1329 : audit [DBG] from='client.15548 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T06:02:28.152 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 06:02:27 smithi116 bash[25961]: cephadm 2023-11-15T06:02:26.174229+0000 mgr.smithi116.ldeiub (mgr.14182) 1330 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi152-jinpyv 2023-11-15T06:02:28.152 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 06:02:27 smithi116 bash[25961]: /usr/bin/docker: stdout 2023-11-15T06:02:28.153 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 06:02:27 smithi116 bash[25961]: /usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi152-jinpyv 2023-11-15T06:02:28.153 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 06:02:27 smithi116 bash[25961]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi152.jinpyv 2023-11-15T06:02:28.153 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 06:02:27 smithi116 bash[25961]: /usr/bin/docker: stdout 2023-11-15T06:02:28.153 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 06:02:27 smithi116 bash[25961]: /usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi152.jinpyv 2023-11-15T06:02:28.153 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 06:02:27 smithi116 bash[25961]: Deploy daemon haproxy.nfs.foo.smithi152.jinpyv ... 2023-11-15T06:02:28.154 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 06:02:27 smithi116 bash[25961]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi152 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T06:02:28.154 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 06:02:27 smithi116 bash[25961]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-15T06:02:28.154 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 06:02:27 smithi116 bash[25961]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-15T06:02:28.154 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 06:02:27 smithi116 bash[25961]: stat: stderr See 'docker run --help'. 2023-11-15T06:02:28.154 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 06:02:27 smithi116 bash[25961]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi152 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T06:02:28.155 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 06:02:27 smithi116 bash[25961]: Traceback (most recent call last): 2023-11-15T06:02:28.155 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 06:02:27 smithi116 bash[25961]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-11-15T06:02:28.155 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 06:02:27 smithi116 bash[25961]: yield (conn, connr) 2023-11-15T06:02:28.155 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 06:02:27 smithi116 bash[25961]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-11-15T06:02:28.155 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 06:02:27 smithi116 bash[25961]: code, '\n'.join(err))) 2023-11-15T06:02:28.156 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 06:02:27 smithi116 bash[25961]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi152-jinpyv 2023-11-15T06:02:28.156 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 06:02:27 smithi116 bash[25961]: /usr/bin/docker: stdout 2023-11-15T06:02:28.156 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 06:02:27 smithi116 bash[25961]: /usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi152-jinpyv 2023-11-15T06:02:28.156 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 06:02:27 smithi116 bash[25961]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi152.jinpyv 2023-11-15T06:02:28.156 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 06:02:27 smithi116 bash[25961]: /usr/bin/docker: stdout 2023-11-15T06:02:28.157 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 06:02:27 smithi116 bash[25961]: /usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi152.jinpyv 2023-11-15T06:02:28.157 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 06:02:27 smithi116 bash[25961]: Deploy daemon haproxy.nfs.foo.smithi152.jinpyv ... 2023-11-15T06:02:28.157 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 06:02:27 smithi116 bash[25961]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi152 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T06:02:28.157 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 06:02:27 smithi116 bash[25961]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-15T06:02:28.157 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 06:02:27 smithi116 bash[25961]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-15T06:02:28.158 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 06:02:27 smithi116 bash[25961]: stat: stderr See 'docker run --help'. 2023-11-15T06:02:28.158 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 06:02:27 smithi116 bash[25961]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi152 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T06:02:28.158 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 06:02:27 smithi116 bash[25961]: cephadm 2023-11-15T06:02:26.174678+0000 mgr.smithi116.ldeiub (mgr.14182) 1331 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi152.jinpyv 2023-11-15T06:02:28.158 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 06:02:27 smithi116 bash[25961]: cephadm 2023-11-15T06:02:26.176941+0000 mgr.smithi116.ldeiub (mgr.14182) 1332 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi152.jinpyv on smithi152: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi152-jinpyv 2023-11-15T06:02:28.158 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 06:02:27 smithi116 bash[25961]: /usr/bin/docker: stdout 2023-11-15T06:02:28.159 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 06:02:27 smithi116 bash[25961]: /usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi152-jinpyv 2023-11-15T06:02:28.159 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 06:02:27 smithi116 bash[25961]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi152.jinpyv 2023-11-15T06:02:28.159 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 06:02:27 smithi116 bash[25961]: /usr/bin/docker: stdout 2023-11-15T06:02:28.159 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 06:02:27 smithi116 bash[25961]: /usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi152.jinpyv 2023-11-15T06:02:28.159 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 06:02:27 smithi116 bash[25961]: Deploy daemon haproxy.nfs.foo.smithi152.jinpyv ... 2023-11-15T06:02:28.159 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 06:02:27 smithi116 bash[25961]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi152 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T06:02:28.160 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 06:02:27 smithi116 bash[25961]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-15T06:02:28.160 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 06:02:27 smithi116 bash[25961]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-15T06:02:28.160 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 06:02:27 smithi116 bash[25961]: stat: stderr See 'docker run --help'. 2023-11-15T06:02:28.160 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 06:02:27 smithi116 bash[25961]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi152 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T06:02:28.160 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 06:02:27 smithi116 bash[25961]: cephadm 2023-11-15T06:02:26.181741+0000 mgr.smithi116.ldeiub (mgr.14182) 1333 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi116.yuowdp on smithi116 2023-11-15T06:02:28.161 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 06:02:27 smithi116 bash[25961]: cluster 2023-11-15T06:02:26.296207+0000 mgr.smithi116.ldeiub (mgr.14182) 1334 : cluster [DBG] pgmap v858: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 99 B/s rd, 0 op/s 2023-11-15T06:02:28.262 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 06:02:27 smithi152 bash[29762]: audit 2023-11-15T06:02:26.018581+0000 mgr.smithi116.ldeiub (mgr.14182) 1329 : audit [DBG] from='client.15548 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T06:02:28.262 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 06:02:27 smithi152 bash[29762]: cephadm 2023-11-15T06:02:26.174229+0000 mgr.smithi116.ldeiub (mgr.14182) 1330 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi152-jinpyv 2023-11-15T06:02:28.263 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 06:02:27 smithi152 bash[29762]: /usr/bin/docker: stdout 2023-11-15T06:02:28.263 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 06:02:27 smithi152 bash[29762]: /usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi152-jinpyv 2023-11-15T06:02:28.263 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 06:02:27 smithi152 bash[29762]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi152.jinpyv 2023-11-15T06:02:28.263 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 06:02:27 smithi152 bash[29762]: /usr/bin/docker: stdout 2023-11-15T06:02:28.263 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 06:02:27 smithi152 bash[29762]: /usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi152.jinpyv 2023-11-15T06:02:28.264 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 06:02:27 smithi152 bash[29762]: Deploy daemon haproxy.nfs.foo.smithi152.jinpyv ... 2023-11-15T06:02:28.264 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 06:02:27 smithi152 bash[29762]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi152 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T06:02:28.264 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 06:02:27 smithi152 bash[29762]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-15T06:02:28.264 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 06:02:27 smithi152 bash[29762]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-15T06:02:28.264 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 06:02:27 smithi152 bash[29762]: stat: stderr See 'docker run --help'. 2023-11-15T06:02:28.265 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 06:02:27 smithi152 bash[29762]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi152 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T06:02:28.265 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 06:02:27 smithi152 bash[29762]: Traceback (most recent call last): 2023-11-15T06:02:28.265 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 06:02:27 smithi152 bash[29762]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-11-15T06:02:28.265 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 06:02:27 smithi152 bash[29762]: yield (conn, connr) 2023-11-15T06:02:28.265 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 06:02:27 smithi152 bash[29762]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-11-15T06:02:28.265 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 06:02:27 smithi152 bash[29762]: code, '\n'.join(err))) 2023-11-15T06:02:28.266 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 06:02:27 smithi152 bash[29762]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi152-jinpyv 2023-11-15T06:02:28.266 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 06:02:27 smithi152 bash[29762]: /usr/bin/docker: stdout 2023-11-15T06:02:28.266 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 06:02:27 smithi152 bash[29762]: /usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi152-jinpyv 2023-11-15T06:02:28.266 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 06:02:27 smithi152 bash[29762]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi152.jinpyv 2023-11-15T06:02:28.267 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 06:02:27 smithi152 bash[29762]: /usr/bin/docker: stdout 2023-11-15T06:02:28.267 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 06:02:27 smithi152 bash[29762]: /usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi152.jinpyv 2023-11-15T06:02:28.267 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 06:02:27 smithi152 bash[29762]: Deploy daemon haproxy.nfs.foo.smithi152.jinpyv ... 2023-11-15T06:02:28.267 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 06:02:27 smithi152 bash[29762]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi152 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T06:02:28.267 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 06:02:27 smithi152 bash[29762]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-15T06:02:28.268 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 06:02:27 smithi152 bash[29762]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-15T06:02:28.268 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 06:02:27 smithi152 bash[29762]: stat: stderr See 'docker run --help'. 2023-11-15T06:02:28.269 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 06:02:27 smithi152 bash[29762]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi152 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T06:02:28.269 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 06:02:27 smithi152 bash[29762]: cephadm 2023-11-15T06:02:26.174678+0000 mgr.smithi116.ldeiub (mgr.14182) 1331 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi152.jinpyv 2023-11-15T06:02:28.269 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 06:02:27 smithi152 bash[29762]: cephadm 2023-11-15T06:02:26.176941+0000 mgr.smithi116.ldeiub (mgr.14182) 1332 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi152.jinpyv on smithi152: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi152-jinpyv 2023-11-15T06:02:28.269 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 06:02:27 smithi152 bash[29762]: /usr/bin/docker: stdout 2023-11-15T06:02:28.269 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 06:02:27 smithi152 bash[29762]: /usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi152-jinpyv 2023-11-15T06:02:28.270 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 06:02:27 smithi152 bash[29762]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi152.jinpyv 2023-11-15T06:02:28.270 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 06:02:27 smithi152 bash[29762]: /usr/bin/docker: stdout 2023-11-15T06:02:28.270 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 06:02:27 smithi152 bash[29762]: /usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi152.jinpyv 2023-11-15T06:02:28.271 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 06:02:27 smithi152 bash[29762]: Deploy daemon haproxy.nfs.foo.smithi152.jinpyv ... 2023-11-15T06:02:28.271 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 06:02:27 smithi152 bash[29762]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi152 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T06:02:28.271 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 06:02:27 smithi152 bash[29762]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-15T06:02:28.271 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 06:02:27 smithi152 bash[29762]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-15T06:02:28.271 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 06:02:27 smithi152 bash[29762]: stat: stderr See 'docker run --help'. 2023-11-15T06:02:28.272 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 06:02:27 smithi152 bash[29762]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi152 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T06:02:28.272 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 06:02:27 smithi152 bash[29762]: cephadm 2023-11-15T06:02:26.181741+0000 mgr.smithi116.ldeiub (mgr.14182) 1333 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi116.yuowdp on smithi116 2023-11-15T06:02:28.272 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 06:02:27 smithi152 bash[29762]: cluster 2023-11-15T06:02:26.296207+0000 mgr.smithi116.ldeiub (mgr.14182) 1334 : cluster [DBG] pgmap v858: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 99 B/s rd, 0 op/s 2023-11-15T06:02:30.151 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 06:02:29 smithi116 bash[25961]: cluster 2023-11-15T06:02:28.297157+0000 mgr.smithi116.ldeiub (mgr.14182) 1335 : cluster [DBG] pgmap v859: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 99 B/s rd, 0 op/s 2023-11-15T06:02:30.260 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 06:02:29 smithi152 bash[29762]: cluster 2023-11-15T06:02:28.297157+0000 mgr.smithi116.ldeiub (mgr.14182) 1335 : cluster [DBG] pgmap v859: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 99 B/s rd, 0 op/s 2023-11-15T06:02:31.281 INFO:teuthology.orchestra.run.smithi116.stdout: 2023-11-15T06:02:31.281 INFO:teuthology.orchestra.run.smithi116.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T05:34:36.374719Z", "last_refresh": "2023-11-15T05:54:17.751933Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T05:34:28.472277Z", "last_refresh": "2023-11-15T05:54:17.752190Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T05:34:32.474479Z", "last_refresh": "2023-11-15T05:54:17.752440Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T06:01:21.976510Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi116.minpkh on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T06:02:26.176685Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi152.jinpyv on smithi152: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi152-jinpyv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi152-jinpyv\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi152.jinpyv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi152.jinpyv\nDeploy daemon haproxy.nfs.foo.smithi152.jinpyv ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi152 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi152 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T06:02:30.454849Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi116.yuowdp on smithi116: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi116-yuowdp\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi116-yuowdp\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi116.yuowdp\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi116.yuowdp\nDeploy daemon haproxy.nfs.foo.smithi116.yuowdp ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T06:02:30.456763Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi152.ffncam on smithi152: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T06:02:30.458426Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi116.bbjdpl on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.116/16"}, "status": {"created": "2023-11-15T05:41:51.643812Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.116/16"}}, {"events": ["2023-11-15T05:41:45.562111Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-15T05:41:45.554912Z", "last_refresh": "2023-11-15T05:54:17.754055Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T05:34:26.558369Z", "last_refresh": "2023-11-15T05:54:17.751661Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:35:55.352857Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi116:172.21.15.116=smithi116", "smithi152:172.21.15.152=smithi152"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T05:35:55.345327Z", "last_refresh": "2023-11-15T05:54:17.751271Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:41:51.641747Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-11-15T05:41:51.636276Z", "last_refresh": "2023-11-15T05:54:17.754311Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T05:34:34.444913Z", "last_refresh": "2023-11-15T05:54:17.752691Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T05:36:22.979260Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T05:36:22.972321Z", "last_refresh": "2023-11-15T05:54:17.753010Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T05:34:30.388073Z", "last_refresh": "2023-11-15T05:55:32.568058Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-15T06:02:31.653 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 06:02:31 smithi116 bash[25961]: cluster 2023-11-15T06:02:30.298140+0000 mgr.smithi116.ldeiub (mgr.14182) 1336 : 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 2023-11-15T06:02:31.653 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 06:02:31 smithi116 bash[25961]: audit 2023-11-15T06:02:30.306639+0000 mon.smithi116 (mon.0) 969 : audit [INF] from='mgr.14182 172.21.15.116:0/1868390107' entity='mgr.smithi116.ldeiub' 2023-11-15T06:02:31.653 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 06:02:31 smithi116 bash[25961]: cephadm 2023-11-15T06:02:30.453224+0000 mgr.smithi116.ldeiub (mgr.14182) 1337 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi116-yuowdp 2023-11-15T06:02:31.654 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 06:02:31 smithi116 bash[25961]: /usr/bin/docker: stdout 2023-11-15T06:02:31.654 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 06:02:31 smithi116 bash[25961]: /usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi116-yuowdp 2023-11-15T06:02:31.654 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 06:02:31 smithi116 bash[25961]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi116.yuowdp 2023-11-15T06:02:31.654 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 06:02:31 smithi116 bash[25961]: /usr/bin/docker: stdout 2023-11-15T06:02:31.654 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 06:02:31 smithi116 bash[25961]: /usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi116.yuowdp 2023-11-15T06:02:31.655 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 06:02:31 smithi116 bash[25961]: Deploy daemon haproxy.nfs.foo.smithi116.yuowdp ... 2023-11-15T06:02:31.655 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 06:02:31 smithi116 bash[25961]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T06:02:31.655 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 06:02:31 smithi116 bash[25961]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-15T06:02:31.655 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 06:02:31 smithi116 bash[25961]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-15T06:02:31.655 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 06:02:31 smithi116 bash[25961]: stat: stderr See 'docker run --help'. 2023-11-15T06:02:31.656 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 06:02:31 smithi116 bash[25961]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T06:02:31.656 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 06:02:31 smithi116 bash[25961]: Traceback (most recent call last): 2023-11-15T06:02:31.656 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 06:02:31 smithi116 bash[25961]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-11-15T06:02:31.656 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 06:02:31 smithi116 bash[25961]: yield (conn, connr) 2023-11-15T06:02:31.656 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 06:02:31 smithi116 bash[25961]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-11-15T06:02:31.657 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 06:02:31 smithi116 bash[25961]: code, '\n'.join(err))) 2023-11-15T06:02:31.657 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 06:02:31 smithi116 bash[25961]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi116-yuowdp 2023-11-15T06:02:31.657 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 06:02:31 smithi116 bash[25961]: /usr/bin/docker: stdout 2023-11-15T06:02:31.657 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 06:02:31 smithi116 bash[25961]: /usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi116-yuowdp 2023-11-15T06:02:31.657 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 06:02:31 smithi116 bash[25961]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi116.yuowdp 2023-11-15T06:02:31.657 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 06:02:31 smithi116 bash[25961]: /usr/bin/docker: stdout 2023-11-15T06:02:31.658 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 06:02:31 smithi116 bash[25961]: /usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi116.yuowdp 2023-11-15T06:02:31.658 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 06:02:31 smithi116 bash[25961]: Deploy daemon haproxy.nfs.foo.smithi116.yuowdp ... 2023-11-15T06:02:31.658 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 06:02:31 smithi116 bash[25961]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T06:02:31.658 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 06:02:31 smithi116 bash[25961]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-15T06:02:31.658 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 06:02:31 smithi116 bash[25961]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-15T06:02:31.659 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 06:02:31 smithi116 bash[25961]: stat: stderr See 'docker run --help'. 2023-11-15T06:02:31.659 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 06:02:31 smithi116 bash[25961]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T06:02:31.659 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 06:02:31 smithi116 bash[25961]: cephadm 2023-11-15T06:02:30.453568+0000 mgr.smithi116.ldeiub (mgr.14182) 1338 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi116.yuowdp 2023-11-15T06:02:31.659 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 06:02:31 smithi116 bash[25961]: audit 2023-11-15T06:02:30.454095+0000 mon.smithi116 (mon.0) 970 : audit [INF] from='mgr.14182 172.21.15.116:0/1868390107' entity='mgr.smithi116.ldeiub' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi116.yuowdp"}]: dispatch 2023-11-15T06:02:31.659 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 06:02:31 smithi116 bash[25961]: cephadm 2023-11-15T06:02:30.454996+0000 mgr.smithi116.ldeiub (mgr.14182) 1339 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi116.yuowdp on smithi116: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi116-yuowdp 2023-11-15T06:02:31.659 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 06:02:31 smithi116 bash[25961]: /usr/bin/docker: stdout 2023-11-15T06:02:31.660 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 06:02:31 smithi116 bash[25961]: /usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi116-yuowdp 2023-11-15T06:02:31.660 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 06:02:31 smithi116 bash[25961]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi116.yuowdp 2023-11-15T06:02:31.660 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 06:02:31 smithi116 bash[25961]: /usr/bin/docker: stdout 2023-11-15T06:02:31.660 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 06:02:31 smithi116 bash[25961]: /usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi116.yuowdp 2023-11-15T06:02:31.660 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 06:02:31 smithi116 bash[25961]: Deploy daemon haproxy.nfs.foo.smithi116.yuowdp ... 2023-11-15T06:02:31.661 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 06:02:31 smithi116 bash[25961]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T06:02:31.661 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 06:02:31 smithi116 bash[25961]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-15T06:02:31.661 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 06:02:31 smithi116 bash[25961]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-15T06:02:31.661 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 06:02:31 smithi116 bash[25961]: stat: stderr See 'docker run --help'. 2023-11-15T06:02:31.661 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 06:02:31 smithi116 bash[25961]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T06:02:31.662 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 06:02:31 smithi116 bash[25961]: cephadm 2023-11-15T06:02:30.456865+0000 mgr.smithi116.ldeiub (mgr.14182) 1340 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi152.ffncam on smithi152: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-11-15T06:02:31.662 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 06:02:31 smithi116 bash[25961]: cephadm 2023-11-15T06:02:30.458525+0000 mgr.smithi116.ldeiub (mgr.14182) 1341 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi116.bbjdpl on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-11-15T06:02:31.662 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 06:02:31 smithi116 bash[25961]: cluster 2023-11-15T06:02:30.459275+0000 mgr.smithi116.ldeiub (mgr.14182) 1342 : cluster [DBG] pgmap v861: 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 2023-11-15T06:02:31.662 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 06:02:31 smithi116 bash[25961]: cluster 2023-11-15T06:02:30.897579+0000 mon.smithi116 (mon.0) 971 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2023-11-15T06:02:31.762 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 06:02:31 smithi152 bash[29762]: cluster 2023-11-15T06:02:30.298140+0000 mgr.smithi116.ldeiub (mgr.14182) 1336 : 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 2023-11-15T06:02:31.762 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 06:02:31 smithi152 bash[29762]: audit 2023-11-15T06:02:30.306639+0000 mon.smithi116 (mon.0) 969 : audit [INF] from='mgr.14182 172.21.15.116:0/1868390107' entity='mgr.smithi116.ldeiub' 2023-11-15T06:02:31.762 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 06:02:31 smithi152 bash[29762]: cephadm 2023-11-15T06:02:30.453224+0000 mgr.smithi116.ldeiub (mgr.14182) 1337 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi116-yuowdp 2023-11-15T06:02:31.763 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 06:02:31 smithi152 bash[29762]: /usr/bin/docker: stdout 2023-11-15T06:02:31.763 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 06:02:31 smithi152 bash[29762]: /usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi116-yuowdp 2023-11-15T06:02:31.763 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 06:02:31 smithi152 bash[29762]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi116.yuowdp 2023-11-15T06:02:31.764 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 06:02:31 smithi152 bash[29762]: /usr/bin/docker: stdout 2023-11-15T06:02:31.764 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 06:02:31 smithi152 bash[29762]: /usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi116.yuowdp 2023-11-15T06:02:31.764 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 06:02:31 smithi152 bash[29762]: Deploy daemon haproxy.nfs.foo.smithi116.yuowdp ... 2023-11-15T06:02:31.765 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 06:02:31 smithi152 bash[29762]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T06:02:31.766 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 06:02:31 smithi152 bash[29762]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-15T06:02:31.766 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 06:02:31 smithi152 bash[29762]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-15T06:02:31.766 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 06:02:31 smithi152 bash[29762]: stat: stderr See 'docker run --help'. 2023-11-15T06:02:31.767 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 06:02:31 smithi152 bash[29762]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T06:02:31.767 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 06:02:31 smithi152 bash[29762]: Traceback (most recent call last): 2023-11-15T06:02:31.767 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 06:02:31 smithi152 bash[29762]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-11-15T06:02:31.768 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 06:02:31 smithi152 bash[29762]: yield (conn, connr) 2023-11-15T06:02:31.768 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 06:02:31 smithi152 bash[29762]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-11-15T06:02:31.768 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 06:02:31 smithi152 bash[29762]: code, '\n'.join(err))) 2023-11-15T06:02:31.769 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 06:02:31 smithi152 bash[29762]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi116-yuowdp 2023-11-15T06:02:31.769 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 06:02:31 smithi152 bash[29762]: /usr/bin/docker: stdout 2023-11-15T06:02:31.769 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 06:02:31 smithi152 bash[29762]: /usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi116-yuowdp 2023-11-15T06:02:31.769 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 06:02:31 smithi152 bash[29762]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi116.yuowdp 2023-11-15T06:02:31.770 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 06:02:31 smithi152 bash[29762]: /usr/bin/docker: stdout 2023-11-15T06:02:31.770 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 06:02:31 smithi152 bash[29762]: /usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi116.yuowdp 2023-11-15T06:02:31.770 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 06:02:31 smithi152 bash[29762]: Deploy daemon haproxy.nfs.foo.smithi116.yuowdp ... 2023-11-15T06:02:31.770 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 06:02:31 smithi152 bash[29762]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T06:02:31.770 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 06:02:31 smithi152 bash[29762]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-15T06:02:31.771 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 06:02:31 smithi152 bash[29762]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-15T06:02:31.771 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 06:02:31 smithi152 bash[29762]: stat: stderr See 'docker run --help'. 2023-11-15T06:02:31.771 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 06:02:31 smithi152 bash[29762]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T06:02:31.771 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 06:02:31 smithi152 bash[29762]: cephadm 2023-11-15T06:02:30.453568+0000 mgr.smithi116.ldeiub (mgr.14182) 1338 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi116.yuowdp 2023-11-15T06:02:31.772 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 06:02:31 smithi152 bash[29762]: audit 2023-11-15T06:02:30.454095+0000 mon.smithi116 (mon.0) 970 : audit [INF] from='mgr.14182 172.21.15.116:0/1868390107' entity='mgr.smithi116.ldeiub' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi116.yuowdp"}]: dispatch 2023-11-15T06:02:31.772 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 06:02:31 smithi152 bash[29762]: cephadm 2023-11-15T06:02:30.454996+0000 mgr.smithi116.ldeiub (mgr.14182) 1339 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi116.yuowdp on smithi116: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi116-yuowdp 2023-11-15T06:02:31.772 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 06:02:31 smithi152 bash[29762]: /usr/bin/docker: stdout 2023-11-15T06:02:31.773 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 06:02:31 smithi152 bash[29762]: /usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi116-yuowdp 2023-11-15T06:02:31.773 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 06:02:31 smithi152 bash[29762]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi116.yuowdp 2023-11-15T06:02:31.773 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 06:02:31 smithi152 bash[29762]: /usr/bin/docker: stdout 2023-11-15T06:02:31.773 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 06:02:31 smithi152 bash[29762]: /usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi116.yuowdp 2023-11-15T06:02:31.774 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 06:02:31 smithi152 bash[29762]: Deploy daemon haproxy.nfs.foo.smithi116.yuowdp ... 2023-11-15T06:02:31.774 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 06:02:31 smithi152 bash[29762]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T06:02:31.774 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 06:02:31 smithi152 bash[29762]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-15T06:02:31.774 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 06:02:31 smithi152 bash[29762]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-15T06:02:31.775 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 06:02:31 smithi152 bash[29762]: stat: stderr See 'docker run --help'. 2023-11-15T06:02:31.775 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 06:02:31 smithi152 bash[29762]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T06:02:31.775 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 06:02:31 smithi152 bash[29762]: cephadm 2023-11-15T06:02:30.456865+0000 mgr.smithi116.ldeiub (mgr.14182) 1340 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi152.ffncam on smithi152: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-11-15T06:02:31.775 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 06:02:31 smithi152 bash[29762]: cephadm 2023-11-15T06:02:30.458525+0000 mgr.smithi116.ldeiub (mgr.14182) 1341 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi116.bbjdpl on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-11-15T06:02:31.775 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 06:02:31 smithi152 bash[29762]: cluster 2023-11-15T06:02:30.459275+0000 mgr.smithi116.ldeiub (mgr.14182) 1342 : cluster [DBG] pgmap v861: 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 2023-11-15T06:02:31.777 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 06:02:31 smithi152 bash[29762]: cluster 2023-11-15T06:02:30.897579+0000 mon.smithi116 (mon.0) 971 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2023-11-15T06:02:31.948 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T06:02:32.901 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 06:02:32 smithi116 bash[25961]: audit 2023-11-15T06:02:31.269069+0000 mgr.smithi116.ldeiub (mgr.14182) 1343 : audit [DBG] from='client.15552 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T06:02:32.901 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 06:02:32 smithi116 bash[25961]: audit 2023-11-15T06:02:31.529592+0000 mon.smithi116 (mon.0) 972 : audit [INF] from='mgr.14182 172.21.15.116:0/1868390107' entity='mgr.smithi116.ldeiub' 2023-11-15T06:02:32.950 DEBUG:teuthology.orchestra.run.smithi116:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 7456fada-8378-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T06:02:33.010 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 06:02:32 smithi152 bash[29762]: audit 2023-11-15T06:02:31.269069+0000 mgr.smithi116.ldeiub (mgr.14182) 1343 : audit [DBG] from='client.15552 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T06:02:33.011 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 06:02:32 smithi152 bash[29762]: audit 2023-11-15T06:02:31.529592+0000 mon.smithi116 (mon.0) 972 : audit [INF] from='mgr.14182 172.21.15.116:0/1868390107' entity='mgr.smithi116.ldeiub' 2023-11-15T06:02:33.901 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 06:02:33 smithi116 bash[25961]: cluster 2023-11-15T06:02:32.460464+0000 mgr.smithi116.ldeiub (mgr.14182) 1344 : cluster [DBG] pgmap v862: 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 2023-11-15T06:02:34.010 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 06:02:33 smithi152 bash[29762]: cluster 2023-11-15T06:02:32.460464+0000 mgr.smithi116.ldeiub (mgr.14182) 1344 : cluster [DBG] pgmap v862: 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 2023-11-15T06:02:36.010 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 06:02:35 smithi152 bash[29762]: cluster 2023-11-15T06:02:34.461638+0000 mgr.smithi116.ldeiub (mgr.14182) 1345 : cluster [DBG] pgmap v863: 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 2023-11-15T06:02:36.151 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 06:02:35 smithi116 bash[25961]: cluster 2023-11-15T06:02:34.461638+0000 mgr.smithi116.ldeiub (mgr.14182) 1345 : cluster [DBG] pgmap v863: 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 2023-11-15T06:02:36.221 INFO:teuthology.orchestra.run.smithi116.stdout: 2023-11-15T06:02:36.221 INFO:teuthology.orchestra.run.smithi116.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T05:34:36.374719Z", "last_refresh": "2023-11-15T05:54:17.751933Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T05:34:28.472277Z", "last_refresh": "2023-11-15T05:54:17.752190Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T05:34:32.474479Z", "last_refresh": "2023-11-15T05:54:17.752440Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T06:01:21.976510Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi116.minpkh on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T06:02:26.176685Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi152.jinpyv on smithi152: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi152-jinpyv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi152-jinpyv\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi152.jinpyv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi152.jinpyv\nDeploy daemon haproxy.nfs.foo.smithi152.jinpyv ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi152 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi152 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T06:02:30.454849Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi116.yuowdp on smithi116: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi116-yuowdp\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi116-yuowdp\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi116.yuowdp\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi116.yuowdp\nDeploy daemon haproxy.nfs.foo.smithi116.yuowdp ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T06:02:30.456763Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi152.ffncam on smithi152: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T06:02:30.458426Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi116.bbjdpl on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.116/16"}, "status": {"created": "2023-11-15T05:41:51.643812Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.116/16"}}, {"events": ["2023-11-15T05:41:45.562111Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-15T05:41:45.554912Z", "last_refresh": "2023-11-15T05:54:17.754055Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T05:34:26.558369Z", "last_refresh": "2023-11-15T05:54:17.751661Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:35:55.352857Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi116:172.21.15.116=smithi116", "smithi152:172.21.15.152=smithi152"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T05:35:55.345327Z", "last_refresh": "2023-11-15T05:54:17.751271Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:41:51.641747Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-11-15T05:41:51.636276Z", "last_refresh": "2023-11-15T05:54:17.754311Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T05:34:34.444913Z", "last_refresh": "2023-11-15T05:54:17.752691Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T05:36:22.979260Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T05:36:22.972321Z", "last_refresh": "2023-11-15T05:54:17.753010Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T05:34:30.388073Z", "last_refresh": "2023-11-15T05:55:32.568058Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-15T06:02:36.868 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T06:02:37.869 DEBUG:teuthology.orchestra.run.smithi116:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 7456fada-8378-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T06:02:38.010 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 06:02:37 smithi152 bash[29762]: audit 2023-11-15T06:02:36.204999+0000 mgr.smithi116.ldeiub (mgr.14182) 1346 : audit [DBG] from='client.15556 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T06:02:38.011 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 06:02:37 smithi152 bash[29762]: cluster 2023-11-15T06:02:36.463037+0000 mgr.smithi116.ldeiub (mgr.14182) 1347 : cluster [DBG] pgmap v864: 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 2023-11-15T06:02:38.151 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 06:02:37 smithi116 bash[25961]: audit 2023-11-15T06:02:36.204999+0000 mgr.smithi116.ldeiub (mgr.14182) 1346 : audit [DBG] from='client.15556 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T06:02:38.151 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 06:02:37 smithi116 bash[25961]: cluster 2023-11-15T06:02:36.463037+0000 mgr.smithi116.ldeiub (mgr.14182) 1347 : cluster [DBG] pgmap v864: 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 2023-11-15T06:02:40.010 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 06:02:39 smithi152 bash[29762]: cluster 2023-11-15T06:02:38.464220+0000 mgr.smithi116.ldeiub (mgr.14182) 1348 : cluster [DBG] pgmap v865: 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 2023-11-15T06:02:40.151 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 06:02:39 smithi116 bash[25961]: cluster 2023-11-15T06:02:38.464220+0000 mgr.smithi116.ldeiub (mgr.14182) 1348 : cluster [DBG] pgmap v865: 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 2023-11-15T06:02:41.073 INFO:teuthology.orchestra.run.smithi116.stdout: 2023-11-15T06:02:41.073 INFO:teuthology.orchestra.run.smithi116.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T05:34:36.374719Z", "last_refresh": "2023-11-15T05:54:17.751933Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T05:34:28.472277Z", "last_refresh": "2023-11-15T05:54:17.752190Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T05:34:32.474479Z", "last_refresh": "2023-11-15T05:54:17.752440Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T06:01:21.976510Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi116.minpkh on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T06:02:26.176685Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi152.jinpyv on smithi152: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi152-jinpyv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi152-jinpyv\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi152.jinpyv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi152.jinpyv\nDeploy daemon haproxy.nfs.foo.smithi152.jinpyv ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi152 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi152 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T06:02:30.454849Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi116.yuowdp on smithi116: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi116-yuowdp\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi116-yuowdp\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi116.yuowdp\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi116.yuowdp\nDeploy daemon haproxy.nfs.foo.smithi116.yuowdp ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T06:02:30.456763Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi152.ffncam on smithi152: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T06:02:30.458426Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi116.bbjdpl on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.116/16"}, "status": {"created": "2023-11-15T05:41:51.643812Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.116/16"}}, {"events": ["2023-11-15T05:41:45.562111Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-15T05:41:45.554912Z", "last_refresh": "2023-11-15T05:54:17.754055Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T05:34:26.558369Z", "last_refresh": "2023-11-15T05:54:17.751661Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:35:55.352857Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi116:172.21.15.116=smithi116", "smithi152:172.21.15.152=smithi152"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T05:35:55.345327Z", "last_refresh": "2023-11-15T05:54:17.751271Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:41:51.641747Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-11-15T05:41:51.636276Z", "last_refresh": "2023-11-15T05:54:17.754311Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T05:34:34.444913Z", "last_refresh": "2023-11-15T05:54:17.752691Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T05:36:22.979260Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T05:36:22.972321Z", "last_refresh": "2023-11-15T05:54:17.753010Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T05:34:30.388073Z", "last_refresh": "2023-11-15T05:55:32.568058Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-15T06:02:41.738 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T06:02:42.010 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 06:02:41 smithi152 bash[29762]: cluster 2023-11-15T06:02:40.465457+0000 mgr.smithi116.ldeiub (mgr.14182) 1349 : 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 2023-11-15T06:02:42.151 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 06:02:41 smithi116 bash[25961]: cluster 2023-11-15T06:02:40.465457+0000 mgr.smithi116.ldeiub (mgr.14182) 1349 : 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 2023-11-15T06:02:42.739 DEBUG:teuthology.orchestra.run.smithi116:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 7456fada-8378-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T06:02:43.010 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 06:02:42 smithi152 bash[29762]: audit 2023-11-15T06:02:41.062417+0000 mgr.smithi116.ldeiub (mgr.14182) 1350 : audit [DBG] from='client.15560 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T06:02:43.151 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 06:02:42 smithi116 bash[25961]: audit 2023-11-15T06:02:41.062417+0000 mgr.smithi116.ldeiub (mgr.14182) 1350 : audit [DBG] from='client.15560 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T06:02:44.010 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 06:02:43 smithi152 bash[29762]: cluster 2023-11-15T06:02:42.466694+0000 mgr.smithi116.ldeiub (mgr.14182) 1351 : cluster [DBG] pgmap v867: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T06:02:44.103 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 06:02:43 smithi116 bash[25961]: cluster 2023-11-15T06:02:42.466694+0000 mgr.smithi116.ldeiub (mgr.14182) 1351 : cluster [DBG] pgmap v867: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T06:02:45.861 INFO:teuthology.orchestra.run.smithi116.stdout: 2023-11-15T06:02:45.861 INFO:teuthology.orchestra.run.smithi116.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T05:34:36.374719Z", "last_refresh": "2023-11-15T05:54:17.751933Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T05:34:28.472277Z", "last_refresh": "2023-11-15T05:54:17.752190Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T05:34:32.474479Z", "last_refresh": "2023-11-15T05:54:17.752440Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T06:01:21.976510Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi116.minpkh on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T06:02:26.176685Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi152.jinpyv on smithi152: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi152-jinpyv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi152-jinpyv\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi152.jinpyv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi152.jinpyv\nDeploy daemon haproxy.nfs.foo.smithi152.jinpyv ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi152 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi152 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T06:02:30.454849Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi116.yuowdp on smithi116: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi116-yuowdp\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi116-yuowdp\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi116.yuowdp\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi116.yuowdp\nDeploy daemon haproxy.nfs.foo.smithi116.yuowdp ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T06:02:30.456763Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi152.ffncam on smithi152: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T06:02:30.458426Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi116.bbjdpl on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.116/16"}, "status": {"created": "2023-11-15T05:41:51.643812Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.116/16"}}, {"events": ["2023-11-15T05:41:45.562111Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-15T05:41:45.554912Z", "last_refresh": "2023-11-15T05:54:17.754055Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T05:34:26.558369Z", "last_refresh": "2023-11-15T05:54:17.751661Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:35:55.352857Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi116:172.21.15.116=smithi116", "smithi152:172.21.15.152=smithi152"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T05:35:55.345327Z", "last_refresh": "2023-11-15T05:54:17.751271Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:41:51.641747Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-11-15T05:41:51.636276Z", "last_refresh": "2023-11-15T05:54:17.754311Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T05:34:34.444913Z", "last_refresh": "2023-11-15T05:54:17.752691Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T05:36:22.979260Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T05:36:22.972321Z", "last_refresh": "2023-11-15T05:54:17.753010Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T05:34:30.388073Z", "last_refresh": "2023-11-15T05:55:32.568058Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-15T06:02:46.151 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 06:02:45 smithi116 bash[25961]: cluster 2023-11-15T06:02:44.467861+0000 mgr.smithi116.ldeiub (mgr.14182) 1352 : cluster [DBG] pgmap v868: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T06:02:46.151 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 06:02:45 smithi116 bash[25961]: audit 2023-11-15T06:02:45.307191+0000 mon.smithi116 (mon.0) 973 : audit [INF] from='mgr.14182 172.21.15.116:0/1868390107' entity='mgr.smithi116.ldeiub' 2023-11-15T06:02:46.260 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 06:02:45 smithi152 bash[29762]: cluster 2023-11-15T06:02:44.467861+0000 mgr.smithi116.ldeiub (mgr.14182) 1352 : cluster [DBG] pgmap v868: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T06:02:46.261 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 06:02:45 smithi152 bash[29762]: audit 2023-11-15T06:02:45.307191+0000 mon.smithi116 (mon.0) 973 : audit [INF] from='mgr.14182 172.21.15.116:0/1868390107' entity='mgr.smithi116.ldeiub' 2023-11-15T06:02:46.484 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T06:02:47.151 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 06:02:46 smithi116 bash[25961]: audit 2023-11-15T06:02:45.849823+0000 mgr.smithi116.ldeiub (mgr.14182) 1353 : audit [DBG] from='client.15564 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T06:02:47.260 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 06:02:46 smithi152 bash[29762]: audit 2023-11-15T06:02:45.849823+0000 mgr.smithi116.ldeiub (mgr.14182) 1353 : audit [DBG] from='client.15564 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T06:02:47.485 DEBUG:teuthology.orchestra.run.smithi116:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 7456fada-8378-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T06:02:48.151 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 06:02:47 smithi116 bash[25961]: cluster 2023-11-15T06:02:46.469248+0000 mgr.smithi116.ldeiub (mgr.14182) 1354 : cluster [DBG] pgmap v869: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T06:02:48.260 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 06:02:47 smithi152 bash[29762]: cluster 2023-11-15T06:02:46.469248+0000 mgr.smithi116.ldeiub (mgr.14182) 1354 : cluster [DBG] pgmap v869: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T06:02:50.151 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 06:02:49 smithi116 bash[25961]: cluster 2023-11-15T06:02:48.470587+0000 mgr.smithi116.ldeiub (mgr.14182) 1355 : cluster [DBG] pgmap v870: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T06:02:50.260 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 06:02:49 smithi152 bash[29762]: cluster 2023-11-15T06:02:48.470587+0000 mgr.smithi116.ldeiub (mgr.14182) 1355 : cluster [DBG] pgmap v870: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T06:02:50.870 INFO:teuthology.orchestra.run.smithi116.stdout: 2023-11-15T06:02:50.871 INFO:teuthology.orchestra.run.smithi116.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T05:34:36.374719Z", "last_refresh": "2023-11-15T05:54:17.751933Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T05:34:28.472277Z", "last_refresh": "2023-11-15T05:54:17.752190Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T05:34:32.474479Z", "last_refresh": "2023-11-15T05:54:17.752440Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T06:01:21.976510Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi116.minpkh on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T06:02:26.176685Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi152.jinpyv on smithi152: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi152-jinpyv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi152-jinpyv\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi152.jinpyv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi152.jinpyv\nDeploy daemon haproxy.nfs.foo.smithi152.jinpyv ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi152 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi152 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T06:02:30.454849Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi116.yuowdp on smithi116: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi116-yuowdp\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi116-yuowdp\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi116.yuowdp\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi116.yuowdp\nDeploy daemon haproxy.nfs.foo.smithi116.yuowdp ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T06:02:30.456763Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi152.ffncam on smithi152: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T06:02:30.458426Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi116.bbjdpl on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.116/16"}, "status": {"created": "2023-11-15T05:41:51.643812Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.116/16"}}, {"events": ["2023-11-15T05:41:45.562111Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-15T05:41:45.554912Z", "last_refresh": "2023-11-15T05:54:17.754055Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T05:34:26.558369Z", "last_refresh": "2023-11-15T05:54:17.751661Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:35:55.352857Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi116:172.21.15.116=smithi116", "smithi152:172.21.15.152=smithi152"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T05:35:55.345327Z", "last_refresh": "2023-11-15T05:54:17.751271Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:41:51.641747Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-11-15T05:41:51.636276Z", "last_refresh": "2023-11-15T05:54:17.754311Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T05:34:34.444913Z", "last_refresh": "2023-11-15T05:54:17.752691Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T05:36:22.979260Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T05:36:22.972321Z", "last_refresh": "2023-11-15T05:54:17.753010Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T05:34:30.388073Z", "last_refresh": "2023-11-15T05:55:32.568058Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-15T06:02:51.461 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T06:02:52.151 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 06:02:51 smithi116 bash[25961]: cluster 2023-11-15T06:02:50.471734+0000 mgr.smithi116.ldeiub (mgr.14182) 1356 : 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 2023-11-15T06:02:52.151 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 06:02:51 smithi116 bash[25961]: audit 2023-11-15T06:02:50.856967+0000 mgr.smithi116.ldeiub (mgr.14182) 1357 : audit [DBG] from='client.15568 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T06:02:52.260 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 06:02:51 smithi152 bash[29762]: cluster 2023-11-15T06:02:50.471734+0000 mgr.smithi116.ldeiub (mgr.14182) 1356 : 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 2023-11-15T06:02:52.261 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 06:02:51 smithi152 bash[29762]: audit 2023-11-15T06:02:50.856967+0000 mgr.smithi116.ldeiub (mgr.14182) 1357 : audit [DBG] from='client.15568 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T06:02:52.462 DEBUG:teuthology.orchestra.run.smithi116:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 7456fada-8378-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T06:02:53.901 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 06:02:53 smithi116 bash[25961]: cluster 2023-11-15T06:02:52.474299+0000 mgr.smithi116.ldeiub (mgr.14182) 1358 : 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 2023-11-15T06:02:54.260 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 06:02:53 smithi152 bash[29762]: cluster 2023-11-15T06:02:52.474299+0000 mgr.smithi116.ldeiub (mgr.14182) 1358 : 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 2023-11-15T06:02:55.712 INFO:teuthology.orchestra.run.smithi116.stdout: 2023-11-15T06:02:55.712 INFO:teuthology.orchestra.run.smithi116.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T05:34:36.374719Z", "last_refresh": "2023-11-15T05:54:17.751933Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T05:34:28.472277Z", "last_refresh": "2023-11-15T05:54:17.752190Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T05:34:32.474479Z", "last_refresh": "2023-11-15T05:54:17.752440Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T06:01:21.976510Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi116.minpkh on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T06:02:26.176685Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi152.jinpyv on smithi152: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi152-jinpyv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi152-jinpyv\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi152.jinpyv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi152.jinpyv\nDeploy daemon haproxy.nfs.foo.smithi152.jinpyv ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi152 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi152 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T06:02:30.454849Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi116.yuowdp on smithi116: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi116-yuowdp\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi116-yuowdp\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi116.yuowdp\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi116.yuowdp\nDeploy daemon haproxy.nfs.foo.smithi116.yuowdp ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T06:02:30.456763Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi152.ffncam on smithi152: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T06:02:30.458426Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi116.bbjdpl on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.116/16"}, "status": {"created": "2023-11-15T05:41:51.643812Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.116/16"}}, {"events": ["2023-11-15T05:41:45.562111Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-15T05:41:45.554912Z", "last_refresh": "2023-11-15T05:54:17.754055Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T05:34:26.558369Z", "last_refresh": "2023-11-15T05:54:17.751661Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:35:55.352857Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi116:172.21.15.116=smithi116", "smithi152:172.21.15.152=smithi152"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T05:35:55.345327Z", "last_refresh": "2023-11-15T05:54:17.751271Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:41:51.641747Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-11-15T05:41:51.636276Z", "last_refresh": "2023-11-15T05:54:17.754311Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T05:34:34.444913Z", "last_refresh": "2023-11-15T05:54:17.752691Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T05:36:22.979260Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T05:36:22.972321Z", "last_refresh": "2023-11-15T05:54:17.753010Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T05:34:30.388073Z", "last_refresh": "2023-11-15T05:55:32.568058Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-15T06:02:56.151 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 06:02:55 smithi116 bash[25961]: cluster 2023-11-15T06:02:54.475473+0000 mgr.smithi116.ldeiub (mgr.14182) 1359 : 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 2023-11-15T06:02:56.260 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 06:02:55 smithi152 bash[29762]: cluster 2023-11-15T06:02:54.475473+0000 mgr.smithi116.ldeiub (mgr.14182) 1359 : 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 2023-11-15T06:02:56.369 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T06:02:57.151 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 06:02:56 smithi116 bash[25961]: audit 2023-11-15T06:02:55.696411+0000 mgr.smithi116.ldeiub (mgr.14182) 1360 : audit [DBG] from='client.15572 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T06:02:57.260 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 06:02:56 smithi152 bash[29762]: audit 2023-11-15T06:02:55.696411+0000 mgr.smithi116.ldeiub (mgr.14182) 1360 : audit [DBG] from='client.15572 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T06:02:57.371 DEBUG:teuthology.orchestra.run.smithi116:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 7456fada-8378-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T06:02:58.151 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 06:02:57 smithi116 bash[25961]: cluster 2023-11-15T06:02:56.476833+0000 mgr.smithi116.ldeiub (mgr.14182) 1361 : 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 2023-11-15T06:02:58.260 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 06:02:57 smithi152 bash[29762]: cluster 2023-11-15T06:02:56.476833+0000 mgr.smithi116.ldeiub (mgr.14182) 1361 : 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 2023-11-15T06:03:00.122 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 06:02:59 smithi116 bash[25961]: cluster 2023-11-15T06:02:58.478092+0000 mgr.smithi116.ldeiub (mgr.14182) 1362 : 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 2023-11-15T06:03:00.261 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 06:02:59 smithi152 bash[29762]: cluster 2023-11-15T06:02:58.478092+0000 mgr.smithi116.ldeiub (mgr.14182) 1362 : 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 2023-11-15T06:03:00.554 INFO:teuthology.orchestra.run.smithi116.stdout: 2023-11-15T06:03:00.555 INFO:teuthology.orchestra.run.smithi116.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T05:34:36.374719Z", "last_refresh": "2023-11-15T05:54:17.751933Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T05:34:28.472277Z", "last_refresh": "2023-11-15T05:54:17.752190Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T05:34:32.474479Z", "last_refresh": "2023-11-15T05:54:17.752440Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T06:01:21.976510Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi116.minpkh on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T06:02:26.176685Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi152.jinpyv on smithi152: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi152-jinpyv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi152-jinpyv\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi152.jinpyv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi152.jinpyv\nDeploy daemon haproxy.nfs.foo.smithi152.jinpyv ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi152 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi152 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T06:02:30.454849Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi116.yuowdp on smithi116: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi116-yuowdp\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi116-yuowdp\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi116.yuowdp\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi116.yuowdp\nDeploy daemon haproxy.nfs.foo.smithi116.yuowdp ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T06:02:30.456763Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi152.ffncam on smithi152: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T06:02:30.458426Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi116.bbjdpl on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.116/16"}, "status": {"created": "2023-11-15T05:41:51.643812Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.116/16"}}, {"events": ["2023-11-15T05:41:45.562111Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-15T05:41:45.554912Z", "last_refresh": "2023-11-15T05:54:17.754055Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T05:34:26.558369Z", "last_refresh": "2023-11-15T05:54:17.751661Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:35:55.352857Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi116:172.21.15.116=smithi116", "smithi152:172.21.15.152=smithi152"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T05:35:55.345327Z", "last_refresh": "2023-11-15T05:54:17.751271Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:41:51.641747Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-11-15T05:41:51.636276Z", "last_refresh": "2023-11-15T05:54:17.754311Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T05:34:34.444913Z", "last_refresh": "2023-11-15T05:54:17.752691Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T05:36:22.979260Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T05:36:22.972321Z", "last_refresh": "2023-11-15T05:54:17.753010Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T05:34:30.388073Z", "last_refresh": "2023-11-15T05:55:32.568058Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-15T06:03:01.156 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T06:03:02.151 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 06:03:01 smithi116 bash[25961]: cluster 2023-11-15T06:03:00.478858+0000 mgr.smithi116.ldeiub (mgr.14182) 1363 : 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 2023-11-15T06:03:02.151 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 06:03:01 smithi116 bash[25961]: audit 2023-11-15T06:03:00.546325+0000 mgr.smithi116.ldeiub (mgr.14182) 1364 : audit [DBG] from='client.15576 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T06:03:02.157 DEBUG:teuthology.orchestra.run.smithi116:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 7456fada-8378-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T06:03:02.261 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 06:03:01 smithi152 bash[29762]: cluster 2023-11-15T06:03:00.478858+0000 mgr.smithi116.ldeiub (mgr.14182) 1363 : 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 2023-11-15T06:03:02.261 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 06:03:01 smithi152 bash[29762]: audit 2023-11-15T06:03:00.546325+0000 mgr.smithi116.ldeiub (mgr.14182) 1364 : audit [DBG] from='client.15576 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T06:03:04.151 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 06:03:03 smithi116 bash[25961]: cluster 2023-11-15T06:03:02.479993+0000 mgr.smithi116.ldeiub (mgr.14182) 1365 : 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 2023-11-15T06:03:04.260 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 06:03:03 smithi152 bash[29762]: cluster 2023-11-15T06:03:02.479993+0000 mgr.smithi116.ldeiub (mgr.14182) 1365 : 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 2023-11-15T06:03:05.315 INFO:teuthology.orchestra.run.smithi116.stdout: 2023-11-15T06:03:05.316 INFO:teuthology.orchestra.run.smithi116.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T05:34:36.374719Z", "last_refresh": "2023-11-15T05:54:17.751933Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T05:34:28.472277Z", "last_refresh": "2023-11-15T05:54:17.752190Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T05:34:32.474479Z", "last_refresh": "2023-11-15T05:54:17.752440Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T06:01:21.976510Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi116.minpkh on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T06:02:26.176685Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi152.jinpyv on smithi152: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi152-jinpyv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi152-jinpyv\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi152.jinpyv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi152.jinpyv\nDeploy daemon haproxy.nfs.foo.smithi152.jinpyv ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi152 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi152 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T06:02:30.454849Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi116.yuowdp on smithi116: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi116-yuowdp\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi116-yuowdp\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi116.yuowdp\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi116.yuowdp\nDeploy daemon haproxy.nfs.foo.smithi116.yuowdp ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T06:02:30.456763Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi152.ffncam on smithi152: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T06:02:30.458426Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi116.bbjdpl on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.116/16"}, "status": {"created": "2023-11-15T05:41:51.643812Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.116/16"}}, {"events": ["2023-11-15T05:41:45.562111Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-15T05:41:45.554912Z", "last_refresh": "2023-11-15T05:54:17.754055Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T05:34:26.558369Z", "last_refresh": "2023-11-15T05:54:17.751661Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:35:55.352857Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi116:172.21.15.116=smithi116", "smithi152:172.21.15.152=smithi152"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T05:35:55.345327Z", "last_refresh": "2023-11-15T05:54:17.751271Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:41:51.641747Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-11-15T05:41:51.636276Z", "last_refresh": "2023-11-15T05:54:17.754311Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T05:34:34.444913Z", "last_refresh": "2023-11-15T05:54:17.752691Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T05:36:22.979260Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T05:36:22.972321Z", "last_refresh": "2023-11-15T05:54:17.753010Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T05:34:30.388073Z", "last_refresh": "2023-11-15T05:55:32.568058Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-15T06:03:05.912 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T06:03:06.151 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 06:03:05 smithi116 bash[25961]: cluster 2023-11-15T06:03:04.481178+0000 mgr.smithi116.ldeiub (mgr.14182) 1366 : 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 2023-11-15T06:03:06.261 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 06:03:05 smithi152 bash[29762]: cluster 2023-11-15T06:03:04.481178+0000 mgr.smithi116.ldeiub (mgr.14182) 1366 : 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 2023-11-15T06:03:06.914 DEBUG:teuthology.orchestra.run.smithi116:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 7456fada-8378-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T06:03:07.151 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 06:03:06 smithi116 bash[25961]: audit 2023-11-15T06:03:05.301657+0000 mgr.smithi116.ldeiub (mgr.14182) 1367 : audit [DBG] from='client.15580 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T06:03:07.261 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 06:03:06 smithi152 bash[29762]: audit 2023-11-15T06:03:05.301657+0000 mgr.smithi116.ldeiub (mgr.14182) 1367 : audit [DBG] from='client.15580 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T06:03:08.141 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 06:03:07 smithi116 bash[25961]: cluster 2023-11-15T06:03:06.482528+0000 mgr.smithi116.ldeiub (mgr.14182) 1368 : 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 2023-11-15T06:03:08.260 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 06:03:07 smithi152 bash[29762]: cluster 2023-11-15T06:03:06.482528+0000 mgr.smithi116.ldeiub (mgr.14182) 1368 : 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 2023-11-15T06:03:10.107 INFO:teuthology.orchestra.run.smithi116.stdout: 2023-11-15T06:03:10.107 INFO:teuthology.orchestra.run.smithi116.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T05:34:36.374719Z", "last_refresh": "2023-11-15T05:54:17.751933Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T05:34:28.472277Z", "last_refresh": "2023-11-15T05:54:17.752190Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T05:34:32.474479Z", "last_refresh": "2023-11-15T05:54:17.752440Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T06:01:21.976510Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi116.minpkh on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T06:02:26.176685Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi152.jinpyv on smithi152: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi152-jinpyv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi152-jinpyv\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi152.jinpyv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi152.jinpyv\nDeploy daemon haproxy.nfs.foo.smithi152.jinpyv ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi152 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi152 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T06:02:30.454849Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi116.yuowdp on smithi116: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi116-yuowdp\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi116-yuowdp\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi116.yuowdp\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi116.yuowdp\nDeploy daemon haproxy.nfs.foo.smithi116.yuowdp ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T06:02:30.456763Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi152.ffncam on smithi152: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T06:02:30.458426Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi116.bbjdpl on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.116/16"}, "status": {"created": "2023-11-15T05:41:51.643812Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.116/16"}}, {"events": ["2023-11-15T05:41:45.562111Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-15T05:41:45.554912Z", "last_refresh": "2023-11-15T05:54:17.754055Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T05:34:26.558369Z", "last_refresh": "2023-11-15T05:54:17.751661Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:35:55.352857Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi116:172.21.15.116=smithi116", "smithi152:172.21.15.152=smithi152"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T05:35:55.345327Z", "last_refresh": "2023-11-15T05:54:17.751271Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:41:51.641747Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-11-15T05:41:51.636276Z", "last_refresh": "2023-11-15T05:54:17.754311Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T05:34:34.444913Z", "last_refresh": "2023-11-15T05:54:17.752691Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T05:36:22.979260Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T05:36:22.972321Z", "last_refresh": "2023-11-15T05:54:17.753010Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T05:34:30.388073Z", "last_refresh": "2023-11-15T05:55:32.568058Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-15T06:03:10.151 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 06:03:09 smithi116 bash[25961]: cluster 2023-11-15T06:03:08.483796+0000 mgr.smithi116.ldeiub (mgr.14182) 1369 : 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 2023-11-15T06:03:10.261 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 06:03:09 smithi152 bash[29762]: cluster 2023-11-15T06:03:08.483796+0000 mgr.smithi116.ldeiub (mgr.14182) 1369 : 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 2023-11-15T06:03:10.681 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T06:03:11.682 DEBUG:teuthology.orchestra.run.smithi116:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 7456fada-8378-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T06:03:12.151 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 06:03:11 smithi116 bash[25961]: audit 2023-11-15T06:03:10.092592+0000 mgr.smithi116.ldeiub (mgr.14182) 1370 : audit [DBG] from='client.15584 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T06:03:12.151 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 06:03:11 smithi116 bash[25961]: cluster 2023-11-15T06:03:10.484981+0000 mgr.smithi116.ldeiub (mgr.14182) 1371 : 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 2023-11-15T06:03:12.261 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 06:03:11 smithi152 bash[29762]: audit 2023-11-15T06:03:10.092592+0000 mgr.smithi116.ldeiub (mgr.14182) 1370 : audit [DBG] from='client.15584 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T06:03:12.261 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 06:03:11 smithi152 bash[29762]: cluster 2023-11-15T06:03:10.484981+0000 mgr.smithi116.ldeiub (mgr.14182) 1371 : 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 2023-11-15T06:03:14.151 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 06:03:13 smithi116 bash[25961]: cluster 2023-11-15T06:03:12.486175+0000 mgr.smithi116.ldeiub (mgr.14182) 1372 : 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 2023-11-15T06:03:14.261 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 06:03:13 smithi152 bash[29762]: cluster 2023-11-15T06:03:12.486175+0000 mgr.smithi116.ldeiub (mgr.14182) 1372 : 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 2023-11-15T06:03:15.014 INFO:teuthology.orchestra.run.smithi116.stdout: 2023-11-15T06:03:15.015 INFO:teuthology.orchestra.run.smithi116.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T05:34:36.374719Z", "last_refresh": "2023-11-15T05:54:17.751933Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T05:34:28.472277Z", "last_refresh": "2023-11-15T05:54:17.752190Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T05:34:32.474479Z", "last_refresh": "2023-11-15T05:54:17.752440Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T06:01:21.976510Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi116.minpkh on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T06:02:26.176685Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi152.jinpyv on smithi152: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi152-jinpyv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi152-jinpyv\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi152.jinpyv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi152.jinpyv\nDeploy daemon haproxy.nfs.foo.smithi152.jinpyv ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi152 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi152 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T06:02:30.454849Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi116.yuowdp on smithi116: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi116-yuowdp\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi116-yuowdp\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi116.yuowdp\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi116.yuowdp\nDeploy daemon haproxy.nfs.foo.smithi116.yuowdp ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T06:02:30.456763Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi152.ffncam on smithi152: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T06:02:30.458426Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi116.bbjdpl on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.116/16"}, "status": {"created": "2023-11-15T05:41:51.643812Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.116/16"}}, {"events": ["2023-11-15T05:41:45.562111Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-15T05:41:45.554912Z", "last_refresh": "2023-11-15T05:54:17.754055Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T05:34:26.558369Z", "last_refresh": "2023-11-15T05:54:17.751661Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:35:55.352857Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi116:172.21.15.116=smithi116", "smithi152:172.21.15.152=smithi152"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T05:35:55.345327Z", "last_refresh": "2023-11-15T05:54:17.751271Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:41:51.641747Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-11-15T05:41:51.636276Z", "last_refresh": "2023-11-15T05:54:17.754311Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T05:34:34.444913Z", "last_refresh": "2023-11-15T05:54:17.752691Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T05:36:22.979260Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T05:36:22.972321Z", "last_refresh": "2023-11-15T05:54:17.753010Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T05:34:30.388073Z", "last_refresh": "2023-11-15T05:55:32.568058Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-15T06:03:15.611 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T06:03:16.151 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 06:03:15 smithi116 bash[25961]: cluster 2023-11-15T06:03:14.487348+0000 mgr.smithi116.ldeiub (mgr.14182) 1373 : 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 2023-11-15T06:03:16.261 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 06:03:15 smithi152 bash[29762]: cluster 2023-11-15T06:03:14.487348+0000 mgr.smithi116.ldeiub (mgr.14182) 1373 : 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 2023-11-15T06:03:16.613 DEBUG:teuthology.orchestra.run.smithi116:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 7456fada-8378-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T06:03:17.151 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 06:03:16 smithi116 bash[25961]: audit 2023-11-15T06:03:15.000453+0000 mgr.smithi116.ldeiub (mgr.14182) 1374 : audit [DBG] from='client.15588 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T06:03:17.261 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 06:03:16 smithi152 bash[29762]: audit 2023-11-15T06:03:15.000453+0000 mgr.smithi116.ldeiub (mgr.14182) 1374 : audit [DBG] from='client.15588 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T06:03:18.067 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 06:03:17 smithi116 bash[25961]: cluster 2023-11-15T06:03:16.488642+0000 mgr.smithi116.ldeiub (mgr.14182) 1375 : 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 2023-11-15T06:03:18.261 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 06:03:17 smithi152 bash[29762]: cluster 2023-11-15T06:03:16.488642+0000 mgr.smithi116.ldeiub (mgr.14182) 1375 : 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 2023-11-15T06:03:19.887 INFO:teuthology.orchestra.run.smithi116.stdout: 2023-11-15T06:03:19.888 INFO:teuthology.orchestra.run.smithi116.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T05:34:36.374719Z", "last_refresh": "2023-11-15T05:54:17.751933Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T05:34:28.472277Z", "last_refresh": "2023-11-15T05:54:17.752190Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T05:34:32.474479Z", "last_refresh": "2023-11-15T05:54:17.752440Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T06:01:21.976510Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi116.minpkh on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T06:02:26.176685Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi152.jinpyv on smithi152: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi152-jinpyv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi152-jinpyv\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi152.jinpyv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi152.jinpyv\nDeploy daemon haproxy.nfs.foo.smithi152.jinpyv ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi152 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi152 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T06:02:30.454849Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi116.yuowdp on smithi116: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi116-yuowdp\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi116-yuowdp\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi116.yuowdp\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi116.yuowdp\nDeploy daemon haproxy.nfs.foo.smithi116.yuowdp ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T06:02:30.456763Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi152.ffncam on smithi152: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T06:02:30.458426Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi116.bbjdpl on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.116/16"}, "status": {"created": "2023-11-15T05:41:51.643812Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.116/16"}}, {"events": ["2023-11-15T05:41:45.562111Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-15T05:41:45.554912Z", "last_refresh": "2023-11-15T05:54:17.754055Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T05:34:26.558369Z", "last_refresh": "2023-11-15T05:54:17.751661Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:35:55.352857Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi116:172.21.15.116=smithi116", "smithi152:172.21.15.152=smithi152"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T05:35:55.345327Z", "last_refresh": "2023-11-15T05:54:17.751271Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:41:51.641747Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-11-15T05:41:51.636276Z", "last_refresh": "2023-11-15T05:54:17.754311Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T05:34:34.444913Z", "last_refresh": "2023-11-15T05:54:17.752691Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T05:36:22.979260Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T05:36:22.972321Z", "last_refresh": "2023-11-15T05:54:17.753010Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T05:34:30.388073Z", "last_refresh": "2023-11-15T05:55:32.568058Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-15T06:03:20.151 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 06:03:19 smithi116 bash[25961]: cluster 2023-11-15T06:03:18.489855+0000 mgr.smithi116.ldeiub (mgr.14182) 1376 : 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 2023-11-15T06:03:20.261 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 06:03:19 smithi152 bash[29762]: cluster 2023-11-15T06:03:18.489855+0000 mgr.smithi116.ldeiub (mgr.14182) 1376 : 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 2023-11-15T06:03:20.511 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T06:03:21.151 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 06:03:20 smithi116 bash[25961]: audit 2023-11-15T06:03:19.876680+0000 mgr.smithi116.ldeiub (mgr.14182) 1377 : audit [DBG] from='client.15592 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T06:03:21.261 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 06:03:20 smithi152 bash[29762]: audit 2023-11-15T06:03:19.876680+0000 mgr.smithi116.ldeiub (mgr.14182) 1377 : audit [DBG] from='client.15592 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T06:03:21.512 DEBUG:teuthology.orchestra.run.smithi116:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 7456fada-8378-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T06:03:22.260 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 06:03:21 smithi152 bash[29762]: cluster 2023-11-15T06:03:20.491076+0000 mgr.smithi116.ldeiub (mgr.14182) 1378 : 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 2023-11-15T06:03:22.401 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 06:03:21 smithi116 bash[25961]: cluster 2023-11-15T06:03:20.491076+0000 mgr.smithi116.ldeiub (mgr.14182) 1378 : 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 2023-11-15T06:03:24.261 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 06:03:23 smithi152 bash[29762]: cluster 2023-11-15T06:03:22.492277+0000 mgr.smithi116.ldeiub (mgr.14182) 1379 : 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 2023-11-15T06:03:24.401 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 06:03:23 smithi116 bash[25961]: cluster 2023-11-15T06:03:22.492277+0000 mgr.smithi116.ldeiub (mgr.14182) 1379 : 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 2023-11-15T06:03:24.898 INFO:teuthology.orchestra.run.smithi116.stdout: 2023-11-15T06:03:24.899 INFO:teuthology.orchestra.run.smithi116.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T05:34:36.374719Z", "last_refresh": "2023-11-15T05:54:17.751933Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T05:34:28.472277Z", "last_refresh": "2023-11-15T05:54:17.752190Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T05:34:32.474479Z", "last_refresh": "2023-11-15T05:54:17.752440Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T06:01:21.976510Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi116.minpkh on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T06:02:26.176685Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi152.jinpyv on smithi152: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi152-jinpyv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi152-jinpyv\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi152.jinpyv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi152.jinpyv\nDeploy daemon haproxy.nfs.foo.smithi152.jinpyv ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi152 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi152 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T06:02:30.454849Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi116.yuowdp on smithi116: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi116-yuowdp\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi116-yuowdp\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi116.yuowdp\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi116.yuowdp\nDeploy daemon haproxy.nfs.foo.smithi116.yuowdp ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T06:02:30.456763Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi152.ffncam on smithi152: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T06:02:30.458426Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi116.bbjdpl on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.116/16"}, "status": {"created": "2023-11-15T05:41:51.643812Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.116/16"}}, {"events": ["2023-11-15T05:41:45.562111Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-15T05:41:45.554912Z", "last_refresh": "2023-11-15T05:54:17.754055Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T05:34:26.558369Z", "last_refresh": "2023-11-15T05:54:17.751661Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:35:55.352857Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi116:172.21.15.116=smithi116", "smithi152:172.21.15.152=smithi152"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T05:35:55.345327Z", "last_refresh": "2023-11-15T05:54:17.751271Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:41:51.641747Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-11-15T05:41:51.636276Z", "last_refresh": "2023-11-15T05:54:17.754311Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T05:34:34.444913Z", "last_refresh": "2023-11-15T05:54:17.752691Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T05:36:22.979260Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T05:36:22.972321Z", "last_refresh": "2023-11-15T05:54:17.753010Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T05:34:30.388073Z", "last_refresh": "2023-11-15T05:55:32.568058Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-15T06:03:25.512 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T06:03:26.261 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 06:03:25 smithi152 bash[29762]: cluster 2023-11-15T06:03:24.493360+0000 mgr.smithi116.ldeiub (mgr.14182) 1380 : 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 2023-11-15T06:03:26.261 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 06:03:25 smithi152 bash[29762]: audit 2023-11-15T06:03:24.890045+0000 mgr.smithi116.ldeiub (mgr.14182) 1381 : audit [DBG] from='client.15596 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T06:03:26.401 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 06:03:25 smithi116 bash[25961]: cluster 2023-11-15T06:03:24.493360+0000 mgr.smithi116.ldeiub (mgr.14182) 1380 : 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 2023-11-15T06:03:26.401 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 06:03:25 smithi116 bash[25961]: audit 2023-11-15T06:03:24.890045+0000 mgr.smithi116.ldeiub (mgr.14182) 1381 : audit [DBG] from='client.15596 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T06:03:26.513 DEBUG:teuthology.orchestra.run.smithi116:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 7456fada-8378-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T06:03:28.151 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 06:03:27 smithi116 bash[25961]: cluster 2023-11-15T06:03:26.494708+0000 mgr.smithi116.ldeiub (mgr.14182) 1382 : 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 2023-11-15T06:03:28.261 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 06:03:27 smithi152 bash[29762]: cluster 2023-11-15T06:03:26.494708+0000 mgr.smithi116.ldeiub (mgr.14182) 1382 : 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 2023-11-15T06:03:29.586 INFO:teuthology.orchestra.run.smithi116.stdout: 2023-11-15T06:03:29.586 INFO:teuthology.orchestra.run.smithi116.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T05:34:36.374719Z", "last_refresh": "2023-11-15T05:54:17.751933Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T05:34:28.472277Z", "last_refresh": "2023-11-15T05:54:17.752190Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T05:34:32.474479Z", "last_refresh": "2023-11-15T05:54:17.752440Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T06:01:21.976510Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi116.minpkh on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T06:02:26.176685Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi152.jinpyv on smithi152: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi152-jinpyv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi152-jinpyv\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi152.jinpyv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi152.jinpyv\nDeploy daemon haproxy.nfs.foo.smithi152.jinpyv ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi152 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi152 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T06:02:30.454849Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi116.yuowdp on smithi116: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi116-yuowdp\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi116-yuowdp\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi116.yuowdp\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi116.yuowdp\nDeploy daemon haproxy.nfs.foo.smithi116.yuowdp ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T06:02:30.456763Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi152.ffncam on smithi152: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T06:02:30.458426Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi116.bbjdpl on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.116/16"}, "status": {"created": "2023-11-15T05:41:51.643812Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.116/16"}}, {"events": ["2023-11-15T05:41:45.562111Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-15T05:41:45.554912Z", "last_refresh": "2023-11-15T05:54:17.754055Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T05:34:26.558369Z", "last_refresh": "2023-11-15T05:54:17.751661Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:35:55.352857Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi116:172.21.15.116=smithi116", "smithi152:172.21.15.152=smithi152"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T05:35:55.345327Z", "last_refresh": "2023-11-15T05:54:17.751271Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:41:51.641747Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-11-15T05:41:51.636276Z", "last_refresh": "2023-11-15T05:54:17.754311Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T05:34:34.444913Z", "last_refresh": "2023-11-15T05:54:17.752691Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T05:36:22.979260Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T05:36:22.972321Z", "last_refresh": "2023-11-15T05:54:17.753010Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T05:34:30.388073Z", "last_refresh": "2023-11-15T05:55:32.568058Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-15T06:03:30.183 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 06:03:29 smithi116 bash[25961]: cluster 2023-11-15T06:03:28.495952+0000 mgr.smithi116.ldeiub (mgr.14182) 1383 : 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 2023-11-15T06:03:30.184 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T06:03:30.261 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 06:03:29 smithi152 bash[29762]: cluster 2023-11-15T06:03:28.495952+0000 mgr.smithi116.ldeiub (mgr.14182) 1383 : 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 2023-11-15T06:03:31.185 DEBUG:teuthology.orchestra.run.smithi116:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 7456fada-8378-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T06:03:31.199 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 06:03:30 smithi116 bash[25961]: audit 2023-11-15T06:03:29.573618+0000 mgr.smithi116.ldeiub (mgr.14182) 1384 : audit [DBG] from='client.15600 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T06:03:31.199 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 06:03:30 smithi116 bash[25961]: audit 2023-11-15T06:03:30.462048+0000 mon.smithi116 (mon.0) 974 : audit [DBG] from='mgr.14182 172.21.15.116:0/1868390107' entity='mgr.smithi116.ldeiub' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-15T06:03:31.199 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 06:03:30 smithi116 bash[25961]: audit 2023-11-15T06:03:30.786929+0000 mon.smithi116 (mon.0) 975 : audit [DBG] from='mgr.14182 172.21.15.116:0/1868390107' entity='mgr.smithi116.ldeiub' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-15T06:03:31.199 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 06:03:30 smithi116 bash[25961]: audit 2023-11-15T06:03:30.788291+0000 mon.smithi116 (mon.0) 976 : audit [INF] from='mgr.14182 172.21.15.116:0/1868390107' entity='mgr.smithi116.ldeiub' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-11-15T06:03:31.199 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 06:03:30 smithi116 bash[25961]: audit 2023-11-15T06:03:30.796138+0000 mon.smithi116 (mon.0) 977 : audit [INF] from='mgr.14182 172.21.15.116:0/1868390107' entity='mgr.smithi116.ldeiub' 2023-11-15T06:03:31.200 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 06:03:30 smithi116 bash[25961]: audit 2023-11-15T06:03:30.805379+0000 mon.smithi116 (mon.0) 978 : audit [DBG] from='mgr.14182 172.21.15.116:0/1868390107' entity='mgr.smithi116.ldeiub' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-11-15T06:03:31.200 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 06:03:30 smithi116 bash[25961]: audit 2023-11-15T06:03:30.816254+0000 mon.smithi116 (mon.0) 979 : audit [INF] from='mgr.14182 172.21.15.116:0/1868390107' entity='mgr.smithi116.ldeiub' 2023-11-15T06:03:31.261 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 06:03:30 smithi152 bash[29762]: audit 2023-11-15T06:03:29.573618+0000 mgr.smithi116.ldeiub (mgr.14182) 1384 : audit [DBG] from='client.15600 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T06:03:31.261 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 06:03:30 smithi152 bash[29762]: audit 2023-11-15T06:03:30.462048+0000 mon.smithi116 (mon.0) 974 : audit [DBG] from='mgr.14182 172.21.15.116:0/1868390107' entity='mgr.smithi116.ldeiub' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-15T06:03:31.261 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 06:03:30 smithi152 bash[29762]: audit 2023-11-15T06:03:30.786929+0000 mon.smithi116 (mon.0) 975 : audit [DBG] from='mgr.14182 172.21.15.116:0/1868390107' entity='mgr.smithi116.ldeiub' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-15T06:03:31.262 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 06:03:30 smithi152 bash[29762]: audit 2023-11-15T06:03:30.788291+0000 mon.smithi116 (mon.0) 976 : audit [INF] from='mgr.14182 172.21.15.116:0/1868390107' entity='mgr.smithi116.ldeiub' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-11-15T06:03:31.262 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 06:03:30 smithi152 bash[29762]: audit 2023-11-15T06:03:30.796138+0000 mon.smithi116 (mon.0) 977 : audit [INF] from='mgr.14182 172.21.15.116:0/1868390107' entity='mgr.smithi116.ldeiub' 2023-11-15T06:03:31.262 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 06:03:30 smithi152 bash[29762]: audit 2023-11-15T06:03:30.805379+0000 mon.smithi116 (mon.0) 978 : audit [DBG] from='mgr.14182 172.21.15.116:0/1868390107' entity='mgr.smithi116.ldeiub' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-11-15T06:03:31.262 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 06:03:30 smithi152 bash[29762]: audit 2023-11-15T06:03:30.816254+0000 mon.smithi116 (mon.0) 979 : audit [INF] from='mgr.14182 172.21.15.116:0/1868390107' entity='mgr.smithi116.ldeiub' 2023-11-15T06:03:32.151 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 06:03:31 smithi116 bash[25961]: cluster 2023-11-15T06:03:30.496871+0000 mgr.smithi116.ldeiub (mgr.14182) 1385 : 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 2023-11-15T06:03:32.151 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 06:03:31 smithi116 bash[25961]: cluster 2023-11-15T06:03:30.797053+0000 mgr.smithi116.ldeiub (mgr.14182) 1386 : cluster [DBG] pgmap v892: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 99 B/s rd, 0 op/s 2023-11-15T06:03:32.151 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 06:03:31 smithi116 bash[25961]: cephadm 2023-11-15T06:03:30.818971+0000 mgr.smithi116.ldeiub (mgr.14182) 1387 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi152.ybvwcm on smithi152 2023-11-15T06:03:32.151 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 06:03:31 smithi116 bash[25961]: cluster 2023-11-15T06:03:30.924203+0000 mon.smithi116 (mon.0) 980 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2023-11-15T06:03:32.152 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 06:03:31 smithi116 bash[25961]: cluster 2023-11-15T06:03:30.924266+0000 mon.smithi116 (mon.0) 981 : cluster [INF] Cluster is now healthy 2023-11-15T06:03:32.261 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 06:03:31 smithi152 bash[29762]: cluster 2023-11-15T06:03:30.496871+0000 mgr.smithi116.ldeiub (mgr.14182) 1385 : 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 2023-11-15T06:03:32.261 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 06:03:31 smithi152 bash[29762]: cluster 2023-11-15T06:03:30.797053+0000 mgr.smithi116.ldeiub (mgr.14182) 1386 : cluster [DBG] pgmap v892: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 99 B/s rd, 0 op/s 2023-11-15T06:03:32.261 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 06:03:31 smithi152 bash[29762]: cephadm 2023-11-15T06:03:30.818971+0000 mgr.smithi116.ldeiub (mgr.14182) 1387 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi152.ybvwcm on smithi152 2023-11-15T06:03:32.261 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 06:03:31 smithi152 bash[29762]: cluster 2023-11-15T06:03:30.924203+0000 mon.smithi116 (mon.0) 980 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2023-11-15T06:03:32.262 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 06:03:31 smithi152 bash[29762]: cluster 2023-11-15T06:03:30.924266+0000 mon.smithi116 (mon.0) 981 : cluster [INF] Cluster is now healthy 2023-11-15T06:03:34.261 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 06:03:33 smithi152 bash[29762]: cluster 2023-11-15T06:03:32.797979+0000 mgr.smithi116.ldeiub (mgr.14182) 1388 : cluster [DBG] pgmap v893: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 99 B/s rd, 0 op/s 2023-11-15T06:03:34.400 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 06:03:33 smithi116 bash[25961]: cluster 2023-11-15T06:03:32.797979+0000 mgr.smithi116.ldeiub (mgr.14182) 1388 : cluster [DBG] pgmap v893: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 99 B/s rd, 0 op/s 2023-11-15T06:03:34.411 INFO:teuthology.orchestra.run.smithi116.stdout: 2023-11-15T06:03:34.411 INFO:teuthology.orchestra.run.smithi116.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T05:34:36.374719Z", "last_refresh": "2023-11-15T05:54:17.751933Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T05:34:28.472277Z", "last_refresh": "2023-11-15T05:54:17.752190Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T05:34:32.474479Z", "last_refresh": "2023-11-15T05:54:17.752440Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T06:01:21.976510Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi116.minpkh on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T06:02:26.176685Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi152.jinpyv on smithi152: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi152-jinpyv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi152-jinpyv\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi152.jinpyv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi152.jinpyv\nDeploy daemon haproxy.nfs.foo.smithi152.jinpyv ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi152 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi152 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T06:02:30.454849Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi116.yuowdp on smithi116: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi116-yuowdp\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi116-yuowdp\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi116.yuowdp\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi116.yuowdp\nDeploy daemon haproxy.nfs.foo.smithi116.yuowdp ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T06:02:30.456763Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi152.ffncam on smithi152: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T06:02:30.458426Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi116.bbjdpl on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.116/16"}, "status": {"created": "2023-11-15T05:41:51.643812Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.116/16"}}, {"events": ["2023-11-15T05:41:45.562111Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-15T05:41:45.554912Z", "last_refresh": "2023-11-15T05:54:17.754055Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T05:34:26.558369Z", "last_refresh": "2023-11-15T05:54:17.751661Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:35:55.352857Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi116:172.21.15.116=smithi116", "smithi152:172.21.15.152=smithi152"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T05:35:55.345327Z", "last_refresh": "2023-11-15T05:54:17.751271Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:41:51.641747Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-11-15T05:41:51.636276Z", "last_refresh": "2023-11-15T05:54:17.754311Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T05:34:34.444913Z", "last_refresh": "2023-11-15T05:54:17.752691Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T05:36:22.979260Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T05:36:22.972321Z", "last_refresh": "2023-11-15T05:54:17.753010Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T05:34:30.388073Z", "last_refresh": "2023-11-15T05:55:32.568058Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-15T06:03:35.012 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 06:03:34 smithi116 bash[25961]: audit 2023-11-15T06:03:34.728768+0000 mon.smithi116 (mon.0) 982 : audit [INF] from='mgr.14182 172.21.15.116:0/1868390107' entity='mgr.smithi116.ldeiub' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi152.ybvwcm"}]: dispatch 2023-11-15T06:03:35.013 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T06:03:35.261 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 06:03:34 smithi152 bash[29762]: audit 2023-11-15T06:03:34.728768+0000 mon.smithi116 (mon.0) 982 : audit [INF] from='mgr.14182 172.21.15.116:0/1868390107' entity='mgr.smithi116.ldeiub' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi152.ybvwcm"}]: dispatch 2023-11-15T06:03:36.014 DEBUG:teuthology.orchestra.run.smithi116:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 7456fada-8378-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T06:03:36.261 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 06:03:35 smithi152 bash[29762]: audit 2023-11-15T06:03:34.399086+0000 mgr.smithi116.ldeiub (mgr.14182) 1389 : audit [DBG] from='client.15604 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T06:03:36.262 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 06:03:35 smithi152 bash[29762]: cephadm 2023-11-15T06:03:34.727636+0000 mgr.smithi116.ldeiub (mgr.14182) 1390 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi152-ybvwcm 2023-11-15T06:03:36.262 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 06:03:35 smithi152 bash[29762]: /usr/bin/docker: stdout 2023-11-15T06:03:36.262 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 06:03:35 smithi152 bash[29762]: /usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi152-ybvwcm 2023-11-15T06:03:36.262 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 06:03:35 smithi152 bash[29762]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi152.ybvwcm 2023-11-15T06:03:36.263 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 06:03:35 smithi152 bash[29762]: /usr/bin/docker: stdout 2023-11-15T06:03:36.263 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 06:03:35 smithi152 bash[29762]: /usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi152.ybvwcm 2023-11-15T06:03:36.263 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 06:03:35 smithi152 bash[29762]: Deploy daemon haproxy.nfs.foo.smithi152.ybvwcm ... 2023-11-15T06:03:36.263 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 06:03:35 smithi152 bash[29762]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi152 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T06:03:36.263 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 06:03:35 smithi152 bash[29762]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-15T06:03:36.263 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 06:03:35 smithi152 bash[29762]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-15T06:03:36.264 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 06:03:35 smithi152 bash[29762]: stat: stderr See 'docker run --help'. 2023-11-15T06:03:36.264 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 06:03:35 smithi152 bash[29762]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi152 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T06:03:36.264 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 06:03:35 smithi152 bash[29762]: Traceback (most recent call last): 2023-11-15T06:03:36.264 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 06:03:35 smithi152 bash[29762]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-11-15T06:03:36.264 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 06:03:35 smithi152 bash[29762]: yield (conn, connr) 2023-11-15T06:03:36.265 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 06:03:35 smithi152 bash[29762]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-11-15T06:03:36.265 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 06:03:35 smithi152 bash[29762]: code, '\n'.join(err))) 2023-11-15T06:03:36.265 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 06:03:35 smithi152 bash[29762]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi152-ybvwcm 2023-11-15T06:03:36.265 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 06:03:35 smithi152 bash[29762]: /usr/bin/docker: stdout 2023-11-15T06:03:36.265 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 06:03:35 smithi152 bash[29762]: /usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi152-ybvwcm 2023-11-15T06:03:36.266 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 06:03:35 smithi152 bash[29762]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi152.ybvwcm 2023-11-15T06:03:36.266 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 06:03:35 smithi152 bash[29762]: /usr/bin/docker: stdout 2023-11-15T06:03:36.266 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 06:03:35 smithi152 bash[29762]: /usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi152.ybvwcm 2023-11-15T06:03:36.267 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 06:03:35 smithi152 bash[29762]: Deploy daemon haproxy.nfs.foo.smithi152.ybvwcm ... 2023-11-15T06:03:36.267 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 06:03:35 smithi152 bash[29762]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi152 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T06:03:36.267 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 06:03:35 smithi152 bash[29762]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-15T06:03:36.267 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 06:03:35 smithi152 bash[29762]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-15T06:03:36.267 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 06:03:35 smithi152 bash[29762]: stat: stderr See 'docker run --help'. 2023-11-15T06:03:36.268 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 06:03:35 smithi152 bash[29762]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi152 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T06:03:36.268 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 06:03:35 smithi152 bash[29762]: cephadm 2023-11-15T06:03:34.728137+0000 mgr.smithi116.ldeiub (mgr.14182) 1391 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi152.ybvwcm 2023-11-15T06:03:36.268 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 06:03:35 smithi152 bash[29762]: cephadm 2023-11-15T06:03:34.730505+0000 mgr.smithi116.ldeiub (mgr.14182) 1392 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi152.ybvwcm on smithi152: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi152-ybvwcm 2023-11-15T06:03:36.268 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 06:03:35 smithi152 bash[29762]: /usr/bin/docker: stdout 2023-11-15T06:03:36.268 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 06:03:35 smithi152 bash[29762]: /usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi152-ybvwcm 2023-11-15T06:03:36.269 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 06:03:35 smithi152 bash[29762]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi152.ybvwcm 2023-11-15T06:03:36.269 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 06:03:35 smithi152 bash[29762]: /usr/bin/docker: stdout 2023-11-15T06:03:36.269 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 06:03:35 smithi152 bash[29762]: /usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi152.ybvwcm 2023-11-15T06:03:36.269 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 06:03:35 smithi152 bash[29762]: Deploy daemon haproxy.nfs.foo.smithi152.ybvwcm ... 2023-11-15T06:03:36.270 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 06:03:35 smithi152 bash[29762]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi152 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T06:03:36.270 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 06:03:35 smithi152 bash[29762]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-15T06:03:36.270 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 06:03:35 smithi152 bash[29762]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-15T06:03:36.270 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 06:03:35 smithi152 bash[29762]: stat: stderr See 'docker run --help'. 2023-11-15T06:03:36.271 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 06:03:35 smithi152 bash[29762]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi152 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T06:03:36.271 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 06:03:35 smithi152 bash[29762]: cephadm 2023-11-15T06:03:34.735335+0000 mgr.smithi116.ldeiub (mgr.14182) 1393 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi116.zzvsgt on smithi116 2023-11-15T06:03:36.271 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 06:03:35 smithi152 bash[29762]: cluster 2023-11-15T06:03:34.798967+0000 mgr.smithi116.ldeiub (mgr.14182) 1394 : cluster [DBG] pgmap v894: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 99 B/s rd, 0 op/s 2023-11-15T06:03:36.401 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 06:03:35 smithi116 bash[25961]: audit 2023-11-15T06:03:34.399086+0000 mgr.smithi116.ldeiub (mgr.14182) 1389 : audit [DBG] from='client.15604 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T06:03:36.402 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 06:03:35 smithi116 bash[25961]: cephadm 2023-11-15T06:03:34.727636+0000 mgr.smithi116.ldeiub (mgr.14182) 1390 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi152-ybvwcm 2023-11-15T06:03:36.402 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 06:03:35 smithi116 bash[25961]: /usr/bin/docker: stdout 2023-11-15T06:03:36.402 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 06:03:35 smithi116 bash[25961]: /usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi152-ybvwcm 2023-11-15T06:03:36.402 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 06:03:35 smithi116 bash[25961]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi152.ybvwcm 2023-11-15T06:03:36.403 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 06:03:35 smithi116 bash[25961]: /usr/bin/docker: stdout 2023-11-15T06:03:36.403 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 06:03:35 smithi116 bash[25961]: /usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi152.ybvwcm 2023-11-15T06:03:36.403 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 06:03:35 smithi116 bash[25961]: Deploy daemon haproxy.nfs.foo.smithi152.ybvwcm ... 2023-11-15T06:03:36.403 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 06:03:35 smithi116 bash[25961]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi152 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T06:03:36.403 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 06:03:35 smithi116 bash[25961]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-15T06:03:36.403 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 06:03:35 smithi116 bash[25961]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-15T06:03:36.404 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 06:03:35 smithi116 bash[25961]: stat: stderr See 'docker run --help'. 2023-11-15T06:03:36.404 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 06:03:35 smithi116 bash[25961]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi152 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T06:03:36.404 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 06:03:35 smithi116 bash[25961]: Traceback (most recent call last): 2023-11-15T06:03:36.404 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 06:03:35 smithi116 bash[25961]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-11-15T06:03:36.405 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 06:03:35 smithi116 bash[25961]: yield (conn, connr) 2023-11-15T06:03:36.405 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 06:03:35 smithi116 bash[25961]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-11-15T06:03:36.405 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 06:03:35 smithi116 bash[25961]: code, '\n'.join(err))) 2023-11-15T06:03:36.405 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 06:03:35 smithi116 bash[25961]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi152-ybvwcm 2023-11-15T06:03:36.405 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 06:03:35 smithi116 bash[25961]: /usr/bin/docker: stdout 2023-11-15T06:03:36.405 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 06:03:35 smithi116 bash[25961]: /usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi152-ybvwcm 2023-11-15T06:03:36.406 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 06:03:35 smithi116 bash[25961]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi152.ybvwcm 2023-11-15T06:03:36.406 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 06:03:35 smithi116 bash[25961]: /usr/bin/docker: stdout 2023-11-15T06:03:36.406 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 06:03:35 smithi116 bash[25961]: /usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi152.ybvwcm 2023-11-15T06:03:36.406 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 06:03:35 smithi116 bash[25961]: Deploy daemon haproxy.nfs.foo.smithi152.ybvwcm ... 2023-11-15T06:03:36.406 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 06:03:35 smithi116 bash[25961]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi152 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T06:03:36.407 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 06:03:35 smithi116 bash[25961]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-15T06:03:36.407 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 06:03:35 smithi116 bash[25961]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-15T06:03:36.407 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 06:03:35 smithi116 bash[25961]: stat: stderr See 'docker run --help'. 2023-11-15T06:03:36.407 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 06:03:35 smithi116 bash[25961]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi152 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T06:03:36.407 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 06:03:35 smithi116 bash[25961]: cephadm 2023-11-15T06:03:34.728137+0000 mgr.smithi116.ldeiub (mgr.14182) 1391 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi152.ybvwcm 2023-11-15T06:03:36.408 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 06:03:35 smithi116 bash[25961]: cephadm 2023-11-15T06:03:34.730505+0000 mgr.smithi116.ldeiub (mgr.14182) 1392 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi152.ybvwcm on smithi152: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi152-ybvwcm 2023-11-15T06:03:36.408 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 06:03:35 smithi116 bash[25961]: /usr/bin/docker: stdout 2023-11-15T06:03:36.408 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 06:03:35 smithi116 bash[25961]: /usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi152-ybvwcm 2023-11-15T06:03:36.408 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 06:03:35 smithi116 bash[25961]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi152.ybvwcm 2023-11-15T06:03:36.408 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 06:03:35 smithi116 bash[25961]: /usr/bin/docker: stdout 2023-11-15T06:03:36.409 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 06:03:35 smithi116 bash[25961]: /usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi152.ybvwcm 2023-11-15T06:03:36.409 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 06:03:35 smithi116 bash[25961]: Deploy daemon haproxy.nfs.foo.smithi152.ybvwcm ... 2023-11-15T06:03:36.409 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 06:03:35 smithi116 bash[25961]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi152 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T06:03:36.409 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 06:03:35 smithi116 bash[25961]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-15T06:03:36.409 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 06:03:35 smithi116 bash[25961]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-15T06:03:36.409 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 06:03:35 smithi116 bash[25961]: stat: stderr See 'docker run --help'. 2023-11-15T06:03:36.410 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 06:03:35 smithi116 bash[25961]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi152 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T06:03:36.410 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 06:03:35 smithi116 bash[25961]: cephadm 2023-11-15T06:03:34.735335+0000 mgr.smithi116.ldeiub (mgr.14182) 1393 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi116.zzvsgt on smithi116 2023-11-15T06:03:36.410 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 06:03:35 smithi116 bash[25961]: cluster 2023-11-15T06:03:34.798967+0000 mgr.smithi116.ldeiub (mgr.14182) 1394 : cluster [DBG] pgmap v894: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 99 B/s rd, 0 op/s 2023-11-15T06:03:38.261 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 06:03:37 smithi152 bash[29762]: cluster 2023-11-15T06:03:36.800037+0000 mgr.smithi116.ldeiub (mgr.14182) 1395 : cluster [DBG] pgmap v895: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 99 B/s rd, 0 op/s 2023-11-15T06:03:38.401 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 06:03:37 smithi116 bash[25961]: cluster 2023-11-15T06:03:36.800037+0000 mgr.smithi116.ldeiub (mgr.14182) 1395 : cluster [DBG] pgmap v895: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 99 B/s rd, 0 op/s 2023-11-15T06:03:38.990 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 06:03:38 smithi116 bash[25961]: audit 2023-11-15T06:03:38.830170+0000 mon.smithi116 (mon.0) 983 : audit [INF] from='mgr.14182 172.21.15.116:0/1868390107' entity='mgr.smithi116.ldeiub' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi116.zzvsgt"}]: dispatch 2023-11-15T06:03:39.261 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 06:03:38 smithi152 bash[29762]: audit 2023-11-15T06:03:38.830170+0000 mon.smithi116 (mon.0) 983 : audit [INF] from='mgr.14182 172.21.15.116:0/1868390107' entity='mgr.smithi116.ldeiub' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi116.zzvsgt"}]: dispatch 2023-11-15T06:03:39.441 INFO:teuthology.orchestra.run.smithi116.stdout: 2023-11-15T06:03:39.441 INFO:teuthology.orchestra.run.smithi116.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T05:34:36.374719Z", "last_refresh": "2023-11-15T05:54:17.751933Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T05:34:28.472277Z", "last_refresh": "2023-11-15T05:54:17.752190Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T05:34:32.474479Z", "last_refresh": "2023-11-15T05:54:17.752440Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T06:02:30.458426Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi116.bbjdpl on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T06:03:34.730275Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi152.ybvwcm on smithi152: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi152-ybvwcm\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi152-ybvwcm\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi152.ybvwcm\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi152.ybvwcm\nDeploy daemon haproxy.nfs.foo.smithi152.ybvwcm ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi152 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi152 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T06:03:38.831386Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi116.zzvsgt on smithi116: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi116-zzvsgt\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi116-zzvsgt\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi116.zzvsgt\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi116.zzvsgt\nDeploy daemon haproxy.nfs.foo.smithi116.zzvsgt ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T06:03:38.833528Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi152.uhujzi on smithi152: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T06:03:38.835118Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi116.ukzqge on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.116/16"}, "status": {"created": "2023-11-15T05:41:51.643812Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.116/16"}}, {"events": ["2023-11-15T05:41:45.562111Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-15T05:41:45.554912Z", "last_refresh": "2023-11-15T05:54:17.754055Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T05:34:26.558369Z", "last_refresh": "2023-11-15T05:54:17.751661Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:35:55.352857Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi116:172.21.15.116=smithi116", "smithi152:172.21.15.152=smithi152"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T05:35:55.345327Z", "last_refresh": "2023-11-15T05:54:17.751271Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:41:51.641747Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-11-15T05:41:51.636276Z", "last_refresh": "2023-11-15T05:54:17.754311Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T05:34:34.444913Z", "last_refresh": "2023-11-15T05:54:17.752691Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T05:36:22.979260Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T05:36:22.972321Z", "last_refresh": "2023-11-15T05:54:17.753010Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T05:34:30.388073Z", "last_refresh": "2023-11-15T05:55:32.568058Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-15T06:03:40.140 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T06:03:40.261 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 06:03:39 smithi152 bash[29762]: cluster 2023-11-15T06:03:38.801218+0000 mgr.smithi116.ldeiub (mgr.14182) 1396 : 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 2023-11-15T06:03:40.262 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 06:03:39 smithi152 bash[29762]: cephadm 2023-11-15T06:03:38.829204+0000 mgr.smithi116.ldeiub (mgr.14182) 1397 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi116-zzvsgt 2023-11-15T06:03:40.262 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 06:03:39 smithi152 bash[29762]: /usr/bin/docker: stdout 2023-11-15T06:03:40.262 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 06:03:39 smithi152 bash[29762]: /usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi116-zzvsgt 2023-11-15T06:03:40.263 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 06:03:39 smithi152 bash[29762]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi116.zzvsgt 2023-11-15T06:03:40.263 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 06:03:39 smithi152 bash[29762]: /usr/bin/docker: stdout 2023-11-15T06:03:40.263 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 06:03:39 smithi152 bash[29762]: /usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi116.zzvsgt 2023-11-15T06:03:40.263 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 06:03:39 smithi152 bash[29762]: Deploy daemon haproxy.nfs.foo.smithi116.zzvsgt ... 2023-11-15T06:03:40.263 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 06:03:39 smithi152 bash[29762]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T06:03:40.264 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 06:03:39 smithi152 bash[29762]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-15T06:03:40.264 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 06:03:39 smithi152 bash[29762]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-15T06:03:40.264 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 06:03:39 smithi152 bash[29762]: stat: stderr See 'docker run --help'. 2023-11-15T06:03:40.264 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 06:03:39 smithi152 bash[29762]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T06:03:40.264 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 06:03:39 smithi152 bash[29762]: Traceback (most recent call last): 2023-11-15T06:03:40.264 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 06:03:39 smithi152 bash[29762]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-11-15T06:03:40.265 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 06:03:39 smithi152 bash[29762]: yield (conn, connr) 2023-11-15T06:03:40.265 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 06:03:39 smithi152 bash[29762]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-11-15T06:03:40.265 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 06:03:39 smithi152 bash[29762]: code, '\n'.join(err))) 2023-11-15T06:03:40.265 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 06:03:39 smithi152 bash[29762]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi116-zzvsgt 2023-11-15T06:03:40.265 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 06:03:39 smithi152 bash[29762]: /usr/bin/docker: stdout 2023-11-15T06:03:40.266 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 06:03:39 smithi152 bash[29762]: /usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi116-zzvsgt 2023-11-15T06:03:40.266 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 06:03:39 smithi152 bash[29762]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi116.zzvsgt 2023-11-15T06:03:40.266 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 06:03:39 smithi152 bash[29762]: /usr/bin/docker: stdout 2023-11-15T06:03:40.266 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 06:03:39 smithi152 bash[29762]: /usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi116.zzvsgt 2023-11-15T06:03:40.266 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 06:03:39 smithi152 bash[29762]: Deploy daemon haproxy.nfs.foo.smithi116.zzvsgt ... 2023-11-15T06:03:40.267 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 06:03:39 smithi152 bash[29762]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T06:03:40.267 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 06:03:39 smithi152 bash[29762]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-15T06:03:40.267 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 06:03:39 smithi152 bash[29762]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-15T06:03:40.267 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 06:03:39 smithi152 bash[29762]: stat: stderr See 'docker run --help'. 2023-11-15T06:03:40.268 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 06:03:39 smithi152 bash[29762]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T06:03:40.268 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 06:03:39 smithi152 bash[29762]: cephadm 2023-11-15T06:03:38.829632+0000 mgr.smithi116.ldeiub (mgr.14182) 1398 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi116.zzvsgt 2023-11-15T06:03:40.268 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 06:03:39 smithi152 bash[29762]: cephadm 2023-11-15T06:03:38.831677+0000 mgr.smithi116.ldeiub (mgr.14182) 1399 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi116.zzvsgt on smithi116: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi116-zzvsgt 2023-11-15T06:03:40.268 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 06:03:39 smithi152 bash[29762]: /usr/bin/docker: stdout 2023-11-15T06:03:40.268 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 06:03:39 smithi152 bash[29762]: /usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi116-zzvsgt 2023-11-15T06:03:40.269 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 06:03:39 smithi152 bash[29762]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi116.zzvsgt 2023-11-15T06:03:40.269 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 06:03:39 smithi152 bash[29762]: /usr/bin/docker: stdout 2023-11-15T06:03:40.269 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 06:03:39 smithi152 bash[29762]: /usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi116.zzvsgt 2023-11-15T06:03:40.269 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 06:03:39 smithi152 bash[29762]: Deploy daemon haproxy.nfs.foo.smithi116.zzvsgt ... 2023-11-15T06:03:40.269 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 06:03:39 smithi152 bash[29762]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T06:03:40.269 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 06:03:39 smithi152 bash[29762]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-15T06:03:40.270 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 06:03:39 smithi152 bash[29762]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-15T06:03:40.270 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 06:03:39 smithi152 bash[29762]: stat: stderr See 'docker run --help'. 2023-11-15T06:03:40.270 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 06:03:39 smithi152 bash[29762]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T06:03:40.270 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 06:03:39 smithi152 bash[29762]: cephadm 2023-11-15T06:03:38.833635+0000 mgr.smithi116.ldeiub (mgr.14182) 1400 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi152.uhujzi on smithi152: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-11-15T06:03:40.270 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 06:03:39 smithi152 bash[29762]: cephadm 2023-11-15T06:03:38.835216+0000 mgr.smithi116.ldeiub (mgr.14182) 1401 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi116.ukzqge on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-11-15T06:03:40.271 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 06:03:39 smithi152 bash[29762]: cluster 2023-11-15T06:03:38.836182+0000 mgr.smithi116.ldeiub (mgr.14182) 1402 : cluster [DBG] pgmap v897: 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 2023-11-15T06:03:40.271 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 06:03:39 smithi152 bash[29762]: cluster 2023-11-15T06:03:38.948081+0000 mon.smithi116 (mon.0) 984 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2023-11-15T06:03:40.401 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 06:03:39 smithi116 bash[25961]: cluster 2023-11-15T06:03:38.801218+0000 mgr.smithi116.ldeiub (mgr.14182) 1396 : 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 2023-11-15T06:03:40.402 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 06:03:39 smithi116 bash[25961]: cephadm 2023-11-15T06:03:38.829204+0000 mgr.smithi116.ldeiub (mgr.14182) 1397 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi116-zzvsgt 2023-11-15T06:03:40.402 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 06:03:39 smithi116 bash[25961]: /usr/bin/docker: stdout 2023-11-15T06:03:40.402 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 06:03:39 smithi116 bash[25961]: /usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi116-zzvsgt 2023-11-15T06:03:40.403 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 06:03:39 smithi116 bash[25961]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi116.zzvsgt 2023-11-15T06:03:40.403 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 06:03:39 smithi116 bash[25961]: /usr/bin/docker: stdout 2023-11-15T06:03:40.403 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 06:03:39 smithi116 bash[25961]: /usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi116.zzvsgt 2023-11-15T06:03:40.403 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 06:03:39 smithi116 bash[25961]: Deploy daemon haproxy.nfs.foo.smithi116.zzvsgt ... 2023-11-15T06:03:40.403 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 06:03:39 smithi116 bash[25961]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T06:03:40.404 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 06:03:39 smithi116 bash[25961]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-15T06:03:40.404 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 06:03:39 smithi116 bash[25961]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-15T06:03:40.404 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 06:03:39 smithi116 bash[25961]: stat: stderr See 'docker run --help'. 2023-11-15T06:03:40.404 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 06:03:39 smithi116 bash[25961]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T06:03:40.405 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 06:03:39 smithi116 bash[25961]: Traceback (most recent call last): 2023-11-15T06:03:40.405 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 06:03:39 smithi116 bash[25961]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-11-15T06:03:40.405 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 06:03:39 smithi116 bash[25961]: yield (conn, connr) 2023-11-15T06:03:40.405 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 06:03:39 smithi116 bash[25961]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-11-15T06:03:40.406 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 06:03:39 smithi116 bash[25961]: code, '\n'.join(err))) 2023-11-15T06:03:40.406 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 06:03:39 smithi116 bash[25961]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi116-zzvsgt 2023-11-15T06:03:40.406 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 06:03:39 smithi116 bash[25961]: /usr/bin/docker: stdout 2023-11-15T06:03:40.406 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 06:03:39 smithi116 bash[25961]: /usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi116-zzvsgt 2023-11-15T06:03:40.406 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 06:03:39 smithi116 bash[25961]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi116.zzvsgt 2023-11-15T06:03:40.407 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 06:03:39 smithi116 bash[25961]: /usr/bin/docker: stdout 2023-11-15T06:03:40.407 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 06:03:39 smithi116 bash[25961]: /usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi116.zzvsgt 2023-11-15T06:03:40.407 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 06:03:39 smithi116 bash[25961]: Deploy daemon haproxy.nfs.foo.smithi116.zzvsgt ... 2023-11-15T06:03:40.408 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 06:03:39 smithi116 bash[25961]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T06:03:40.408 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 06:03:39 smithi116 bash[25961]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-15T06:03:40.409 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 06:03:39 smithi116 bash[25961]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-15T06:03:40.409 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 06:03:39 smithi116 bash[25961]: stat: stderr See 'docker run --help'. 2023-11-15T06:03:40.409 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 06:03:39 smithi116 bash[25961]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T06:03:40.409 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 06:03:39 smithi116 bash[25961]: cephadm 2023-11-15T06:03:38.829632+0000 mgr.smithi116.ldeiub (mgr.14182) 1398 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi116.zzvsgt 2023-11-15T06:03:40.409 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 06:03:39 smithi116 bash[25961]: cephadm 2023-11-15T06:03:38.831677+0000 mgr.smithi116.ldeiub (mgr.14182) 1399 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi116.zzvsgt on smithi116: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi116-zzvsgt 2023-11-15T06:03:40.410 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 06:03:39 smithi116 bash[25961]: /usr/bin/docker: stdout 2023-11-15T06:03:40.410 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 06:03:39 smithi116 bash[25961]: /usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi116-zzvsgt 2023-11-15T06:03:40.410 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 06:03:39 smithi116 bash[25961]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi116.zzvsgt 2023-11-15T06:03:40.410 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 06:03:39 smithi116 bash[25961]: /usr/bin/docker: stdout 2023-11-15T06:03:40.411 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 06:03:39 smithi116 bash[25961]: /usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi116.zzvsgt 2023-11-15T06:03:40.411 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 06:03:39 smithi116 bash[25961]: Deploy daemon haproxy.nfs.foo.smithi116.zzvsgt ... 2023-11-15T06:03:40.411 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 06:03:39 smithi116 bash[25961]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T06:03:40.411 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 06:03:39 smithi116 bash[25961]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-15T06:03:40.412 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 06:03:39 smithi116 bash[25961]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-15T06:03:40.412 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 06:03:39 smithi116 bash[25961]: stat: stderr See 'docker run --help'. 2023-11-15T06:03:40.412 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 06:03:39 smithi116 bash[25961]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T06:03:40.412 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 06:03:39 smithi116 bash[25961]: cephadm 2023-11-15T06:03:38.833635+0000 mgr.smithi116.ldeiub (mgr.14182) 1400 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi152.uhujzi on smithi152: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-11-15T06:03:40.413 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 06:03:39 smithi116 bash[25961]: cephadm 2023-11-15T06:03:38.835216+0000 mgr.smithi116.ldeiub (mgr.14182) 1401 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi116.ukzqge on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-11-15T06:03:40.413 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 06:03:39 smithi116 bash[25961]: cluster 2023-11-15T06:03:38.836182+0000 mgr.smithi116.ldeiub (mgr.14182) 1402 : cluster [DBG] pgmap v897: 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 2023-11-15T06:03:40.413 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 06:03:39 smithi116 bash[25961]: cluster 2023-11-15T06:03:38.948081+0000 mon.smithi116 (mon.0) 984 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2023-11-15T06:03:41.142 DEBUG:teuthology.orchestra.run.smithi116:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 7456fada-8378-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T06:03:41.261 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 06:03:40 smithi152 bash[29762]: audit 2023-11-15T06:03:39.425592+0000 mgr.smithi116.ldeiub (mgr.14182) 1403 : audit [DBG] from='client.15608 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T06:03:41.404 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 06:03:40 smithi116 bash[25961]: audit 2023-11-15T06:03:39.425592+0000 mgr.smithi116.ldeiub (mgr.14182) 1403 : audit [DBG] from='client.15608 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T06:03:42.151 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 06:03:41 smithi116 bash[25961]: cluster 2023-11-15T06:03:40.837370+0000 mgr.smithi116.ldeiub (mgr.14182) 1404 : cluster [DBG] pgmap v898: 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 2023-11-15T06:03:42.151 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 06:03:41 smithi116 bash[25961]: audit 2023-11-15T06:03:41.585347+0000 mon.smithi116 (mon.0) 985 : audit [INF] from='mgr.14182 172.21.15.116:0/1868390107' entity='mgr.smithi116.ldeiub' 2023-11-15T06:03:42.261 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 06:03:41 smithi152 bash[29762]: cluster 2023-11-15T06:03:40.837370+0000 mgr.smithi116.ldeiub (mgr.14182) 1404 : cluster [DBG] pgmap v898: 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 2023-11-15T06:03:42.261 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 06:03:41 smithi152 bash[29762]: audit 2023-11-15T06:03:41.585347+0000 mon.smithi116 (mon.0) 985 : audit [INF] from='mgr.14182 172.21.15.116:0/1868390107' entity='mgr.smithi116.ldeiub' 2023-11-15T06:03:43.261 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 06:03:42 smithi152 bash[29762]: cluster 2023-11-15T06:03:42.838491+0000 mgr.smithi116.ldeiub (mgr.14182) 1405 : cluster [DBG] pgmap v899: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 101 B/s rd, 0 op/s 2023-11-15T06:03:43.400 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 06:03:42 smithi116 bash[25961]: cluster 2023-11-15T06:03:42.838491+0000 mgr.smithi116.ldeiub (mgr.14182) 1405 : cluster [DBG] pgmap v899: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 101 B/s rd, 0 op/s 2023-11-15T06:03:44.439 INFO:teuthology.orchestra.run.smithi116.stdout: 2023-11-15T06:03:44.439 INFO:teuthology.orchestra.run.smithi116.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T05:34:36.374719Z", "last_refresh": "2023-11-15T05:54:17.751933Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T05:34:28.472277Z", "last_refresh": "2023-11-15T05:54:17.752190Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T05:34:32.474479Z", "last_refresh": "2023-11-15T05:54:17.752440Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T06:02:30.458426Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi116.bbjdpl on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T06:03:34.730275Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi152.ybvwcm on smithi152: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi152-ybvwcm\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi152-ybvwcm\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi152.ybvwcm\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi152.ybvwcm\nDeploy daemon haproxy.nfs.foo.smithi152.ybvwcm ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi152 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi152 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T06:03:38.831386Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi116.zzvsgt on smithi116: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi116-zzvsgt\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi116-zzvsgt\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi116.zzvsgt\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi116.zzvsgt\nDeploy daemon haproxy.nfs.foo.smithi116.zzvsgt ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T06:03:38.833528Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi152.uhujzi on smithi152: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T06:03:38.835118Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi116.ukzqge on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.116/16"}, "status": {"created": "2023-11-15T05:41:51.643812Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.116/16"}}, {"events": ["2023-11-15T05:41:45.562111Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-15T05:41:45.554912Z", "last_refresh": "2023-11-15T05:54:17.754055Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T05:34:26.558369Z", "last_refresh": "2023-11-15T05:54:17.751661Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:35:55.352857Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi116:172.21.15.116=smithi116", "smithi152:172.21.15.152=smithi152"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T05:35:55.345327Z", "last_refresh": "2023-11-15T05:54:17.751271Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:41:51.641747Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-11-15T05:41:51.636276Z", "last_refresh": "2023-11-15T05:54:17.754311Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T05:34:34.444913Z", "last_refresh": "2023-11-15T05:54:17.752691Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T05:36:22.979260Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T05:36:22.972321Z", "last_refresh": "2023-11-15T05:54:17.753010Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T05:34:30.388073Z", "last_refresh": "2023-11-15T05:55:32.568058Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-15T06:03:45.029 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T06:03:46.011 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 06:03:45 smithi152 bash[29762]: audit 2023-11-15T06:03:44.423413+0000 mgr.smithi116.ldeiub (mgr.14182) 1406 : audit [DBG] from='client.15612 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T06:03:46.011 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 06:03:45 smithi152 bash[29762]: cluster 2023-11-15T06:03:44.839642+0000 mgr.smithi116.ldeiub (mgr.14182) 1407 : cluster [DBG] pgmap v900: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 101 B/s rd, 0 op/s 2023-11-15T06:03:46.031 DEBUG:teuthology.orchestra.run.smithi116:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 7456fada-8378-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T06:03:46.042 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 06:03:45 smithi116 bash[25961]: audit 2023-11-15T06:03:44.423413+0000 mgr.smithi116.ldeiub (mgr.14182) 1406 : audit [DBG] from='client.15612 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T06:03:46.043 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 06:03:45 smithi116 bash[25961]: cluster 2023-11-15T06:03:44.839642+0000 mgr.smithi116.ldeiub (mgr.14182) 1407 : cluster [DBG] pgmap v900: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 101 B/s rd, 0 op/s 2023-11-15T06:03:48.261 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 06:03:47 smithi152 bash[29762]: cluster 2023-11-15T06:03:46.841073+0000 mgr.smithi116.ldeiub (mgr.14182) 1408 : cluster [DBG] pgmap v901: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 101 B/s rd, 0 op/s 2023-11-15T06:03:48.400 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 06:03:47 smithi116 bash[25961]: cluster 2023-11-15T06:03:46.841073+0000 mgr.smithi116.ldeiub (mgr.14182) 1408 : cluster [DBG] pgmap v901: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 101 B/s rd, 0 op/s 2023-11-15T06:03:49.377 INFO:teuthology.orchestra.run.smithi116.stdout: 2023-11-15T06:03:49.378 INFO:teuthology.orchestra.run.smithi116.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T05:34:36.374719Z", "last_refresh": "2023-11-15T05:54:17.751933Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T05:34:28.472277Z", "last_refresh": "2023-11-15T05:54:17.752190Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T05:34:32.474479Z", "last_refresh": "2023-11-15T05:54:17.752440Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T06:02:30.458426Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi116.bbjdpl on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T06:03:34.730275Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi152.ybvwcm on smithi152: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi152-ybvwcm\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi152-ybvwcm\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi152.ybvwcm\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi152.ybvwcm\nDeploy daemon haproxy.nfs.foo.smithi152.ybvwcm ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi152 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi152 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T06:03:38.831386Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi116.zzvsgt on smithi116: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi116-zzvsgt\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi116-zzvsgt\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi116.zzvsgt\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi116.zzvsgt\nDeploy daemon haproxy.nfs.foo.smithi116.zzvsgt ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T06:03:38.833528Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi152.uhujzi on smithi152: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T06:03:38.835118Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi116.ukzqge on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.116/16"}, "status": {"created": "2023-11-15T05:41:51.643812Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.116/16"}}, {"events": ["2023-11-15T05:41:45.562111Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-15T05:41:45.554912Z", "last_refresh": "2023-11-15T05:54:17.754055Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T05:34:26.558369Z", "last_refresh": "2023-11-15T05:54:17.751661Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:35:55.352857Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi116:172.21.15.116=smithi116", "smithi152:172.21.15.152=smithi152"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T05:35:55.345327Z", "last_refresh": "2023-11-15T05:54:17.751271Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:41:51.641747Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-11-15T05:41:51.636276Z", "last_refresh": "2023-11-15T05:54:17.754311Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T05:34:34.444913Z", "last_refresh": "2023-11-15T05:54:17.752691Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T05:36:22.979260Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T05:36:22.972321Z", "last_refresh": "2023-11-15T05:54:17.753010Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T05:34:30.388073Z", "last_refresh": "2023-11-15T05:55:32.568058Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-15T06:03:49.963 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T06:03:50.261 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 06:03:49 smithi152 bash[29762]: cluster 2023-11-15T06:03:48.842480+0000 mgr.smithi116.ldeiub (mgr.14182) 1409 : 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 2023-11-15T06:03:50.400 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 06:03:49 smithi116 bash[25961]: cluster 2023-11-15T06:03:48.842480+0000 mgr.smithi116.ldeiub (mgr.14182) 1409 : 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 2023-11-15T06:03:50.964 DEBUG:teuthology.orchestra.run.smithi116:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 7456fada-8378-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T06:03:51.261 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 06:03:50 smithi152 bash[29762]: audit 2023-11-15T06:03:49.362365+0000 mgr.smithi116.ldeiub (mgr.14182) 1410 : audit [DBG] from='client.15616 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T06:03:51.401 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 06:03:50 smithi116 bash[25961]: audit 2023-11-15T06:03:49.362365+0000 mgr.smithi116.ldeiub (mgr.14182) 1410 : audit [DBG] from='client.15616 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T06:03:52.113 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 06:03:51 smithi116 bash[25961]: cluster 2023-11-15T06:03:50.843911+0000 mgr.smithi116.ldeiub (mgr.14182) 1411 : cluster [DBG] pgmap v903: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T06:03:52.261 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 06:03:51 smithi152 bash[29762]: cluster 2023-11-15T06:03:50.843911+0000 mgr.smithi116.ldeiub (mgr.14182) 1411 : cluster [DBG] pgmap v903: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T06:03:54.151 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 06:03:53 smithi116 bash[25961]: cluster 2023-11-15T06:03:52.845085+0000 mgr.smithi116.ldeiub (mgr.14182) 1412 : cluster [DBG] pgmap v904: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T06:03:54.178 INFO:teuthology.orchestra.run.smithi116.stdout: 2023-11-15T06:03:54.179 INFO:teuthology.orchestra.run.smithi116.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T05:34:36.374719Z", "last_refresh": "2023-11-15T05:54:17.751933Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T05:34:28.472277Z", "last_refresh": "2023-11-15T05:54:17.752190Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T05:34:32.474479Z", "last_refresh": "2023-11-15T05:54:17.752440Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T06:02:30.458426Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi116.bbjdpl on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T06:03:34.730275Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi152.ybvwcm on smithi152: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi152-ybvwcm\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi152-ybvwcm\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi152.ybvwcm\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi152.ybvwcm\nDeploy daemon haproxy.nfs.foo.smithi152.ybvwcm ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi152 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi152 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T06:03:38.831386Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi116.zzvsgt on smithi116: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi116-zzvsgt\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi116-zzvsgt\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi116.zzvsgt\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi116.zzvsgt\nDeploy daemon haproxy.nfs.foo.smithi116.zzvsgt ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T06:03:38.833528Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi152.uhujzi on smithi152: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T06:03:38.835118Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi116.ukzqge on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.116/16"}, "status": {"created": "2023-11-15T05:41:51.643812Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.116/16"}}, {"events": ["2023-11-15T05:41:45.562111Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-15T05:41:45.554912Z", "last_refresh": "2023-11-15T05:54:17.754055Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T05:34:26.558369Z", "last_refresh": "2023-11-15T05:54:17.751661Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:35:55.352857Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi116:172.21.15.116=smithi116", "smithi152:172.21.15.152=smithi152"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T05:35:55.345327Z", "last_refresh": "2023-11-15T05:54:17.751271Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:41:51.641747Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-11-15T05:41:51.636276Z", "last_refresh": "2023-11-15T05:54:17.754311Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T05:34:34.444913Z", "last_refresh": "2023-11-15T05:54:17.752691Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T05:36:22.979260Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T05:36:22.972321Z", "last_refresh": "2023-11-15T05:54:17.753010Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T05:34:30.388073Z", "last_refresh": "2023-11-15T05:55:32.568058Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-15T06:03:54.261 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 06:03:53 smithi152 bash[29762]: cluster 2023-11-15T06:03:52.845085+0000 mgr.smithi116.ldeiub (mgr.14182) 1412 : cluster [DBG] pgmap v904: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T06:03:54.823 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T06:03:55.824 DEBUG:teuthology.orchestra.run.smithi116:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 7456fada-8378-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T06:03:56.011 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 06:03:55 smithi152 bash[29762]: audit 2023-11-15T06:03:54.164616+0000 mgr.smithi116.ldeiub (mgr.14182) 1413 : audit [DBG] from='client.15620 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T06:03:56.011 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 06:03:55 smithi152 bash[29762]: cluster 2023-11-15T06:03:54.846291+0000 mgr.smithi116.ldeiub (mgr.14182) 1414 : cluster [DBG] pgmap v905: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T06:03:56.151 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 06:03:55 smithi116 bash[25961]: audit 2023-11-15T06:03:54.164616+0000 mgr.smithi116.ldeiub (mgr.14182) 1413 : audit [DBG] from='client.15620 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T06:03:56.151 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 06:03:55 smithi116 bash[25961]: cluster 2023-11-15T06:03:54.846291+0000 mgr.smithi116.ldeiub (mgr.14182) 1414 : cluster [DBG] pgmap v905: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T06:03:58.261 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 06:03:57 smithi152 bash[29762]: cluster 2023-11-15T06:03:56.847743+0000 mgr.smithi116.ldeiub (mgr.14182) 1415 : cluster [DBG] pgmap v906: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T06:03:58.401 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 06:03:57 smithi116 bash[25961]: cluster 2023-11-15T06:03:56.847743+0000 mgr.smithi116.ldeiub (mgr.14182) 1415 : cluster [DBG] pgmap v906: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T06:03:59.167 INFO:teuthology.orchestra.run.smithi116.stdout: 2023-11-15T06:03:59.167 INFO:teuthology.orchestra.run.smithi116.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T05:34:36.374719Z", "last_refresh": "2023-11-15T05:54:17.751933Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T05:34:28.472277Z", "last_refresh": "2023-11-15T05:54:17.752190Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T05:34:32.474479Z", "last_refresh": "2023-11-15T05:54:17.752440Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T06:02:30.458426Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi116.bbjdpl on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T06:03:34.730275Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi152.ybvwcm on smithi152: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi152-ybvwcm\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi152-ybvwcm\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi152.ybvwcm\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi152.ybvwcm\nDeploy daemon haproxy.nfs.foo.smithi152.ybvwcm ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi152 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi152 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T06:03:38.831386Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi116.zzvsgt on smithi116: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi116-zzvsgt\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi116-zzvsgt\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi116.zzvsgt\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi116.zzvsgt\nDeploy daemon haproxy.nfs.foo.smithi116.zzvsgt ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T06:03:38.833528Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi152.uhujzi on smithi152: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T06:03:38.835118Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi116.ukzqge on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.116/16"}, "status": {"created": "2023-11-15T05:41:51.643812Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.116/16"}}, {"events": ["2023-11-15T05:41:45.562111Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-15T05:41:45.554912Z", "last_refresh": "2023-11-15T05:54:17.754055Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T05:34:26.558369Z", "last_refresh": "2023-11-15T05:54:17.751661Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:35:55.352857Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi116:172.21.15.116=smithi116", "smithi152:172.21.15.152=smithi152"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T05:35:55.345327Z", "last_refresh": "2023-11-15T05:54:17.751271Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:41:51.641747Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-11-15T05:41:51.636276Z", "last_refresh": "2023-11-15T05:54:17.754311Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T05:34:34.444913Z", "last_refresh": "2023-11-15T05:54:17.752691Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T05:36:22.979260Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T05:36:22.972321Z", "last_refresh": "2023-11-15T05:54:17.753010Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T05:34:30.388073Z", "last_refresh": "2023-11-15T05:55:32.568058Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-15T06:03:59.831 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T06:04:00.151 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 06:03:59 smithi116 bash[25961]: cluster 2023-11-15T06:03:58.849039+0000 mgr.smithi116.ldeiub (mgr.14182) 1416 : 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 2023-11-15T06:04:00.261 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 06:03:59 smithi152 bash[29762]: cluster 2023-11-15T06:03:58.849039+0000 mgr.smithi116.ldeiub (mgr.14182) 1416 : 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 2023-11-15T06:04:00.832 DEBUG:teuthology.orchestra.run.smithi116:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 7456fada-8378-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T06:04:01.151 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 06:04:00 smithi116 bash[25961]: audit 2023-11-15T06:03:59.151238+0000 mgr.smithi116.ldeiub (mgr.14182) 1417 : audit [DBG] from='client.15624 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T06:04:01.261 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 06:04:00 smithi152 bash[29762]: audit 2023-11-15T06:03:59.151238+0000 mgr.smithi116.ldeiub (mgr.14182) 1417 : audit [DBG] from='client.15624 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T06:04:02.009 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 06:04:01 smithi116 bash[25961]: cluster 2023-11-15T06:04:00.850359+0000 mgr.smithi116.ldeiub (mgr.14182) 1418 : 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 2023-11-15T06:04:02.261 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 06:04:01 smithi152 bash[29762]: cluster 2023-11-15T06:04:00.850359+0000 mgr.smithi116.ldeiub (mgr.14182) 1418 : 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 2023-11-15T06:04:04.059 INFO:teuthology.orchestra.run.smithi116.stdout: 2023-11-15T06:04:04.059 INFO:teuthology.orchestra.run.smithi116.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T05:34:36.374719Z", "last_refresh": "2023-11-15T05:54:17.751933Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T05:34:28.472277Z", "last_refresh": "2023-11-15T05:54:17.752190Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T05:34:32.474479Z", "last_refresh": "2023-11-15T05:54:17.752440Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T06:02:30.458426Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi116.bbjdpl on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T06:03:34.730275Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi152.ybvwcm on smithi152: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi152-ybvwcm\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi152-ybvwcm\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi152.ybvwcm\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi152.ybvwcm\nDeploy daemon haproxy.nfs.foo.smithi152.ybvwcm ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi152 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi152 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T06:03:38.831386Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi116.zzvsgt on smithi116: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi116-zzvsgt\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi116-zzvsgt\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi116.zzvsgt\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi116.zzvsgt\nDeploy daemon haproxy.nfs.foo.smithi116.zzvsgt ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T06:03:38.833528Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi152.uhujzi on smithi152: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T06:03:38.835118Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi116.ukzqge on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.116/16"}, "status": {"created": "2023-11-15T05:41:51.643812Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.116/16"}}, {"events": ["2023-11-15T05:41:45.562111Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-15T05:41:45.554912Z", "last_refresh": "2023-11-15T05:54:17.754055Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T05:34:26.558369Z", "last_refresh": "2023-11-15T05:54:17.751661Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:35:55.352857Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi116:172.21.15.116=smithi116", "smithi152:172.21.15.152=smithi152"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T05:35:55.345327Z", "last_refresh": "2023-11-15T05:54:17.751271Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:41:51.641747Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-11-15T05:41:51.636276Z", "last_refresh": "2023-11-15T05:54:17.754311Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T05:34:34.444913Z", "last_refresh": "2023-11-15T05:54:17.752691Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T05:36:22.979260Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T05:36:22.972321Z", "last_refresh": "2023-11-15T05:54:17.753010Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T05:34:30.388073Z", "last_refresh": "2023-11-15T05:55:32.568058Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-15T06:04:04.261 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 06:04:03 smithi152 bash[29762]: cluster 2023-11-15T06:04:02.851474+0000 mgr.smithi116.ldeiub (mgr.14182) 1419 : 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 2023-11-15T06:04:04.401 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 06:04:03 smithi116 bash[25961]: cluster 2023-11-15T06:04:02.851474+0000 mgr.smithi116.ldeiub (mgr.14182) 1419 : 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 2023-11-15T06:04:04.703 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T06:04:05.704 DEBUG:teuthology.orchestra.run.smithi116:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 7456fada-8378-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T06:04:06.151 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 06:04:05 smithi116 bash[25961]: audit 2023-11-15T06:04:04.042679+0000 mgr.smithi116.ldeiub (mgr.14182) 1420 : audit [DBG] from='client.15628 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T06:04:06.151 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 06:04:05 smithi116 bash[25961]: cluster 2023-11-15T06:04:04.852659+0000 mgr.smithi116.ldeiub (mgr.14182) 1421 : 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 2023-11-15T06:04:06.261 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 06:04:05 smithi152 bash[29762]: audit 2023-11-15T06:04:04.042679+0000 mgr.smithi116.ldeiub (mgr.14182) 1420 : audit [DBG] from='client.15628 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T06:04:06.262 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 06:04:05 smithi152 bash[29762]: cluster 2023-11-15T06:04:04.852659+0000 mgr.smithi116.ldeiub (mgr.14182) 1421 : 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 2023-11-15T06:04:08.261 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 06:04:07 smithi152 bash[29762]: cluster 2023-11-15T06:04:06.854080+0000 mgr.smithi116.ldeiub (mgr.14182) 1422 : 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 2023-11-15T06:04:08.400 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 06:04:07 smithi116 bash[25961]: cluster 2023-11-15T06:04:06.854080+0000 mgr.smithi116.ldeiub (mgr.14182) 1422 : 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 2023-11-15T06:04:09.010 INFO:teuthology.orchestra.run.smithi116.stdout: 2023-11-15T06:04:09.010 INFO:teuthology.orchestra.run.smithi116.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T05:34:36.374719Z", "last_refresh": "2023-11-15T05:54:17.751933Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T05:34:28.472277Z", "last_refresh": "2023-11-15T05:54:17.752190Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T05:34:32.474479Z", "last_refresh": "2023-11-15T05:54:17.752440Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T06:02:30.458426Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi116.bbjdpl on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T06:03:34.730275Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi152.ybvwcm on smithi152: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi152-ybvwcm\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi152-ybvwcm\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi152.ybvwcm\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi152.ybvwcm\nDeploy daemon haproxy.nfs.foo.smithi152.ybvwcm ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi152 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi152 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T06:03:38.831386Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi116.zzvsgt on smithi116: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi116-zzvsgt\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi116-zzvsgt\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi116.zzvsgt\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi116.zzvsgt\nDeploy daemon haproxy.nfs.foo.smithi116.zzvsgt ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T06:03:38.833528Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi152.uhujzi on smithi152: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T06:03:38.835118Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi116.ukzqge on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.116/16"}, "status": {"created": "2023-11-15T05:41:51.643812Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.116/16"}}, {"events": ["2023-11-15T05:41:45.562111Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-15T05:41:45.554912Z", "last_refresh": "2023-11-15T05:54:17.754055Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T05:34:26.558369Z", "last_refresh": "2023-11-15T05:54:17.751661Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:35:55.352857Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi116:172.21.15.116=smithi116", "smithi152:172.21.15.152=smithi152"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T05:35:55.345327Z", "last_refresh": "2023-11-15T05:54:17.751271Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:41:51.641747Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-11-15T05:41:51.636276Z", "last_refresh": "2023-11-15T05:54:17.754311Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T05:34:34.444913Z", "last_refresh": "2023-11-15T05:54:17.752691Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T05:36:22.979260Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T05:36:22.972321Z", "last_refresh": "2023-11-15T05:54:17.753010Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T05:34:30.388073Z", "last_refresh": "2023-11-15T05:55:32.568058Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-15T06:04:09.696 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T06:04:10.150 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 06:04:09 smithi116 bash[25961]: cluster 2023-11-15T06:04:08.855262+0000 mgr.smithi116.ldeiub (mgr.14182) 1423 : 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 2023-11-15T06:04:10.261 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 06:04:09 smithi152 bash[29762]: cluster 2023-11-15T06:04:08.855262+0000 mgr.smithi116.ldeiub (mgr.14182) 1423 : 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 2023-11-15T06:04:10.697 DEBUG:teuthology.orchestra.run.smithi116:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 7456fada-8378-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T06:04:11.151 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 06:04:10 smithi116 bash[25961]: audit 2023-11-15T06:04:08.996951+0000 mgr.smithi116.ldeiub (mgr.14182) 1424 : audit [DBG] from='client.15632 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T06:04:11.261 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 06:04:10 smithi152 bash[29762]: audit 2023-11-15T06:04:08.996951+0000 mgr.smithi116.ldeiub (mgr.14182) 1424 : audit [DBG] from='client.15632 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T06:04:12.076 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 06:04:11 smithi116 bash[25961]: cluster 2023-11-15T06:04:10.856347+0000 mgr.smithi116.ldeiub (mgr.14182) 1425 : 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 2023-11-15T06:04:12.261 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 06:04:11 smithi152 bash[29762]: cluster 2023-11-15T06:04:10.856347+0000 mgr.smithi116.ldeiub (mgr.14182) 1425 : 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 2023-11-15T06:04:13.887 INFO:teuthology.orchestra.run.smithi116.stdout: 2023-11-15T06:04:13.887 INFO:teuthology.orchestra.run.smithi116.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T05:34:36.374719Z", "last_refresh": "2023-11-15T05:54:17.751933Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T05:34:28.472277Z", "last_refresh": "2023-11-15T05:54:17.752190Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T05:34:32.474479Z", "last_refresh": "2023-11-15T05:54:17.752440Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T06:02:30.458426Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi116.bbjdpl on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T06:03:34.730275Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi152.ybvwcm on smithi152: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi152-ybvwcm\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi152-ybvwcm\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi152.ybvwcm\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi152.ybvwcm\nDeploy daemon haproxy.nfs.foo.smithi152.ybvwcm ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi152 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi152 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T06:03:38.831386Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi116.zzvsgt on smithi116: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi116-zzvsgt\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi116-zzvsgt\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi116.zzvsgt\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi116.zzvsgt\nDeploy daemon haproxy.nfs.foo.smithi116.zzvsgt ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T06:03:38.833528Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi152.uhujzi on smithi152: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T06:03:38.835118Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi116.ukzqge on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.116/16"}, "status": {"created": "2023-11-15T05:41:51.643812Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.116/16"}}, {"events": ["2023-11-15T05:41:45.562111Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-15T05:41:45.554912Z", "last_refresh": "2023-11-15T05:54:17.754055Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T05:34:26.558369Z", "last_refresh": "2023-11-15T05:54:17.751661Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:35:55.352857Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi116:172.21.15.116=smithi116", "smithi152:172.21.15.152=smithi152"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T05:35:55.345327Z", "last_refresh": "2023-11-15T05:54:17.751271Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:41:51.641747Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-11-15T05:41:51.636276Z", "last_refresh": "2023-11-15T05:54:17.754311Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T05:34:34.444913Z", "last_refresh": "2023-11-15T05:54:17.752691Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T05:36:22.979260Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T05:36:22.972321Z", "last_refresh": "2023-11-15T05:54:17.753010Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T05:34:30.388073Z", "last_refresh": "2023-11-15T05:55:32.568058Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-15T06:04:14.261 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 06:04:13 smithi152 bash[29762]: cluster 2023-11-15T06:04:12.857453+0000 mgr.smithi116.ldeiub (mgr.14182) 1426 : 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 2023-11-15T06:04:14.401 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 06:04:13 smithi116 bash[25961]: cluster 2023-11-15T06:04:12.857453+0000 mgr.smithi116.ldeiub (mgr.14182) 1426 : 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 2023-11-15T06:04:14.450 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T06:04:15.261 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 06:04:14 smithi152 bash[29762]: audit 2023-11-15T06:04:13.871873+0000 mgr.smithi116.ldeiub (mgr.14182) 1427 : audit [DBG] from='client.25231 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T06:04:15.400 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 06:04:14 smithi116 bash[25961]: audit 2023-11-15T06:04:13.871873+0000 mgr.smithi116.ldeiub (mgr.14182) 1427 : audit [DBG] from='client.25231 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T06:04:15.451 DEBUG:teuthology.orchestra.run.smithi116:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 7456fada-8378-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T06:04:16.261 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 06:04:15 smithi152 bash[29762]: cluster 2023-11-15T06:04:14.858745+0000 mgr.smithi116.ldeiub (mgr.14182) 1428 : 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 2023-11-15T06:04:16.400 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 06:04:15 smithi116 bash[25961]: cluster 2023-11-15T06:04:14.858745+0000 mgr.smithi116.ldeiub (mgr.14182) 1428 : 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 2023-11-15T06:04:18.245 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 06:04:17 smithi116 bash[25961]: cluster 2023-11-15T06:04:16.859759+0000 mgr.smithi116.ldeiub (mgr.14182) 1429 : 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 2023-11-15T06:04:18.261 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 06:04:17 smithi152 bash[29762]: cluster 2023-11-15T06:04:16.859759+0000 mgr.smithi116.ldeiub (mgr.14182) 1429 : 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 2023-11-15T06:04:18.714 INFO:teuthology.orchestra.run.smithi116.stdout: 2023-11-15T06:04:18.715 INFO:teuthology.orchestra.run.smithi116.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T05:34:36.374719Z", "last_refresh": "2023-11-15T05:54:17.751933Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T05:34:28.472277Z", "last_refresh": "2023-11-15T05:54:17.752190Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T05:34:32.474479Z", "last_refresh": "2023-11-15T05:54:17.752440Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T06:02:30.458426Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi116.bbjdpl on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T06:03:34.730275Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi152.ybvwcm on smithi152: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi152-ybvwcm\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi152-ybvwcm\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi152.ybvwcm\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi152.ybvwcm\nDeploy daemon haproxy.nfs.foo.smithi152.ybvwcm ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi152 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi152 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T06:03:38.831386Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi116.zzvsgt on smithi116: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi116-zzvsgt\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi116-zzvsgt\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi116.zzvsgt\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi116.zzvsgt\nDeploy daemon haproxy.nfs.foo.smithi116.zzvsgt ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T06:03:38.833528Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi152.uhujzi on smithi152: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T06:03:38.835118Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi116.ukzqge on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.116/16"}, "status": {"created": "2023-11-15T05:41:51.643812Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.116/16"}}, {"events": ["2023-11-15T05:41:45.562111Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-15T05:41:45.554912Z", "last_refresh": "2023-11-15T05:54:17.754055Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T05:34:26.558369Z", "last_refresh": "2023-11-15T05:54:17.751661Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:35:55.352857Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi116:172.21.15.116=smithi116", "smithi152:172.21.15.152=smithi152"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T05:35:55.345327Z", "last_refresh": "2023-11-15T05:54:17.751271Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:41:51.641747Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-11-15T05:41:51.636276Z", "last_refresh": "2023-11-15T05:54:17.754311Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T05:34:34.444913Z", "last_refresh": "2023-11-15T05:54:17.752691Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T05:36:22.979260Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T05:36:22.972321Z", "last_refresh": "2023-11-15T05:54:17.753010Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T05:34:30.388073Z", "last_refresh": "2023-11-15T05:55:32.568058Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-15T06:04:19.324 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T06:04:20.264 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 06:04:19 smithi152 bash[29762]: audit 2023-11-15T06:04:18.700230+0000 mgr.smithi116.ldeiub (mgr.14182) 1430 : audit [DBG] from='client.15640 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T06:04:20.265 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 06:04:19 smithi152 bash[29762]: cluster 2023-11-15T06:04:18.860975+0000 mgr.smithi116.ldeiub (mgr.14182) 1431 : 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 2023-11-15T06:04:20.325 DEBUG:teuthology.orchestra.run.smithi116:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 7456fada-8378-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T06:04:20.338 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 06:04:19 smithi116 bash[25961]: audit 2023-11-15T06:04:18.700230+0000 mgr.smithi116.ldeiub (mgr.14182) 1430 : audit [DBG] from='client.15640 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T06:04:20.339 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 06:04:19 smithi116 bash[25961]: cluster 2023-11-15T06:04:18.860975+0000 mgr.smithi116.ldeiub (mgr.14182) 1431 : 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 2023-11-15T06:04:22.261 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 06:04:21 smithi152 bash[29762]: cluster 2023-11-15T06:04:20.862343+0000 mgr.smithi116.ldeiub (mgr.14182) 1432 : 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 2023-11-15T06:04:22.401 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 06:04:21 smithi116 bash[25961]: cluster 2023-11-15T06:04:20.862343+0000 mgr.smithi116.ldeiub (mgr.14182) 1432 : 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 2023-11-15T06:04:23.558 INFO:teuthology.orchestra.run.smithi116.stdout: 2023-11-15T06:04:23.559 INFO:teuthology.orchestra.run.smithi116.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T05:34:36.374719Z", "last_refresh": "2023-11-15T05:54:17.751933Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T05:34:28.472277Z", "last_refresh": "2023-11-15T05:54:17.752190Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T05:34:32.474479Z", "last_refresh": "2023-11-15T05:54:17.752440Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T06:02:30.458426Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi116.bbjdpl on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T06:03:34.730275Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi152.ybvwcm on smithi152: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi152-ybvwcm\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi152-ybvwcm\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi152.ybvwcm\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi152.ybvwcm\nDeploy daemon haproxy.nfs.foo.smithi152.ybvwcm ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi152 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi152 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T06:03:38.831386Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi116.zzvsgt on smithi116: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi116-zzvsgt\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi116-zzvsgt\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi116.zzvsgt\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi116.zzvsgt\nDeploy daemon haproxy.nfs.foo.smithi116.zzvsgt ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T06:03:38.833528Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi152.uhujzi on smithi152: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T06:03:38.835118Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi116.ukzqge on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.116/16"}, "status": {"created": "2023-11-15T05:41:51.643812Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.116/16"}}, {"events": ["2023-11-15T05:41:45.562111Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-15T05:41:45.554912Z", "last_refresh": "2023-11-15T05:54:17.754055Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T05:34:26.558369Z", "last_refresh": "2023-11-15T05:54:17.751661Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:35:55.352857Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi116:172.21.15.116=smithi116", "smithi152:172.21.15.152=smithi152"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T05:35:55.345327Z", "last_refresh": "2023-11-15T05:54:17.751271Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:41:51.641747Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-11-15T05:41:51.636276Z", "last_refresh": "2023-11-15T05:54:17.754311Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T05:34:34.444913Z", "last_refresh": "2023-11-15T05:54:17.752691Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T05:36:22.979260Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T05:36:22.972321Z", "last_refresh": "2023-11-15T05:54:17.753010Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T05:34:30.388073Z", "last_refresh": "2023-11-15T05:55:32.568058Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-15T06:04:24.216 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T06:04:24.261 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 06:04:23 smithi152 bash[29762]: cluster 2023-11-15T06:04:22.863442+0000 mgr.smithi116.ldeiub (mgr.14182) 1433 : 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 2023-11-15T06:04:24.400 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 06:04:23 smithi116 bash[25961]: cluster 2023-11-15T06:04:22.863442+0000 mgr.smithi116.ldeiub (mgr.14182) 1433 : 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 2023-11-15T06:04:25.217 DEBUG:teuthology.orchestra.run.smithi116:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 7456fada-8378-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T06:04:25.229 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 06:04:24 smithi116 bash[25961]: audit 2023-11-15T06:04:23.545105+0000 mgr.smithi116.ldeiub (mgr.14182) 1434 : audit [DBG] from='client.15644 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T06:04:25.261 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 06:04:24 smithi152 bash[29762]: audit 2023-11-15T06:04:23.545105+0000 mgr.smithi116.ldeiub (mgr.14182) 1434 : audit [DBG] from='client.15644 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T06:04:26.261 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 06:04:25 smithi152 bash[29762]: cluster 2023-11-15T06:04:24.864621+0000 mgr.smithi116.ldeiub (mgr.14182) 1435 : 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 2023-11-15T06:04:26.291 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 06:04:25 smithi116 bash[25961]: cluster 2023-11-15T06:04:24.864621+0000 mgr.smithi116.ldeiub (mgr.14182) 1435 : 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 2023-11-15T06:04:27.400 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 06:04:27 smithi116 bash[25961]: cluster 2023-11-15T06:04:26.865976+0000 mgr.smithi116.ldeiub (mgr.14182) 1436 : 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 2023-11-15T06:04:27.511 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 06:04:27 smithi152 bash[29762]: cluster 2023-11-15T06:04:26.865976+0000 mgr.smithi116.ldeiub (mgr.14182) 1436 : 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 2023-11-15T06:04:28.456 INFO:teuthology.orchestra.run.smithi116.stdout: 2023-11-15T06:04:28.456 INFO:teuthology.orchestra.run.smithi116.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T05:34:36.374719Z", "last_refresh": "2023-11-15T05:54:17.751933Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T05:34:28.472277Z", "last_refresh": "2023-11-15T05:54:17.752190Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T05:34:32.474479Z", "last_refresh": "2023-11-15T05:54:17.752440Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T06:02:30.458426Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi116.bbjdpl on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T06:03:34.730275Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi152.ybvwcm on smithi152: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi152-ybvwcm\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi152-ybvwcm\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi152.ybvwcm\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi152.ybvwcm\nDeploy daemon haproxy.nfs.foo.smithi152.ybvwcm ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi152 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi152 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T06:03:38.831386Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi116.zzvsgt on smithi116: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi116-zzvsgt\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi116-zzvsgt\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi116.zzvsgt\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi116.zzvsgt\nDeploy daemon haproxy.nfs.foo.smithi116.zzvsgt ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T06:03:38.833528Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi152.uhujzi on smithi152: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T06:03:38.835118Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi116.ukzqge on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.116/16"}, "status": {"created": "2023-11-15T05:41:51.643812Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.116/16"}}, {"events": ["2023-11-15T05:41:45.562111Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-15T05:41:45.554912Z", "last_refresh": "2023-11-15T05:54:17.754055Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T05:34:26.558369Z", "last_refresh": "2023-11-15T05:54:17.751661Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:35:55.352857Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi116:172.21.15.116=smithi116", "smithi152:172.21.15.152=smithi152"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T05:35:55.345327Z", "last_refresh": "2023-11-15T05:54:17.751271Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:41:51.641747Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-11-15T05:41:51.636276Z", "last_refresh": "2023-11-15T05:54:17.754311Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T05:34:34.444913Z", "last_refresh": "2023-11-15T05:54:17.752691Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T05:36:22.979260Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T05:36:22.972321Z", "last_refresh": "2023-11-15T05:54:17.753010Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T05:34:30.388073Z", "last_refresh": "2023-11-15T05:55:32.568058Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-15T06:04:29.043 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T06:04:30.044 DEBUG:teuthology.orchestra.run.smithi116:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 7456fada-8378-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T06:04:30.261 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 06:04:29 smithi152 bash[29762]: audit 2023-11-15T06:04:28.439848+0000 mgr.smithi116.ldeiub (mgr.14182) 1437 : audit [DBG] from='client.15648 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T06:04:30.261 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 06:04:29 smithi152 bash[29762]: cluster 2023-11-15T06:04:28.867176+0000 mgr.smithi116.ldeiub (mgr.14182) 1438 : 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 2023-11-15T06:04:30.400 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 06:04:29 smithi116 bash[25961]: audit 2023-11-15T06:04:28.439848+0000 mgr.smithi116.ldeiub (mgr.14182) 1437 : audit [DBG] from='client.15648 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T06:04:30.401 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 06:04:29 smithi116 bash[25961]: cluster 2023-11-15T06:04:28.867176+0000 mgr.smithi116.ldeiub (mgr.14182) 1438 : 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 2023-11-15T06:04:32.150 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 06:04:31 smithi116 bash[25961]: cluster 2023-11-15T06:04:30.868595+0000 mgr.smithi116.ldeiub (mgr.14182) 1439 : 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 2023-11-15T06:04:32.261 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 06:04:31 smithi152 bash[29762]: cluster 2023-11-15T06:04:30.868595+0000 mgr.smithi116.ldeiub (mgr.14182) 1439 : 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 2023-11-15T06:04:33.355 INFO:teuthology.orchestra.run.smithi116.stdout: 2023-11-15T06:04:33.355 INFO:teuthology.orchestra.run.smithi116.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T05:34:36.374719Z", "last_refresh": "2023-11-15T05:54:17.751933Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T05:34:28.472277Z", "last_refresh": "2023-11-15T05:54:17.752190Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T05:34:32.474479Z", "last_refresh": "2023-11-15T05:54:17.752440Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T06:02:30.458426Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi116.bbjdpl on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T06:03:34.730275Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi152.ybvwcm on smithi152: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi152-ybvwcm\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi152-ybvwcm\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi152.ybvwcm\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi152.ybvwcm\nDeploy daemon haproxy.nfs.foo.smithi152.ybvwcm ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi152 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi152 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T06:03:38.831386Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi116.zzvsgt on smithi116: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi116-zzvsgt\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi116-zzvsgt\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi116.zzvsgt\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi116.zzvsgt\nDeploy daemon haproxy.nfs.foo.smithi116.zzvsgt ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T06:03:38.833528Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi152.uhujzi on smithi152: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T06:03:38.835118Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi116.ukzqge on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.116/16"}, "status": {"created": "2023-11-15T05:41:51.643812Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.116/16"}}, {"events": ["2023-11-15T05:41:45.562111Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-15T05:41:45.554912Z", "last_refresh": "2023-11-15T05:54:17.754055Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T05:34:26.558369Z", "last_refresh": "2023-11-15T05:54:17.751661Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:35:55.352857Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi116:172.21.15.116=smithi116", "smithi152:172.21.15.152=smithi152"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T05:35:55.345327Z", "last_refresh": "2023-11-15T05:54:17.751271Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:41:51.641747Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-11-15T05:41:51.636276Z", "last_refresh": "2023-11-15T05:54:17.754311Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T05:34:34.444913Z", "last_refresh": "2023-11-15T05:54:17.752691Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T05:36:22.979260Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T05:36:22.972321Z", "last_refresh": "2023-11-15T05:54:17.753010Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T05:34:30.388073Z", "last_refresh": "2023-11-15T05:55:32.568058Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-15T06:04:33.950 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T06:04:34.261 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 06:04:33 smithi152 bash[29762]: cluster 2023-11-15T06:04:32.869874+0000 mgr.smithi116.ldeiub (mgr.14182) 1440 : 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 2023-11-15T06:04:34.400 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 06:04:33 smithi116 bash[25961]: cluster 2023-11-15T06:04:32.869874+0000 mgr.smithi116.ldeiub (mgr.14182) 1440 : 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 2023-11-15T06:04:34.953 DEBUG:teuthology.orchestra.run.smithi116:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 7456fada-8378-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T06:04:35.261 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 06:04:34 smithi152 bash[29762]: audit 2023-11-15T06:04:33.338966+0000 mgr.smithi116.ldeiub (mgr.14182) 1441 : audit [DBG] from='client.15652 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T06:04:35.400 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 06:04:34 smithi116 bash[25961]: audit 2023-11-15T06:04:33.338966+0000 mgr.smithi116.ldeiub (mgr.14182) 1441 : audit [DBG] from='client.15652 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T06:04:36.262 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 06:04:35 smithi152 bash[29762]: cluster 2023-11-15T06:04:34.871250+0000 mgr.smithi116.ldeiub (mgr.14182) 1442 : 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 2023-11-15T06:04:36.306 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 06:04:35 smithi116 bash[25961]: cluster 2023-11-15T06:04:34.871250+0000 mgr.smithi116.ldeiub (mgr.14182) 1442 : 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 2023-11-15T06:04:38.105 INFO:teuthology.orchestra.run.smithi116.stdout: 2023-11-15T06:04:38.105 INFO:teuthology.orchestra.run.smithi116.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T05:34:36.374719Z", "last_refresh": "2023-11-15T05:54:17.751933Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T05:34:28.472277Z", "last_refresh": "2023-11-15T05:54:17.752190Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T05:34:32.474479Z", "last_refresh": "2023-11-15T05:54:17.752440Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T06:02:30.458426Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi116.bbjdpl on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T06:03:34.730275Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi152.ybvwcm on smithi152: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi152-ybvwcm\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi152-ybvwcm\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi152.ybvwcm\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi152.ybvwcm\nDeploy daemon haproxy.nfs.foo.smithi152.ybvwcm ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi152 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi152 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T06:03:38.831386Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi116.zzvsgt on smithi116: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi116-zzvsgt\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi116-zzvsgt\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi116.zzvsgt\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi116.zzvsgt\nDeploy daemon haproxy.nfs.foo.smithi116.zzvsgt ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T06:03:38.833528Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi152.uhujzi on smithi152: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T06:03:38.835118Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi116.ukzqge on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.116/16"}, "status": {"created": "2023-11-15T05:41:51.643812Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.116/16"}}, {"events": ["2023-11-15T05:41:45.562111Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-15T05:41:45.554912Z", "last_refresh": "2023-11-15T05:54:17.754055Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T05:34:26.558369Z", "last_refresh": "2023-11-15T05:54:17.751661Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:35:55.352857Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi116:172.21.15.116=smithi116", "smithi152:172.21.15.152=smithi152"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T05:35:55.345327Z", "last_refresh": "2023-11-15T05:54:17.751271Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:41:51.641747Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-11-15T05:41:51.636276Z", "last_refresh": "2023-11-15T05:54:17.754311Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T05:34:34.444913Z", "last_refresh": "2023-11-15T05:54:17.752691Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T05:36:22.979260Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T05:36:22.972321Z", "last_refresh": "2023-11-15T05:54:17.753010Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T05:34:30.388073Z", "last_refresh": "2023-11-15T05:55:32.568058Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-15T06:04:38.261 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 06:04:37 smithi152 bash[29762]: cluster 2023-11-15T06:04:36.872613+0000 mgr.smithi116.ldeiub (mgr.14182) 1443 : 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 2023-11-15T06:04:38.400 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 06:04:37 smithi116 bash[25961]: cluster 2023-11-15T06:04:36.872613+0000 mgr.smithi116.ldeiub (mgr.14182) 1443 : 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 2023-11-15T06:04:38.758 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T06:04:39.151 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 06:04:38 smithi116 bash[25961]: audit 2023-11-15T06:04:38.839067+0000 mon.smithi116 (mon.0) 986 : audit [DBG] from='mgr.14182 172.21.15.116:0/1868390107' entity='mgr.smithi116.ldeiub' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-15T06:04:39.261 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 06:04:38 smithi152 bash[29762]: audit 2023-11-15T06:04:38.839067+0000 mon.smithi116 (mon.0) 986 : audit [DBG] from='mgr.14182 172.21.15.116:0/1868390107' entity='mgr.smithi116.ldeiub' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-15T06:04:39.759 DEBUG:teuthology.orchestra.run.smithi116:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 7456fada-8378-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T06:04:40.150 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 06:04:39 smithi116 bash[25961]: audit 2023-11-15T06:04:38.089389+0000 mgr.smithi116.ldeiub (mgr.14182) 1444 : audit [DBG] from='client.15656 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T06:04:40.151 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 06:04:39 smithi116 bash[25961]: cluster 2023-11-15T06:04:38.873615+0000 mgr.smithi116.ldeiub (mgr.14182) 1445 : 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 2023-11-15T06:04:40.261 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 06:04:39 smithi152 bash[29762]: audit 2023-11-15T06:04:38.089389+0000 mgr.smithi116.ldeiub (mgr.14182) 1444 : audit [DBG] from='client.15656 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T06:04:40.261 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 06:04:39 smithi152 bash[29762]: cluster 2023-11-15T06:04:38.873615+0000 mgr.smithi116.ldeiub (mgr.14182) 1445 : 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 2023-11-15T06:04:42.150 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 06:04:41 smithi116 bash[25961]: cluster 2023-11-15T06:04:40.874600+0000 mgr.smithi116.ldeiub (mgr.14182) 1446 : 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 2023-11-15T06:04:42.261 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 06:04:41 smithi152 bash[29762]: cluster 2023-11-15T06:04:40.874600+0000 mgr.smithi116.ldeiub (mgr.14182) 1446 : 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 2023-11-15T06:04:43.070 INFO:teuthology.orchestra.run.smithi116.stdout: 2023-11-15T06:04:43.070 INFO:teuthology.orchestra.run.smithi116.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T05:34:36.374719Z", "last_refresh": "2023-11-15T05:54:17.751933Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T05:34:28.472277Z", "last_refresh": "2023-11-15T05:54:17.752190Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T05:34:32.474479Z", "last_refresh": "2023-11-15T05:54:17.752440Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T06:02:30.458426Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi116.bbjdpl on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T06:03:34.730275Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi152.ybvwcm on smithi152: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi152-ybvwcm\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi152-ybvwcm\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi152.ybvwcm\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi152.ybvwcm\nDeploy daemon haproxy.nfs.foo.smithi152.ybvwcm ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi152 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi152 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T06:03:38.831386Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi116.zzvsgt on smithi116: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi116-zzvsgt\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi116-zzvsgt\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi116.zzvsgt\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi116.zzvsgt\nDeploy daemon haproxy.nfs.foo.smithi116.zzvsgt ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T06:03:38.833528Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi152.uhujzi on smithi152: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T06:03:38.835118Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi116.ukzqge on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.116/16"}, "status": {"created": "2023-11-15T05:41:51.643812Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.116/16"}}, {"events": ["2023-11-15T05:41:45.562111Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-15T05:41:45.554912Z", "last_refresh": "2023-11-15T05:54:17.754055Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T05:34:26.558369Z", "last_refresh": "2023-11-15T05:54:17.751661Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:35:55.352857Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi116:172.21.15.116=smithi116", "smithi152:172.21.15.152=smithi152"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T05:35:55.345327Z", "last_refresh": "2023-11-15T05:54:17.751271Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:41:51.641747Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-11-15T05:41:51.636276Z", "last_refresh": "2023-11-15T05:54:17.754311Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T05:34:34.444913Z", "last_refresh": "2023-11-15T05:54:17.752691Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T05:36:22.979260Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T05:36:22.972321Z", "last_refresh": "2023-11-15T05:54:17.753010Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T05:34:30.388073Z", "last_refresh": "2023-11-15T05:55:32.568058Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-15T06:04:43.722 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T06:04:44.261 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 06:04:43 smithi152 bash[29762]: cluster 2023-11-15T06:04:42.875333+0000 mgr.smithi116.ldeiub (mgr.14182) 1447 : cluster [DBG] pgmap v929: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T06:04:44.400 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 06:04:43 smithi116 bash[25961]: cluster 2023-11-15T06:04:42.875333+0000 mgr.smithi116.ldeiub (mgr.14182) 1447 : cluster [DBG] pgmap v929: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T06:04:44.723 DEBUG:teuthology.orchestra.run.smithi116:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 7456fada-8378-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T06:04:45.150 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 06:04:44 smithi116 bash[25961]: audit 2023-11-15T06:04:43.054374+0000 mgr.smithi116.ldeiub (mgr.14182) 1448 : audit [DBG] from='client.15660 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T06:04:45.261 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 06:04:44 smithi152 bash[29762]: audit 2023-11-15T06:04:43.054374+0000 mgr.smithi116.ldeiub (mgr.14182) 1448 : audit [DBG] from='client.15660 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T06:04:46.240 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 06:04:45 smithi116 bash[25961]: cluster 2023-11-15T06:04:44.876440+0000 mgr.smithi116.ldeiub (mgr.14182) 1449 : 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 2023-11-15T06:04:46.261 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 06:04:45 smithi152 bash[29762]: cluster 2023-11-15T06:04:44.876440+0000 mgr.smithi116.ldeiub (mgr.14182) 1449 : 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 2023-11-15T06:04:47.901 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 06:04:47 smithi116 bash[25961]: audit 2023-11-15T06:04:46.700651+0000 mon.smithi116 (mon.0) 987 : audit [INF] from='mgr.14182 172.21.15.116:0/1868390107' entity='mgr.smithi116.ldeiub' 2023-11-15T06:04:47.901 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 06:04:47 smithi116 bash[25961]: cluster 2023-11-15T06:04:46.877446+0000 mgr.smithi116.ldeiub (mgr.14182) 1450 : 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 2023-11-15T06:04:47.901 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 06:04:47 smithi116 bash[25961]: audit 2023-11-15T06:04:46.996059+0000 mon.smithi116 (mon.0) 988 : audit [DBG] from='mgr.14182 172.21.15.116:0/1868390107' entity='mgr.smithi116.ldeiub' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-15T06:04:47.901 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 06:04:47 smithi116 bash[25961]: audit 2023-11-15T06:04:46.997249+0000 mon.smithi116 (mon.0) 989 : audit [INF] from='mgr.14182 172.21.15.116:0/1868390107' entity='mgr.smithi116.ldeiub' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-11-15T06:04:47.901 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 06:04:47 smithi116 bash[25961]: audit 2023-11-15T06:04:47.004356+0000 mon.smithi116 (mon.0) 990 : audit [INF] from='mgr.14182 172.21.15.116:0/1868390107' entity='mgr.smithi116.ldeiub' 2023-11-15T06:04:47.902 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 06:04:47 smithi116 bash[25961]: audit 2023-11-15T06:04:47.011673+0000 mon.smithi116 (mon.0) 991 : audit [DBG] from='mgr.14182 172.21.15.116:0/1868390107' entity='mgr.smithi116.ldeiub' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-11-15T06:04:47.902 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 06:04:47 smithi116 bash[25961]: audit 2023-11-15T06:04:47.022863+0000 mon.smithi116 (mon.0) 992 : audit [INF] from='mgr.14182 172.21.15.116:0/1868390107' entity='mgr.smithi116.ldeiub' 2023-11-15T06:04:48.011 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 06:04:47 smithi152 bash[29762]: audit 2023-11-15T06:04:46.700651+0000 mon.smithi116 (mon.0) 987 : audit [INF] from='mgr.14182 172.21.15.116:0/1868390107' entity='mgr.smithi116.ldeiub' 2023-11-15T06:04:48.012 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 06:04:47 smithi152 bash[29762]: cluster 2023-11-15T06:04:46.877446+0000 mgr.smithi116.ldeiub (mgr.14182) 1450 : 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 2023-11-15T06:04:48.012 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 06:04:47 smithi152 bash[29762]: audit 2023-11-15T06:04:46.996059+0000 mon.smithi116 (mon.0) 988 : audit [DBG] from='mgr.14182 172.21.15.116:0/1868390107' entity='mgr.smithi116.ldeiub' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-15T06:04:48.012 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 06:04:47 smithi152 bash[29762]: audit 2023-11-15T06:04:46.997249+0000 mon.smithi116 (mon.0) 989 : audit [INF] from='mgr.14182 172.21.15.116:0/1868390107' entity='mgr.smithi116.ldeiub' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-11-15T06:04:48.012 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 06:04:47 smithi152 bash[29762]: audit 2023-11-15T06:04:47.004356+0000 mon.smithi116 (mon.0) 990 : audit [INF] from='mgr.14182 172.21.15.116:0/1868390107' entity='mgr.smithi116.ldeiub' 2023-11-15T06:04:48.013 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 06:04:47 smithi152 bash[29762]: audit 2023-11-15T06:04:47.011673+0000 mon.smithi116 (mon.0) 991 : audit [DBG] from='mgr.14182 172.21.15.116:0/1868390107' entity='mgr.smithi116.ldeiub' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-11-15T06:04:48.013 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 06:04:47 smithi152 bash[29762]: audit 2023-11-15T06:04:47.022863+0000 mon.smithi116 (mon.0) 992 : audit [INF] from='mgr.14182 172.21.15.116:0/1868390107' entity='mgr.smithi116.ldeiub' 2023-11-15T06:04:48.028 INFO:teuthology.orchestra.run.smithi116.stdout: 2023-11-15T06:04:48.028 INFO:teuthology.orchestra.run.smithi116.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T05:34:36.374719Z", "last_refresh": "2023-11-15T06:04:46.688859Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T05:34:28.472277Z", "last_refresh": "2023-11-15T05:55:32.566887Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T05:34:32.474479Z", "last_refresh": "2023-11-15T06:04:46.689240Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T06:02:30.458426Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi116.bbjdpl on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T06:03:34.730275Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi152.ybvwcm on smithi152: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi152-ybvwcm\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi152-ybvwcm\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi152.ybvwcm\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi152.ybvwcm\nDeploy daemon haproxy.nfs.foo.smithi152.ybvwcm ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi152 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi152 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T06:03:38.831386Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi116.zzvsgt on smithi116: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi116-zzvsgt\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi116-zzvsgt\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi116.zzvsgt\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi116.zzvsgt\nDeploy daemon haproxy.nfs.foo.smithi116.zzvsgt ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T06:03:38.833528Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi152.uhujzi on smithi152: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T06:03:38.835118Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi116.ukzqge on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.116/16"}, "status": {"created": "2023-11-15T05:41:51.643812Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.116/16"}}, {"events": ["2023-11-15T05:41:45.562111Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-15T05:41:45.554912Z", "last_refresh": "2023-11-15T05:55:32.569310Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T05:34:26.558369Z", "last_refresh": "2023-11-15T05:55:32.567282Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:35:55.352857Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi116:172.21.15.116=smithi116", "smithi152:172.21.15.152=smithi152"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T05:35:55.345327Z", "last_refresh": "2023-11-15T05:55:32.567552Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:41:51.641747Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-11-15T05:41:51.636276Z", "last_refresh": "2023-11-15T06:04:46.690578Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T05:34:34.444913Z", "last_refresh": "2023-11-15T05:55:32.567808Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T05:36:22.979260Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T05:36:22.972321Z", "last_refresh": "2023-11-15T05:55:32.568304Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T05:34:30.388073Z", "last_refresh": "2023-11-15T05:55:32.568058Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-15T06:04:48.707 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T06:04:49.011 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 06:04:48 smithi152 bash[29762]: cluster 2023-11-15T06:04:47.005057+0000 mgr.smithi116.ldeiub (mgr.14182) 1451 : cluster [DBG] pgmap v932: 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 2023-11-15T06:04:49.011 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 06:04:48 smithi152 bash[29762]: cephadm 2023-11-15T06:04:47.025876+0000 mgr.smithi116.ldeiub (mgr.14182) 1452 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi152.iiyyef on smithi152 2023-11-15T06:04:49.011 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 06:04:48 smithi152 bash[29762]: cluster 2023-11-15T06:04:47.698097+0000 mon.smithi116 (mon.0) 993 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2023-11-15T06:04:49.012 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 06:04:48 smithi152 bash[29762]: cluster 2023-11-15T06:04:47.698147+0000 mon.smithi116 (mon.0) 994 : cluster [INF] Cluster is now healthy 2023-11-15T06:04:49.151 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 06:04:48 smithi116 bash[25961]: cluster 2023-11-15T06:04:47.005057+0000 mgr.smithi116.ldeiub (mgr.14182) 1451 : cluster [DBG] pgmap v932: 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 2023-11-15T06:04:49.151 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 06:04:48 smithi116 bash[25961]: cephadm 2023-11-15T06:04:47.025876+0000 mgr.smithi116.ldeiub (mgr.14182) 1452 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi152.iiyyef on smithi152 2023-11-15T06:04:49.151 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 06:04:48 smithi116 bash[25961]: cluster 2023-11-15T06:04:47.698097+0000 mon.smithi116 (mon.0) 993 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2023-11-15T06:04:49.151 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 06:04:48 smithi116 bash[25961]: cluster 2023-11-15T06:04:47.698147+0000 mon.smithi116 (mon.0) 994 : cluster [INF] Cluster is now healthy 2023-11-15T06:04:49.708 DEBUG:teuthology.orchestra.run.smithi116:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 7456fada-8378-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T06:04:50.011 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 06:04:49 smithi152 bash[29762]: audit 2023-11-15T06:04:48.012969+0000 mgr.smithi116.ldeiub (mgr.14182) 1453 : audit [DBG] from='client.15664 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T06:04:50.150 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 06:04:49 smithi116 bash[25961]: audit 2023-11-15T06:04:48.012969+0000 mgr.smithi116.ldeiub (mgr.14182) 1453 : audit [DBG] from='client.15664 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T06:04:51.011 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 06:04:50 smithi152 bash[29762]: cluster 2023-11-15T06:04:49.006107+0000 mgr.smithi116.ldeiub (mgr.14182) 1454 : cluster [DBG] pgmap v933: 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 2023-11-15T06:04:51.011 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 06:04:50 smithi152 bash[29762]: audit 2023-11-15T06:04:50.760078+0000 mon.smithi116 (mon.0) 995 : audit [INF] from='mgr.14182 172.21.15.116:0/1868390107' entity='mgr.smithi116.ldeiub' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi152.iiyyef"}]: dispatch 2023-11-15T06:04:51.059 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 06:04:50 smithi116 bash[25961]: cluster 2023-11-15T06:04:49.006107+0000 mgr.smithi116.ldeiub (mgr.14182) 1454 : cluster [DBG] pgmap v933: 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 2023-11-15T06:04:51.060 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 06:04:50 smithi116 bash[25961]: audit 2023-11-15T06:04:50.760078+0000 mon.smithi116 (mon.0) 995 : audit [INF] from='mgr.14182 172.21.15.116:0/1868390107' entity='mgr.smithi116.ldeiub' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi152.iiyyef"}]: dispatch 2023-11-15T06:04:52.151 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 06:04:51 smithi116 bash[25961]: cephadm 2023-11-15T06:04:50.759255+0000 mgr.smithi116.ldeiub (mgr.14182) 1455 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi152-iiyyef 2023-11-15T06:04:52.152 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 06:04:51 smithi116 bash[25961]: /usr/bin/docker: stdout 2023-11-15T06:04:52.152 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 06:04:51 smithi116 bash[25961]: /usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi152-iiyyef 2023-11-15T06:04:52.152 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 06:04:51 smithi116 bash[25961]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi152.iiyyef 2023-11-15T06:04:52.152 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 06:04:51 smithi116 bash[25961]: /usr/bin/docker: stdout 2023-11-15T06:04:52.152 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 06:04:51 smithi116 bash[25961]: /usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi152.iiyyef 2023-11-15T06:04:52.153 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 06:04:51 smithi116 bash[25961]: Deploy daemon haproxy.nfs.foo.smithi152.iiyyef ... 2023-11-15T06:04:52.153 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 06:04:51 smithi116 bash[25961]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi152 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T06:04:52.153 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 06:04:51 smithi116 bash[25961]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-15T06:04:52.153 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 06:04:51 smithi116 bash[25961]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-15T06:04:52.153 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 06:04:51 smithi116 bash[25961]: stat: stderr See 'docker run --help'. 2023-11-15T06:04:52.153 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 06:04:51 smithi116 bash[25961]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi152 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T06:04:52.154 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 06:04:51 smithi116 bash[25961]: Traceback (most recent call last): 2023-11-15T06:04:52.154 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 06:04:51 smithi116 bash[25961]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-11-15T06:04:52.154 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 06:04:51 smithi116 bash[25961]: yield (conn, connr) 2023-11-15T06:04:52.154 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 06:04:51 smithi116 bash[25961]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-11-15T06:04:52.154 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 06:04:51 smithi116 bash[25961]: code, '\n'.join(err))) 2023-11-15T06:04:52.155 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 06:04:51 smithi116 bash[25961]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi152-iiyyef 2023-11-15T06:04:52.155 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 06:04:51 smithi116 bash[25961]: /usr/bin/docker: stdout 2023-11-15T06:04:52.155 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 06:04:51 smithi116 bash[25961]: /usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi152-iiyyef 2023-11-15T06:04:52.155 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 06:04:51 smithi116 bash[25961]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi152.iiyyef 2023-11-15T06:04:52.155 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 06:04:51 smithi116 bash[25961]: /usr/bin/docker: stdout 2023-11-15T06:04:52.156 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 06:04:51 smithi116 bash[25961]: /usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi152.iiyyef 2023-11-15T06:04:52.156 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 06:04:51 smithi116 bash[25961]: Deploy daemon haproxy.nfs.foo.smithi152.iiyyef ... 2023-11-15T06:04:52.156 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 06:04:51 smithi116 bash[25961]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi152 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T06:04:52.156 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 06:04:51 smithi116 bash[25961]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-15T06:04:52.156 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 06:04:51 smithi116 bash[25961]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-15T06:04:52.157 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 06:04:51 smithi116 bash[25961]: stat: stderr See 'docker run --help'. 2023-11-15T06:04:52.157 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 06:04:51 smithi116 bash[25961]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi152 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T06:04:52.157 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 06:04:51 smithi116 bash[25961]: cephadm 2023-11-15T06:04:50.759583+0000 mgr.smithi116.ldeiub (mgr.14182) 1456 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi152.iiyyef 2023-11-15T06:04:52.157 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 06:04:51 smithi116 bash[25961]: cephadm 2023-11-15T06:04:50.761177+0000 mgr.smithi116.ldeiub (mgr.14182) 1457 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi152.iiyyef on smithi152: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi152-iiyyef 2023-11-15T06:04:52.157 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 06:04:51 smithi116 bash[25961]: /usr/bin/docker: stdout 2023-11-15T06:04:52.157 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 06:04:51 smithi116 bash[25961]: /usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi152-iiyyef 2023-11-15T06:04:52.158 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 06:04:51 smithi116 bash[25961]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi152.iiyyef 2023-11-15T06:04:52.158 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 06:04:51 smithi116 bash[25961]: /usr/bin/docker: stdout 2023-11-15T06:04:52.158 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 06:04:51 smithi116 bash[25961]: /usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi152.iiyyef 2023-11-15T06:04:52.158 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 06:04:51 smithi116 bash[25961]: Deploy daemon haproxy.nfs.foo.smithi152.iiyyef ... 2023-11-15T06:04:52.158 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 06:04:51 smithi116 bash[25961]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi152 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T06:04:52.159 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 06:04:51 smithi116 bash[25961]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-15T06:04:52.159 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 06:04:51 smithi116 bash[25961]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-15T06:04:52.159 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 06:04:51 smithi116 bash[25961]: stat: stderr See 'docker run --help'. 2023-11-15T06:04:52.159 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 06:04:51 smithi116 bash[25961]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi152 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T06:04:52.159 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 06:04:51 smithi116 bash[25961]: cephadm 2023-11-15T06:04:50.765259+0000 mgr.smithi116.ldeiub (mgr.14182) 1458 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi116.fpbstl on smithi116 2023-11-15T06:04:52.262 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 06:04:51 smithi152 bash[29762]: cephadm 2023-11-15T06:04:50.759255+0000 mgr.smithi116.ldeiub (mgr.14182) 1455 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi152-iiyyef 2023-11-15T06:04:52.262 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 06:04:51 smithi152 bash[29762]: /usr/bin/docker: stdout 2023-11-15T06:04:52.262 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 06:04:51 smithi152 bash[29762]: /usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi152-iiyyef 2023-11-15T06:04:52.262 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 06:04:51 smithi152 bash[29762]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi152.iiyyef 2023-11-15T06:04:52.263 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 06:04:51 smithi152 bash[29762]: /usr/bin/docker: stdout 2023-11-15T06:04:52.263 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 06:04:51 smithi152 bash[29762]: /usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi152.iiyyef 2023-11-15T06:04:52.263 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 06:04:51 smithi152 bash[29762]: Deploy daemon haproxy.nfs.foo.smithi152.iiyyef ... 2023-11-15T06:04:52.263 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 06:04:51 smithi152 bash[29762]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi152 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T06:04:52.263 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 06:04:51 smithi152 bash[29762]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-15T06:04:52.263 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 06:04:51 smithi152 bash[29762]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-15T06:04:52.264 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 06:04:51 smithi152 bash[29762]: stat: stderr See 'docker run --help'. 2023-11-15T06:04:52.264 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 06:04:51 smithi152 bash[29762]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi152 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T06:04:52.264 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 06:04:51 smithi152 bash[29762]: Traceback (most recent call last): 2023-11-15T06:04:52.264 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 06:04:51 smithi152 bash[29762]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-11-15T06:04:52.264 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 06:04:51 smithi152 bash[29762]: yield (conn, connr) 2023-11-15T06:04:52.265 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 06:04:51 smithi152 bash[29762]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-11-15T06:04:52.265 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 06:04:51 smithi152 bash[29762]: code, '\n'.join(err))) 2023-11-15T06:04:52.265 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 06:04:51 smithi152 bash[29762]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi152-iiyyef 2023-11-15T06:04:52.265 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 06:04:51 smithi152 bash[29762]: /usr/bin/docker: stdout 2023-11-15T06:04:52.265 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 06:04:51 smithi152 bash[29762]: /usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi152-iiyyef 2023-11-15T06:04:52.266 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 06:04:51 smithi152 bash[29762]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi152.iiyyef 2023-11-15T06:04:52.266 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 06:04:51 smithi152 bash[29762]: /usr/bin/docker: stdout 2023-11-15T06:04:52.266 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 06:04:51 smithi152 bash[29762]: /usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi152.iiyyef 2023-11-15T06:04:52.266 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 06:04:51 smithi152 bash[29762]: Deploy daemon haproxy.nfs.foo.smithi152.iiyyef ... 2023-11-15T06:04:52.266 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 06:04:51 smithi152 bash[29762]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi152 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T06:04:52.266 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 06:04:51 smithi152 bash[29762]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-15T06:04:52.267 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 06:04:51 smithi152 bash[29762]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-15T06:04:52.267 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 06:04:51 smithi152 bash[29762]: stat: stderr See 'docker run --help'. 2023-11-15T06:04:52.267 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 06:04:51 smithi152 bash[29762]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi152 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T06:04:52.268 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 06:04:51 smithi152 bash[29762]: cephadm 2023-11-15T06:04:50.759583+0000 mgr.smithi116.ldeiub (mgr.14182) 1456 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi152.iiyyef 2023-11-15T06:04:52.268 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 06:04:51 smithi152 bash[29762]: cephadm 2023-11-15T06:04:50.761177+0000 mgr.smithi116.ldeiub (mgr.14182) 1457 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi152.iiyyef on smithi152: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi152-iiyyef 2023-11-15T06:04:52.268 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 06:04:51 smithi152 bash[29762]: /usr/bin/docker: stdout 2023-11-15T06:04:52.268 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 06:04:51 smithi152 bash[29762]: /usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi152-iiyyef 2023-11-15T06:04:52.268 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 06:04:51 smithi152 bash[29762]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi152.iiyyef 2023-11-15T06:04:52.269 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 06:04:51 smithi152 bash[29762]: /usr/bin/docker: stdout 2023-11-15T06:04:52.269 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 06:04:51 smithi152 bash[29762]: /usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi152.iiyyef 2023-11-15T06:04:52.269 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 06:04:51 smithi152 bash[29762]: Deploy daemon haproxy.nfs.foo.smithi152.iiyyef ... 2023-11-15T06:04:52.269 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 06:04:51 smithi152 bash[29762]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi152 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T06:04:52.269 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 06:04:51 smithi152 bash[29762]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-15T06:04:52.269 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 06:04:51 smithi152 bash[29762]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-15T06:04:52.270 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 06:04:51 smithi152 bash[29762]: stat: stderr See 'docker run --help'. 2023-11-15T06:04:52.270 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 06:04:51 smithi152 bash[29762]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi152 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T06:04:52.270 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 06:04:51 smithi152 bash[29762]: cephadm 2023-11-15T06:04:50.765259+0000 mgr.smithi116.ldeiub (mgr.14182) 1458 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi116.fpbstl on smithi116 2023-11-15T06:04:52.900 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 06:04:52 smithi116 bash[25961]: cluster 2023-11-15T06:04:51.006848+0000 mgr.smithi116.ldeiub (mgr.14182) 1459 : cluster [DBG] pgmap v934: 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 2023-11-15T06:04:53.039 INFO:teuthology.orchestra.run.smithi116.stdout: 2023-11-15T06:04:53.040 INFO:teuthology.orchestra.run.smithi116.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T05:34:36.374719Z", "last_refresh": "2023-11-15T06:04:46.688859Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T05:34:28.472277Z", "last_refresh": "2023-11-15T05:55:32.566887Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T05:34:32.474479Z", "last_refresh": "2023-11-15T06:04:46.689240Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T06:03:34.730275Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi152.ybvwcm on smithi152: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi152-ybvwcm\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi152-ybvwcm\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi152.ybvwcm\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi152.ybvwcm\nDeploy daemon haproxy.nfs.foo.smithi152.ybvwcm ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi152 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi152 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T06:03:38.831386Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi116.zzvsgt on smithi116: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi116-zzvsgt\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi116-zzvsgt\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi116.zzvsgt\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi116.zzvsgt\nDeploy daemon haproxy.nfs.foo.smithi116.zzvsgt ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T06:03:38.833528Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi152.uhujzi on smithi152: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T06:03:38.835118Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi116.ukzqge on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T06:04:50.761026Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi152.iiyyef on smithi152: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi152-iiyyef\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi152-iiyyef\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi152.iiyyef\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi152.iiyyef\nDeploy daemon haproxy.nfs.foo.smithi152.iiyyef ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi152 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi152 -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.116/16"}, "status": {"created": "2023-11-15T05:41:51.643812Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.116/16"}}, {"events": ["2023-11-15T05:41:45.562111Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-15T05:41:45.554912Z", "last_refresh": "2023-11-15T05:55:32.569310Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T05:34:26.558369Z", "last_refresh": "2023-11-15T05:55:32.567282Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:35:55.352857Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi116:172.21.15.116=smithi116", "smithi152:172.21.15.152=smithi152"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T05:35:55.345327Z", "last_refresh": "2023-11-15T05:55:32.567552Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:41:51.641747Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-11-15T05:41:51.636276Z", "last_refresh": "2023-11-15T06:04:46.690578Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T05:34:34.444913Z", "last_refresh": "2023-11-15T05:55:32.567808Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T05:36:22.979260Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T05:36:22.972321Z", "last_refresh": "2023-11-15T05:55:32.568304Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T05:34:30.388073Z", "last_refresh": "2023-11-15T05:55:32.568058Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-15T06:04:53.261 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 06:04:52 smithi152 bash[29762]: cluster 2023-11-15T06:04:51.006848+0000 mgr.smithi116.ldeiub (mgr.14182) 1459 : cluster [DBG] pgmap v934: 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 2023-11-15T06:04:53.654 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T06:04:54.656 DEBUG:teuthology.orchestra.run.smithi116:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 7456fada-8378-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T06:04:55.150 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 06:04:54 smithi116 bash[25961]: cluster 2023-11-15T06:04:53.007598+0000 mgr.smithi116.ldeiub (mgr.14182) 1460 : cluster [DBG] pgmap v935: 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 2023-11-15T06:04:55.151 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 06:04:54 smithi116 bash[25961]: audit 2023-11-15T06:04:53.028282+0000 mgr.smithi116.ldeiub (mgr.14182) 1461 : audit [DBG] from='client.15668 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T06:04:55.151 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 06:04:54 smithi116 bash[25961]: audit 2023-11-15T06:04:54.567930+0000 mon.smithi116 (mon.0) 996 : audit [INF] from='mgr.14182 172.21.15.116:0/1868390107' entity='mgr.smithi116.ldeiub' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi116.fpbstl"}]: dispatch 2023-11-15T06:04:55.261 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 06:04:54 smithi152 bash[29762]: cluster 2023-11-15T06:04:53.007598+0000 mgr.smithi116.ldeiub (mgr.14182) 1460 : cluster [DBG] pgmap v935: 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 2023-11-15T06:04:55.261 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 06:04:54 smithi152 bash[29762]: audit 2023-11-15T06:04:53.028282+0000 mgr.smithi116.ldeiub (mgr.14182) 1461 : audit [DBG] from='client.15668 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T06:04:55.261 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 06:04:54 smithi152 bash[29762]: audit 2023-11-15T06:04:54.567930+0000 mon.smithi116 (mon.0) 996 : audit [INF] from='mgr.14182 172.21.15.116:0/1868390107' entity='mgr.smithi116.ldeiub' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi116.fpbstl"}]: dispatch 2023-11-15T06:04:56.067 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 06:04:55 smithi116 bash[25961]: cephadm 2023-11-15T06:04:54.567034+0000 mgr.smithi116.ldeiub (mgr.14182) 1462 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi116-fpbstl 2023-11-15T06:04:56.067 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 06:04:55 smithi116 bash[25961]: /usr/bin/docker: stdout 2023-11-15T06:04:56.067 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 06:04:55 smithi116 bash[25961]: /usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi116-fpbstl 2023-11-15T06:04:56.068 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 06:04:55 smithi116 bash[25961]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi116.fpbstl 2023-11-15T06:04:56.068 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 06:04:55 smithi116 bash[25961]: /usr/bin/docker: stdout 2023-11-15T06:04:56.068 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 06:04:55 smithi116 bash[25961]: /usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi116.fpbstl 2023-11-15T06:04:56.068 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 06:04:55 smithi116 bash[25961]: Deploy daemon haproxy.nfs.foo.smithi116.fpbstl ... 2023-11-15T06:04:56.068 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 06:04:55 smithi116 bash[25961]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T06:04:56.069 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 06:04:55 smithi116 bash[25961]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-15T06:04:56.069 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 06:04:55 smithi116 bash[25961]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-15T06:04:56.069 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 06:04:55 smithi116 bash[25961]: stat: stderr See 'docker run --help'. 2023-11-15T06:04:56.069 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 06:04:55 smithi116 bash[25961]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T06:04:56.069 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 06:04:55 smithi116 bash[25961]: Traceback (most recent call last): 2023-11-15T06:04:56.070 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 06:04:55 smithi116 bash[25961]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-11-15T06:04:56.070 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 06:04:55 smithi116 bash[25961]: yield (conn, connr) 2023-11-15T06:04:56.070 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 06:04:55 smithi116 bash[25961]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-11-15T06:04:56.070 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 06:04:55 smithi116 bash[25961]: code, '\n'.join(err))) 2023-11-15T06:04:56.070 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 06:04:55 smithi116 bash[25961]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi116-fpbstl 2023-11-15T06:04:56.071 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 06:04:55 smithi116 bash[25961]: /usr/bin/docker: stdout 2023-11-15T06:04:56.071 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 06:04:55 smithi116 bash[25961]: /usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi116-fpbstl 2023-11-15T06:04:56.071 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 06:04:55 smithi116 bash[25961]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi116.fpbstl 2023-11-15T06:04:56.071 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 06:04:55 smithi116 bash[25961]: /usr/bin/docker: stdout 2023-11-15T06:04:56.072 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 06:04:55 smithi116 bash[25961]: /usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi116.fpbstl 2023-11-15T06:04:56.072 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 06:04:55 smithi116 bash[25961]: Deploy daemon haproxy.nfs.foo.smithi116.fpbstl ... 2023-11-15T06:04:56.072 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 06:04:55 smithi116 bash[25961]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T06:04:56.073 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 06:04:55 smithi116 bash[25961]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-15T06:04:56.075 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 06:04:55 smithi116 bash[25961]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-15T06:04:56.075 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 06:04:55 smithi116 bash[25961]: stat: stderr See 'docker run --help'. 2023-11-15T06:04:56.075 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 06:04:55 smithi116 bash[25961]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T06:04:56.075 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 06:04:55 smithi116 bash[25961]: cephadm 2023-11-15T06:04:54.567265+0000 mgr.smithi116.ldeiub (mgr.14182) 1463 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi116.fpbstl 2023-11-15T06:04:56.077 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 06:04:55 smithi116 bash[25961]: cephadm 2023-11-15T06:04:54.569227+0000 mgr.smithi116.ldeiub (mgr.14182) 1464 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi116.fpbstl on smithi116: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi116-fpbstl 2023-11-15T06:04:56.077 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 06:04:55 smithi116 bash[25961]: /usr/bin/docker: stdout 2023-11-15T06:04:56.077 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 06:04:55 smithi116 bash[25961]: /usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi116-fpbstl 2023-11-15T06:04:56.077 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 06:04:55 smithi116 bash[25961]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi116.fpbstl 2023-11-15T06:04:56.078 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 06:04:55 smithi116 bash[25961]: /usr/bin/docker: stdout 2023-11-15T06:04:56.078 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 06:04:55 smithi116 bash[25961]: /usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi116.fpbstl 2023-11-15T06:04:56.078 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 06:04:55 smithi116 bash[25961]: Deploy daemon haproxy.nfs.foo.smithi116.fpbstl ... 2023-11-15T06:04:56.078 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 06:04:55 smithi116 bash[25961]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T06:04:56.078 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 06:04:55 smithi116 bash[25961]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-15T06:04:56.079 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 06:04:55 smithi116 bash[25961]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-15T06:04:56.079 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 06:04:55 smithi116 bash[25961]: stat: stderr See 'docker run --help'. 2023-11-15T06:04:56.079 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 06:04:55 smithi116 bash[25961]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T06:04:56.079 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 06:04:55 smithi116 bash[25961]: cephadm 2023-11-15T06:04:54.571752+0000 mgr.smithi116.ldeiub (mgr.14182) 1465 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi152.vilfaf on smithi152: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-11-15T06:04:56.079 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 06:04:55 smithi116 bash[25961]: cephadm 2023-11-15T06:04:54.574001+0000 mgr.smithi116.ldeiub (mgr.14182) 1466 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi116.vtiejk on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-11-15T06:04:56.080 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 06:04:55 smithi116 bash[25961]: cluster 2023-11-15T06:04:54.575029+0000 mgr.smithi116.ldeiub (mgr.14182) 1467 : cluster [DBG] pgmap v936: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 105 B/s rd, 0 op/s 2023-11-15T06:04:56.080 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 06:04:55 smithi116 bash[25961]: cluster 2023-11-15T06:04:54.781206+0000 mon.smithi116 (mon.0) 997 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2023-11-15T06:04:56.262 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 06:04:55 smithi152 bash[29762]: cephadm 2023-11-15T06:04:54.567034+0000 mgr.smithi116.ldeiub (mgr.14182) 1462 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi116-fpbstl 2023-11-15T06:04:56.262 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 06:04:55 smithi152 bash[29762]: /usr/bin/docker: stdout 2023-11-15T06:04:56.262 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 06:04:55 smithi152 bash[29762]: /usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi116-fpbstl 2023-11-15T06:04:56.262 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 06:04:55 smithi152 bash[29762]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi116.fpbstl 2023-11-15T06:04:56.263 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 06:04:55 smithi152 bash[29762]: /usr/bin/docker: stdout 2023-11-15T06:04:56.263 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 06:04:55 smithi152 bash[29762]: /usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi116.fpbstl 2023-11-15T06:04:56.263 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 06:04:55 smithi152 bash[29762]: Deploy daemon haproxy.nfs.foo.smithi116.fpbstl ... 2023-11-15T06:04:56.263 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 06:04:55 smithi152 bash[29762]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T06:04:56.263 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 06:04:55 smithi152 bash[29762]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-15T06:04:56.264 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 06:04:55 smithi152 bash[29762]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-15T06:04:56.264 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 06:04:55 smithi152 bash[29762]: stat: stderr See 'docker run --help'. 2023-11-15T06:04:56.264 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 06:04:55 smithi152 bash[29762]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T06:04:56.264 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 06:04:55 smithi152 bash[29762]: Traceback (most recent call last): 2023-11-15T06:04:56.264 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 06:04:55 smithi152 bash[29762]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-11-15T06:04:56.264 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 06:04:55 smithi152 bash[29762]: yield (conn, connr) 2023-11-15T06:04:56.265 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 06:04:55 smithi152 bash[29762]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-11-15T06:04:56.265 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 06:04:55 smithi152 bash[29762]: code, '\n'.join(err))) 2023-11-15T06:04:56.265 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 06:04:55 smithi152 bash[29762]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi116-fpbstl 2023-11-15T06:04:56.265 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 06:04:55 smithi152 bash[29762]: /usr/bin/docker: stdout 2023-11-15T06:04:56.265 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 06:04:55 smithi152 bash[29762]: /usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi116-fpbstl 2023-11-15T06:04:56.266 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 06:04:55 smithi152 bash[29762]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi116.fpbstl 2023-11-15T06:04:56.266 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 06:04:55 smithi152 bash[29762]: /usr/bin/docker: stdout 2023-11-15T06:04:56.266 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 06:04:55 smithi152 bash[29762]: /usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi116.fpbstl 2023-11-15T06:04:56.266 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 06:04:55 smithi152 bash[29762]: Deploy daemon haproxy.nfs.foo.smithi116.fpbstl ... 2023-11-15T06:04:56.266 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 06:04:55 smithi152 bash[29762]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T06:04:56.267 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 06:04:55 smithi152 bash[29762]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-15T06:04:56.267 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 06:04:55 smithi152 bash[29762]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-15T06:04:56.267 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 06:04:55 smithi152 bash[29762]: stat: stderr See 'docker run --help'. 2023-11-15T06:04:56.267 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 06:04:55 smithi152 bash[29762]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T06:04:56.267 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 06:04:55 smithi152 bash[29762]: cephadm 2023-11-15T06:04:54.567265+0000 mgr.smithi116.ldeiub (mgr.14182) 1463 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi116.fpbstl 2023-11-15T06:04:56.268 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 06:04:55 smithi152 bash[29762]: cephadm 2023-11-15T06:04:54.569227+0000 mgr.smithi116.ldeiub (mgr.14182) 1464 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi116.fpbstl on smithi116: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi116-fpbstl 2023-11-15T06:04:56.268 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 06:04:55 smithi152 bash[29762]: /usr/bin/docker: stdout 2023-11-15T06:04:56.268 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 06:04:55 smithi152 bash[29762]: /usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi116-fpbstl 2023-11-15T06:04:56.268 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 06:04:55 smithi152 bash[29762]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi116.fpbstl 2023-11-15T06:04:56.268 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 06:04:55 smithi152 bash[29762]: /usr/bin/docker: stdout 2023-11-15T06:04:56.269 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 06:04:55 smithi152 bash[29762]: /usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi116.fpbstl 2023-11-15T06:04:56.269 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 06:04:55 smithi152 bash[29762]: Deploy daemon haproxy.nfs.foo.smithi116.fpbstl ... 2023-11-15T06:04:56.269 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 06:04:55 smithi152 bash[29762]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T06:04:56.269 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 06:04:55 smithi152 bash[29762]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-15T06:04:56.269 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 06:04:55 smithi152 bash[29762]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-15T06:04:56.270 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 06:04:55 smithi152 bash[29762]: stat: stderr See 'docker run --help'. 2023-11-15T06:04:56.270 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 06:04:55 smithi152 bash[29762]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T06:04:56.270 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 06:04:55 smithi152 bash[29762]: cephadm 2023-11-15T06:04:54.571752+0000 mgr.smithi116.ldeiub (mgr.14182) 1465 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi152.vilfaf on smithi152: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-11-15T06:04:56.270 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 06:04:55 smithi152 bash[29762]: cephadm 2023-11-15T06:04:54.574001+0000 mgr.smithi116.ldeiub (mgr.14182) 1466 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi116.vtiejk on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-11-15T06:04:56.270 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 06:04:55 smithi152 bash[29762]: cluster 2023-11-15T06:04:54.575029+0000 mgr.smithi116.ldeiub (mgr.14182) 1467 : cluster [DBG] pgmap v936: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 105 B/s rd, 0 op/s 2023-11-15T06:04:56.271 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 06:04:55 smithi152 bash[29762]: cluster 2023-11-15T06:04:54.781206+0000 mon.smithi116 (mon.0) 997 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2023-11-15T06:04:57.900 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 06:04:57 smithi116 bash[25961]: cluster 2023-11-15T06:04:56.576438+0000 mgr.smithi116.ldeiub (mgr.14182) 1468 : cluster [DBG] pgmap v937: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 105 B/s rd, 0 op/s 2023-11-15T06:04:57.901 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 06:04:57 smithi116 bash[25961]: audit 2023-11-15T06:04:56.644031+0000 mon.smithi116 (mon.0) 998 : audit [INF] from='mgr.14182 172.21.15.116:0/1868390107' entity='mgr.smithi116.ldeiub' 2023-11-15T06:04:58.011 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 06:04:57 smithi152 bash[29762]: cluster 2023-11-15T06:04:56.576438+0000 mgr.smithi116.ldeiub (mgr.14182) 1468 : cluster [DBG] pgmap v937: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 105 B/s rd, 0 op/s 2023-11-15T06:04:58.011 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 06:04:57 smithi152 bash[29762]: audit 2023-11-15T06:04:56.644031+0000 mon.smithi116 (mon.0) 998 : audit [INF] from='mgr.14182 172.21.15.116:0/1868390107' entity='mgr.smithi116.ldeiub' 2023-11-15T06:04:58.168 INFO:teuthology.orchestra.run.smithi116.stdout: 2023-11-15T06:04:58.168 INFO:teuthology.orchestra.run.smithi116.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T05:34:36.374719Z", "last_refresh": "2023-11-15T06:04:46.688859Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T05:34:28.472277Z", "last_refresh": "2023-11-15T05:55:32.566887Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T05:34:32.474479Z", "last_refresh": "2023-11-15T06:04:46.689240Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T06:03:38.835118Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi116.ukzqge on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T06:04:50.761026Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi152.iiyyef on smithi152: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi152-iiyyef\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi152-iiyyef\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi152.iiyyef\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi152.iiyyef\nDeploy daemon haproxy.nfs.foo.smithi152.iiyyef ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi152 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi152 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T06:04:54.569103Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi116.fpbstl on smithi116: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi116-fpbstl\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi116-fpbstl\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi116.fpbstl\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi116.fpbstl\nDeploy daemon haproxy.nfs.foo.smithi116.fpbstl ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T06:04:54.571613Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi152.vilfaf on smithi152: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T06:04:54.573848Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi116.vtiejk on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.116/16"}, "status": {"created": "2023-11-15T05:41:51.643812Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.116/16"}}, {"events": ["2023-11-15T05:41:45.562111Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-15T05:41:45.554912Z", "last_refresh": "2023-11-15T05:55:32.569310Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T05:34:26.558369Z", "last_refresh": "2023-11-15T05:55:32.567282Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:35:55.352857Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi116:172.21.15.116=smithi116", "smithi152:172.21.15.152=smithi152"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T05:35:55.345327Z", "last_refresh": "2023-11-15T05:55:32.567552Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:41:51.641747Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-11-15T05:41:51.636276Z", "last_refresh": "2023-11-15T06:04:46.690578Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T05:34:34.444913Z", "last_refresh": "2023-11-15T05:55:32.567808Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T05:36:22.979260Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T05:36:22.972321Z", "last_refresh": "2023-11-15T05:55:32.568304Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T05:34:30.388073Z", "last_refresh": "2023-11-15T05:55:32.568058Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-15T06:04:58.809 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T06:04:59.810 DEBUG:teuthology.orchestra.run.smithi116:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 7456fada-8378-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T06:05:00.011 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 06:04:59 smithi152 bash[29762]: audit 2023-11-15T06:04:58.154573+0000 mgr.smithi116.ldeiub (mgr.14182) 1469 : audit [DBG] from='client.15672 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T06:05:00.011 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 06:04:59 smithi152 bash[29762]: cluster 2023-11-15T06:04:58.577832+0000 mgr.smithi116.ldeiub (mgr.14182) 1470 : cluster [DBG] pgmap v938: 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 2023-11-15T06:05:00.151 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 06:04:59 smithi116 bash[25961]: audit 2023-11-15T06:04:58.154573+0000 mgr.smithi116.ldeiub (mgr.14182) 1469 : audit [DBG] from='client.15672 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T06:05:00.151 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 06:04:59 smithi116 bash[25961]: cluster 2023-11-15T06:04:58.577832+0000 mgr.smithi116.ldeiub (mgr.14182) 1470 : cluster [DBG] pgmap v938: 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 2023-11-15T06:05:02.151 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 06:05:01 smithi116 bash[25961]: cluster 2023-11-15T06:05:00.579033+0000 mgr.smithi116.ldeiub (mgr.14182) 1471 : cluster [DBG] pgmap v939: 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 2023-11-15T06:05:02.261 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 06:05:01 smithi152 bash[29762]: cluster 2023-11-15T06:05:00.579033+0000 mgr.smithi116.ldeiub (mgr.14182) 1471 : cluster [DBG] pgmap v939: 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 2023-11-15T06:05:03.025 INFO:teuthology.orchestra.run.smithi116.stdout: 2023-11-15T06:05:03.026 INFO:teuthology.orchestra.run.smithi116.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T05:34:36.374719Z", "last_refresh": "2023-11-15T06:04:46.688859Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T05:34:28.472277Z", "last_refresh": "2023-11-15T05:55:32.566887Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T05:34:32.474479Z", "last_refresh": "2023-11-15T06:04:46.689240Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T06:03:38.835118Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi116.ukzqge on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T06:04:50.761026Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi152.iiyyef on smithi152: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi152-iiyyef\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi152-iiyyef\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi152.iiyyef\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi152.iiyyef\nDeploy daemon haproxy.nfs.foo.smithi152.iiyyef ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi152 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi152 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T06:04:54.569103Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi116.fpbstl on smithi116: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi116-fpbstl\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi116-fpbstl\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi116.fpbstl\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi116.fpbstl\nDeploy daemon haproxy.nfs.foo.smithi116.fpbstl ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T06:04:54.571613Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi152.vilfaf on smithi152: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T06:04:54.573848Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi116.vtiejk on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.116/16"}, "status": {"created": "2023-11-15T05:41:51.643812Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.116/16"}}, {"events": ["2023-11-15T05:41:45.562111Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-15T05:41:45.554912Z", "last_refresh": "2023-11-15T05:55:32.569310Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T05:34:26.558369Z", "last_refresh": "2023-11-15T05:55:32.567282Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:35:55.352857Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi116:172.21.15.116=smithi116", "smithi152:172.21.15.152=smithi152"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T05:35:55.345327Z", "last_refresh": "2023-11-15T05:55:32.567552Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:41:51.641747Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-11-15T05:41:51.636276Z", "last_refresh": "2023-11-15T06:04:46.690578Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T05:34:34.444913Z", "last_refresh": "2023-11-15T05:55:32.567808Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T05:36:22.979260Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T05:36:22.972321Z", "last_refresh": "2023-11-15T05:55:32.568304Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T05:34:30.388073Z", "last_refresh": "2023-11-15T05:55:32.568058Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-15T06:05:03.650 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T06:05:03.900 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 06:05:03 smithi116 bash[25961]: cluster 2023-11-15T06:05:02.580014+0000 mgr.smithi116.ldeiub (mgr.14182) 1472 : cluster [DBG] pgmap v940: 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 2023-11-15T06:05:04.261 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 06:05:03 smithi152 bash[29762]: cluster 2023-11-15T06:05:02.580014+0000 mgr.smithi116.ldeiub (mgr.14182) 1472 : cluster [DBG] pgmap v940: 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 2023-11-15T06:05:04.651 DEBUG:teuthology.orchestra.run.smithi116:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 7456fada-8378-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T06:05:05.150 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 06:05:04 smithi116 bash[25961]: audit 2023-11-15T06:05:03.017716+0000 mgr.smithi116.ldeiub (mgr.14182) 1473 : audit [DBG] from='client.15676 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T06:05:05.261 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 06:05:04 smithi152 bash[29762]: audit 2023-11-15T06:05:03.017716+0000 mgr.smithi116.ldeiub (mgr.14182) 1473 : audit [DBG] from='client.15676 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T06:05:06.016 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 06:05:05 smithi116 bash[25961]: cluster 2023-11-15T06:05:04.581205+0000 mgr.smithi116.ldeiub (mgr.14182) 1474 : cluster [DBG] pgmap v941: 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 2023-11-15T06:05:06.261 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 06:05:05 smithi152 bash[29762]: cluster 2023-11-15T06:05:04.581205+0000 mgr.smithi116.ldeiub (mgr.14182) 1474 : cluster [DBG] pgmap v941: 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 2023-11-15T06:05:07.873 INFO:teuthology.orchestra.run.smithi116.stdout: 2023-11-15T06:05:07.874 INFO:teuthology.orchestra.run.smithi116.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T05:34:36.374719Z", "last_refresh": "2023-11-15T06:04:46.688859Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T05:34:28.472277Z", "last_refresh": "2023-11-15T05:55:32.566887Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T05:34:32.474479Z", "last_refresh": "2023-11-15T06:04:46.689240Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T06:03:38.835118Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi116.ukzqge on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T06:04:50.761026Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi152.iiyyef on smithi152: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi152-iiyyef\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi152-iiyyef\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi152.iiyyef\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi152.iiyyef\nDeploy daemon haproxy.nfs.foo.smithi152.iiyyef ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi152 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi152 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T06:04:54.569103Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi116.fpbstl on smithi116: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi116-fpbstl\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi116-fpbstl\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi116.fpbstl\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi116.fpbstl\nDeploy daemon haproxy.nfs.foo.smithi116.fpbstl ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T06:04:54.571613Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi152.vilfaf on smithi152: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T06:04:54.573848Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi116.vtiejk on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.116/16"}, "status": {"created": "2023-11-15T05:41:51.643812Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.116/16"}}, {"events": ["2023-11-15T05:41:45.562111Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-15T05:41:45.554912Z", "last_refresh": "2023-11-15T05:55:32.569310Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T05:34:26.558369Z", "last_refresh": "2023-11-15T05:55:32.567282Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:35:55.352857Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi116:172.21.15.116=smithi116", "smithi152:172.21.15.152=smithi152"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T05:35:55.345327Z", "last_refresh": "2023-11-15T05:55:32.567552Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:41:51.641747Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-11-15T05:41:51.636276Z", "last_refresh": "2023-11-15T06:04:46.690578Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T05:34:34.444913Z", "last_refresh": "2023-11-15T05:55:32.567808Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T05:36:22.979260Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T05:36:22.972321Z", "last_refresh": "2023-11-15T05:55:32.568304Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T05:34:30.388073Z", "last_refresh": "2023-11-15T05:55:32.568058Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-15T06:05:08.150 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 06:05:07 smithi116 bash[25961]: cluster 2023-11-15T06:05:06.582245+0000 mgr.smithi116.ldeiub (mgr.14182) 1475 : cluster [DBG] pgmap v942: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T06:05:08.261 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 06:05:07 smithi152 bash[29762]: cluster 2023-11-15T06:05:06.582245+0000 mgr.smithi116.ldeiub (mgr.14182) 1475 : cluster [DBG] pgmap v942: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T06:05:08.486 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T06:05:09.150 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 06:05:08 smithi116 bash[25961]: audit 2023-11-15T06:05:07.857955+0000 mgr.smithi116.ldeiub (mgr.14182) 1476 : audit [DBG] from='client.15680 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T06:05:09.166 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 06:05:08 smithi152 bash[29762]: audit 2023-11-15T06:05:07.857955+0000 mgr.smithi116.ldeiub (mgr.14182) 1476 : audit [DBG] from='client.15680 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T06:05:09.488 DEBUG:teuthology.orchestra.run.smithi116:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 7456fada-8378-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T06:05:10.151 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 06:05:09 smithi116 bash[25961]: cluster 2023-11-15T06:05:08.583395+0000 mgr.smithi116.ldeiub (mgr.14182) 1477 : cluster [DBG] pgmap v943: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T06:05:10.261 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 06:05:09 smithi152 bash[29762]: cluster 2023-11-15T06:05:08.583395+0000 mgr.smithi116.ldeiub (mgr.14182) 1477 : cluster [DBG] pgmap v943: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T06:05:12.150 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 06:05:11 smithi116 bash[25961]: cluster 2023-11-15T06:05:10.584607+0000 mgr.smithi116.ldeiub (mgr.14182) 1478 : cluster [DBG] pgmap v944: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T06:05:12.261 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 06:05:11 smithi152 bash[29762]: cluster 2023-11-15T06:05:10.584607+0000 mgr.smithi116.ldeiub (mgr.14182) 1478 : cluster [DBG] pgmap v944: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T06:05:13.066 INFO:teuthology.orchestra.run.smithi116.stdout: 2023-11-15T06:05:13.067 INFO:teuthology.orchestra.run.smithi116.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T05:34:36.374719Z", "last_refresh": "2023-11-15T06:04:46.688859Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T05:34:28.472277Z", "last_refresh": "2023-11-15T05:55:32.566887Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T05:34:32.474479Z", "last_refresh": "2023-11-15T06:04:46.689240Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T06:03:38.835118Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi116.ukzqge on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T06:04:50.761026Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi152.iiyyef on smithi152: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi152-iiyyef\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi152-iiyyef\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi152.iiyyef\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi152.iiyyef\nDeploy daemon haproxy.nfs.foo.smithi152.iiyyef ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi152 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi152 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T06:04:54.569103Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi116.fpbstl on smithi116: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi116-fpbstl\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi116-fpbstl\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi116.fpbstl\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi116.fpbstl\nDeploy daemon haproxy.nfs.foo.smithi116.fpbstl ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T06:04:54.571613Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi152.vilfaf on smithi152: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T06:04:54.573848Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi116.vtiejk on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.116/16"}, "status": {"created": "2023-11-15T05:41:51.643812Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.116/16"}}, {"events": ["2023-11-15T05:41:45.562111Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-15T05:41:45.554912Z", "last_refresh": "2023-11-15T05:55:32.569310Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T05:34:26.558369Z", "last_refresh": "2023-11-15T05:55:32.567282Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:35:55.352857Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi116:172.21.15.116=smithi116", "smithi152:172.21.15.152=smithi152"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T05:35:55.345327Z", "last_refresh": "2023-11-15T05:55:32.567552Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:41:51.641747Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-11-15T05:41:51.636276Z", "last_refresh": "2023-11-15T06:04:46.690578Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T05:34:34.444913Z", "last_refresh": "2023-11-15T05:55:32.567808Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T05:36:22.979260Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T05:36:22.972321Z", "last_refresh": "2023-11-15T05:55:32.568304Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T05:34:30.388073Z", "last_refresh": "2023-11-15T05:55:32.568058Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-15T06:05:13.727 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T06:05:14.150 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 06:05:13 smithi116 bash[25961]: cluster 2023-11-15T06:05:12.585688+0000 mgr.smithi116.ldeiub (mgr.14182) 1479 : cluster [DBG] pgmap v945: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T06:05:14.261 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 06:05:13 smithi152 bash[29762]: cluster 2023-11-15T06:05:12.585688+0000 mgr.smithi116.ldeiub (mgr.14182) 1479 : cluster [DBG] pgmap v945: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T06:05:14.728 DEBUG:teuthology.orchestra.run.smithi116:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 7456fada-8378-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T06:05:15.150 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 06:05:14 smithi116 bash[25961]: audit 2023-11-15T06:05:13.049547+0000 mgr.smithi116.ldeiub (mgr.14182) 1480 : audit [DBG] from='client.15684 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T06:05:15.261 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 06:05:14 smithi152 bash[29762]: audit 2023-11-15T06:05:13.049547+0000 mgr.smithi116.ldeiub (mgr.14182) 1480 : audit [DBG] from='client.15684 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T06:05:16.133 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 06:05:15 smithi116 bash[25961]: cluster 2023-11-15T06:05:14.586888+0000 mgr.smithi116.ldeiub (mgr.14182) 1481 : 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 2023-11-15T06:05:16.261 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 06:05:15 smithi152 bash[29762]: cluster 2023-11-15T06:05:14.586888+0000 mgr.smithi116.ldeiub (mgr.14182) 1481 : 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 2023-11-15T06:05:17.925 INFO:teuthology.orchestra.run.smithi116.stdout: 2023-11-15T06:05:17.926 INFO:teuthology.orchestra.run.smithi116.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T05:34:36.374719Z", "last_refresh": "2023-11-15T06:04:46.688859Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T05:34:28.472277Z", "last_refresh": "2023-11-15T05:55:32.566887Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T05:34:32.474479Z", "last_refresh": "2023-11-15T06:04:46.689240Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T06:03:38.835118Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi116.ukzqge on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T06:04:50.761026Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi152.iiyyef on smithi152: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi152-iiyyef\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi152-iiyyef\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi152.iiyyef\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi152.iiyyef\nDeploy daemon haproxy.nfs.foo.smithi152.iiyyef ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi152 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi152 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T06:04:54.569103Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi116.fpbstl on smithi116: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi116-fpbstl\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi116-fpbstl\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi116.fpbstl\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi116.fpbstl\nDeploy daemon haproxy.nfs.foo.smithi116.fpbstl ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T06:04:54.571613Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi152.vilfaf on smithi152: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T06:04:54.573848Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi116.vtiejk on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.116/16"}, "status": {"created": "2023-11-15T05:41:51.643812Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.116/16"}}, {"events": ["2023-11-15T05:41:45.562111Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-15T05:41:45.554912Z", "last_refresh": "2023-11-15T05:55:32.569310Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T05:34:26.558369Z", "last_refresh": "2023-11-15T05:55:32.567282Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:35:55.352857Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi116:172.21.15.116=smithi116", "smithi152:172.21.15.152=smithi152"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T05:35:55.345327Z", "last_refresh": "2023-11-15T05:55:32.567552Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:41:51.641747Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-11-15T05:41:51.636276Z", "last_refresh": "2023-11-15T06:04:46.690578Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T05:34:34.444913Z", "last_refresh": "2023-11-15T05:55:32.567808Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T05:36:22.979260Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T05:36:22.972321Z", "last_refresh": "2023-11-15T05:55:32.568304Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T05:34:30.388073Z", "last_refresh": "2023-11-15T05:55:32.568058Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-15T06:05:18.155 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 06:05:17 smithi116 bash[25961]: cluster 2023-11-15T06:05:16.588141+0000 mgr.smithi116.ldeiub (mgr.14182) 1482 : 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 2023-11-15T06:05:18.261 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 06:05:17 smithi152 bash[29762]: cluster 2023-11-15T06:05:16.588141+0000 mgr.smithi116.ldeiub (mgr.14182) 1482 : 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 2023-11-15T06:05:18.571 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T06:05:19.150 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 06:05:18 smithi116 bash[25961]: audit 2023-11-15T06:05:17.911722+0000 mgr.smithi116.ldeiub (mgr.14182) 1483 : audit [DBG] from='client.15688 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T06:05:19.167 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 06:05:18 smithi152 bash[29762]: audit 2023-11-15T06:05:17.911722+0000 mgr.smithi116.ldeiub (mgr.14182) 1483 : audit [DBG] from='client.15688 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T06:05:19.573 DEBUG:teuthology.orchestra.run.smithi116:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 7456fada-8378-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T06:05:20.150 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 06:05:19 smithi116 bash[25961]: cluster 2023-11-15T06:05:18.589356+0000 mgr.smithi116.ldeiub (mgr.14182) 1484 : 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 2023-11-15T06:05:20.261 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 06:05:19 smithi152 bash[29762]: cluster 2023-11-15T06:05:18.589356+0000 mgr.smithi116.ldeiub (mgr.14182) 1484 : 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 2023-11-15T06:05:22.150 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 06:05:21 smithi116 bash[25961]: cluster 2023-11-15T06:05:20.590618+0000 mgr.smithi116.ldeiub (mgr.14182) 1485 : 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 2023-11-15T06:05:22.261 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 06:05:21 smithi152 bash[29762]: cluster 2023-11-15T06:05:20.590618+0000 mgr.smithi116.ldeiub (mgr.14182) 1485 : 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 2023-11-15T06:05:22.850 INFO:teuthology.orchestra.run.smithi116.stdout: 2023-11-15T06:05:22.850 INFO:teuthology.orchestra.run.smithi116.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T05:34:36.374719Z", "last_refresh": "2023-11-15T06:04:46.688859Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T05:34:28.472277Z", "last_refresh": "2023-11-15T05:55:32.566887Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T05:34:32.474479Z", "last_refresh": "2023-11-15T06:04:46.689240Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T06:03:38.835118Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi116.ukzqge on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T06:04:50.761026Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi152.iiyyef on smithi152: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi152-iiyyef\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi152-iiyyef\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi152.iiyyef\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi152.iiyyef\nDeploy daemon haproxy.nfs.foo.smithi152.iiyyef ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi152 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi152 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T06:04:54.569103Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi116.fpbstl on smithi116: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi116-fpbstl\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi116-fpbstl\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi116.fpbstl\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi116.fpbstl\nDeploy daemon haproxy.nfs.foo.smithi116.fpbstl ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T06:04:54.571613Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi152.vilfaf on smithi152: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T06:04:54.573848Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi116.vtiejk on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.116/16"}, "status": {"created": "2023-11-15T05:41:51.643812Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.116/16"}}, {"events": ["2023-11-15T05:41:45.562111Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-15T05:41:45.554912Z", "last_refresh": "2023-11-15T05:55:32.569310Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T05:34:26.558369Z", "last_refresh": "2023-11-15T05:55:32.567282Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:35:55.352857Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi116:172.21.15.116=smithi116", "smithi152:172.21.15.152=smithi152"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T05:35:55.345327Z", "last_refresh": "2023-11-15T05:55:32.567552Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:41:51.641747Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-11-15T05:41:51.636276Z", "last_refresh": "2023-11-15T06:04:46.690578Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T05:34:34.444913Z", "last_refresh": "2023-11-15T05:55:32.567808Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T05:36:22.979260Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T05:36:22.972321Z", "last_refresh": "2023-11-15T05:55:32.568304Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T05:34:30.388073Z", "last_refresh": "2023-11-15T05:55:32.568058Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-15T06:05:23.444 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T06:05:24.150 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 06:05:23 smithi116 bash[25961]: cluster 2023-11-15T06:05:22.591679+0000 mgr.smithi116.ldeiub (mgr.14182) 1486 : 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 2023-11-15T06:05:24.151 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 06:05:23 smithi116 bash[25961]: audit 2023-11-15T06:05:22.835163+0000 mgr.smithi116.ldeiub (mgr.14182) 1487 : audit [DBG] from='client.15692 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T06:05:24.261 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 06:05:23 smithi152 bash[29762]: cluster 2023-11-15T06:05:22.591679+0000 mgr.smithi116.ldeiub (mgr.14182) 1486 : 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 2023-11-15T06:05:24.261 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 06:05:23 smithi152 bash[29762]: audit 2023-11-15T06:05:22.835163+0000 mgr.smithi116.ldeiub (mgr.14182) 1487 : audit [DBG] from='client.15692 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T06:05:24.445 DEBUG:teuthology.orchestra.run.smithi116:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 7456fada-8378-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T06:05:26.150 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 06:05:25 smithi116 bash[25961]: cluster 2023-11-15T06:05:24.592450+0000 mgr.smithi116.ldeiub (mgr.14182) 1488 : 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 2023-11-15T06:05:26.260 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 06:05:25 smithi152 bash[29762]: cluster 2023-11-15T06:05:24.592450+0000 mgr.smithi116.ldeiub (mgr.14182) 1488 : 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 2023-11-15T06:05:27.591 INFO:teuthology.orchestra.run.smithi116.stdout: 2023-11-15T06:05:27.592 INFO:teuthology.orchestra.run.smithi116.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T05:34:36.374719Z", "last_refresh": "2023-11-15T06:04:46.688859Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T05:34:28.472277Z", "last_refresh": "2023-11-15T05:55:32.566887Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T05:34:32.474479Z", "last_refresh": "2023-11-15T06:04:46.689240Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T06:03:38.835118Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi116.ukzqge on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T06:04:50.761026Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi152.iiyyef on smithi152: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi152-iiyyef\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi152-iiyyef\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi152.iiyyef\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi152.iiyyef\nDeploy daemon haproxy.nfs.foo.smithi152.iiyyef ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi152 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi152 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T06:04:54.569103Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi116.fpbstl on smithi116: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi116-fpbstl\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi116-fpbstl\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi116.fpbstl\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi116.fpbstl\nDeploy daemon haproxy.nfs.foo.smithi116.fpbstl ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T06:04:54.571613Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi152.vilfaf on smithi152: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T06:04:54.573848Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi116.vtiejk on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.116/16"}, "status": {"created": "2023-11-15T05:41:51.643812Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.116/16"}}, {"events": ["2023-11-15T05:41:45.562111Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-15T05:41:45.554912Z", "last_refresh": "2023-11-15T05:55:32.569310Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T05:34:26.558369Z", "last_refresh": "2023-11-15T05:55:32.567282Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:35:55.352857Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi116:172.21.15.116=smithi116", "smithi152:172.21.15.152=smithi152"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T05:35:55.345327Z", "last_refresh": "2023-11-15T05:55:32.567552Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:41:51.641747Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-11-15T05:41:51.636276Z", "last_refresh": "2023-11-15T06:04:46.690578Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T05:34:34.444913Z", "last_refresh": "2023-11-15T05:55:32.567808Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T05:36:22.979260Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T05:36:22.972321Z", "last_refresh": "2023-11-15T05:55:32.568304Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T05:34:30.388073Z", "last_refresh": "2023-11-15T05:55:32.568058Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-15T06:05:27.900 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 06:05:27 smithi116 bash[25961]: cluster 2023-11-15T06:05:26.593762+0000 mgr.smithi116.ldeiub (mgr.14182) 1489 : 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 2023-11-15T06:05:28.158 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T06:05:28.260 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 06:05:27 smithi152 bash[29762]: cluster 2023-11-15T06:05:26.593762+0000 mgr.smithi116.ldeiub (mgr.14182) 1489 : 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 2023-11-15T06:05:29.151 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 06:05:28 smithi116 bash[25961]: audit 2023-11-15T06:05:27.583849+0000 mgr.smithi116.ldeiub (mgr.14182) 1490 : audit [DBG] from='client.15696 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T06:05:29.159 DEBUG:teuthology.orchestra.run.smithi116:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 7456fada-8378-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T06:05:29.166 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 06:05:28 smithi152 bash[29762]: audit 2023-11-15T06:05:27.583849+0000 mgr.smithi116.ldeiub (mgr.14182) 1490 : audit [DBG] from='client.15696 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T06:05:30.150 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 06:05:29 smithi116 bash[25961]: cluster 2023-11-15T06:05:28.594949+0000 mgr.smithi116.ldeiub (mgr.14182) 1491 : 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 2023-11-15T06:05:30.260 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 06:05:29 smithi152 bash[29762]: cluster 2023-11-15T06:05:28.594949+0000 mgr.smithi116.ldeiub (mgr.14182) 1491 : 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 2023-11-15T06:05:32.150 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 06:05:31 smithi116 bash[25961]: cluster 2023-11-15T06:05:30.596301+0000 mgr.smithi116.ldeiub (mgr.14182) 1492 : 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 2023-11-15T06:05:32.261 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 06:05:31 smithi152 bash[29762]: cluster 2023-11-15T06:05:30.596301+0000 mgr.smithi116.ldeiub (mgr.14182) 1492 : 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 2023-11-15T06:05:32.280 INFO:teuthology.orchestra.run.smithi116.stdout: 2023-11-15T06:05:32.281 INFO:teuthology.orchestra.run.smithi116.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T05:34:36.374719Z", "last_refresh": "2023-11-15T06:04:46.688859Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T05:34:28.472277Z", "last_refresh": "2023-11-15T05:55:32.566887Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T05:34:32.474479Z", "last_refresh": "2023-11-15T06:04:46.689240Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T06:03:38.835118Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi116.ukzqge on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T06:04:50.761026Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi152.iiyyef on smithi152: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi152-iiyyef\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi152-iiyyef\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi152.iiyyef\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi152.iiyyef\nDeploy daemon haproxy.nfs.foo.smithi152.iiyyef ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi152 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi152 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T06:04:54.569103Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi116.fpbstl on smithi116: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi116-fpbstl\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi116-fpbstl\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi116.fpbstl\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi116.fpbstl\nDeploy daemon haproxy.nfs.foo.smithi116.fpbstl ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T06:04:54.571613Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi152.vilfaf on smithi152: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T06:04:54.573848Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi116.vtiejk on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.116/16"}, "status": {"created": "2023-11-15T05:41:51.643812Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.116/16"}}, {"events": ["2023-11-15T05:41:45.562111Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-15T05:41:45.554912Z", "last_refresh": "2023-11-15T05:55:32.569310Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T05:34:26.558369Z", "last_refresh": "2023-11-15T05:55:32.567282Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:35:55.352857Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi116:172.21.15.116=smithi116", "smithi152:172.21.15.152=smithi152"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T05:35:55.345327Z", "last_refresh": "2023-11-15T05:55:32.567552Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:41:51.641747Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-11-15T05:41:51.636276Z", "last_refresh": "2023-11-15T06:04:46.690578Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T05:34:34.444913Z", "last_refresh": "2023-11-15T05:55:32.567808Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T05:36:22.979260Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T05:36:22.972321Z", "last_refresh": "2023-11-15T05:55:32.568304Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T05:34:30.388073Z", "last_refresh": "2023-11-15T05:55:32.568058Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-15T06:05:32.963 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T06:05:33.964 DEBUG:teuthology.orchestra.run.smithi116:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 7456fada-8378-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T06:05:34.261 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 06:05:33 smithi152 bash[29762]: audit 2023-11-15T06:05:32.272732+0000 mgr.smithi116.ldeiub (mgr.14182) 1493 : audit [DBG] from='client.15700 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T06:05:34.261 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 06:05:33 smithi152 bash[29762]: cluster 2023-11-15T06:05:32.597421+0000 mgr.smithi116.ldeiub (mgr.14182) 1494 : 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 2023-11-15T06:05:34.400 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 06:05:33 smithi116 bash[25961]: audit 2023-11-15T06:05:32.272732+0000 mgr.smithi116.ldeiub (mgr.14182) 1493 : audit [DBG] from='client.15700 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T06:05:34.401 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 06:05:33 smithi116 bash[25961]: cluster 2023-11-15T06:05:32.597421+0000 mgr.smithi116.ldeiub (mgr.14182) 1494 : 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 2023-11-15T06:05:36.260 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 06:05:35 smithi152 bash[29762]: cluster 2023-11-15T06:05:34.598591+0000 mgr.smithi116.ldeiub (mgr.14182) 1495 : 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 2023-11-15T06:05:36.400 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 06:05:35 smithi116 bash[25961]: cluster 2023-11-15T06:05:34.598591+0000 mgr.smithi116.ldeiub (mgr.14182) 1495 : 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 2023-11-15T06:05:37.294 INFO:teuthology.orchestra.run.smithi116.stdout: 2023-11-15T06:05:37.294 INFO:teuthology.orchestra.run.smithi116.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T05:34:36.374719Z", "last_refresh": "2023-11-15T06:04:46.688859Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T05:34:28.472277Z", "last_refresh": "2023-11-15T05:55:32.566887Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T05:34:32.474479Z", "last_refresh": "2023-11-15T06:04:46.689240Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T06:03:38.835118Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi116.ukzqge on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T06:04:50.761026Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi152.iiyyef on smithi152: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi152-iiyyef\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi152-iiyyef\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi152.iiyyef\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi152.iiyyef\nDeploy daemon haproxy.nfs.foo.smithi152.iiyyef ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi152 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi152 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T06:04:54.569103Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi116.fpbstl on smithi116: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi116-fpbstl\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi116-fpbstl\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi116.fpbstl\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi116.fpbstl\nDeploy daemon haproxy.nfs.foo.smithi116.fpbstl ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T06:04:54.571613Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi152.vilfaf on smithi152: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T06:04:54.573848Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi116.vtiejk on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.116/16"}, "status": {"created": "2023-11-15T05:41:51.643812Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.116/16"}}, {"events": ["2023-11-15T05:41:45.562111Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-15T05:41:45.554912Z", "last_refresh": "2023-11-15T05:55:32.569310Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T05:34:26.558369Z", "last_refresh": "2023-11-15T05:55:32.567282Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:35:55.352857Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi116:172.21.15.116=smithi116", "smithi152:172.21.15.152=smithi152"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T05:35:55.345327Z", "last_refresh": "2023-11-15T05:55:32.567552Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:41:51.641747Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-11-15T05:41:51.636276Z", "last_refresh": "2023-11-15T06:04:46.690578Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T05:34:34.444913Z", "last_refresh": "2023-11-15T05:55:32.567808Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T05:36:22.979260Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T05:36:22.972321Z", "last_refresh": "2023-11-15T05:55:32.568304Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T05:34:30.388073Z", "last_refresh": "2023-11-15T05:55:32.568058Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-15T06:05:37.884 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T06:05:38.150 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 06:05:37 smithi116 bash[25961]: cluster 2023-11-15T06:05:36.600109+0000 mgr.smithi116.ldeiub (mgr.14182) 1496 : 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 2023-11-15T06:05:38.260 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 06:05:37 smithi152 bash[29762]: cluster 2023-11-15T06:05:36.600109+0000 mgr.smithi116.ldeiub (mgr.14182) 1496 : 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 2023-11-15T06:05:38.885 DEBUG:teuthology.orchestra.run.smithi116:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 7456fada-8378-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T06:05:39.150 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 06:05:38 smithi116 bash[25961]: audit 2023-11-15T06:05:37.278318+0000 mgr.smithi116.ldeiub (mgr.14182) 1497 : audit [DBG] from='client.15704 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T06:05:39.261 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 06:05:38 smithi152 bash[29762]: audit 2023-11-15T06:05:37.278318+0000 mgr.smithi116.ldeiub (mgr.14182) 1497 : audit [DBG] from='client.15704 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T06:05:40.260 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 06:05:39 smithi152 bash[29762]: cluster 2023-11-15T06:05:38.601397+0000 mgr.smithi116.ldeiub (mgr.14182) 1498 : 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 2023-11-15T06:05:40.304 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 06:05:39 smithi116 bash[25961]: cluster 2023-11-15T06:05:38.601397+0000 mgr.smithi116.ldeiub (mgr.14182) 1498 : 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 2023-11-15T06:05:41.996 INFO:teuthology.orchestra.run.smithi116.stdout: 2023-11-15T06:05:41.996 INFO:teuthology.orchestra.run.smithi116.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T05:34:36.374719Z", "last_refresh": "2023-11-15T06:04:46.688859Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T05:34:28.472277Z", "last_refresh": "2023-11-15T05:55:32.566887Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T05:34:32.474479Z", "last_refresh": "2023-11-15T06:04:46.689240Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T06:03:38.835118Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi116.ukzqge on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T06:04:50.761026Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi152.iiyyef on smithi152: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi152-iiyyef\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi152-iiyyef\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi152.iiyyef\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi152.iiyyef\nDeploy daemon haproxy.nfs.foo.smithi152.iiyyef ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi152 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi152 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T06:04:54.569103Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi116.fpbstl on smithi116: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi116-fpbstl\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi116-fpbstl\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi116.fpbstl\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi116.fpbstl\nDeploy daemon haproxy.nfs.foo.smithi116.fpbstl ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T06:04:54.571613Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi152.vilfaf on smithi152: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T06:04:54.573848Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi116.vtiejk on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.116/16"}, "status": {"created": "2023-11-15T05:41:51.643812Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.116/16"}}, {"events": ["2023-11-15T05:41:45.562111Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-15T05:41:45.554912Z", "last_refresh": "2023-11-15T05:55:32.569310Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T05:34:26.558369Z", "last_refresh": "2023-11-15T05:55:32.567282Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:35:55.352857Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi116:172.21.15.116=smithi116", "smithi152:172.21.15.152=smithi152"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T05:35:55.345327Z", "last_refresh": "2023-11-15T05:55:32.567552Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:41:51.641747Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-11-15T05:41:51.636276Z", "last_refresh": "2023-11-15T06:04:46.690578Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T05:34:34.444913Z", "last_refresh": "2023-11-15T05:55:32.567808Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T05:36:22.979260Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T05:36:22.972321Z", "last_refresh": "2023-11-15T05:55:32.568304Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T05:34:30.388073Z", "last_refresh": "2023-11-15T05:55:32.568058Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-15T06:05:42.260 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 06:05:41 smithi152 bash[29762]: cluster 2023-11-15T06:05:40.602686+0000 mgr.smithi116.ldeiub (mgr.14182) 1499 : 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 2023-11-15T06:05:42.400 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 06:05:41 smithi116 bash[25961]: cluster 2023-11-15T06:05:40.602686+0000 mgr.smithi116.ldeiub (mgr.14182) 1499 : 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 2023-11-15T06:05:42.597 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T06:05:43.260 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 06:05:42 smithi152 bash[29762]: audit 2023-11-15T06:05:41.981100+0000 mgr.smithi116.ldeiub (mgr.14182) 1500 : audit [DBG] from='client.15708 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T06:05:43.400 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 06:05:42 smithi116 bash[25961]: audit 2023-11-15T06:05:41.981100+0000 mgr.smithi116.ldeiub (mgr.14182) 1500 : audit [DBG] from='client.15708 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T06:05:43.598 DEBUG:teuthology.orchestra.run.smithi116:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 7456fada-8378-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T06:05:44.260 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 06:05:43 smithi152 bash[29762]: cluster 2023-11-15T06:05:42.603811+0000 mgr.smithi116.ldeiub (mgr.14182) 1501 : 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 2023-11-15T06:05:44.400 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 06:05:43 smithi116 bash[25961]: cluster 2023-11-15T06:05:42.603811+0000 mgr.smithi116.ldeiub (mgr.14182) 1501 : 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 2023-11-15T06:05:46.261 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 06:05:45 smithi152 bash[29762]: cluster 2023-11-15T06:05:44.605122+0000 mgr.smithi116.ldeiub (mgr.14182) 1502 : 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 2023-11-15T06:05:46.400 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 06:05:45 smithi116 bash[25961]: cluster 2023-11-15T06:05:44.605122+0000 mgr.smithi116.ldeiub (mgr.14182) 1502 : 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 2023-11-15T06:05:46.853 INFO:teuthology.orchestra.run.smithi116.stdout: 2023-11-15T06:05:46.853 INFO:teuthology.orchestra.run.smithi116.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T05:34:36.374719Z", "last_refresh": "2023-11-15T06:04:46.688859Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T05:34:28.472277Z", "last_refresh": "2023-11-15T05:55:32.566887Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T05:34:32.474479Z", "last_refresh": "2023-11-15T06:04:46.689240Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T06:03:38.835118Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi116.ukzqge on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T06:04:50.761026Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi152.iiyyef on smithi152: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi152-iiyyef\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi152-iiyyef\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi152.iiyyef\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi152.iiyyef\nDeploy daemon haproxy.nfs.foo.smithi152.iiyyef ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi152 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi152 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T06:04:54.569103Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi116.fpbstl on smithi116: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi116-fpbstl\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi116-fpbstl\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi116.fpbstl\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi116.fpbstl\nDeploy daemon haproxy.nfs.foo.smithi116.fpbstl ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T06:04:54.571613Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi152.vilfaf on smithi152: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T06:04:54.573848Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi116.vtiejk on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.116/16"}, "status": {"created": "2023-11-15T05:41:51.643812Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.116/16"}}, {"events": ["2023-11-15T05:41:45.562111Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-15T05:41:45.554912Z", "last_refresh": "2023-11-15T05:55:32.569310Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T05:34:26.558369Z", "last_refresh": "2023-11-15T05:55:32.567282Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:35:55.352857Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi116:172.21.15.116=smithi116", "smithi152:172.21.15.152=smithi152"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T05:35:55.345327Z", "last_refresh": "2023-11-15T05:55:32.567552Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:41:51.641747Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-11-15T05:41:51.636276Z", "last_refresh": "2023-11-15T06:04:46.690578Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T05:34:34.444913Z", "last_refresh": "2023-11-15T05:55:32.567808Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T05:36:22.979260Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T05:36:22.972321Z", "last_refresh": "2023-11-15T05:55:32.568304Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T05:34:30.388073Z", "last_refresh": "2023-11-15T05:55:32.568058Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-15T06:05:47.481 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T06:05:48.260 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 06:05:47 smithi152 bash[29762]: cluster 2023-11-15T06:05:46.606621+0000 mgr.smithi116.ldeiub (mgr.14182) 1503 : 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 2023-11-15T06:05:48.261 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 06:05:47 smithi152 bash[29762]: audit 2023-11-15T06:05:46.840585+0000 mgr.smithi116.ldeiub (mgr.14182) 1504 : audit [DBG] from='client.15712 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T06:05:48.400 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 06:05:47 smithi116 bash[25961]: cluster 2023-11-15T06:05:46.606621+0000 mgr.smithi116.ldeiub (mgr.14182) 1503 : 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 2023-11-15T06:05:48.401 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 06:05:47 smithi116 bash[25961]: audit 2023-11-15T06:05:46.840585+0000 mgr.smithi116.ldeiub (mgr.14182) 1504 : audit [DBG] from='client.15712 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T06:05:48.482 DEBUG:teuthology.orchestra.run.smithi116:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 7456fada-8378-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T06:05:50.150 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 06:05:49 smithi116 bash[25961]: cluster 2023-11-15T06:05:48.607883+0000 mgr.smithi116.ldeiub (mgr.14182) 1505 : 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 2023-11-15T06:05:50.260 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 06:05:49 smithi152 bash[29762]: cluster 2023-11-15T06:05:48.607883+0000 mgr.smithi116.ldeiub (mgr.14182) 1505 : 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 2023-11-15T06:05:51.712 INFO:teuthology.orchestra.run.smithi116.stdout: 2023-11-15T06:05:51.712 INFO:teuthology.orchestra.run.smithi116.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T05:34:36.374719Z", "last_refresh": "2023-11-15T06:04:46.688859Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T05:34:28.472277Z", "last_refresh": "2023-11-15T05:55:32.566887Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T05:34:32.474479Z", "last_refresh": "2023-11-15T06:04:46.689240Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T06:03:38.835118Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi116.ukzqge on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T06:04:50.761026Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi152.iiyyef on smithi152: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi152-iiyyef\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi152-iiyyef\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi152.iiyyef\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi152.iiyyef\nDeploy daemon haproxy.nfs.foo.smithi152.iiyyef ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi152 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi152 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T06:04:54.569103Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi116.fpbstl on smithi116: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi116-fpbstl\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi116-fpbstl\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi116.fpbstl\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi116.fpbstl\nDeploy daemon haproxy.nfs.foo.smithi116.fpbstl ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T06:04:54.571613Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi152.vilfaf on smithi152: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T06:04:54.573848Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi116.vtiejk on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.116/16"}, "status": {"created": "2023-11-15T05:41:51.643812Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.116/16"}}, {"events": ["2023-11-15T05:41:45.562111Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-15T05:41:45.554912Z", "last_refresh": "2023-11-15T05:55:32.569310Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T05:34:26.558369Z", "last_refresh": "2023-11-15T05:55:32.567282Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:35:55.352857Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi116:172.21.15.116=smithi116", "smithi152:172.21.15.152=smithi152"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T05:35:55.345327Z", "last_refresh": "2023-11-15T05:55:32.567552Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:41:51.641747Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-11-15T05:41:51.636276Z", "last_refresh": "2023-11-15T06:04:46.690578Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T05:34:34.444913Z", "last_refresh": "2023-11-15T05:55:32.567808Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T05:36:22.979260Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T05:36:22.972321Z", "last_refresh": "2023-11-15T05:55:32.568304Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T05:34:30.388073Z", "last_refresh": "2023-11-15T05:55:32.568058Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-15T06:05:52.150 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 06:05:51 smithi116 bash[25961]: cluster 2023-11-15T06:05:50.609161+0000 mgr.smithi116.ldeiub (mgr.14182) 1506 : 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 2023-11-15T06:05:52.260 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 06:05:51 smithi152 bash[29762]: cluster 2023-11-15T06:05:50.609161+0000 mgr.smithi116.ldeiub (mgr.14182) 1506 : 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 2023-11-15T06:05:52.392 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T06:05:53.260 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 06:05:52 smithi152 bash[29762]: audit 2023-11-15T06:05:51.700239+0000 mgr.smithi116.ldeiub (mgr.14182) 1507 : audit [DBG] from='client.15716 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T06:05:53.394 DEBUG:teuthology.orchestra.run.smithi116:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 7456fada-8378-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T06:05:53.400 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 06:05:52 smithi116 bash[25961]: audit 2023-11-15T06:05:51.700239+0000 mgr.smithi116.ldeiub (mgr.14182) 1507 : audit [DBG] from='client.15716 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T06:05:54.260 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 06:05:53 smithi152 bash[29762]: cluster 2023-11-15T06:05:52.610231+0000 mgr.smithi116.ldeiub (mgr.14182) 1508 : 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 2023-11-15T06:05:54.401 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 06:05:53 smithi116 bash[25961]: cluster 2023-11-15T06:05:52.610231+0000 mgr.smithi116.ldeiub (mgr.14182) 1508 : 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 2023-11-15T06:05:55.150 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 06:05:54 smithi116 bash[25961]: audit 2023-11-15T06:05:54.579221+0000 mon.smithi116 (mon.0) 999 : audit [DBG] from='mgr.14182 172.21.15.116:0/1868390107' entity='mgr.smithi116.ldeiub' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-15T06:05:55.150 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 06:05:54 smithi116 bash[25961]: audit 2023-11-15T06:05:54.871254+0000 mon.smithi116 (mon.0) 1000 : audit [INF] from='mgr.14182 172.21.15.116:0/1868390107' entity='mgr.smithi116.ldeiub' 2023-11-15T06:05:55.260 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 06:05:54 smithi152 bash[29762]: audit 2023-11-15T06:05:54.579221+0000 mon.smithi116 (mon.0) 999 : audit [DBG] from='mgr.14182 172.21.15.116:0/1868390107' entity='mgr.smithi116.ldeiub' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-15T06:05:55.261 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 06:05:54 smithi152 bash[29762]: audit 2023-11-15T06:05:54.871254+0000 mon.smithi116 (mon.0) 1000 : audit [INF] from='mgr.14182 172.21.15.116:0/1868390107' entity='mgr.smithi116.ldeiub' 2023-11-15T06:05:56.260 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 06:05:55 smithi152 bash[29762]: cluster 2023-11-15T06:05:54.611496+0000 mgr.smithi116.ldeiub (mgr.14182) 1509 : 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 2023-11-15T06:05:56.272 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 06:05:55 smithi116 bash[25961]: cluster 2023-11-15T06:05:54.611496+0000 mgr.smithi116.ldeiub (mgr.14182) 1509 : 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 2023-11-15T06:05:56.709 INFO:teuthology.orchestra.run.smithi116.stdout: 2023-11-15T06:05:56.710 INFO:teuthology.orchestra.run.smithi116.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T05:34:36.374719Z", "last_refresh": "2023-11-15T06:04:46.688859Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T05:34:28.472277Z", "last_refresh": "2023-11-15T05:55:32.566887Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T05:34:32.474479Z", "last_refresh": "2023-11-15T06:04:46.689240Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T06:03:38.835118Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi116.ukzqge on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T06:04:50.761026Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi152.iiyyef on smithi152: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi152-iiyyef\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi152-iiyyef\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi152.iiyyef\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi152.iiyyef\nDeploy daemon haproxy.nfs.foo.smithi152.iiyyef ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi152 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi152 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T06:04:54.569103Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi116.fpbstl on smithi116: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi116-fpbstl\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi116-fpbstl\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi116.fpbstl\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi116.fpbstl\nDeploy daemon haproxy.nfs.foo.smithi116.fpbstl ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T06:04:54.571613Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi152.vilfaf on smithi152: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T06:04:54.573848Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi116.vtiejk on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.116/16"}, "status": {"created": "2023-11-15T05:41:51.643812Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.116/16"}}, {"events": ["2023-11-15T05:41:45.562111Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-15T05:41:45.554912Z", "last_refresh": "2023-11-15T05:55:32.569310Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T05:34:26.558369Z", "last_refresh": "2023-11-15T05:55:32.567282Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:35:55.352857Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi116:172.21.15.116=smithi116", "smithi152:172.21.15.152=smithi152"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T05:35:55.345327Z", "last_refresh": "2023-11-15T05:55:32.567552Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:41:51.641747Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-11-15T05:41:51.636276Z", "last_refresh": "2023-11-15T06:04:46.690578Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T05:34:34.444913Z", "last_refresh": "2023-11-15T05:55:32.567808Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T05:36:22.979260Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T05:36:22.972321Z", "last_refresh": "2023-11-15T05:55:32.568304Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T05:34:30.388073Z", "last_refresh": "2023-11-15T05:55:32.568058Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-15T06:05:57.150 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 06:05:57 smithi116 bash[25961]: cluster 2023-11-15T06:05:56.612829+0000 mgr.smithi116.ldeiub (mgr.14182) 1510 : 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 2023-11-15T06:05:57.151 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 06:05:57 smithi116 bash[25961]: audit 2023-11-15T06:05:56.695058+0000 mgr.smithi116.ldeiub (mgr.14182) 1511 : audit [DBG] from='client.15720 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T06:05:57.260 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 06:05:57 smithi152 bash[29762]: cluster 2023-11-15T06:05:56.612829+0000 mgr.smithi116.ldeiub (mgr.14182) 1510 : 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 2023-11-15T06:05:57.261 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 06:05:57 smithi152 bash[29762]: audit 2023-11-15T06:05:56.695058+0000 mgr.smithi116.ldeiub (mgr.14182) 1511 : audit [DBG] from='client.15720 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T06:05:57.300 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T06:05:58.302 DEBUG:teuthology.orchestra.run.smithi116:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 7456fada-8378-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T06:06:00.010 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 06:05:59 smithi152 bash[29762]: cluster 2023-11-15T06:05:58.614104+0000 mgr.smithi116.ldeiub (mgr.14182) 1512 : 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 2023-11-15T06:06:00.150 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 06:05:59 smithi116 bash[25961]: cluster 2023-11-15T06:05:58.614104+0000 mgr.smithi116.ldeiub (mgr.14182) 1512 : 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 2023-11-15T06:06:01.503 INFO:teuthology.orchestra.run.smithi116.stdout: 2023-11-15T06:06:01.503 INFO:teuthology.orchestra.run.smithi116.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T05:34:36.374719Z", "last_refresh": "2023-11-15T06:04:46.688859Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T05:34:28.472277Z", "last_refresh": "2023-11-15T06:04:46.689051Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T05:34:32.474479Z", "last_refresh": "2023-11-15T06:04:46.689240Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T06:03:38.835118Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi116.ukzqge on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T06:04:50.761026Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi152.iiyyef on smithi152: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi152-iiyyef\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi152-iiyyef\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi152.iiyyef\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi152.iiyyef\nDeploy daemon haproxy.nfs.foo.smithi152.iiyyef ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi152 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi152 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T06:04:54.569103Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi116.fpbstl on smithi116: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi116-fpbstl\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi116-fpbstl\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi116.fpbstl\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi116.fpbstl\nDeploy daemon haproxy.nfs.foo.smithi116.fpbstl ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T06:04:54.571613Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi152.vilfaf on smithi152: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T06:04:54.573848Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi116.vtiejk on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.116/16"}, "status": {"created": "2023-11-15T05:41:51.643812Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.116/16"}}, {"events": ["2023-11-15T05:41:45.562111Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-15T05:41:45.554912Z", "last_refresh": "2023-11-15T06:04:46.690389Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T05:34:26.558369Z", "last_refresh": "2023-11-15T06:04:46.688657Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:35:55.352857Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi116:172.21.15.116=smithi116", "smithi152:172.21.15.152=smithi152"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T05:35:55.345327Z", "last_refresh": "2023-11-15T06:04:46.688354Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:41:51.641747Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-11-15T05:41:51.636276Z", "last_refresh": "2023-11-15T06:04:46.690578Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T05:34:34.444913Z", "last_refresh": "2023-11-15T06:04:46.689424Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T05:36:22.979260Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T05:36:22.972321Z", "last_refresh": "2023-11-15T06:04:46.689611Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T05:34:30.388073Z", "last_refresh": "2023-11-15T06:06:00.478610Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-15T06:06:01.760 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 06:06:01 smithi152 bash[29762]: audit 2023-11-15T06:06:00.492405+0000 mon.smithi116 (mon.0) 1001 : audit [INF] from='mgr.14182 172.21.15.116:0/1868390107' entity='mgr.smithi116.ldeiub' 2023-11-15T06:06:01.761 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 06:06:01 smithi152 bash[29762]: cluster 2023-11-15T06:06:00.615337+0000 mgr.smithi116.ldeiub (mgr.14182) 1513 : 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 2023-11-15T06:06:01.761 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 06:06:01 smithi152 bash[29762]: audit 2023-11-15T06:06:00.789612+0000 mon.smithi116 (mon.0) 1002 : audit [DBG] from='mgr.14182 172.21.15.116:0/1868390107' entity='mgr.smithi116.ldeiub' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-15T06:06:01.761 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 06:06:01 smithi152 bash[29762]: audit 2023-11-15T06:06:00.791122+0000 mon.smithi116 (mon.0) 1003 : audit [INF] from='mgr.14182 172.21.15.116:0/1868390107' entity='mgr.smithi116.ldeiub' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-11-15T06:06:01.761 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 06:06:01 smithi152 bash[29762]: audit 2023-11-15T06:06:00.799359+0000 mon.smithi116 (mon.0) 1004 : audit [INF] from='mgr.14182 172.21.15.116:0/1868390107' entity='mgr.smithi116.ldeiub' 2023-11-15T06:06:01.762 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 06:06:01 smithi152 bash[29762]: cluster 2023-11-15T06:06:00.800143+0000 mgr.smithi116.ldeiub (mgr.14182) 1514 : cluster [DBG] pgmap v970: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 100 B/s rd, 0 op/s 2023-11-15T06:06:01.762 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 06:06:01 smithi152 bash[29762]: audit 2023-11-15T06:06:00.806703+0000 mon.smithi116 (mon.0) 1005 : audit [DBG] from='mgr.14182 172.21.15.116:0/1868390107' entity='mgr.smithi116.ldeiub' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-11-15T06:06:01.762 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 06:06:01 smithi152 bash[29762]: audit 2023-11-15T06:06:00.821529+0000 mon.smithi116 (mon.0) 1006 : audit [INF] from='mgr.14182 172.21.15.116:0/1868390107' entity='mgr.smithi116.ldeiub' 2023-11-15T06:06:01.762 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 06:06:01 smithi152 bash[29762]: cephadm 2023-11-15T06:06:00.825438+0000 mgr.smithi116.ldeiub (mgr.14182) 1515 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi152.bxfzff on smithi152 2023-11-15T06:06:01.900 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 06:06:01 smithi116 bash[25961]: audit 2023-11-15T06:06:00.492405+0000 mon.smithi116 (mon.0) 1001 : audit [INF] from='mgr.14182 172.21.15.116:0/1868390107' entity='mgr.smithi116.ldeiub' 2023-11-15T06:06:01.900 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 06:06:01 smithi116 bash[25961]: cluster 2023-11-15T06:06:00.615337+0000 mgr.smithi116.ldeiub (mgr.14182) 1513 : 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 2023-11-15T06:06:01.901 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 06:06:01 smithi116 bash[25961]: audit 2023-11-15T06:06:00.789612+0000 mon.smithi116 (mon.0) 1002 : audit [DBG] from='mgr.14182 172.21.15.116:0/1868390107' entity='mgr.smithi116.ldeiub' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-15T06:06:01.901 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 06:06:01 smithi116 bash[25961]: audit 2023-11-15T06:06:00.791122+0000 mon.smithi116 (mon.0) 1003 : audit [INF] from='mgr.14182 172.21.15.116:0/1868390107' entity='mgr.smithi116.ldeiub' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-11-15T06:06:01.901 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 06:06:01 smithi116 bash[25961]: audit 2023-11-15T06:06:00.799359+0000 mon.smithi116 (mon.0) 1004 : audit [INF] from='mgr.14182 172.21.15.116:0/1868390107' entity='mgr.smithi116.ldeiub' 2023-11-15T06:06:01.901 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 06:06:01 smithi116 bash[25961]: cluster 2023-11-15T06:06:00.800143+0000 mgr.smithi116.ldeiub (mgr.14182) 1514 : cluster [DBG] pgmap v970: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 100 B/s rd, 0 op/s 2023-11-15T06:06:01.901 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 06:06:01 smithi116 bash[25961]: audit 2023-11-15T06:06:00.806703+0000 mon.smithi116 (mon.0) 1005 : audit [DBG] from='mgr.14182 172.21.15.116:0/1868390107' entity='mgr.smithi116.ldeiub' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-11-15T06:06:01.902 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 06:06:01 smithi116 bash[25961]: audit 2023-11-15T06:06:00.821529+0000 mon.smithi116 (mon.0) 1006 : audit [INF] from='mgr.14182 172.21.15.116:0/1868390107' entity='mgr.smithi116.ldeiub' 2023-11-15T06:06:01.902 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 06:06:01 smithi116 bash[25961]: cephadm 2023-11-15T06:06:00.825438+0000 mgr.smithi116.ldeiub (mgr.14182) 1515 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi152.bxfzff on smithi152 2023-11-15T06:06:02.144 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T06:06:02.760 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 06:06:02 smithi152 bash[29762]: cluster 2023-11-15T06:06:01.488905+0000 mon.smithi116 (mon.0) 1007 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2023-11-15T06:06:02.761 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 06:06:02 smithi152 bash[29762]: cluster 2023-11-15T06:06:01.488929+0000 mon.smithi116 (mon.0) 1008 : cluster [INF] Cluster is now healthy 2023-11-15T06:06:02.761 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 06:06:02 smithi152 bash[29762]: audit 2023-11-15T06:06:01.491005+0000 mgr.smithi116.ldeiub (mgr.14182) 1516 : audit [DBG] from='client.15724 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T06:06:02.900 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 06:06:02 smithi116 bash[25961]: cluster 2023-11-15T06:06:01.488905+0000 mon.smithi116 (mon.0) 1007 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2023-11-15T06:06:02.901 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 06:06:02 smithi116 bash[25961]: cluster 2023-11-15T06:06:01.488929+0000 mon.smithi116 (mon.0) 1008 : cluster [INF] Cluster is now healthy 2023-11-15T06:06:02.901 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 06:06:02 smithi116 bash[25961]: audit 2023-11-15T06:06:01.491005+0000 mgr.smithi116.ldeiub (mgr.14182) 1516 : audit [DBG] from='client.15724 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T06:06:03.146 DEBUG:teuthology.orchestra.run.smithi116:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 7456fada-8378-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T06:06:03.760 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 06:06:03 smithi152 bash[29762]: cluster 2023-11-15T06:06:02.800909+0000 mgr.smithi116.ldeiub (mgr.14182) 1517 : cluster [DBG] pgmap v971: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 100 B/s rd, 0 op/s 2023-11-15T06:06:03.900 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 06:06:03 smithi116 bash[25961]: cluster 2023-11-15T06:06:02.800909+0000 mgr.smithi116.ldeiub (mgr.14182) 1517 : cluster [DBG] pgmap v971: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 100 B/s rd, 0 op/s 2023-11-15T06:06:04.900 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 06:06:04 smithi116 bash[25961]: audit 2023-11-15T06:06:04.624153+0000 mon.smithi116 (mon.0) 1009 : audit [INF] from='mgr.14182 172.21.15.116:0/1868390107' entity='mgr.smithi116.ldeiub' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi152.bxfzff"}]: dispatch 2023-11-15T06:06:05.010 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 06:06:04 smithi152 bash[29762]: audit 2023-11-15T06:06:04.624153+0000 mon.smithi116 (mon.0) 1009 : audit [INF] from='mgr.14182 172.21.15.116:0/1868390107' entity='mgr.smithi116.ldeiub' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi152.bxfzff"}]: dispatch 2023-11-15T06:06:06.128 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 06:06:05 smithi116 bash[25961]: cephadm 2023-11-15T06:06:04.622851+0000 mgr.smithi116.ldeiub (mgr.14182) 1518 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi152-bxfzff 2023-11-15T06:06:06.129 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 06:06:05 smithi116 bash[25961]: /usr/bin/docker: stdout 2023-11-15T06:06:06.129 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 06:06:05 smithi116 bash[25961]: /usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi152-bxfzff 2023-11-15T06:06:06.129 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 06:06:05 smithi116 bash[25961]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi152.bxfzff 2023-11-15T06:06:06.129 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 06:06:05 smithi116 bash[25961]: /usr/bin/docker: stdout 2023-11-15T06:06:06.129 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 06:06:05 smithi116 bash[25961]: /usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi152.bxfzff 2023-11-15T06:06:06.130 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 06:06:05 smithi116 bash[25961]: Deploy daemon haproxy.nfs.foo.smithi152.bxfzff ... 2023-11-15T06:06:06.130 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 06:06:05 smithi116 bash[25961]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi152 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T06:06:06.130 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 06:06:05 smithi116 bash[25961]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-15T06:06:06.130 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 06:06:05 smithi116 bash[25961]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-15T06:06:06.131 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 06:06:05 smithi116 bash[25961]: stat: stderr See 'docker run --help'. 2023-11-15T06:06:06.131 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 06:06:05 smithi116 bash[25961]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi152 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T06:06:06.131 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 06:06:05 smithi116 bash[25961]: Traceback (most recent call last): 2023-11-15T06:06:06.131 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 06:06:05 smithi116 bash[25961]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-11-15T06:06:06.131 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 06:06:05 smithi116 bash[25961]: yield (conn, connr) 2023-11-15T06:06:06.132 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 06:06:05 smithi116 bash[25961]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-11-15T06:06:06.132 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 06:06:05 smithi116 bash[25961]: code, '\n'.join(err))) 2023-11-15T06:06:06.132 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 06:06:05 smithi116 bash[25961]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi152-bxfzff 2023-11-15T06:06:06.132 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 06:06:05 smithi116 bash[25961]: /usr/bin/docker: stdout 2023-11-15T06:06:06.132 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 06:06:05 smithi116 bash[25961]: /usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi152-bxfzff 2023-11-15T06:06:06.133 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 06:06:05 smithi116 bash[25961]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi152.bxfzff 2023-11-15T06:06:06.133 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 06:06:05 smithi116 bash[25961]: /usr/bin/docker: stdout 2023-11-15T06:06:06.133 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 06:06:05 smithi116 bash[25961]: /usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi152.bxfzff 2023-11-15T06:06:06.133 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 06:06:05 smithi116 bash[25961]: Deploy daemon haproxy.nfs.foo.smithi152.bxfzff ... 2023-11-15T06:06:06.133 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 06:06:05 smithi116 bash[25961]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi152 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T06:06:06.134 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 06:06:05 smithi116 bash[25961]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-15T06:06:06.134 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 06:06:05 smithi116 bash[25961]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-15T06:06:06.134 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 06:06:05 smithi116 bash[25961]: stat: stderr See 'docker run --help'. 2023-11-15T06:06:06.134 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 06:06:05 smithi116 bash[25961]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi152 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T06:06:06.134 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 06:06:05 smithi116 bash[25961]: cephadm 2023-11-15T06:06:04.623419+0000 mgr.smithi116.ldeiub (mgr.14182) 1519 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi152.bxfzff 2023-11-15T06:06:06.135 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 06:06:05 smithi116 bash[25961]: cephadm 2023-11-15T06:06:04.625806+0000 mgr.smithi116.ldeiub (mgr.14182) 1520 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi152.bxfzff on smithi152: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi152-bxfzff 2023-11-15T06:06:06.135 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 06:06:05 smithi116 bash[25961]: /usr/bin/docker: stdout 2023-11-15T06:06:06.135 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 06:06:05 smithi116 bash[25961]: /usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi152-bxfzff 2023-11-15T06:06:06.135 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 06:06:05 smithi116 bash[25961]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi152.bxfzff 2023-11-15T06:06:06.135 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 06:06:05 smithi116 bash[25961]: /usr/bin/docker: stdout 2023-11-15T06:06:06.136 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 06:06:05 smithi116 bash[25961]: /usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi152.bxfzff 2023-11-15T06:06:06.136 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 06:06:05 smithi116 bash[25961]: Deploy daemon haproxy.nfs.foo.smithi152.bxfzff ... 2023-11-15T06:06:06.136 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 06:06:05 smithi116 bash[25961]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi152 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T06:06:06.136 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 06:06:05 smithi116 bash[25961]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-15T06:06:06.136 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 06:06:05 smithi116 bash[25961]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-15T06:06:06.137 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 06:06:05 smithi116 bash[25961]: stat: stderr See 'docker run --help'. 2023-11-15T06:06:06.137 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 06:06:05 smithi116 bash[25961]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi152 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T06:06:06.137 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 06:06:05 smithi116 bash[25961]: cephadm 2023-11-15T06:06:04.630934+0000 mgr.smithi116.ldeiub (mgr.14182) 1521 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi116.gqtqhl on smithi116 2023-11-15T06:06:06.137 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 06:06:05 smithi116 bash[25961]: cluster 2023-11-15T06:06:04.801782+0000 mgr.smithi116.ldeiub (mgr.14182) 1522 : cluster [DBG] pgmap v972: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 100 B/s rd, 0 op/s 2023-11-15T06:06:06.261 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 06:06:05 smithi152 bash[29762]: cephadm 2023-11-15T06:06:04.622851+0000 mgr.smithi116.ldeiub (mgr.14182) 1518 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi152-bxfzff 2023-11-15T06:06:06.261 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 06:06:05 smithi152 bash[29762]: /usr/bin/docker: stdout 2023-11-15T06:06:06.261 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 06:06:05 smithi152 bash[29762]: /usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi152-bxfzff 2023-11-15T06:06:06.261 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 06:06:05 smithi152 bash[29762]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi152.bxfzff 2023-11-15T06:06:06.262 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 06:06:05 smithi152 bash[29762]: /usr/bin/docker: stdout 2023-11-15T06:06:06.262 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 06:06:05 smithi152 bash[29762]: /usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi152.bxfzff 2023-11-15T06:06:06.262 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 06:06:05 smithi152 bash[29762]: Deploy daemon haproxy.nfs.foo.smithi152.bxfzff ... 2023-11-15T06:06:06.262 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 06:06:05 smithi152 bash[29762]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi152 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T06:06:06.263 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 06:06:05 smithi152 bash[29762]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-15T06:06:06.263 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 06:06:05 smithi152 bash[29762]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-15T06:06:06.263 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 06:06:05 smithi152 bash[29762]: stat: stderr See 'docker run --help'. 2023-11-15T06:06:06.263 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 06:06:05 smithi152 bash[29762]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi152 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T06:06:06.263 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 06:06:05 smithi152 bash[29762]: Traceback (most recent call last): 2023-11-15T06:06:06.264 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 06:06:05 smithi152 bash[29762]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-11-15T06:06:06.264 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 06:06:05 smithi152 bash[29762]: yield (conn, connr) 2023-11-15T06:06:06.264 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 06:06:05 smithi152 bash[29762]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-11-15T06:06:06.265 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 06:06:05 smithi152 bash[29762]: code, '\n'.join(err))) 2023-11-15T06:06:06.265 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 06:06:05 smithi152 bash[29762]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi152-bxfzff 2023-11-15T06:06:06.265 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 06:06:05 smithi152 bash[29762]: /usr/bin/docker: stdout 2023-11-15T06:06:06.265 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 06:06:05 smithi152 bash[29762]: /usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi152-bxfzff 2023-11-15T06:06:06.266 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 06:06:05 smithi152 bash[29762]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi152.bxfzff 2023-11-15T06:06:06.266 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 06:06:05 smithi152 bash[29762]: /usr/bin/docker: stdout 2023-11-15T06:06:06.266 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 06:06:05 smithi152 bash[29762]: /usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi152.bxfzff 2023-11-15T06:06:06.267 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 06:06:05 smithi152 bash[29762]: Deploy daemon haproxy.nfs.foo.smithi152.bxfzff ... 2023-11-15T06:06:06.267 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 06:06:05 smithi152 bash[29762]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi152 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T06:06:06.267 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 06:06:05 smithi152 bash[29762]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-15T06:06:06.267 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 06:06:05 smithi152 bash[29762]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-15T06:06:06.267 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 06:06:05 smithi152 bash[29762]: stat: stderr See 'docker run --help'. 2023-11-15T06:06:06.268 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 06:06:05 smithi152 bash[29762]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi152 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T06:06:06.268 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 06:06:05 smithi152 bash[29762]: cephadm 2023-11-15T06:06:04.623419+0000 mgr.smithi116.ldeiub (mgr.14182) 1519 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi152.bxfzff 2023-11-15T06:06:06.268 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 06:06:05 smithi152 bash[29762]: cephadm 2023-11-15T06:06:04.625806+0000 mgr.smithi116.ldeiub (mgr.14182) 1520 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi152.bxfzff on smithi152: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi152-bxfzff 2023-11-15T06:06:06.268 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 06:06:05 smithi152 bash[29762]: /usr/bin/docker: stdout 2023-11-15T06:06:06.269 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 06:06:05 smithi152 bash[29762]: /usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi152-bxfzff 2023-11-15T06:06:06.269 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 06:06:05 smithi152 bash[29762]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi152.bxfzff 2023-11-15T06:06:06.269 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 06:06:05 smithi152 bash[29762]: /usr/bin/docker: stdout 2023-11-15T06:06:06.269 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 06:06:05 smithi152 bash[29762]: /usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi152.bxfzff 2023-11-15T06:06:06.269 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 06:06:05 smithi152 bash[29762]: Deploy daemon haproxy.nfs.foo.smithi152.bxfzff ... 2023-11-15T06:06:06.270 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 06:06:05 smithi152 bash[29762]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi152 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T06:06:06.270 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 06:06:05 smithi152 bash[29762]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-15T06:06:06.270 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 06:06:05 smithi152 bash[29762]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-15T06:06:06.270 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 06:06:05 smithi152 bash[29762]: stat: stderr See 'docker run --help'. 2023-11-15T06:06:06.271 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 06:06:05 smithi152 bash[29762]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi152 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T06:06:06.271 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 06:06:05 smithi152 bash[29762]: cephadm 2023-11-15T06:06:04.630934+0000 mgr.smithi116.ldeiub (mgr.14182) 1521 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi116.gqtqhl on smithi116 2023-11-15T06:06:06.271 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 06:06:05 smithi152 bash[29762]: cluster 2023-11-15T06:06:04.801782+0000 mgr.smithi116.ldeiub (mgr.14182) 1522 : cluster [DBG] pgmap v972: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 100 B/s rd, 0 op/s 2023-11-15T06:06:06.485 INFO:teuthology.orchestra.run.smithi116.stdout: 2023-11-15T06:06:06.485 INFO:teuthology.orchestra.run.smithi116.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T05:34:36.374719Z", "last_refresh": "2023-11-15T06:04:46.688859Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T05:34:28.472277Z", "last_refresh": "2023-11-15T06:04:46.689051Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T05:34:32.474479Z", "last_refresh": "2023-11-15T06:04:46.689240Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T06:04:50.761026Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi152.iiyyef on smithi152: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi152-iiyyef\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi152-iiyyef\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi152.iiyyef\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi152.iiyyef\nDeploy daemon haproxy.nfs.foo.smithi152.iiyyef ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi152 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi152 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T06:04:54.569103Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi116.fpbstl on smithi116: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi116-fpbstl\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi116-fpbstl\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi116.fpbstl\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi116.fpbstl\nDeploy daemon haproxy.nfs.foo.smithi116.fpbstl ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T06:04:54.571613Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi152.vilfaf on smithi152: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T06:04:54.573848Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi116.vtiejk on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T06:06:04.625526Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi152.bxfzff on smithi152: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi152-bxfzff\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi152-bxfzff\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi152.bxfzff\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi152.bxfzff\nDeploy daemon haproxy.nfs.foo.smithi152.bxfzff ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi152 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi152 -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.116/16"}, "status": {"created": "2023-11-15T05:41:51.643812Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.116/16"}}, {"events": ["2023-11-15T05:41:45.562111Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-15T05:41:45.554912Z", "last_refresh": "2023-11-15T06:04:46.690389Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T05:34:26.558369Z", "last_refresh": "2023-11-15T06:04:46.688657Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:35:55.352857Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi116:172.21.15.116=smithi116", "smithi152:172.21.15.152=smithi152"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T05:35:55.345327Z", "last_refresh": "2023-11-15T06:04:46.688354Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:41:51.641747Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-11-15T05:41:51.636276Z", "last_refresh": "2023-11-15T06:04:46.690578Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T05:34:34.444913Z", "last_refresh": "2023-11-15T06:04:46.689424Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T05:36:22.979260Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T05:36:22.972321Z", "last_refresh": "2023-11-15T06:04:46.689611Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T05:34:30.388073Z", "last_refresh": "2023-11-15T06:06:00.478610Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-15T06:06:07.138 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T06:06:08.139 DEBUG:teuthology.orchestra.run.smithi116:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 7456fada-8378-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T06:06:08.150 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 06:06:07 smithi116 bash[25961]: audit 2023-11-15T06:06:06.470768+0000 mgr.smithi116.ldeiub (mgr.14182) 1523 : audit [DBG] from='client.15728 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T06:06:08.150 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 06:06:07 smithi116 bash[25961]: cluster 2023-11-15T06:06:06.802878+0000 mgr.smithi116.ldeiub (mgr.14182) 1524 : cluster [DBG] pgmap v973: 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 2023-11-15T06:06:08.260 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 06:06:07 smithi152 bash[29762]: audit 2023-11-15T06:06:06.470768+0000 mgr.smithi116.ldeiub (mgr.14182) 1523 : audit [DBG] from='client.15728 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T06:06:08.260 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 06:06:07 smithi152 bash[29762]: cluster 2023-11-15T06:06:06.802878+0000 mgr.smithi116.ldeiub (mgr.14182) 1524 : cluster [DBG] pgmap v973: 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 2023-11-15T06:06:09.150 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 06:06:08 smithi116 bash[25961]: audit 2023-11-15T06:06:08.851013+0000 mon.smithi116 (mon.0) 1010 : audit [INF] from='mgr.14182 172.21.15.116:0/1868390107' entity='mgr.smithi116.ldeiub' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi116.gqtqhl"}]: dispatch 2023-11-15T06:06:09.165 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 06:06:08 smithi152 bash[29762]: audit 2023-11-15T06:06:08.851013+0000 mon.smithi116 (mon.0) 1010 : audit [INF] from='mgr.14182 172.21.15.116:0/1868390107' entity='mgr.smithi116.ldeiub' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi116.gqtqhl"}]: dispatch 2023-11-15T06:06:10.151 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 06:06:09 smithi116 bash[25961]: cluster 2023-11-15T06:06:08.803860+0000 mgr.smithi116.ldeiub (mgr.14182) 1525 : 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 2023-11-15T06:06:10.151 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 06:06:09 smithi116 bash[25961]: cephadm 2023-11-15T06:06:08.850094+0000 mgr.smithi116.ldeiub (mgr.14182) 1526 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi116-gqtqhl 2023-11-15T06:06:10.151 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 06:06:09 smithi116 bash[25961]: /usr/bin/docker: stdout 2023-11-15T06:06:10.152 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 06:06:09 smithi116 bash[25961]: /usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi116-gqtqhl 2023-11-15T06:06:10.152 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 06:06:09 smithi116 bash[25961]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi116.gqtqhl 2023-11-15T06:06:10.152 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 06:06:09 smithi116 bash[25961]: /usr/bin/docker: stdout 2023-11-15T06:06:10.152 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 06:06:09 smithi116 bash[25961]: /usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi116.gqtqhl 2023-11-15T06:06:10.152 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 06:06:09 smithi116 bash[25961]: Deploy daemon haproxy.nfs.foo.smithi116.gqtqhl ... 2023-11-15T06:06:10.152 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 06:06:09 smithi116 bash[25961]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T06:06:10.153 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 06:06:09 smithi116 bash[25961]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-15T06:06:10.153 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 06:06:09 smithi116 bash[25961]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-15T06:06:10.153 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 06:06:09 smithi116 bash[25961]: stat: stderr See 'docker run --help'. 2023-11-15T06:06:10.153 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 06:06:09 smithi116 bash[25961]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T06:06:10.153 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 06:06:09 smithi116 bash[25961]: Traceback (most recent call last): 2023-11-15T06:06:10.154 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 06:06:09 smithi116 bash[25961]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-11-15T06:06:10.154 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 06:06:09 smithi116 bash[25961]: yield (conn, connr) 2023-11-15T06:06:10.154 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 06:06:09 smithi116 bash[25961]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-11-15T06:06:10.154 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 06:06:09 smithi116 bash[25961]: code, '\n'.join(err))) 2023-11-15T06:06:10.154 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 06:06:09 smithi116 bash[25961]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi116-gqtqhl 2023-11-15T06:06:10.155 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 06:06:09 smithi116 bash[25961]: /usr/bin/docker: stdout 2023-11-15T06:06:10.155 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 06:06:09 smithi116 bash[25961]: /usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi116-gqtqhl 2023-11-15T06:06:10.155 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 06:06:09 smithi116 bash[25961]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi116.gqtqhl 2023-11-15T06:06:10.155 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 06:06:09 smithi116 bash[25961]: /usr/bin/docker: stdout 2023-11-15T06:06:10.155 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 06:06:09 smithi116 bash[25961]: /usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi116.gqtqhl 2023-11-15T06:06:10.155 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 06:06:09 smithi116 bash[25961]: Deploy daemon haproxy.nfs.foo.smithi116.gqtqhl ... 2023-11-15T06:06:10.156 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 06:06:09 smithi116 bash[25961]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T06:06:10.156 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 06:06:09 smithi116 bash[25961]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-15T06:06:10.156 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 06:06:09 smithi116 bash[25961]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-15T06:06:10.156 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 06:06:09 smithi116 bash[25961]: stat: stderr See 'docker run --help'. 2023-11-15T06:06:10.156 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 06:06:09 smithi116 bash[25961]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T06:06:10.157 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 06:06:09 smithi116 bash[25961]: cephadm 2023-11-15T06:06:08.850501+0000 mgr.smithi116.ldeiub (mgr.14182) 1527 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi116.gqtqhl 2023-11-15T06:06:10.157 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 06:06:09 smithi116 bash[25961]: cephadm 2023-11-15T06:06:08.852182+0000 mgr.smithi116.ldeiub (mgr.14182) 1528 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi116.gqtqhl on smithi116: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi116-gqtqhl 2023-11-15T06:06:10.157 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 06:06:09 smithi116 bash[25961]: /usr/bin/docker: stdout 2023-11-15T06:06:10.157 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 06:06:09 smithi116 bash[25961]: /usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi116-gqtqhl 2023-11-15T06:06:10.157 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 06:06:09 smithi116 bash[25961]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi116.gqtqhl 2023-11-15T06:06:10.157 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 06:06:09 smithi116 bash[25961]: /usr/bin/docker: stdout 2023-11-15T06:06:10.158 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 06:06:09 smithi116 bash[25961]: /usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi116.gqtqhl 2023-11-15T06:06:10.158 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 06:06:09 smithi116 bash[25961]: Deploy daemon haproxy.nfs.foo.smithi116.gqtqhl ... 2023-11-15T06:06:10.158 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 06:06:09 smithi116 bash[25961]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T06:06:10.159 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 06:06:09 smithi116 bash[25961]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-15T06:06:10.159 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 06:06:09 smithi116 bash[25961]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-15T06:06:10.159 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 06:06:09 smithi116 bash[25961]: stat: stderr See 'docker run --help'. 2023-11-15T06:06:10.159 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 06:06:09 smithi116 bash[25961]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T06:06:10.159 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 06:06:09 smithi116 bash[25961]: cephadm 2023-11-15T06:06:08.855945+0000 mgr.smithi116.ldeiub (mgr.14182) 1529 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi152.cvtspg on smithi152: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-11-15T06:06:10.159 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 06:06:09 smithi116 bash[25961]: cephadm 2023-11-15T06:06:08.859589+0000 mgr.smithi116.ldeiub (mgr.14182) 1530 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi116.cjpuih on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-11-15T06:06:10.160 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 06:06:09 smithi116 bash[25961]: cluster 2023-11-15T06:06:08.861168+0000 mgr.smithi116.ldeiub (mgr.14182) 1531 : cluster [DBG] pgmap v975: 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 2023-11-15T06:06:10.160 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 06:06:09 smithi116 bash[25961]: cluster 2023-11-15T06:06:09.861972+0000 mon.smithi116 (mon.0) 1011 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2023-11-15T06:06:10.261 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 06:06:09 smithi152 bash[29762]: cluster 2023-11-15T06:06:08.803860+0000 mgr.smithi116.ldeiub (mgr.14182) 1525 : 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 2023-11-15T06:06:10.261 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 06:06:09 smithi152 bash[29762]: cephadm 2023-11-15T06:06:08.850094+0000 mgr.smithi116.ldeiub (mgr.14182) 1526 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi116-gqtqhl 2023-11-15T06:06:10.261 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 06:06:09 smithi152 bash[29762]: /usr/bin/docker: stdout 2023-11-15T06:06:10.261 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 06:06:09 smithi152 bash[29762]: /usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi116-gqtqhl 2023-11-15T06:06:10.262 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 06:06:09 smithi152 bash[29762]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi116.gqtqhl 2023-11-15T06:06:10.262 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 06:06:09 smithi152 bash[29762]: /usr/bin/docker: stdout 2023-11-15T06:06:10.262 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 06:06:09 smithi152 bash[29762]: /usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi116.gqtqhl 2023-11-15T06:06:10.262 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 06:06:09 smithi152 bash[29762]: Deploy daemon haproxy.nfs.foo.smithi116.gqtqhl ... 2023-11-15T06:06:10.262 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 06:06:09 smithi152 bash[29762]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T06:06:10.263 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 06:06:09 smithi152 bash[29762]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-15T06:06:10.263 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 06:06:09 smithi152 bash[29762]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-15T06:06:10.263 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 06:06:09 smithi152 bash[29762]: stat: stderr See 'docker run --help'. 2023-11-15T06:06:10.263 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 06:06:09 smithi152 bash[29762]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T06:06:10.263 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 06:06:09 smithi152 bash[29762]: Traceback (most recent call last): 2023-11-15T06:06:10.264 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 06:06:09 smithi152 bash[29762]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-11-15T06:06:10.264 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 06:06:09 smithi152 bash[29762]: yield (conn, connr) 2023-11-15T06:06:10.264 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 06:06:09 smithi152 bash[29762]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-11-15T06:06:10.264 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 06:06:09 smithi152 bash[29762]: code, '\n'.join(err))) 2023-11-15T06:06:10.264 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 06:06:09 smithi152 bash[29762]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi116-gqtqhl 2023-11-15T06:06:10.264 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 06:06:09 smithi152 bash[29762]: /usr/bin/docker: stdout 2023-11-15T06:06:10.265 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 06:06:09 smithi152 bash[29762]: /usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi116-gqtqhl 2023-11-15T06:06:10.265 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 06:06:09 smithi152 bash[29762]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi116.gqtqhl 2023-11-15T06:06:10.265 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 06:06:09 smithi152 bash[29762]: /usr/bin/docker: stdout 2023-11-15T06:06:10.265 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 06:06:09 smithi152 bash[29762]: /usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi116.gqtqhl 2023-11-15T06:06:10.265 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 06:06:09 smithi152 bash[29762]: Deploy daemon haproxy.nfs.foo.smithi116.gqtqhl ... 2023-11-15T06:06:10.266 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 06:06:09 smithi152 bash[29762]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T06:06:10.267 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 06:06:09 smithi152 bash[29762]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-15T06:06:10.267 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 06:06:09 smithi152 bash[29762]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-15T06:06:10.267 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 06:06:09 smithi152 bash[29762]: stat: stderr See 'docker run --help'. 2023-11-15T06:06:10.267 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 06:06:09 smithi152 bash[29762]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T06:06:10.267 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 06:06:09 smithi152 bash[29762]: cephadm 2023-11-15T06:06:08.850501+0000 mgr.smithi116.ldeiub (mgr.14182) 1527 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi116.gqtqhl 2023-11-15T06:06:10.268 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 06:06:09 smithi152 bash[29762]: cephadm 2023-11-15T06:06:08.852182+0000 mgr.smithi116.ldeiub (mgr.14182) 1528 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi116.gqtqhl on smithi116: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi116-gqtqhl 2023-11-15T06:06:10.268 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 06:06:09 smithi152 bash[29762]: /usr/bin/docker: stdout 2023-11-15T06:06:10.268 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 06:06:09 smithi152 bash[29762]: /usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi116-gqtqhl 2023-11-15T06:06:10.268 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 06:06:09 smithi152 bash[29762]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi116.gqtqhl 2023-11-15T06:06:10.268 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 06:06:09 smithi152 bash[29762]: /usr/bin/docker: stdout 2023-11-15T06:06:10.268 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 06:06:09 smithi152 bash[29762]: /usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi116.gqtqhl 2023-11-15T06:06:10.269 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 06:06:09 smithi152 bash[29762]: Deploy daemon haproxy.nfs.foo.smithi116.gqtqhl ... 2023-11-15T06:06:10.269 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 06:06:09 smithi152 bash[29762]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T06:06:10.269 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 06:06:09 smithi152 bash[29762]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-15T06:06:10.269 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 06:06:09 smithi152 bash[29762]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-15T06:06:10.269 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 06:06:09 smithi152 bash[29762]: stat: stderr See 'docker run --help'. 2023-11-15T06:06:10.270 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 06:06:09 smithi152 bash[29762]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T06:06:10.270 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 06:06:09 smithi152 bash[29762]: cephadm 2023-11-15T06:06:08.855945+0000 mgr.smithi116.ldeiub (mgr.14182) 1529 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi152.cvtspg on smithi152: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-11-15T06:06:10.270 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 06:06:09 smithi152 bash[29762]: cephadm 2023-11-15T06:06:08.859589+0000 mgr.smithi116.ldeiub (mgr.14182) 1530 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi116.cjpuih on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-11-15T06:06:10.270 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 06:06:09 smithi152 bash[29762]: cluster 2023-11-15T06:06:08.861168+0000 mgr.smithi116.ldeiub (mgr.14182) 1531 : cluster [DBG] pgmap v975: 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 2023-11-15T06:06:10.270 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 06:06:09 smithi152 bash[29762]: cluster 2023-11-15T06:06:09.861972+0000 mon.smithi116 (mon.0) 1011 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2023-11-15T06:06:11.630 INFO:teuthology.orchestra.run.smithi116.stdout: 2023-11-15T06:06:11.630 INFO:teuthology.orchestra.run.smithi116.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T05:34:36.374719Z", "last_refresh": "2023-11-15T06:04:46.688859Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T05:34:28.472277Z", "last_refresh": "2023-11-15T06:04:46.689051Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T05:34:32.474479Z", "last_refresh": "2023-11-15T06:04:46.689240Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T06:04:54.573848Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi116.vtiejk on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T06:06:04.625526Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi152.bxfzff on smithi152: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi152-bxfzff\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi152-bxfzff\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi152.bxfzff\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi152.bxfzff\nDeploy daemon haproxy.nfs.foo.smithi152.bxfzff ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi152 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi152 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T06:06:08.852010Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi116.gqtqhl on smithi116: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi116-gqtqhl\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi116-gqtqhl\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi116.gqtqhl\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi116.gqtqhl\nDeploy daemon haproxy.nfs.foo.smithi116.gqtqhl ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T06:06:08.855715Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi152.cvtspg on smithi152: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T06:06:08.859371Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi116.cjpuih on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.116/16"}, "status": {"created": "2023-11-15T05:41:51.643812Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.116/16"}}, {"events": ["2023-11-15T05:41:45.562111Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-15T05:41:45.554912Z", "last_refresh": "2023-11-15T06:04:46.690389Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T05:34:26.558369Z", "last_refresh": "2023-11-15T06:04:46.688657Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:35:55.352857Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi116:172.21.15.116=smithi116", "smithi152:172.21.15.152=smithi152"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T05:35:55.345327Z", "last_refresh": "2023-11-15T06:04:46.688354Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:41:51.641747Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-11-15T05:41:51.636276Z", "last_refresh": "2023-11-15T06:04:46.690578Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T05:34:34.444913Z", "last_refresh": "2023-11-15T06:04:46.689424Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T05:36:22.979260Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T05:36:22.972321Z", "last_refresh": "2023-11-15T06:04:46.689611Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T05:34:30.388073Z", "last_refresh": "2023-11-15T06:06:00.478610Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-15T06:06:12.150 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 06:06:11 smithi116 bash[25961]: cluster 2023-11-15T06:06:10.862220+0000 mgr.smithi116.ldeiub (mgr.14182) 1532 : cluster [DBG] pgmap v976: 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 2023-11-15T06:06:12.151 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 06:06:11 smithi116 bash[25961]: audit 2023-11-15T06:06:11.700586+0000 mon.smithi116 (mon.0) 1012 : audit [INF] from='mgr.14182 172.21.15.116:0/1868390107' entity='mgr.smithi116.ldeiub' 2023-11-15T06:06:12.233 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T06:06:12.260 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 06:06:11 smithi152 bash[29762]: cluster 2023-11-15T06:06:10.862220+0000 mgr.smithi116.ldeiub (mgr.14182) 1532 : cluster [DBG] pgmap v976: 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 2023-11-15T06:06:12.260 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 06:06:11 smithi152 bash[29762]: audit 2023-11-15T06:06:11.700586+0000 mon.smithi116 (mon.0) 1012 : audit [INF] from='mgr.14182 172.21.15.116:0/1868390107' entity='mgr.smithi116.ldeiub' 2023-11-15T06:06:13.150 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 06:06:12 smithi116 bash[25961]: audit 2023-11-15T06:06:11.614767+0000 mgr.smithi116.ldeiub (mgr.14182) 1533 : audit [DBG] from='client.15732 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T06:06:13.234 DEBUG:teuthology.orchestra.run.smithi116:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 7456fada-8378-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T06:06:13.260 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 06:06:12 smithi152 bash[29762]: audit 2023-11-15T06:06:11.614767+0000 mgr.smithi116.ldeiub (mgr.14182) 1533 : audit [DBG] from='client.15732 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T06:06:14.150 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 06:06:13 smithi116 bash[25961]: cluster 2023-11-15T06:06:12.863293+0000 mgr.smithi116.ldeiub (mgr.14182) 1534 : cluster [DBG] pgmap v977: 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 2023-11-15T06:06:14.260 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 06:06:13 smithi152 bash[29762]: cluster 2023-11-15T06:06:12.863293+0000 mgr.smithi116.ldeiub (mgr.14182) 1534 : cluster [DBG] pgmap v977: 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 2023-11-15T06:06:16.092 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 06:06:15 smithi116 bash[25961]: cluster 2023-11-15T06:06:14.864454+0000 mgr.smithi116.ldeiub (mgr.14182) 1535 : cluster [DBG] pgmap v978: 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 2023-11-15T06:06:16.261 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 06:06:15 smithi152 bash[29762]: cluster 2023-11-15T06:06:14.864454+0000 mgr.smithi116.ldeiub (mgr.14182) 1535 : cluster [DBG] pgmap v978: 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 2023-11-15T06:06:16.452 INFO:teuthology.orchestra.run.smithi116.stdout: 2023-11-15T06:06:16.452 INFO:teuthology.orchestra.run.smithi116.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T05:34:36.374719Z", "last_refresh": "2023-11-15T06:04:46.688859Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T05:34:28.472277Z", "last_refresh": "2023-11-15T06:04:46.689051Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T05:34:32.474479Z", "last_refresh": "2023-11-15T06:04:46.689240Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T06:04:54.573848Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi116.vtiejk on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T06:06:04.625526Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi152.bxfzff on smithi152: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi152-bxfzff\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi152-bxfzff\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi152.bxfzff\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi152.bxfzff\nDeploy daemon haproxy.nfs.foo.smithi152.bxfzff ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi152 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi152 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T06:06:08.852010Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi116.gqtqhl on smithi116: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi116-gqtqhl\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi116-gqtqhl\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi116.gqtqhl\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi116.gqtqhl\nDeploy daemon haproxy.nfs.foo.smithi116.gqtqhl ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T06:06:08.855715Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi152.cvtspg on smithi152: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T06:06:08.859371Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi116.cjpuih on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.116/16"}, "status": {"created": "2023-11-15T05:41:51.643812Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.116/16"}}, {"events": ["2023-11-15T05:41:45.562111Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-15T05:41:45.554912Z", "last_refresh": "2023-11-15T06:04:46.690389Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T05:34:26.558369Z", "last_refresh": "2023-11-15T06:04:46.688657Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:35:55.352857Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi116:172.21.15.116=smithi116", "smithi152:172.21.15.152=smithi152"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T05:35:55.345327Z", "last_refresh": "2023-11-15T06:04:46.688354Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:41:51.641747Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-11-15T05:41:51.636276Z", "last_refresh": "2023-11-15T06:04:46.690578Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T05:34:34.444913Z", "last_refresh": "2023-11-15T06:04:46.689424Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T05:36:22.979260Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T05:36:22.972321Z", "last_refresh": "2023-11-15T06:04:46.689611Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T05:34:30.388073Z", "last_refresh": "2023-11-15T06:06:00.478610Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-15T06:06:17.057 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T06:06:18.058 DEBUG:teuthology.orchestra.run.smithi116:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 7456fada-8378-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T06:06:18.260 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 06:06:17 smithi152 bash[29762]: audit 2023-11-15T06:06:16.436920+0000 mgr.smithi116.ldeiub (mgr.14182) 1536 : audit [DBG] from='client.15736 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T06:06:18.260 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 06:06:17 smithi152 bash[29762]: cluster 2023-11-15T06:06:16.865836+0000 mgr.smithi116.ldeiub (mgr.14182) 1537 : cluster [DBG] pgmap v979: 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 2023-11-15T06:06:18.400 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 06:06:17 smithi116 bash[25961]: audit 2023-11-15T06:06:16.436920+0000 mgr.smithi116.ldeiub (mgr.14182) 1536 : audit [DBG] from='client.15736 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T06:06:18.401 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 06:06:17 smithi116 bash[25961]: cluster 2023-11-15T06:06:16.865836+0000 mgr.smithi116.ldeiub (mgr.14182) 1537 : cluster [DBG] pgmap v979: 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 2023-11-15T06:06:20.260 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 06:06:19 smithi152 bash[29762]: cluster 2023-11-15T06:06:18.867010+0000 mgr.smithi116.ldeiub (mgr.14182) 1538 : cluster [DBG] pgmap v980: 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 2023-11-15T06:06:20.400 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 06:06:19 smithi116 bash[25961]: cluster 2023-11-15T06:06:18.867010+0000 mgr.smithi116.ldeiub (mgr.14182) 1538 : cluster [DBG] pgmap v980: 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 2023-11-15T06:06:21.242 INFO:teuthology.orchestra.run.smithi116.stdout: 2023-11-15T06:06:21.243 INFO:teuthology.orchestra.run.smithi116.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T05:34:36.374719Z", "last_refresh": "2023-11-15T06:04:46.688859Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T05:34:28.472277Z", "last_refresh": "2023-11-15T06:04:46.689051Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T05:34:32.474479Z", "last_refresh": "2023-11-15T06:04:46.689240Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T06:04:54.573848Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi116.vtiejk on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T06:06:04.625526Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi152.bxfzff on smithi152: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi152-bxfzff\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi152-bxfzff\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi152.bxfzff\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi152.bxfzff\nDeploy daemon haproxy.nfs.foo.smithi152.bxfzff ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi152 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi152 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T06:06:08.852010Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi116.gqtqhl on smithi116: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi116-gqtqhl\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi116-gqtqhl\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi116.gqtqhl\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi116.gqtqhl\nDeploy daemon haproxy.nfs.foo.smithi116.gqtqhl ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T06:06:08.855715Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi152.cvtspg on smithi152: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T06:06:08.859371Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi116.cjpuih on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.116/16"}, "status": {"created": "2023-11-15T05:41:51.643812Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.116/16"}}, {"events": ["2023-11-15T05:41:45.562111Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-15T05:41:45.554912Z", "last_refresh": "2023-11-15T06:04:46.690389Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T05:34:26.558369Z", "last_refresh": "2023-11-15T06:04:46.688657Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:35:55.352857Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi116:172.21.15.116=smithi116", "smithi152:172.21.15.152=smithi152"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T05:35:55.345327Z", "last_refresh": "2023-11-15T06:04:46.688354Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:41:51.641747Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-11-15T05:41:51.636276Z", "last_refresh": "2023-11-15T06:04:46.690578Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T05:34:34.444913Z", "last_refresh": "2023-11-15T06:04:46.689424Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T05:36:22.979260Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T05:36:22.972321Z", "last_refresh": "2023-11-15T06:04:46.689611Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T05:34:30.388073Z", "last_refresh": "2023-11-15T06:06:00.478610Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-15T06:06:21.863 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T06:06:22.150 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 06:06:21 smithi116 bash[25961]: cluster 2023-11-15T06:06:20.868147+0000 mgr.smithi116.ldeiub (mgr.14182) 1539 : cluster [DBG] pgmap v981: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T06:06:22.261 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 06:06:21 smithi152 bash[29762]: cluster 2023-11-15T06:06:20.868147+0000 mgr.smithi116.ldeiub (mgr.14182) 1539 : cluster [DBG] pgmap v981: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T06:06:22.864 DEBUG:teuthology.orchestra.run.smithi116:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 7456fada-8378-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T06:06:23.150 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 06:06:22 smithi116 bash[25961]: audit 2023-11-15T06:06:21.234343+0000 mgr.smithi116.ldeiub (mgr.14182) 1540 : audit [DBG] from='client.15740 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T06:06:23.260 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 06:06:22 smithi152 bash[29762]: audit 2023-11-15T06:06:21.234343+0000 mgr.smithi116.ldeiub (mgr.14182) 1540 : audit [DBG] from='client.15740 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T06:06:24.199 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 06:06:23 smithi116 bash[25961]: cluster 2023-11-15T06:06:22.869298+0000 mgr.smithi116.ldeiub (mgr.14182) 1541 : cluster [DBG] pgmap v982: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T06:06:24.260 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 06:06:23 smithi152 bash[29762]: cluster 2023-11-15T06:06:22.869298+0000 mgr.smithi116.ldeiub (mgr.14182) 1541 : cluster [DBG] pgmap v982: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T06:06:25.945 INFO:teuthology.orchestra.run.smithi116.stdout: 2023-11-15T06:06:25.945 INFO:teuthology.orchestra.run.smithi116.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T05:34:36.374719Z", "last_refresh": "2023-11-15T06:04:46.688859Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T05:34:28.472277Z", "last_refresh": "2023-11-15T06:04:46.689051Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T05:34:32.474479Z", "last_refresh": "2023-11-15T06:04:46.689240Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T06:04:54.573848Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi116.vtiejk on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T06:06:04.625526Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi152.bxfzff on smithi152: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi152-bxfzff\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi152-bxfzff\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi152.bxfzff\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi152.bxfzff\nDeploy daemon haproxy.nfs.foo.smithi152.bxfzff ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi152 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi152 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T06:06:08.852010Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi116.gqtqhl on smithi116: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi116-gqtqhl\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi116-gqtqhl\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi116.gqtqhl\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi116.gqtqhl\nDeploy daemon haproxy.nfs.foo.smithi116.gqtqhl ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T06:06:08.855715Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi152.cvtspg on smithi152: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T06:06:08.859371Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi116.cjpuih on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.116/16"}, "status": {"created": "2023-11-15T05:41:51.643812Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.116/16"}}, {"events": ["2023-11-15T05:41:45.562111Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-15T05:41:45.554912Z", "last_refresh": "2023-11-15T06:04:46.690389Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T05:34:26.558369Z", "last_refresh": "2023-11-15T06:04:46.688657Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:35:55.352857Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi116:172.21.15.116=smithi116", "smithi152:172.21.15.152=smithi152"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T05:35:55.345327Z", "last_refresh": "2023-11-15T06:04:46.688354Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:41:51.641747Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-11-15T05:41:51.636276Z", "last_refresh": "2023-11-15T06:04:46.690578Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T05:34:34.444913Z", "last_refresh": "2023-11-15T06:04:46.689424Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T05:36:22.979260Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T05:36:22.972321Z", "last_refresh": "2023-11-15T06:04:46.689611Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T05:34:30.388073Z", "last_refresh": "2023-11-15T06:06:00.478610Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-15T06:06:26.150 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 06:06:25 smithi116 bash[25961]: cluster 2023-11-15T06:06:24.870562+0000 mgr.smithi116.ldeiub (mgr.14182) 1542 : cluster [DBG] pgmap v983: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T06:06:26.260 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 06:06:25 smithi152 bash[29762]: cluster 2023-11-15T06:06:24.870562+0000 mgr.smithi116.ldeiub (mgr.14182) 1542 : cluster [DBG] pgmap v983: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T06:06:26.539 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T06:06:27.151 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 06:06:26 smithi116 bash[25961]: audit 2023-11-15T06:06:25.935613+0000 mgr.smithi116.ldeiub (mgr.14182) 1543 : audit [DBG] from='client.15744 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T06:06:27.260 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 06:06:26 smithi152 bash[29762]: audit 2023-11-15T06:06:25.935613+0000 mgr.smithi116.ldeiub (mgr.14182) 1543 : audit [DBG] from='client.15744 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T06:06:27.540 DEBUG:teuthology.orchestra.run.smithi116:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 7456fada-8378-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T06:06:28.154 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 06:06:27 smithi116 bash[25961]: cluster 2023-11-15T06:06:26.871893+0000 mgr.smithi116.ldeiub (mgr.14182) 1544 : cluster [DBG] pgmap v984: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T06:06:28.260 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 06:06:27 smithi152 bash[29762]: cluster 2023-11-15T06:06:26.871893+0000 mgr.smithi116.ldeiub (mgr.14182) 1544 : cluster [DBG] pgmap v984: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T06:06:30.260 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 06:06:29 smithi152 bash[29762]: cluster 2023-11-15T06:06:28.873140+0000 mgr.smithi116.ldeiub (mgr.14182) 1545 : 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 2023-11-15T06:06:30.400 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 06:06:29 smithi116 bash[25961]: cluster 2023-11-15T06:06:28.873140+0000 mgr.smithi116.ldeiub (mgr.14182) 1545 : 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 2023-11-15T06:06:30.880 INFO:teuthology.orchestra.run.smithi116.stdout: 2023-11-15T06:06:30.881 INFO:teuthology.orchestra.run.smithi116.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T05:34:36.374719Z", "last_refresh": "2023-11-15T06:04:46.688859Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T05:34:28.472277Z", "last_refresh": "2023-11-15T06:04:46.689051Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T05:34:32.474479Z", "last_refresh": "2023-11-15T06:04:46.689240Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T06:04:54.573848Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi116.vtiejk on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T06:06:04.625526Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi152.bxfzff on smithi152: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi152-bxfzff\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi152-bxfzff\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi152.bxfzff\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi152.bxfzff\nDeploy daemon haproxy.nfs.foo.smithi152.bxfzff ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi152 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi152 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T06:06:08.852010Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi116.gqtqhl on smithi116: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi116-gqtqhl\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi116-gqtqhl\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi116.gqtqhl\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi116.gqtqhl\nDeploy daemon haproxy.nfs.foo.smithi116.gqtqhl ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T06:06:08.855715Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi152.cvtspg on smithi152: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T06:06:08.859371Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi116.cjpuih on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.116/16"}, "status": {"created": "2023-11-15T05:41:51.643812Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.116/16"}}, {"events": ["2023-11-15T05:41:45.562111Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-15T05:41:45.554912Z", "last_refresh": "2023-11-15T06:04:46.690389Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T05:34:26.558369Z", "last_refresh": "2023-11-15T06:04:46.688657Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:35:55.352857Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi116:172.21.15.116=smithi116", "smithi152:172.21.15.152=smithi152"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T05:35:55.345327Z", "last_refresh": "2023-11-15T06:04:46.688354Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:41:51.641747Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-11-15T05:41:51.636276Z", "last_refresh": "2023-11-15T06:04:46.690578Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T05:34:34.444913Z", "last_refresh": "2023-11-15T06:04:46.689424Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T05:36:22.979260Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T05:36:22.972321Z", "last_refresh": "2023-11-15T06:04:46.689611Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T05:34:30.388073Z", "last_refresh": "2023-11-15T06:06:00.478610Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-15T06:06:31.519 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T06:06:32.260 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 06:06:31 smithi152 bash[29762]: audit 2023-11-15T06:06:30.864329+0000 mgr.smithi116.ldeiub (mgr.14182) 1546 : audit [DBG] from='client.15748 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T06:06:32.260 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 06:06:31 smithi152 bash[29762]: cluster 2023-11-15T06:06:30.874374+0000 mgr.smithi116.ldeiub (mgr.14182) 1547 : 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 2023-11-15T06:06:32.400 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 06:06:31 smithi116 bash[25961]: audit 2023-11-15T06:06:30.864329+0000 mgr.smithi116.ldeiub (mgr.14182) 1546 : audit [DBG] from='client.15748 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T06:06:32.400 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 06:06:31 smithi116 bash[25961]: cluster 2023-11-15T06:06:30.874374+0000 mgr.smithi116.ldeiub (mgr.14182) 1547 : 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 2023-11-15T06:06:32.521 DEBUG:teuthology.orchestra.run.smithi116:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 7456fada-8378-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T06:06:34.260 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 06:06:33 smithi152 bash[29762]: cluster 2023-11-15T06:06:32.875495+0000 mgr.smithi116.ldeiub (mgr.14182) 1548 : 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 2023-11-15T06:06:34.400 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 06:06:33 smithi116 bash[25961]: cluster 2023-11-15T06:06:32.875495+0000 mgr.smithi116.ldeiub (mgr.14182) 1548 : 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 2023-11-15T06:06:35.700 INFO:teuthology.orchestra.run.smithi116.stdout: 2023-11-15T06:06:35.701 INFO:teuthology.orchestra.run.smithi116.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T05:34:36.374719Z", "last_refresh": "2023-11-15T06:04:46.688859Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T05:34:28.472277Z", "last_refresh": "2023-11-15T06:04:46.689051Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T05:34:32.474479Z", "last_refresh": "2023-11-15T06:04:46.689240Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T06:04:54.573848Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi116.vtiejk on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T06:06:04.625526Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi152.bxfzff on smithi152: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi152-bxfzff\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi152-bxfzff\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi152.bxfzff\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi152.bxfzff\nDeploy daemon haproxy.nfs.foo.smithi152.bxfzff ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi152 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi152 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T06:06:08.852010Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi116.gqtqhl on smithi116: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi116-gqtqhl\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi116-gqtqhl\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi116.gqtqhl\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi116.gqtqhl\nDeploy daemon haproxy.nfs.foo.smithi116.gqtqhl ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T06:06:08.855715Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi152.cvtspg on smithi152: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T06:06:08.859371Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi116.cjpuih on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.116/16"}, "status": {"created": "2023-11-15T05:41:51.643812Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.116/16"}}, {"events": ["2023-11-15T05:41:45.562111Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-15T05:41:45.554912Z", "last_refresh": "2023-11-15T06:04:46.690389Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T05:34:26.558369Z", "last_refresh": "2023-11-15T06:04:46.688657Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:35:55.352857Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi116:172.21.15.116=smithi116", "smithi152:172.21.15.152=smithi152"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T05:35:55.345327Z", "last_refresh": "2023-11-15T06:04:46.688354Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:41:51.641747Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-11-15T05:41:51.636276Z", "last_refresh": "2023-11-15T06:04:46.690578Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T05:34:34.444913Z", "last_refresh": "2023-11-15T06:04:46.689424Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T05:36:22.979260Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T05:36:22.972321Z", "last_refresh": "2023-11-15T06:04:46.689611Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T05:34:30.388073Z", "last_refresh": "2023-11-15T06:06:00.478610Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-15T06:06:36.150 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 06:06:35 smithi116 bash[25961]: cluster 2023-11-15T06:06:34.876657+0000 mgr.smithi116.ldeiub (mgr.14182) 1549 : 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 2023-11-15T06:06:36.260 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 06:06:35 smithi152 bash[29762]: cluster 2023-11-15T06:06:34.876657+0000 mgr.smithi116.ldeiub (mgr.14182) 1549 : 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 2023-11-15T06:06:36.409 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T06:06:37.150 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 06:06:36 smithi116 bash[25961]: audit 2023-11-15T06:06:35.684941+0000 mgr.smithi116.ldeiub (mgr.14182) 1550 : audit [DBG] from='client.15752 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T06:06:37.260 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 06:06:36 smithi152 bash[29762]: audit 2023-11-15T06:06:35.684941+0000 mgr.smithi116.ldeiub (mgr.14182) 1550 : audit [DBG] from='client.15752 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T06:06:37.410 DEBUG:teuthology.orchestra.run.smithi116:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 7456fada-8378-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T06:06:38.150 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 06:06:37 smithi116 bash[25961]: cluster 2023-11-15T06:06:36.878135+0000 mgr.smithi116.ldeiub (mgr.14182) 1551 : 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 2023-11-15T06:06:38.260 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 06:06:37 smithi152 bash[29762]: cluster 2023-11-15T06:06:36.878135+0000 mgr.smithi116.ldeiub (mgr.14182) 1551 : 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 2023-11-15T06:06:40.198 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 06:06:39 smithi116 bash[25961]: cluster 2023-11-15T06:06:38.879421+0000 mgr.smithi116.ldeiub (mgr.14182) 1552 : 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 2023-11-15T06:06:40.262 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 06:06:39 smithi152 bash[29762]: cluster 2023-11-15T06:06:38.879421+0000 mgr.smithi116.ldeiub (mgr.14182) 1552 : 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 2023-11-15T06:06:40.641 INFO:teuthology.orchestra.run.smithi116.stdout: 2023-11-15T06:06:40.641 INFO:teuthology.orchestra.run.smithi116.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T05:34:36.374719Z", "last_refresh": "2023-11-15T06:04:46.688859Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T05:34:28.472277Z", "last_refresh": "2023-11-15T06:04:46.689051Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T05:34:32.474479Z", "last_refresh": "2023-11-15T06:04:46.689240Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T06:04:54.573848Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi116.vtiejk on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T06:06:04.625526Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi152.bxfzff on smithi152: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi152-bxfzff\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi152-bxfzff\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi152.bxfzff\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi152.bxfzff\nDeploy daemon haproxy.nfs.foo.smithi152.bxfzff ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi152 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi152 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T06:06:08.852010Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi116.gqtqhl on smithi116: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi116-gqtqhl\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi116-gqtqhl\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi116.gqtqhl\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi116.gqtqhl\nDeploy daemon haproxy.nfs.foo.smithi116.gqtqhl ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T06:06:08.855715Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi152.cvtspg on smithi152: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T06:06:08.859371Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi116.cjpuih on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.116/16"}, "status": {"created": "2023-11-15T05:41:51.643812Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.116/16"}}, {"events": ["2023-11-15T05:41:45.562111Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-15T05:41:45.554912Z", "last_refresh": "2023-11-15T06:04:46.690389Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T05:34:26.558369Z", "last_refresh": "2023-11-15T06:04:46.688657Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:35:55.352857Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi116:172.21.15.116=smithi116", "smithi152:172.21.15.152=smithi152"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T05:35:55.345327Z", "last_refresh": "2023-11-15T06:04:46.688354Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:41:51.641747Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-11-15T05:41:51.636276Z", "last_refresh": "2023-11-15T06:04:46.690578Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T05:34:34.444913Z", "last_refresh": "2023-11-15T06:04:46.689424Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T05:36:22.979260Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T05:36:22.972321Z", "last_refresh": "2023-11-15T06:04:46.689611Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T05:34:30.388073Z", "last_refresh": "2023-11-15T06:06:00.478610Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-15T06:06:41.298 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T06:06:42.150 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 06:06:41 smithi116 bash[25961]: audit 2023-11-15T06:06:40.633339+0000 mgr.smithi116.ldeiub (mgr.14182) 1553 : audit [DBG] from='client.15756 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T06:06:42.150 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 06:06:41 smithi116 bash[25961]: cluster 2023-11-15T06:06:40.880839+0000 mgr.smithi116.ldeiub (mgr.14182) 1554 : 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 2023-11-15T06:06:42.263 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 06:06:41 smithi152 bash[29762]: audit 2023-11-15T06:06:40.633339+0000 mgr.smithi116.ldeiub (mgr.14182) 1553 : audit [DBG] from='client.15756 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T06:06:42.263 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 06:06:41 smithi152 bash[29762]: cluster 2023-11-15T06:06:40.880839+0000 mgr.smithi116.ldeiub (mgr.14182) 1554 : 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 2023-11-15T06:06:42.300 DEBUG:teuthology.orchestra.run.smithi116:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 7456fada-8378-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T06:06:44.150 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 06:06:43 smithi116 bash[25961]: cluster 2023-11-15T06:06:42.882013+0000 mgr.smithi116.ldeiub (mgr.14182) 1555 : 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 2023-11-15T06:06:44.260 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 06:06:43 smithi152 bash[29762]: cluster 2023-11-15T06:06:42.882013+0000 mgr.smithi116.ldeiub (mgr.14182) 1555 : 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 2023-11-15T06:06:45.574 INFO:teuthology.orchestra.run.smithi116.stdout: 2023-11-15T06:06:45.574 INFO:teuthology.orchestra.run.smithi116.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T05:34:36.374719Z", "last_refresh": "2023-11-15T06:04:46.688859Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T05:34:28.472277Z", "last_refresh": "2023-11-15T06:04:46.689051Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T05:34:32.474479Z", "last_refresh": "2023-11-15T06:04:46.689240Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T06:04:54.573848Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi116.vtiejk on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T06:06:04.625526Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi152.bxfzff on smithi152: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi152-bxfzff\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi152-bxfzff\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi152.bxfzff\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi152.bxfzff\nDeploy daemon haproxy.nfs.foo.smithi152.bxfzff ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi152 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi152 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T06:06:08.852010Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi116.gqtqhl on smithi116: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi116-gqtqhl\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi116-gqtqhl\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi116.gqtqhl\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi116.gqtqhl\nDeploy daemon haproxy.nfs.foo.smithi116.gqtqhl ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T06:06:08.855715Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi152.cvtspg on smithi152: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T06:06:08.859371Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi116.cjpuih on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.116/16"}, "status": {"created": "2023-11-15T05:41:51.643812Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.116/16"}}, {"events": ["2023-11-15T05:41:45.562111Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-15T05:41:45.554912Z", "last_refresh": "2023-11-15T06:04:46.690389Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T05:34:26.558369Z", "last_refresh": "2023-11-15T06:04:46.688657Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:35:55.352857Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi116:172.21.15.116=smithi116", "smithi152:172.21.15.152=smithi152"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T05:35:55.345327Z", "last_refresh": "2023-11-15T06:04:46.688354Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T05:41:51.641747Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-11-15T05:41:51.636276Z", "last_refresh": "2023-11-15T06:04:46.690578Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T05:34:34.444913Z", "last_refresh": "2023-11-15T06:04:46.689424Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T05:36:22.979260Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T05:36:22.972321Z", "last_refresh": "2023-11-15T06:04:46.689611Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T05:34:30.388073Z", "last_refresh": "2023-11-15T06:06:00.478610Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-15T06:06:45.900 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 06:06:45 smithi116 bash[25961]: cluster 2023-11-15T06:06:44.883284+0000 mgr.smithi116.ldeiub (mgr.14182) 1556 : 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 2023-11-15T06:06:46.216 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T06:06:46.216 ERROR:teuthology.run_tasks:Saw exception from tasks. Traceback (most recent call last): File "/home/teuthworker/src/git.ceph.com_teuthology_6899cd26fceddb2fec83dc1a1349394b28c8998e/teuthology/run_tasks.py", line 105, in run_tasks manager = run_one_task(taskname, ctx=ctx, config=config) File "/home/teuthworker/src/git.ceph.com_teuthology_6899cd26fceddb2fec83dc1a1349394b28c8998e/teuthology/run_tasks.py", line 83, in run_one_task return task(**kwargs) File "/home/teuthworker/src/github.com_ceph_ceph-c_620f25c1794f62207424fc9319427943fb8d1fae/qa/tasks/cephadm.py", line 1119, in wait_for_service while proceed(): File "/home/teuthworker/src/git.ceph.com_teuthology_6899cd26fceddb2fec83dc1a1349394b28c8998e/teuthology/contextutil.py", line 134, in __call__ raise MaxWhileTries(error_msg) teuthology.exceptions.MaxWhileTries: reached maximum tries (301) after waiting for 300 seconds 2023-11-15T06:06:46.306 ERROR:teuthology.util.sentry: Sentry event: https://sentry.ceph.com/organizations/ceph/?query=3e8f2206371d40efa05b7b202ff11614 Traceback (most recent call last): File "/home/teuthworker/src/git.ceph.com_teuthology_6899cd26fceddb2fec83dc1a1349394b28c8998e/teuthology/run_tasks.py", line 105, in run_tasks manager = run_one_task(taskname, ctx=ctx, config=config) File "/home/teuthworker/src/git.ceph.com_teuthology_6899cd26fceddb2fec83dc1a1349394b28c8998e/teuthology/run_tasks.py", line 83, in run_one_task return task(**kwargs) File "/home/teuthworker/src/github.com_ceph_ceph-c_620f25c1794f62207424fc9319427943fb8d1fae/qa/tasks/cephadm.py", line 1119, in wait_for_service while proceed(): File "/home/teuthworker/src/git.ceph.com_teuthology_6899cd26fceddb2fec83dc1a1349394b28c8998e/teuthology/contextutil.py", line 134, in __call__ raise MaxWhileTries(error_msg) teuthology.exceptions.MaxWhileTries: reached maximum tries (301) after waiting for 300 seconds 2023-11-15T06:06:46.310 DEBUG:teuthology.run_tasks:Unwinding manager vip 2023-11-15T06:06:46.324 INFO:tasks.vip:Removing 10.0.15.116 (and any VIPs) on smithi116.front.sepia.ceph.com iface enp3s0f1... 2023-11-15T06:06:46.325 DEBUG:teuthology.orchestra.run.smithi116:> sudo ip addr del 10.0.15.116/16 dev enp3s0f1 2023-11-15T06:06:46.342 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 06:06:45 smithi152 bash[29762]: cluster 2023-11-15T06:06:44.883284+0000 mgr.smithi116.ldeiub (mgr.14182) 1556 : 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 2023-11-15T06:06:46.360 DEBUG:teuthology.orchestra.run.smithi116:> sudo ip addr del 10.0.31.116/16 dev enp3s0f1 2023-11-15T06:06:46.422 INFO:teuthology.orchestra.run.smithi116.stderr:RTNETLINK answers: Cannot assign requested address 2023-11-15T06:06:46.423 DEBUG:teuthology.orchestra.run:got remote process result: 2 2023-11-15T06:06:46.424 INFO:tasks.vip:Removing 10.0.15.152 (and any VIPs) on smithi152.front.sepia.ceph.com iface enp3s0f1... 2023-11-15T06:06:46.424 DEBUG:teuthology.orchestra.run.smithi152:> sudo ip addr del 10.0.15.152/16 dev enp3s0f1 2023-11-15T06:06:46.443 DEBUG:teuthology.orchestra.run.smithi152:> sudo ip addr del 10.0.31.116/16 dev enp3s0f1 2023-11-15T06:06:46.504 INFO:teuthology.orchestra.run.smithi152.stderr:RTNETLINK answers: Cannot assign requested address 2023-11-15T06:06:46.505 DEBUG:teuthology.orchestra.run:got remote process result: 2 2023-11-15T06:06:46.506 DEBUG:teuthology.run_tasks:Unwinding manager cephadm 2023-11-15T06:06:46.516 INFO:tasks.cephadm:Teardown begin 2023-11-15T06:06:46.517 DEBUG:teuthology.orchestra.run.smithi116:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2023-11-15T06:06:46.534 DEBUG:teuthology.orchestra.run.smithi152:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2023-11-15T06:06:46.570 INFO:tasks.cephadm:Cleaning up testdir ceph.* files... 2023-11-15T06:06:46.570 DEBUG:teuthology.orchestra.run.smithi116:> rm -f /home/ubuntu/cephtest/seed.ceph.conf /home/ubuntu/cephtest/ceph.pub 2023-11-15T06:06:46.581 DEBUG:teuthology.orchestra.run.smithi152:> rm -f /home/ubuntu/cephtest/seed.ceph.conf /home/ubuntu/cephtest/ceph.pub 2023-11-15T06:06:46.621 INFO:tasks.cephadm:Stopping all daemons... 2023-11-15T06:06:46.622 INFO:tasks.cephadm.mon.smithi116:Stopping mon.smithi116... 2023-11-15T06:06:46.622 DEBUG:teuthology.orchestra.run.smithi116:> sudo systemctl stop ceph-7456fada-8378-11ee-8dbe-212e2dc638e7@mon.smithi116 2023-11-15T06:06:46.836 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 06:06:46 smithi116 systemd[1]: Stopping Ceph mon.smithi116 for 7456fada-8378-11ee-8dbe-212e2dc638e7... 2023-11-15T06:06:46.837 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 06:06:46 smithi116 bash[117645]: Error response from daemon: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-mon.smithi116 2023-11-15T06:06:47.150 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 06:06:46 smithi116 bash[25961]: debug 2023-11-15T06:06:46.831+0000 7f58be147700 -1 received signal: Terminated from /sbin/docker-init -- /usr/bin/ceph-mon -n mon.smithi116 -f --setuser ceph --setgroup ceph --default-log-to-file=false --default-log-to-stderr=true --default-log-stderr-prefix=debug --default-mon-cluster-log-to-file=false --default-mon-cluster-log-to-stderr=true (PID: 1) UID: 0 2023-11-15T06:06:47.151 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Nov 15 06:06:46 smithi116 bash[25961]: debug 2023-11-15T06:06:46.831+0000 7f58be147700 -1 mon.smithi116@0(leader) e2 *** Got Signal Terminated *** 2023-11-15T06:06:47.697 DEBUG:teuthology.orchestra.run.smithi116:> sudo pkill -f 'journalctl -f -n 0 -u ceph-7456fada-8378-11ee-8dbe-212e2dc638e7@mon.smithi116.service' 2023-11-15T06:06:47.805 DEBUG:teuthology.orchestra.run:got remote process result: None 2023-11-15T06:06:47.806 INFO:tasks.cephadm.mon.smithi116:Stopped mon.smithi116 2023-11-15T06:06:47.807 INFO:tasks.cephadm.mon.smithi152:Stopping mon.smithi152... 2023-11-15T06:06:47.808 DEBUG:teuthology.orchestra.run.smithi152:> sudo systemctl stop ceph-7456fada-8378-11ee-8dbe-212e2dc638e7@mon.smithi152 2023-11-15T06:06:48.010 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 06:06:47 smithi152 systemd[1]: Stopping Ceph mon.smithi152 for 7456fada-8378-11ee-8dbe-212e2dc638e7... 2023-11-15T06:06:48.010 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 06:06:47 smithi152 bash[22127]: Error response from daemon: No such container: ceph-7456fada-8378-11ee-8dbe-212e2dc638e7-mon.smithi152 2023-11-15T06:06:48.011 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 06:06:47 smithi152 bash[29762]: debug 2023-11-15T06:06:47.993+0000 7f0da14da700 -1 received signal: Terminated from /sbin/docker-init -- /usr/bin/ceph-mon -n mon.smithi152 -f --setuser ceph --setgroup ceph --default-log-to-file=false --default-log-to-stderr=true --default-log-stderr-prefix=debug --default-mon-cluster-log-to-file=false --default-mon-cluster-log-to-stderr=true (PID: 1) UID: 0 2023-11-15T06:06:48.011 INFO:journalctl@ceph.mon.smithi152.smithi152.stdout:Nov 15 06:06:47 smithi152 bash[29762]: debug 2023-11-15T06:06:47.993+0000 7f0da14da700 -1 mon.smithi152@1(peon) e2 *** Got Signal Terminated *** 2023-11-15T06:06:48.917 DEBUG:teuthology.orchestra.run.smithi152:> sudo pkill -f 'journalctl -f -n 0 -u ceph-7456fada-8378-11ee-8dbe-212e2dc638e7@mon.smithi152.service' 2023-11-15T06:06:48.961 DEBUG:teuthology.orchestra.run:got remote process result: None 2023-11-15T06:06:48.961 INFO:tasks.cephadm.mon.smithi152:Stopped mon.smithi152 2023-11-15T06:06:48.962 DEBUG:teuthology.orchestra.run.smithi116:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid 7456fada-8378-11ee-8dbe-212e2dc638e7 --force --keep-logs 2023-11-15T06:07:45.464 DEBUG:teuthology.orchestra.run.smithi152:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid 7456fada-8378-11ee-8dbe-212e2dc638e7 --force --keep-logs 2023-11-15T06:08:35.192 DEBUG:teuthology.orchestra.run.smithi116:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2023-11-15T06:08:35.210 DEBUG:teuthology.orchestra.run.smithi152:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2023-11-15T06:08:35.225 INFO:tasks.cephadm:Archiving crash dumps... 2023-11-15T06:08:35.228 DEBUG:teuthology.misc:Transferring archived files from smithi116:/var/lib/ceph/7456fada-8378-11ee-8dbe-212e2dc638e7/crash to /home/teuthworker/archive/yuriw-2023-11-14_20:45:49-rados-wip-yuri4-testing-2023-11-13-0820-pacific-distro-default-smithi/7458506/remote/ubuntu@smithi116.front.sepia.ceph.com/crash 2023-11-15T06:08:35.229 DEBUG:teuthology.orchestra.run.smithi116:> sudo tar c -f - -C /var/lib/ceph/7456fada-8378-11ee-8dbe-212e2dc638e7/crash -- . 2023-11-15T06:08:35.266 INFO:teuthology.orchestra.run.smithi116.stderr:tar: /var/lib/ceph/7456fada-8378-11ee-8dbe-212e2dc638e7/crash: Cannot open: No such file or directory 2023-11-15T06:08:35.266 INFO:teuthology.orchestra.run.smithi116.stderr:tar: Error is not recoverable: exiting now 2023-11-15T06:08:35.268 DEBUG:teuthology.misc:Transferring archived files from smithi152:/var/lib/ceph/7456fada-8378-11ee-8dbe-212e2dc638e7/crash to /home/teuthworker/archive/yuriw-2023-11-14_20:45:49-rados-wip-yuri4-testing-2023-11-13-0820-pacific-distro-default-smithi/7458506/remote/ubuntu@smithi152.front.sepia.ceph.com/crash 2023-11-15T06:08:35.269 DEBUG:teuthology.orchestra.run.smithi152:> sudo tar c -f - -C /var/lib/ceph/7456fada-8378-11ee-8dbe-212e2dc638e7/crash -- . 2023-11-15T06:08:35.287 INFO:teuthology.orchestra.run.smithi152.stderr:tar: /var/lib/ceph/7456fada-8378-11ee-8dbe-212e2dc638e7/crash: Cannot open: No such file or directory 2023-11-15T06:08:35.288 INFO:teuthology.orchestra.run.smithi152.stderr:tar: Error is not recoverable: exiting now 2023-11-15T06:08:35.288 INFO:tasks.cephadm:Checking cluster log for badness... 2023-11-15T06:08:35.288 DEBUG:teuthology.orchestra.run.smithi116:> sudo egrep '\[ERR\]|\[WRN\]|\[SEC\]' /var/log/ceph/7456fada-8378-11ee-8dbe-212e2dc638e7/ceph.log | egrep -v '\(MDS_ALL_DOWN\)' | egrep -v '\(MDS_UP_LESS_THAN_MAX\)' | head -n 1 2023-11-15T06:08:35.326 INFO:teuthology.orchestra.run.smithi116.stderr:grep: /var/log/ceph/7456fada-8378-11ee-8dbe-212e2dc638e7/ceph.log: No such file or directory 2023-11-15T06:08:35.328 INFO:tasks.cephadm:Compressing logs... 2023-11-15T06:08:35.329 DEBUG:teuthology.orchestra.run.smithi116:> time sudo find /var/log/ceph /var/log/rbd-target-api -name '*.log' -print0 | sudo xargs --max-args=1 --max-procs=0 --verbose -0 --no-run-if-empty -- gzip -5 --verbose -- 2023-11-15T06:08:35.373 DEBUG:teuthology.orchestra.run.smithi152:> time sudo find /var/log/ceph /var/log/rbd-target-api -name '*.log' -print0 | sudo xargs --max-args=1 --max-procs=0 --verbose -0 --no-run-if-empty -- gzip -5 --verbose -- 2023-11-15T06:08:35.386 INFO:teuthology.orchestra.run.smithi116.stderr:find: '/var/log/rbd-target-api': No such file or directory 2023-11-15T06:08:35.387 INFO:teuthology.orchestra.run.smithi116.stderr:gzip -5 --verbose -- /var/log/ceph/cephadm.log 2023-11-15T06:08:35.387 INFO:teuthology.orchestra.run.smithi116.stderr:gzip -5 --verbose -- /var/log/ceph/7456fada-8378-11ee-8dbe-212e2dc638e7/ceph-volume.log 2023-11-15T06:08:35.388 INFO:teuthology.orchestra.run.smithi116.stderr:/var/log/ceph/cephadm.log: gzip -5 --verbose -- /var/log/ceph/7456fada-8378-11ee-8dbe-212e2dc638e7/ceph-mds.foofs.smithi116.rwgcne.log 2023-11-15T06:08:35.389 INFO:teuthology.orchestra.run.smithi152.stderr:find: '/var/log/rbd-target-api': No such file or directory 2023-11-15T06:08:35.389 INFO:teuthology.orchestra.run.smithi152.stderr:gzip -5 --verbose -- /var/log/ceph/cephadm.log 2023-11-15T06:08:35.389 INFO:teuthology.orchestra.run.smithi152.stderr:gzip -5 --verbose -- /var/log/ceph/7456fada-8378-11ee-8dbe-212e2dc638e7/ceph-osd.6.log 2023-11-15T06:08:35.392 INFO:teuthology.orchestra.run.smithi116.stderr:/var/log/ceph/7456fada-8378-11ee-8dbe-212e2dc638e7/ceph-volume.log: gzip -5 --verbose -- /var/log/ceph/7456fada-8378-11ee-8dbe-212e2dc638e7/ceph-mgr.smithi116.ldeiub.log 2023-11-15T06:08:35.393 INFO:teuthology.orchestra.run.smithi116.stderr:/var/log/ceph/7456fada-8378-11ee-8dbe-212e2dc638e7/ceph-mds.foofs.smithi116.rwgcne.log: gzip -5 --verbose -- /var/log/ceph/7456fada-8378-11ee-8dbe-212e2dc638e7/ceph-osd.7.log 2023-11-15T06:08:35.393 INFO:teuthology.orchestra.run.smithi116.stderr: 60.3% -- replaced with /var/log/ceph/7456fada-8378-11ee-8dbe-212e2dc638e7/ceph-mds.foofs.smithi116.rwgcne.log.gz 2023-11-15T06:08:35.393 INFO:teuthology.orchestra.run.smithi116.stderr:/var/log/ceph/7456fada-8378-11ee-8dbe-212e2dc638e7/ceph-mgr.smithi116.ldeiub.log: gzip -5 --verbose -- /var/log/ceph/7456fada-8378-11ee-8dbe-212e2dc638e7/ceph-osd.1.log 2023-11-15T06:08:35.394 INFO:teuthology.orchestra.run.smithi116.stderr:/var/log/ceph/7456fada-8378-11ee-8dbe-212e2dc638e7/ceph-osd.7.log: gzip -5 --verbose -- /var/log/ceph/7456fada-8378-11ee-8dbe-212e2dc638e7/ceph-mon.smithi116.log 2023-11-15T06:08:35.394 INFO:teuthology.orchestra.run.smithi116.stderr:/var/log/ceph/7456fada-8378-11ee-8dbe-212e2dc638e7/ceph-osd.1.log: gzip -5 --verbose -- /var/log/ceph/7456fada-8378-11ee-8dbe-212e2dc638e7/ceph-osd.5.log 2023-11-15T06:08:35.395 INFO:teuthology.orchestra.run.smithi116.stderr:/var/log/ceph/7456fada-8378-11ee-8dbe-212e2dc638e7/ceph-mon.smithi116.log: gzip -5 --verbose -- /var/log/ceph/7456fada-8378-11ee-8dbe-212e2dc638e7/ceph-osd.3.log 2023-11-15T06:08:35.398 INFO:teuthology.orchestra.run.smithi152.stderr:/var/log/ceph/cephadm.log: gzip -5 --verbose -- /var/log/ceph/7456fada-8378-11ee-8dbe-212e2dc638e7/ceph-volume.log 2023-11-15T06:08:35.398 INFO:teuthology.orchestra.run.smithi152.stderr:/var/log/ceph/7456fada-8378-11ee-8dbe-212e2dc638e7/ceph-osd.6.log: gzip -5 --verbose -- /var/log/ceph/7456fada-8378-11ee-8dbe-212e2dc638e7/ceph-osd.0.log 2023-11-15T06:08:35.398 INFO:teuthology.orchestra.run.smithi152.stderr:gzip -5 --verbose /var/log/ceph/7456fada-8378-11ee-8dbe-212e2dc638e7/ceph-volume.log: -- /var/log/ceph/7456fada-8378-11ee-8dbe-212e2dc638e7/ceph-mgr.smithi152.uihpes.log 2023-11-15T06:08:35.399 INFO:teuthology.orchestra.run.smithi152.stderr:/var/log/ceph/7456fada-8378-11ee-8dbe-212e2dc638e7/ceph-osd.0.log: gzip -5 --verbose -- /var/log/ceph/7456fada-8378-11ee-8dbe-212e2dc638e7/ceph-mds.foofs.smithi152.aojcpi.log 2023-11-15T06:08:35.399 INFO:teuthology.orchestra.run.smithi152.stderr:/var/log/ceph/7456fada-8378-11ee-8dbe-212e2dc638e7/ceph-mgr.smithi152.uihpes.log: gzip -5 --verbose -- /var/log/ceph/7456fada-8378-11ee-8dbe-212e2dc638e7/ceph-osd.2.log 2023-11-15T06:08:35.399 INFO:teuthology.orchestra.run.smithi152.stderr:/var/log/ceph/7456fada-8378-11ee-8dbe-212e2dc638e7/ceph-mds.foofs.smithi152.aojcpi.log: 83.2% -- replaced with /var/log/ceph/7456fada-8378-11ee-8dbe-212e2dc638e7/ceph-mds.foofs.smithi152.aojcpi.log.gz 2023-11-15T06:08:35.400 INFO:teuthology.orchestra.run.smithi152.stderr:gzip -5 --verbose -- /var/log/ceph/7456fada-8378-11ee-8dbe-212e2dc638e7/ceph-mon.smithi152.log 2023-11-15T06:08:35.400 INFO:teuthology.orchestra.run.smithi152.stderr:/var/log/ceph/7456fada-8378-11ee-8dbe-212e2dc638e7/ceph-osd.2.log: gzip -5 --verbose -- /var/log/ceph/7456fada-8378-11ee-8dbe-212e2dc638e7/ceph-osd.4.log 2023-11-15T06:08:35.401 INFO:teuthology.orchestra.run.smithi152.stderr:/var/log/ceph/7456fada-8378-11ee-8dbe-212e2dc638e7/ceph-mon.smithi152.log: /var/log/ceph/7456fada-8378-11ee-8dbe-212e2dc638e7/ceph-osd.4.log: 92.5% -- replaced with /var/log/ceph/7456fada-8378-11ee-8dbe-212e2dc638e7/ceph-volume.log.gz 2023-11-15T06:08:35.402 INFO:teuthology.orchestra.run.smithi116.stderr:/var/log/ceph/7456fada-8378-11ee-8dbe-212e2dc638e7/ceph-osd.5.log: /var/log/ceph/7456fada-8378-11ee-8dbe-212e2dc638e7/ceph-osd.3.log: 92.6% -- replaced with /var/log/ceph/7456fada-8378-11ee-8dbe-212e2dc638e7/ceph-volume.log.gz 2023-11-15T06:08:35.403 INFO:teuthology.orchestra.run.smithi152.stderr: 93.6% -- replaced with /var/log/ceph/7456fada-8378-11ee-8dbe-212e2dc638e7/ceph-mgr.smithi152.uihpes.log.gz 2023-11-15T06:08:35.404 INFO:teuthology.orchestra.run.smithi116.stderr: 93.0% -- replaced with /var/log/ceph/cephadm.log.gz 2023-11-15T06:08:35.404 INFO:teuthology.orchestra.run.smithi152.stderr: 90.0% -- replaced with /var/log/ceph/cephadm.log.gz 2023-11-15T06:08:35.791 INFO:teuthology.orchestra.run.smithi116.stderr: 89.5% -- replaced with /var/log/ceph/7456fada-8378-11ee-8dbe-212e2dc638e7/ceph-mgr.smithi116.ldeiub.log.gz 2023-11-15T06:08:35.840 INFO:teuthology.orchestra.run.smithi152.stderr: 92.6% -- replaced with /var/log/ceph/7456fada-8378-11ee-8dbe-212e2dc638e7/ceph-mon.smithi152.log.gz 2023-11-15T06:08:35.864 INFO:teuthology.orchestra.run.smithi152.stderr: 93.1% -- replaced with /var/log/ceph/7456fada-8378-11ee-8dbe-212e2dc638e7/ceph-osd.4.log.gz 2023-11-15T06:08:35.867 INFO:teuthology.orchestra.run.smithi116.stderr: 93.0% -- replaced with /var/log/ceph/7456fada-8378-11ee-8dbe-212e2dc638e7/ceph-osd.1.log.gz 2023-11-15T06:08:35.895 INFO:teuthology.orchestra.run.smithi116.stderr: 93.0% -- replaced with /var/log/ceph/7456fada-8378-11ee-8dbe-212e2dc638e7/ceph-osd.7.log.gz 2023-11-15T06:08:35.904 INFO:teuthology.orchestra.run.smithi152.stderr: 93.1% -- replaced with /var/log/ceph/7456fada-8378-11ee-8dbe-212e2dc638e7/ceph-osd.2.log.gz 2023-11-15T06:08:36.004 INFO:teuthology.orchestra.run.smithi152.stderr: 93.0% -- replaced with /var/log/ceph/7456fada-8378-11ee-8dbe-212e2dc638e7/ceph-osd.6.log.gz 2023-11-15T06:08:36.019 INFO:teuthology.orchestra.run.smithi116.stderr: 93.2% -- replaced with /var/log/ceph/7456fada-8378-11ee-8dbe-212e2dc638e7/ceph-osd.5.log.gz 2023-11-15T06:08:36.094 INFO:teuthology.orchestra.run.smithi152.stderr: 93.1% -- replaced with /var/log/ceph/7456fada-8378-11ee-8dbe-212e2dc638e7/ceph-osd.0.log.gz 2023-11-15T06:08:36.096 INFO:teuthology.orchestra.run.smithi152.stderr: 2023-11-15T06:08:36.096 INFO:teuthology.orchestra.run.smithi152.stderr:real 0m0.717s 2023-11-15T06:08:36.096 INFO:teuthology.orchestra.run.smithi152.stderr:user 0m2.710s 2023-11-15T06:08:36.096 INFO:teuthology.orchestra.run.smithi152.stderr:sys 0m0.101s 2023-11-15T06:08:36.115 INFO:teuthology.orchestra.run.smithi116.stderr: 93.4% -- replaced with /var/log/ceph/7456fada-8378-11ee-8dbe-212e2dc638e7/ceph-osd.3.log.gz 2023-11-15T06:08:36.378 INFO:teuthology.orchestra.run.smithi116.stderr: 89.9% -- replaced with /var/log/ceph/7456fada-8378-11ee-8dbe-212e2dc638e7/ceph-mon.smithi116.log.gz 2023-11-15T06:08:36.379 INFO:teuthology.orchestra.run.smithi116.stderr: 2023-11-15T06:08:36.379 INFO:teuthology.orchestra.run.smithi116.stderr:real 0m1.003s 2023-11-15T06:08:36.379 INFO:teuthology.orchestra.run.smithi116.stderr:user 0m3.629s 2023-11-15T06:08:36.380 INFO:teuthology.orchestra.run.smithi116.stderr:sys 0m0.150s 2023-11-15T06:08:36.380 INFO:tasks.cephadm:Archiving logs... 2023-11-15T06:08:36.381 DEBUG:teuthology.misc:Transferring archived files from smithi116:/var/log/ceph to /home/teuthworker/archive/yuriw-2023-11-14_20:45:49-rados-wip-yuri4-testing-2023-11-13-0820-pacific-distro-default-smithi/7458506/remote/ubuntu@smithi116.front.sepia.ceph.com/log 2023-11-15T06:08:36.382 DEBUG:teuthology.orchestra.run.smithi116:> sudo tar c -f - -C /var/log/ceph -- . 2023-11-15T06:08:36.954 DEBUG:teuthology.misc:Transferring archived files from smithi152:/var/log/ceph to /home/teuthworker/archive/yuriw-2023-11-14_20:45:49-rados-wip-yuri4-testing-2023-11-13-0820-pacific-distro-default-smithi/7458506/remote/ubuntu@smithi152.front.sepia.ceph.com/log 2023-11-15T06:08:36.955 DEBUG:teuthology.orchestra.run.smithi152:> sudo tar c -f - -C /var/log/ceph -- . 2023-11-15T06:08:37.366 INFO:tasks.cephadm:Removing cluster... 2023-11-15T06:08:37.367 DEBUG:teuthology.orchestra.run.smithi116:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid 7456fada-8378-11ee-8dbe-212e2dc638e7 --force 2023-11-15T06:08:38.745 DEBUG:teuthology.orchestra.run.smithi152:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid 7456fada-8378-11ee-8dbe-212e2dc638e7 --force 2023-11-15T06:08:40.134 INFO:tasks.cephadm:Removing cephadm ... 2023-11-15T06:08:40.135 DEBUG:teuthology.orchestra.run.smithi116:> rm -rf /home/ubuntu/cephtest/cephadm 2023-11-15T06:08:40.142 DEBUG:teuthology.orchestra.run.smithi152:> rm -rf /home/ubuntu/cephtest/cephadm 2023-11-15T06:08:40.147 INFO:tasks.cephadm:Teardown complete 2023-11-15T06:08:40.147 DEBUG:teuthology.run_tasks:Unwinding manager nvme_loop 2023-11-15T06:08:40.160 INFO:tasks.nvme_loop:Disconnecting nvme_loop smithi116:/dev/vg_nvme/lv_1... 2023-11-15T06:08:40.160 DEBUG:teuthology.orchestra.run.smithi116:> sudo nvme disconnect -n lv_1 2023-11-15T06:08:40.472 INFO:teuthology.orchestra.run.smithi116.stdout:NQN:lv_1 disconnected 1 controller(s) 2023-11-15T06:08:40.473 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-11-15T06:08:40.473 INFO:tasks.nvme_loop:Disconnecting nvme_loop smithi116:/dev/vg_nvme/lv_2... 2023-11-15T06:08:40.474 DEBUG:teuthology.orchestra.run.smithi116:> sudo nvme disconnect -n lv_2 2023-11-15T06:08:40.759 INFO:teuthology.orchestra.run.smithi116.stdout:NQN:lv_2 disconnected 1 controller(s) 2023-11-15T06:08:40.760 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-11-15T06:08:40.761 INFO:tasks.nvme_loop:Disconnecting nvme_loop smithi116:/dev/vg_nvme/lv_3... 2023-11-15T06:08:40.762 DEBUG:teuthology.orchestra.run.smithi116:> sudo nvme disconnect -n lv_3 2023-11-15T06:08:41.068 INFO:teuthology.orchestra.run.smithi116.stdout:NQN:lv_3 disconnected 1 controller(s) 2023-11-15T06:08:41.068 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-11-15T06:08:41.069 INFO:tasks.nvme_loop:Disconnecting nvme_loop smithi116:/dev/vg_nvme/lv_4... 2023-11-15T06:08:41.070 DEBUG:teuthology.orchestra.run.smithi116:> sudo nvme disconnect -n lv_4 2023-11-15T06:08:41.347 INFO:teuthology.orchestra.run.smithi116.stdout:NQN:lv_4 disconnected 1 controller(s) 2023-11-15T06:08:41.349 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-11-15T06:08:41.350 DEBUG:teuthology.orchestra.run.smithi116:> set -ex 2023-11-15T06:08:41.350 DEBUG:teuthology.orchestra.run.smithi116:> sudo dd of=/scratch_devs 2023-11-15T06:08:41.365 INFO:tasks.nvme_loop:Disconnecting nvme_loop smithi152:/dev/vg_nvme/lv_1... 2023-11-15T06:08:41.366 DEBUG:teuthology.orchestra.run.smithi152:> sudo nvme disconnect -n lv_1 2023-11-15T06:08:41.678 INFO:teuthology.orchestra.run.smithi152.stdout:NQN:lv_1 disconnected 1 controller(s) 2023-11-15T06:08:41.679 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-11-15T06:08:41.680 INFO:tasks.nvme_loop:Disconnecting nvme_loop smithi152:/dev/vg_nvme/lv_2... 2023-11-15T06:08:41.681 DEBUG:teuthology.orchestra.run.smithi152:> sudo nvme disconnect -n lv_2 2023-11-15T06:08:42.002 INFO:teuthology.orchestra.run.smithi152.stdout:NQN:lv_2 disconnected 1 controller(s) 2023-11-15T06:08:42.003 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-11-15T06:08:42.004 INFO:tasks.nvme_loop:Disconnecting nvme_loop smithi152:/dev/vg_nvme/lv_3... 2023-11-15T06:08:42.005 DEBUG:teuthology.orchestra.run.smithi152:> sudo nvme disconnect -n lv_3 2023-11-15T06:08:42.299 INFO:teuthology.orchestra.run.smithi152.stdout:NQN:lv_3 disconnected 1 controller(s) 2023-11-15T06:08:42.299 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-11-15T06:08:42.300 INFO:tasks.nvme_loop:Disconnecting nvme_loop smithi152:/dev/vg_nvme/lv_4... 2023-11-15T06:08:42.301 DEBUG:teuthology.orchestra.run.smithi152:> sudo nvme disconnect -n lv_4 2023-11-15T06:08:42.626 INFO:teuthology.orchestra.run.smithi152.stdout:NQN:lv_4 disconnected 1 controller(s) 2023-11-15T06:08:42.627 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-11-15T06:08:42.629 DEBUG:teuthology.orchestra.run.smithi152:> set -ex 2023-11-15T06:08:42.629 DEBUG:teuthology.orchestra.run.smithi152:> sudo dd of=/scratch_devs 2023-11-15T06:08:42.645 DEBUG:teuthology.run_tasks:Unwinding manager clock 2023-11-15T06:08:42.659 INFO:teuthology.task.clock:Checking final clock skew... 2023-11-15T06:08:42.659 DEBUG:teuthology.orchestra.run.smithi116:> PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2023-11-15T06:08:42.662 DEBUG:teuthology.orchestra.run.smithi152:> PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2023-11-15T06:08:42.682 INFO:teuthology.orchestra.run.smithi116.stdout: remote refid st t when poll reach delay offset jitter 2023-11-15T06:08:42.683 INFO:teuthology.orchestra.run.smithi116.stdout:============================================================================== 2023-11-15T06:08:42.683 INFO:teuthology.orchestra.run.smithi116.stdout:*hv01.front.sepi 44.4.53.2 2 u 36 64 377 0.060 0.776 0.803 2023-11-15T06:08:42.683 INFO:teuthology.orchestra.run.smithi116.stdout:+hv02.front.sepi 63.231.80.2 3 u 46 64 377 0.103 3.328 0.759 2023-11-15T06:08:42.683 INFO:teuthology.orchestra.run.smithi116.stdout:+hv03.front.sepi 74.6.168.72 3 u 40 64 377 0.091 2.168 0.733 2023-11-15T06:08:42.684 INFO:teuthology.orchestra.run.smithi116.stdout: hv04.front.sepi .INIT. 16 u - 1024 0 0.000 0.000 0.000 2023-11-15T06:08:42.709 INFO:teuthology.orchestra.run.smithi152.stdout: remote refid st t when poll reach delay offset jitter 2023-11-15T06:08:42.709 INFO:teuthology.orchestra.run.smithi152.stdout:============================================================================== 2023-11-15T06:08:42.710 INFO:teuthology.orchestra.run.smithi152.stdout:*hv01.front.sepi 44.4.53.2 2 u 42 64 377 0.081 2.036 0.955 2023-11-15T06:08:42.710 INFO:teuthology.orchestra.run.smithi152.stdout:+hv02.front.sepi 63.231.80.2 3 u 29 64 377 0.088 5.309 0.697 2023-11-15T06:08:42.710 INFO:teuthology.orchestra.run.smithi152.stdout:+hv03.front.sepi 74.6.168.72 3 u 38 64 377 0.093 3.762 0.635 2023-11-15T06:08:42.711 INFO:teuthology.orchestra.run.smithi152.stdout: hv04.front.sepi .INIT. 16 u - 1024 0 0.000 0.000 0.000 2023-11-15T06:08:42.712 DEBUG:teuthology.run_tasks:Unwinding manager ansible.cephlab 2023-11-15T06:08:42.722 INFO:teuthology.task.ansible:Skipping ansible cleanup... 2023-11-15T06:08:42.724 DEBUG:teuthology.run_tasks:Unwinding manager selinux 2023-11-15T06:08:42.736 DEBUG:teuthology.run_tasks:Unwinding manager pcp 2023-11-15T06:08:42.746 DEBUG:teuthology.run_tasks:Unwinding manager internal.timer 2023-11-15T06:08:42.756 INFO:teuthology.task.internal:Duration was 2501.937442 seconds 2023-11-15T06:08:42.756 DEBUG:teuthology.run_tasks:Unwinding manager internal.syslog 2023-11-15T06:08:42.766 INFO:teuthology.task.internal.syslog:Shutting down syslog monitoring... 2023-11-15T06:08:42.766 DEBUG:teuthology.orchestra.run.smithi116:> sudo rm -f -- /etc/rsyslog.d/80-cephtest.conf && sudo service rsyslog restart 2023-11-15T06:08:42.769 DEBUG:teuthology.orchestra.run.smithi152:> sudo rm -f -- /etc/rsyslog.d/80-cephtest.conf && sudo service rsyslog restart 2023-11-15T06:08:42.818 INFO:teuthology.task.internal.syslog:Checking logs for errors... 2023-11-15T06:08:42.819 DEBUG:teuthology.task.internal.syslog:Checking ubuntu@smithi116.front.sepia.ceph.com 2023-11-15T06:08:42.819 DEBUG:teuthology.orchestra.run.smithi116:> egrep --binary-files=text '\bBUG\b|\bINFO\b|\bDEADLOCK\b' /home/ubuntu/cephtest/archive/syslog/kern.log | grep -v 'task .* blocked for more than .* seconds' | grep -v 'lockdep is turned off' | grep -v 'trying to register non-static key' | grep -v 'DEBUG: fsize' | grep -v CRON | grep -v 'BUG: bad unlock balance detected' | grep -v 'inconsistent lock state' | grep -v '*** DEADLOCK ***' | grep -v 'INFO: possible irq lock inversion dependency detected' | grep -v 'INFO: NMI handler (perf_event_nmi_handler) took too long to run' | grep -v 'INFO: recovery required on readonly' | grep -v 'ceph-create-keys: INFO' | grep -v INFO:ceph-create-keys | grep -v 'Loaded datasource DataSourceOpenStack' | grep -v 'container-storage-setup: INFO: Volume group backing root filesystem could not be determined' | egrep -v '\bsalt-master\b|\bsalt-minion\b|\bsalt-api\b' | grep -v ceph-crash | egrep -v '\btcmu-runner\b.*\bINFO\b' | head -n 1 2023-11-15T06:08:42.831 DEBUG:teuthology.task.internal.syslog:Checking ubuntu@smithi152.front.sepia.ceph.com 2023-11-15T06:08:42.832 DEBUG:teuthology.orchestra.run.smithi152:> egrep --binary-files=text '\bBUG\b|\bINFO\b|\bDEADLOCK\b' /home/ubuntu/cephtest/archive/syslog/kern.log | grep -v 'task .* blocked for more than .* seconds' | grep -v 'lockdep is turned off' | grep -v 'trying to register non-static key' | grep -v 'DEBUG: fsize' | grep -v CRON | grep -v 'BUG: bad unlock balance detected' | grep -v 'inconsistent lock state' | grep -v '*** DEADLOCK ***' | grep -v 'INFO: possible irq lock inversion dependency detected' | grep -v 'INFO: NMI handler (perf_event_nmi_handler) took too long to run' | grep -v 'INFO: recovery required on readonly' | grep -v 'ceph-create-keys: INFO' | grep -v INFO:ceph-create-keys | grep -v 'Loaded datasource DataSourceOpenStack' | grep -v 'container-storage-setup: INFO: Volume group backing root filesystem could not be determined' | egrep -v '\bsalt-master\b|\bsalt-minion\b|\bsalt-api\b' | grep -v ceph-crash | egrep -v '\btcmu-runner\b.*\bINFO\b' | head -n 1 2023-11-15T06:08:42.872 INFO:teuthology.task.internal.syslog:Compressing syslogs... 2023-11-15T06:08:42.873 DEBUG:teuthology.orchestra.run.smithi116:> find /home/ubuntu/cephtest/archive/syslog -name '*.log' -print0 | sudo xargs -0 --no-run-if-empty -- gzip -- 2023-11-15T06:08:42.881 DEBUG:teuthology.orchestra.run.smithi152:> find /home/ubuntu/cephtest/archive/syslog -name '*.log' -print0 | sudo xargs -0 --no-run-if-empty -- gzip -- 2023-11-15T06:08:42.964 INFO:teuthology.task.internal.syslog:Gathering journactl -b0... 2023-11-15T06:08:42.965 DEBUG:teuthology.orchestra.run.smithi116:> sudo journalctl -b0 | gzip -9 > /home/ubuntu/cephtest/archive/syslog/journalctl-b0.gz 2023-11-15T06:08:42.967 DEBUG:teuthology.orchestra.run.smithi152:> sudo journalctl -b0 | gzip -9 > /home/ubuntu/cephtest/archive/syslog/journalctl-b0.gz 2023-11-15T06:08:43.112 DEBUG:teuthology.run_tasks:Unwinding manager internal.sudo 2023-11-15T06:08:43.123 INFO:teuthology.task.internal:Restoring /etc/sudoers... 2023-11-15T06:08:43.124 DEBUG:teuthology.orchestra.run.smithi116:> sudo mv -f /etc/sudoers.orig.teuthology /etc/sudoers 2023-11-15T06:08:43.138 DEBUG:teuthology.orchestra.run.smithi152:> sudo mv -f /etc/sudoers.orig.teuthology /etc/sudoers 2023-11-15T06:08:43.156 DEBUG:teuthology.run_tasks:Unwinding manager internal.coredump 2023-11-15T06:08:43.170 DEBUG:teuthology.orchestra.run.smithi116:> sudo sysctl -w kernel.core_pattern=core && sudo bash -c 'for f in `find /home/ubuntu/cephtest/archive/coredump -type f`; do file $f | grep -q systemd-sysusers && rm $f || true ; done' && rmdir --ignore-fail-on-non-empty -- /home/ubuntu/cephtest/archive/coredump 2023-11-15T06:08:43.181 DEBUG:teuthology.orchestra.run.smithi152:> sudo sysctl -w kernel.core_pattern=core && sudo bash -c 'for f in `find /home/ubuntu/cephtest/archive/coredump -type f`; do file $f | grep -q systemd-sysusers && rm $f || true ; done' && rmdir --ignore-fail-on-non-empty -- /home/ubuntu/cephtest/archive/coredump 2023-11-15T06:08:43.192 INFO:teuthology.orchestra.run.smithi116.stdout:kernel.core_pattern = core 2023-11-15T06:08:43.213 INFO:teuthology.orchestra.run.smithi152.stdout:kernel.core_pattern = core 2023-11-15T06:08:43.242 DEBUG:teuthology.orchestra.run.smithi116:> test -e /home/ubuntu/cephtest/archive/coredump 2023-11-15T06:08:43.267 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-11-15T06:08:43.268 DEBUG:teuthology.orchestra.run.smithi152:> test -e /home/ubuntu/cephtest/archive/coredump 2023-11-15T06:08:43.291 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-11-15T06:08:43.291 DEBUG:teuthology.run_tasks:Unwinding manager internal.archive 2023-11-15T06:08:43.302 INFO:teuthology.task.internal:Transferring archived files... 2023-11-15T06:08:43.303 DEBUG:teuthology.misc:Transferring archived files from smithi116:/home/ubuntu/cephtest/archive to /home/teuthworker/archive/yuriw-2023-11-14_20:45:49-rados-wip-yuri4-testing-2023-11-13-0820-pacific-distro-default-smithi/7458506/remote/smithi116 2023-11-15T06:08:43.304 DEBUG:teuthology.orchestra.run.smithi116:> sudo tar c -f - -C /home/ubuntu/cephtest/archive -- . 2023-11-15T06:08:43.354 DEBUG:teuthology.misc:Transferring archived files from smithi152:/home/ubuntu/cephtest/archive to /home/teuthworker/archive/yuriw-2023-11-14_20:45:49-rados-wip-yuri4-testing-2023-11-13-0820-pacific-distro-default-smithi/7458506/remote/smithi152 2023-11-15T06:08:43.355 DEBUG:teuthology.orchestra.run.smithi152:> sudo tar c -f - -C /home/ubuntu/cephtest/archive -- . 2023-11-15T06:08:43.384 INFO:teuthology.task.internal:Removing archive directory... 2023-11-15T06:08:43.385 DEBUG:teuthology.orchestra.run.smithi116:> rm -rf -- /home/ubuntu/cephtest/archive 2023-11-15T06:08:43.389 DEBUG:teuthology.orchestra.run.smithi152:> rm -rf -- /home/ubuntu/cephtest/archive 2023-11-15T06:08:43.431 DEBUG:teuthology.run_tasks:Unwinding manager internal.archive_upload 2023-11-15T06:08:43.447 INFO:teuthology.task.internal:Not uploading archives. 2023-11-15T06:08:43.447 DEBUG:teuthology.run_tasks:Unwinding manager internal.base 2023-11-15T06:08:43.501 INFO:teuthology.task.internal:Tidying up after the test... 2023-11-15T06:08:43.503 DEBUG:teuthology.orchestra.run.smithi116:> find /home/ubuntu/cephtest -ls ; rmdir -- /home/ubuntu/cephtest 2023-11-15T06:08:43.509 DEBUG:teuthology.orchestra.run.smithi152:> find /home/ubuntu/cephtest -ls ; rmdir -- /home/ubuntu/cephtest 2023-11-15T06:08:43.517 INFO:teuthology.orchestra.run.smithi116.stdout: 659553 4 drwxr-xr-x 2 ubuntu ubuntu 4096 Nov 15 06:08 /home/ubuntu/cephtest 2023-11-15T06:08:43.519 INFO:teuthology.orchestra.run.smithi152.stdout: 659551 4 drwxr-xr-x 2 ubuntu ubuntu 4096 Nov 15 06:08 /home/ubuntu/cephtest 2023-11-15T06:08:43.521 DEBUG:teuthology.run_tasks:Unwinding manager kernel 2023-11-15T06:08:43.534 DEBUG:teuthology.run_tasks:Unwinding manager console_log 2023-11-15T06:08:43.569 INFO:teuthology.nuke:Checking targets against current locks 2023-11-15T06:08:43.600 DEBUG:teuthology.nuke:shortname: smithi116 2023-11-15T06:08:43.600 INFO:teuthology.task.internal.check_lock:Checking locks... 2023-11-15T06:08:43.621 DEBUG:teuthology.nuke:shortname: smithi152 2023-11-15T06:08:43.621 INFO:teuthology.task.internal.check_lock:Checking locks... 2023-11-15T06:08:43.626 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi116.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/yuriw-2023-11-14_20:45:49-rados-wip-yuri4-testing-2023-11-13-0820-pacific-distro-default-smithi/7458506', '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': '2023-11-15 05:17:55.039430', 'locked_by': 'scheduled_yuriw@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBHSAlWjESMc0Gra5f/6dvvbjuYJc2qVK13Ztw1gt4S0hdg9pLl/eAcLsaHQz3OAGEzcbKS0DF4bknjuwe5HHhPE='} 2023-11-15T06:08:43.643 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi152.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/yuriw-2023-11-14_20:45:49-rados-wip-yuri4-testing-2023-11-13-0820-pacific-distro-default-smithi/7458506', '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': '2023-11-15 05:17:55.037889', 'locked_by': 'scheduled_yuriw@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBHSAlWjESMc0Gra5f/6dvvbjuYJc2qVK13Ztw1gt4S0hdg9pLl/eAcLsaHQz3OAGEzcbKS0DF4bknjuwe5HHhPE='} 2023-11-15T06:08:43.677 INFO:teuthology.orchestra.console.smithi116:Power off 2023-11-15T06:08:43.678 DEBUG:teuthology.orchestra.console.smithi116:pexpect command: ipmitool -H smithi116.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power off 2023-11-15T06:08:43.707 DEBUG:teuthology.orchestra.console.smithi116:power off output: Chassis Power Control: Down/Off 2023-11-15T06:08:43.708 DEBUG:teuthology.orchestra.console.smithi116:pexpect command: ipmitool -H smithi116.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2023-11-15T06:08:43.750 INFO:teuthology.orchestra.console.smithi152:Power off 2023-11-15T06:08:43.751 DEBUG:teuthology.orchestra.console.smithi152:pexpect command: ipmitool -H smithi152.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power off 2023-11-15T06:08:43.764 DEBUG:teuthology.orchestra.console.smithi116:check power output: Chassis Power is on 2023-11-15T06:08:43.781 DEBUG:teuthology.orchestra.console.smithi152:power off output: Chassis Power Control: Down/Off 2023-11-15T06:08:43.781 DEBUG:teuthology.orchestra.console.smithi152:pexpect command: ipmitool -H smithi152.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2023-11-15T06:08:43.812 DEBUG:teuthology.orchestra.console.smithi152:check power output: Chassis Power is on 2023-11-15T06:08:47.766 DEBUG:teuthology.orchestra.console.smithi116:pexpect command: ipmitool -H smithi116.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2023-11-15T06:08:47.814 DEBUG:teuthology.orchestra.console.smithi152:pexpect command: ipmitool -H smithi152.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2023-11-15T06:08:47.878 DEBUG:teuthology.orchestra.console.smithi116:check power output: Chassis Power is on 2023-11-15T06:08:47.929 DEBUG:teuthology.orchestra.console.smithi152:check power output: Chassis Power is on 2023-11-15T06:08:51.882 DEBUG:teuthology.orchestra.console.smithi116:pexpect command: ipmitool -H smithi116.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2023-11-15T06:08:51.930 DEBUG:teuthology.orchestra.console.smithi152:pexpect command: ipmitool -H smithi152.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2023-11-15T06:08:51.993 DEBUG:teuthology.orchestra.console.smithi116:check power output: Chassis Power is on 2023-11-15T06:08:52.043 DEBUG:teuthology.orchestra.console.smithi152:check power output: Chassis Power is off 2023-11-15T06:08:52.144 INFO:teuthology.orchestra.console.smithi152:Power off completed 2023-11-15T06:08:55.998 DEBUG:teuthology.orchestra.console.smithi116:pexpect command: ipmitool -H smithi116.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2023-11-15T06:08:56.110 DEBUG:teuthology.orchestra.console.smithi116:check power output: Chassis Power is off 2023-11-15T06:08:56.211 INFO:teuthology.orchestra.console.smithi116:Power off completed 2023-11-15T06:08:56.315 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: 2501.937442302704 failure_reason: reached maximum tries (301) after waiting for 300 seconds owner: scheduled_yuriw@teuthology sentry_event: https://sentry.ceph.com/organizations/ceph/?query=3e8f2206371d40efa05b7b202ff11614 status: fail success: false 2023-11-15T06:08:56.316 DEBUG:teuthology.report:Pushing job info to https://paddles.front.sepia.ceph.com/ 2023-11-15T06:08:56.397 INFO:teuthology.run:FAIL